- 10 Jan, 2020 7 commits
-
-
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 33 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.
-
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
-
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
-
Mark Lapierre authored
Quarantine a 'LDAP Group sync' test See merge request gitlab-org/gitlab!22697
-
Mark Lapierre authored
Quarantine 'Release Git clone using a deploy key' tests See merge request gitlab-org/gitlab!22701
-
Mark Lapierre authored
Quarantine a 'Group SAML SSO Non Enforced SSO' test See merge request gitlab-org/gitlab!22700
-
Mark Lapierre authored
Quarantine a 'Group SAML SSO Enforced SSO' test See merge request gitlab-org/gitlab!22698
-
Mark Lapierre authored
Merge branch '196034-quarantine-browser_ui-3_create-web_ide-add_file_template_spec.rb' into 'master' Quarantine Web IDE QA tests See merge request gitlab-org/gitlab!22696
-
Lin Jen-Shin authored
Fix validation of package schema in arrays See merge request gitlab-org/gitlab!22088
-
Stan Hu authored
Merge branch '121670-redis-cache-read-error-prevents-cas-users-from-remaining-signed-in' into 'master' Set default reconnect_attempts of Rails.cache to 1 See merge request gitlab-org/gitlab!22704
-
Douglas Barbosa Alexandre authored
Rename gl-license-management-report.json See merge request gitlab-org/gitlab!22312
-
Tetiana Chupryna authored
-
Paul Slaughter authored
Remove Geo Project/Upload Custom CSS Closes #10947 See merge request gitlab-org/gitlab!21284
-
Zack Cuddy authored
This removes the container classes Instead adding utility classes https://gitlab.com/gitlab-org/gitlab/merge_requests/21284
-
Andreas Brandl authored
This is for the projects API. Note that we can't have one index only because we cannot scan the index backwards for both `sort=asc,sort=desc` options. That is because the tie breaker is always `id desc` and hence the sort order is not suitable for a backward scan for one of the options. Relates to https://gitlab.com/gitlab-org/gitlab/issues/36390
-