- 09 Jan, 2020 40 commits
-
-
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
-
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
-
Walmyr Lima e Silva Filho authored
Remove unnecessary empty line from test See merge request gitlab-org/gitlab!22682
-
Heinrich Lee Yu authored
RedisCacheStore defaults to 0 but we need this to be 1 because Redis connections need to reconnect after a fork so that forked processes don't use the same socket This problem was introduced when we switched to RedisCacheStore because Rails explicitly sets the default to 0. The default value in the redis client is 1.
-
Dan Davison authored
Simplify issue mention end-to-end test See merge request gitlab-org/gitlab!22687
-
Lin Jen-Shin authored
Enable factorybot cop See merge request gitlab-org/gitlab!22136
-
Ryan Cobb authored
This enables FactoryBot/FactoryClassName and FactoryBot/CreateList cops. They were disabled in the upgrade of gitlab-styles gem because they were causing violations.
-
Phil Hughes authored
Align embedded snippet mono space font with GitLab mono space font See merge request gitlab-org/gitlab!20865
-
Dimitrie Hoekstra authored
-
Natalia Tepluhina authored
Remove incorrect localVue usage in ee/spec/frontend/security Closes #121737 See merge request gitlab-org/gitlab!22584
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sean McGivern authored
Move WorkerAttributes to the right directory See merge request gitlab-org/gitlab!22677
-
Sean McGivern authored
Fix missing write of weight events for moved issues See merge request gitlab-org/gitlab!22461
-
Stan Hu authored
Fix order-dependent Prometheus metrics specs Closes #196048 See merge request gitlab-org/gitlab!22690
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Natalia Tepluhina authored
Remove incorrect localVue usage in ee/spec/frontend/vue_mr_widget Closes #121739 See merge request gitlab-org/gitlab!22594
-