- 07 Oct, 2020 40 commits
-
-
Brandon Labuschagne authored
Merge branch '228989-replace-vue_shared-tooltip-with-gitlab-ui-s-tooltip-in-app-assets-javascripts-ide-components' into 'master' Replace vue_shared with GitLab UI tooltip in scroll_button.vue See merge request gitlab-org/gitlab!44539
-
Peter Leitzen authored
Fix Web hook deletion not working when many hook logs are present See merge request gitlab-org/gitlab!43464
-
Stan Hu authored
When a user attempts to destroy a Web hook, the database will attempt to delete all the associated Web hook logs. However, as we have seen in https://gitlab.com/gitlab-org/gitlab/-/issues/21940, the table may be too bloated or the number of rows too large that this deletion can time out due to a 15-second statement timeout. We rectify this situation by deleting these logs in batches of 1000 outside of a transaction. That should be acceptable since old logs get pruned periodically anyway, and when a Web hook is destroyed it's more important that the destruction makes progress and eventually removes the hook. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/21940
-
Sean McGivern authored
Resolve "Capitalize auto generated package name in graphQL api" See merge request gitlab-org/gitlab!44247
-
Sean McGivern authored
Fill details about merge_request_draft_filter FF See merge request gitlab-org/gitlab!44436
-
Rémy Coutable authored
Change Pajamas Danger rule to fail on migrated components See merge request gitlab-org/gitlab!44256
-
Anastasia McDonald authored
See second task of https://gitlab.com/gitlab-com/www-gitlab-com/-/issues/8596
-
Natalia Tepluhina authored
Update broken inject pattern on boards See merge request gitlab-org/gitlab!44463
-
Rémy Coutable authored
Separate repository analytics and group coverage licensing See merge request gitlab-org/gitlab!44478
-
Peter Leitzen authored
Hide Alert's open statuses inside a method See merge request gitlab-org/gitlab!44455
-
Patrick Bajao authored
Move filter-by-approvals feature to FOSS See merge request gitlab-org/gitlab!44402
-
Kamil Trzciński authored
Add group and url to flags See merge request gitlab-org/gitlab!44496
-
Peter Leitzen authored
Fix Rails/SaveBang offenses for spec files in spec/support/shared_example/* See merge request gitlab-org/gitlab!44424
-
Matthew Briedenhann authored
-
Peter Leitzen authored
Remove issue Incident feature flag See merge request gitlab-org/gitlab!44438
-
David O'Regan authored
-
Ezekiel Kigbo authored
Merge branch '249529-productivity-analytics-use-similarity-search-option-for-graphql-projects-queries' into 'master' PA: Use similarity search option for GraphQL projects queries See merge request gitlab-org/gitlab!43539
-
Sanad Liaquat authored
Add reliable tag to iteration e2e specs See merge request gitlab-org/gitlab!44202
-
Mark Chao authored
Adds action to DetailedStatusType See merge request gitlab-org/gitlab!44088
-
Illya Klymov authored
Merge branch '243750-display-messages-and-warning-for-partially-executed-cleanup-policies' into 'master' Add icon with partially executed cleanup policies See merge request gitlab-org/gitlab!44149
-
Nicolò Maria Mezzopera authored
- source - tests
-
Illya Klymov authored
Move merge_conflicts to page specific styles See merge request gitlab-org/gitlab!44168
-
Illya Klymov authored
Merge branch '228986-replace-vue_shared-tooltip-with-gitlab-ui-s-tooltip-in-app-assets-javascripts-ide-components' into 'master' Resolve "Replace vue_shared with GitLab UI tooltip in jobs/stage.vue" See merge request gitlab-org/gitlab!44375
-
Marcel Amirault authored
-
Stan Hu authored
Add `valid_roles` property to group members See merge request gitlab-org/gitlab!44358
-
Dylan Griffith authored
Explicitly require `ipaddress` gem See merge request gitlab-org/gitlab!44460
-
Dylan Griffith authored
Fix search sorting issue See merge request gitlab-org/gitlab!44009
-
Dmitry Gruzd authored
During the testing of the original MR on staging we noticed that sort doesn't work for all scopes. Turns out that we forgot to pass sort parameter to some classes. This MR fixes this problem and adds specs to catch similar type of errors in the future.
-
Marcel Amirault authored
-
Stan Hu authored
Clean up webpack integration settings See merge request gitlab-org/gitlab!44218
-
Mike Greiling authored
Previously, an integration with the webpack-rails gem required juggling and consolidating two separate webpack configurations the one used by the rails gem and the one defined in gitlab.yml This update moves all webpack integration settings into the gitlab.yml file and updates references such that they don't need to be overridden in confusing ways.
-
Heinrich Lee Yu authored
Quarantine flaky backup_rake_spec See merge request gitlab-org/gitlab!44536
-
Marcel Amirault authored
Docs: Fixed Vale long sentence errors See merge request gitlab-org/gitlab!44517
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/234029
-
Heinrich Lee Yu authored
Mention explicit/implicit association set up in testing guide docs See merge request gitlab-org/gitlab!44447
-
Nathan Friend authored
Remove release_evidence_collection feature flag See merge request gitlab-org/gitlab!44234
-
Albert Salim authored
-
Dylan Griffith authored
Rollout of basic search for epics See merge request gitlab-org/gitlab!44269
-
Shinya Maeda authored
Remove the `container_registry_cleanup` feature flag See merge request gitlab-org/gitlab!44161
-
David Barr authored
This feature flag was introduced in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/18874 and made default in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/23194 and is now safe to remove.
-