- 18 Jan, 2020 2 commits
-
-
Russell Dickenson authored
-
Clement Ho authored
Identify correct Sentry ID for error tracking error detail view operations See merge request gitlab-org/gitlab!23280
-
- 17 Jan, 2020 38 commits
-
-
syasonik authored
In migrating the error detail view for Sentry errors to GraphQL, the sentry error id got mis-mapped. This fixes the regression.
-
Stan Hu authored
Add Code Review Analytics documentation See merge request gitlab-org/gitlab!23031
-
Mike Lewis authored
Docs: Link to GitLab commit in error detail page See merge request gitlab-org/gitlab!22395
-
Allison Browne authored
-
Michael Kozono authored
Support new Azure SCIM pre-setup check Closes #118558 See merge request gitlab-org/gitlab!22348
-
Michael Kozono authored
12905-c support link reference parsing Closes #196736 and #12905 See merge request gitlab-org/gitlab!23114
-
Clement Ho authored
Remove useless attachToDocument usage in ee/spec/frontend Closes #196750 See merge request gitlab-org/gitlab!23053
-
Clement Ho authored
Remove useless attachToDocument usage in spec/frontend/environments Closes #196756 See merge request gitlab-org/gitlab!23048
-
Clement Ho authored
Remove useless attachToDocument usage in spec/frontend/monitoring Closes #196758 See merge request gitlab-org/gitlab!23046
-
Stan Hu authored
Add :sidekiq on migration spec/migrations/20190924152703_migrate_issue_trackers_data_spec.rb Closes #197482 See merge request gitlab-org/gitlab!23277
-
Michael Kozono authored
API Pagination: Move specific methods out of Base Closes #37447 See merge request gitlab-org/gitlab!23175
-
Mayra Cabrera authored
This should allow for workers to be cleared around the spec Closes https://gitlab.com/gitlab-org/gitlab/issues/197482
-
Douglas Barbosa Alexandre authored
Fix analytics tracking for new merge request notes Closes #197464 See merge request gitlab-org/gitlab!23273
-
Kamil Trzciński authored
Add retry logic for failures during import See merge request gitlab-org/gitlab!22265
-
Stan Hu authored
Rm FF for wrk in progress limits See merge request gitlab-org/gitlab!23229
-
Mayra Cabrera authored
Migrate issue trackers data See merge request gitlab-org/gitlab!18639
-
James Edwards-Jones authored
-
Stan Hu authored
When a new note is created for a merge request with no associated metrics, Sidekiq will error out with `NoMethodError: undefined method 'first_comment_at' for nil:NilClass`. This commit ensures a merge request metrics exists before attempting to update it. There is still an outstanding question of why no such metrics were created, but that can happen for older merge requests. Closes https://gitlab.com/gitlab-org/gitlab/issues/197464
-
Alex Kalderimis authored
-
Alex Kalderimis authored
-
Alex Kalderimis authored
The only group they share is simple_file_name, so that is now the first one we check. In the case of a link match, that group is always populated with a truthy value, so the fall-through is safe.
-
Alex Kalderimis authored
Link reference_patterns are more specific, so if they overlap we should prefer the link.
-
Alex Kalderimis authored
-
Mayra Cabrera authored
Update RSpec helper methods to *_next_instance_of See merge request gitlab-org/gitlab!22980
-
Mike Greiling authored
Merge branch '24305-create-new-project-auto-populate-project-slug-string-to-project-name-if-name-is-empty' into 'master' Auto-populate project slug string to project name if name is empty Closes #24305 See merge request gitlab-org/gitlab!22627
-
Robert Hunt authored
Added on change events to the project path so only once the slug has been created will we generate the project name (since we don't want to change the project name if the slug changes again). On the git URL importer the slug/project names are more dynamic (based on the URL given). Updated some old-style jQuery event references and updated the humanize method to accept a separator. Fixed gitlab importer so it actually copies between fields. Updated to convert the slug to title case and added test cases. Fixed slug edge-cases with emoji's in the project name. Updated documentation. Added changelog
-
Mayra Cabrera authored
Hide mirror admin actions from developers See merge request gitlab-org/gitlab!21569
-
Mayra Cabrera authored
Filter deployments using the environment & status See merge request gitlab-org/gitlab!22996
-
Mayra Cabrera authored
Don't pass undefined context-values to Labkit See merge request gitlab-org/gitlab!22999
-
Bob Van Landuyt authored
Don't pass values on to labkit that weren't explicityly defined. Otherwise, labkit will unintentionally overwrite any existing values with nil. Consider the following example: ApplicationContext.with_context(user: <User "jane-doe">) do ApplicationContext.with_context( project: <Project "gitlab-org/gitlab"> ) do # The inner context lives here end end We want the inner context for Labkit to contain this hash: { user: "jane-doe", project: "gitlab-org/gitlab", root_namespace: "gitlab-org" } But before this change, we'd overwrite the `user` value when creating the inner context, even though the inner context did not contain any information that should override the user info.
-
Jarka Košanová authored
- move sensitive data from properties to data_fields - move title and description to service fields
-
Clement Ho authored
Resolve Sentry errors from error tracking list See merge request gitlab-org/gitlab!23135
-
Laura Montemayor authored
* adds a fixed width variable
-
Arturo Herrero authored
Auto-correct some references in RSpec as: - expect_any_instance_of -> expect_next_instance_of - allow_any_instance_of -> allow_next_instance_of Related to https://gitlab.com/gitlab-org/gitlab/issues/34997
-
Jan Provaznik authored
Support Design Management links in Markdown Closes #12905 See merge request gitlab-org/gitlab!15127
-
Alex Kalderimis authored
This supports reference filters for designs. Add new query scopes for use in reference filter
-
Dan Davison authored
Move `Release.perform_before_hooks` to RSpec `before(:suite)` hook Closes #196770 See merge request gitlab-org/gitlab!23059
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-