- 20 Jan, 2021 40 commits
-
-
Luke Duncalfe authored
We cache whether a project has an External Issue Tracker integration enabled in the `has_external_issue_tracker` column on `projects`. It will be `TRUE` if the project has any integration (a record in `services`) with a category of "issue_tracker" enabled. This was previously maintained with application code. This cache is easy to fall out of consistency when we fail to maintain it during bulk operations (including PostgreSQL cascading deletes https://gitlab.com/gitlab-org/gitlab/-/merge_requests/48163/) as mentioned in: - https://gitlab.com/gitlab-org/gitlab/-/issues/273574#note_457006686 - https://gitlab.com/gitlab-org/gitlab/-/issues/289798 As Ecosystem is increasingly changing integration data using bulk operations this has been changed to be maintained through a PostgreSQL trigger. https://gitlab.com/gitlab-org/gitlab/-/issues/290715 https://gitlab.com/gitlab-org/gitlab/-/issues/289798
-
Olena Horal-Koretska authored
Work around vue/one-component-per-file violations See merge request gitlab-org/gitlab!51626
-
Nick Thomas authored
Update Workhorse to v8.60.0 See merge request gitlab-org/gitlab!51965
-
Phil Hughes authored
Add improved copy and rename the files See merge request gitlab-org/gitlab!51757
-
Gosia Ksionek authored
-
David O'Regan authored
Fix top border-radius of the login box See merge request gitlab-org/gitlab!51950
-
Yogi authored
-
David O'Regan authored
Apply GitLab UI button styles to button _blank_state_ee_trial See merge request gitlab-org/gitlab!51778
-
Yogi authored
-
Rémy Coutable authored
Move Danger code from lib/ to tooling/ [RUN ALL RSPEC] See merge request gitlab-org/gitlab!51566
-
Albert Salim authored
These were added because of Rails eagerload. These files are now moved out of Rails eagerload path, so the conditionals are not necessary.
-
Shinya Maeda authored
Test deprecation of `text/plain` on all endpoints See merge request gitlab-org/gitlab!46133
-
Kamil Trzciński authored
This reverts commit 3211640a.
-
Bob Van Landuyt authored
Remove custom Danger check for frozen_string_literal comments See merge request gitlab-org/gitlab!51930
-
Rémy Coutable authored
Add metric definitions to Product Intelligence Dangerfile See merge request gitlab-org/gitlab!52073
-
Alina Mihaila authored
-
Illya Klymov authored
Add basic components for packages settings See merge request gitlab-org/gitlab!51883
-
Nicolò Maria Mezzopera authored
- source - test - snapshots
-
Arturo Herrero authored
Add missing test coverage on Group API spec See merge request gitlab-org/gitlab!52055
-
Kushal Pandya authored
Migrate EE MrWidgetOptions spec to @vue/test-utils See merge request gitlab-org/gitlab!51926
-
Rémy Coutable authored
Fix a Bundler deprecation See merge request gitlab-org/gitlab!51995
-
Shinya Maeda authored
Add auto-fix Label See merge request gitlab-org/gitlab!50657
-
Tetiana Chupryna authored
We need to assign a special label to identify bot's MRs
-
Markus Koller authored
This is redundant with Rubocop's Style/FrozenStringLiteralComment cop, which we didn't have enabled when this was introduced. To preserve the same behaviour we also: - Switch to `EnforcedStyle: always_true`, to forbid `false` values. - Replace the wildcard list with an explicit list of all violations, so we still catch all newly added files.
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
[RUN ALL RSPEC] Print out remaining deprecations See merge request gitlab-org/gitlab!51820
-
Thong Kuah authored
-
Sean McGivern authored
Fix ActiveRecord::Records flaky spec See merge request gitlab-org/gitlab!51909
-
Rémy Coutable authored
Update links to new issues to fix "Maximum number of comments exceeded" error - 5 of 5 See merge request gitlab-org/gitlab!52063
-
Rémy Coutable authored
Update links to new issues to fix "Maximum number of comments exceeded" error - 4 of 5 See merge request gitlab-org/gitlab!52062
-
Bob Van Landuyt authored
Add merge_request_refs_cleanup feature flag See merge request gitlab-org/gitlab!51558
-
Rémy Coutable authored
Update links to new issues to fix "Maximum number of comments exceeded" error - 3 of 5 See merge request gitlab-org/gitlab!52058
-
Kamil Trzciński authored
Fix crash in Puma validation initializer See merge request gitlab-org/gitlab!52072
-
Brandon Labuschagne authored
Fix JS error on welcome page See merge request gitlab-org/gitlab!52022
-
Nicolas Dular authored
The input field for "other" role only gets rendered when the feature flag is active. Therefore we need to check if it exists when we receive a `change` event on the select box.
-
Patrick Bajao authored
We are experiencing performance issues with the merge request refs cleanup functionality on production and some customers instances. This became more visible when we started backfilling `MergeRequest::CleanupSchedule` records for old merge requests. Disabling the worker and scheduler for now behind a feature flag so we can test the feature once we improve it's scheduling logic before enabling it on other instances.
-
Kushal Pandya authored
Step 1 - Clean up `commit_sidebar/form_spec` and commit constants See merge request gitlab-org/gitlab!51816
-
Heinrich Lee Yu authored
Merge branch '297500-flaky-test-spec-features-merge_request-user_closes_reopens_merge_request_state_spec-rb-87' into 'master' Quarantine flaky tests See merge request gitlab-org/gitlab!51997
-
Rémy Coutable authored
Fix rspec-db-library-code-pg12 job in gitlab-foss See merge request gitlab-org/gitlab!52047
-
Dmitry Gruzd authored
-