- 10 Jan, 2020 16 commits
-
-
Natalia Tepluhina authored
Remove sync: false See merge request gitlab-org/gitlab!22535
-
Illya Klymov authored
This commit removes { sync: false } accross entire codebase This is useless since upgrade to @vue/test-utils 1.0.0.beta-30
-
Natalia Tepluhina authored
Remove incorrect localVue usage in ee/spec/frontend/dependencies Closes #196065 See merge request gitlab-org/gitlab!22702
-
Natalia Tepluhina authored
Remove incorrect localVue usage in ee/spec Closes #196067 See merge request gitlab-org/gitlab!22703
-
Evan Read authored
Clarify intro to Personal access tokens See merge request gitlab-org/gitlab!22632
-
Mike Jang authored
-
Mayra Cabrera authored
Remove deployment feature flags See merge request gitlab-org/gitlab!22624
-
Thong Kuah authored
Remove redundant Repository#exists? checks See merge request gitlab-org/gitlab!22640
-
Thong Kuah authored
Improve validation message when a design extension is unsupported See merge request gitlab-org/gitlab!21888
-
Evan Read authored
Correcting menu navigation characters Closes #195973 See merge request gitlab-org/gitlab!22708
-
Dan Davison authored
Fix GitHub OAuth Spec Closes #36305 See merge request gitlab-org/gitlab!22525
-
Sanad Liaquat authored
Also updates OP executables to the latest version and make OnePassword::CLI class a singleton to cache the session token
-
Thong Kuah authored
Propagate gemnasium db variables See merge request gitlab-org/gitlab!22607
-
Can Eldem authored
-
Mark Lapierre authored
De-quarantine performance bar E2E spec Closes #38315 See merge request gitlab-org/gitlab!22492
-
Jennifer Louie authored
-
- 09 Jan, 2020 24 commits
-
-
Fatih Acet authored
Resolve "Issue reference changes when adding to epic" See merge request gitlab-org/gitlab!22292
-
Ash McKenzie authored
Merge branch '195988-git-clone-over-https-on-geo-secondary-triggers-attempted-project-statistics-write-to-database' into 'master' Git clone over HTTP(S) does not update project statistics on a read-only instance See merge request gitlab-org/gitlab!22731
-
Thong Kuah authored
Hide the merge request tab popover for anonymous users Closes #195831 See merge request gitlab-org/gitlab!22613
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab/issues/195831
-
Mike Greiling authored
Prevent job log line numbers from being selected Closes #35535 See merge request gitlab-org/gitlab!22691
-
Sean McGivern authored
This is often annoying as the line number isn't part of the output itself. For diff line numbers, we set user-select: none, and this change does the same for job log line numbers.
-
Fatih Acet authored
Display SSL limitations warning for namespaces that contain dot See merge request gitlab-org/gitlab!21874
-
Krasimir Angelov authored
Related to https://gitlab.com/gitlab-org/gitlab/issues/30395.
-
Michael Kozono authored
Bump kubeclient from 4.4.0 to 4.6.0 See merge request gitlab-org/gitlab!22386
-
Fatih Acet authored
Add selection for broadcast notification type See merge request gitlab-org/gitlab!21797
-
Nicolas Dular authored
We separate between banner and notification broadcast messages. For both types we render a preview when creating or editing them, although notifications don't have different colors.
-
Yorick Peterse authored
This removes the feature flags used for recording deployed merge requests and for displaying this data in the merge request widget. Both features are deemed stable now, so we no longer need these feature flags.
-
Dan Davison authored
Update all_elements to require constraints Closes gitlab-org/quality/team-tasks#86 See merge request gitlab-org/gitlab!22352
-
Mark Lapierre authored
This is more reliable because it imposes certainty on when Caoybara should stop looking for elements
-
Douglas Barbosa Alexandre authored
-
Luke Duncalfe authored
Previously this error message was output by Rails as: Filename Only these extensions are supported: png, jpg, jpeg, gif, bmp, tiff, and ico. This changes the message to be: Filename has an unsupported extension. The extension must be png, jpg, jpeg, gif, bmp, tiff, or ico https://gitlab.com/gitlab-org/gitlab/merge_requests/21615#note_261398477
-
Luke Duncalfe authored
Removing checks of Repository#exists? before using Repository#root_ref, as #root_ref returns nil when a repository does not exist.
-
Michael Kozono authored
Fix 'DEPRECATION WARNING: Dangerous query method' for order_votes See merge request gitlab-org/gitlab!21662
-
Allison Browne authored
Wrap with Arel.sql to fix Dangerous query method deprecation warning
-
Robert Speicher authored
Endpoint to update Sentry error status in Sentry See merge request gitlab-org/gitlab!22454
-
Sean Arnold authored
- Error tracking setting method - Sentry client code - Refactor error tracking setting error handling
-
Imre Farkas authored
Remove backward compatibility code Closes #13318 See merge request gitlab-org/gitlab!22502
-
Michael Kozono authored
And the corresponding tests.
-
Mayra Cabrera authored
Create optimal indexes for created_at order See merge request gitlab-org/gitlab!22623
-