- 21 Jul, 2020 40 commits
-
-
Adam Hegyi authored
Add boolean 'external' column to custom emoji table See merge request gitlab-org/gitlab!37346
-
Rajendra Kadam authored
-
Igor Drozdov authored
Merge branch '219575-add-feature-tests-to-search-bar-dropdown-scoped-search-shortcuts' into 'master' Add feature tests to search bar dropdown scoped search shortcuts See merge request gitlab-org/gitlab!37084
-
Terri Chu authored
-
Phil Hughes authored
Use ES6 methods instead of `for` loops See merge request gitlab-org/gitlab!37324
-
Olena Horal-Koretska authored
Introduced the snippets_binary_blob flag See merge request gitlab-org/gitlab!37419
-
Kamil Trzciński authored
DAG visualization FF: Update default to true in HAML See merge request gitlab-org/gitlab!37435
-
Adam Hegyi authored
Database migrations for Parallel persist AuditEvent#target_details See merge request gitlab-org/gitlab!37430
-
Allen Lai authored
Use `forEach` & `reduce` instead of for loop for better readability and less variables.
-
Ezekiel Kigbo authored
Shorten "enable LFS" message for design management See merge request gitlab-org/gitlab!37385
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!37426
-
Max Woolf authored
This is the database-side of https://gitlab.com/gitlab-org/gitlab/-/merge_requests/36567.
-
Sarah GP authored
-
Igor Drozdov authored
Update closed MRs on push See merge request gitlab-org/gitlab!37414
-
Sanad Liaquat authored
Move `finished_loading?` to `wait_for_requests` See merge request gitlab-org/gitlab!35505
-
Sanad Liaquat authored
Also remove now unnecessary finished_loading?
-
GitLab Release Tools Bot authored
-
Bob Van Landuyt authored
Move package UI to core [RUN AS-IF-FOSS] Closes #221259 See merge request gitlab-org/gitlab!36667
-
Peter Leitzen authored
Update ambiguous alert var name in specs Closes #222520 See merge request gitlab-org/gitlab!37384
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!37363
-
Imre Farkas authored
Resolve "Change primary button for editing on files" Closes #219925 See merge request gitlab-org/gitlab!35957
-
Tomas Vik authored
Add :web_ide_primary_edit feature flag and snowplow tracking for change in the usage of Edit and Web IDE buttons.
-
Rémy Coutable authored
Reduce 'cached' calls for Banzai Closes #228626 See merge request gitlab-org/gitlab!36735
-
Denys Mishunov authored
-
Peter Leitzen authored
Fix Rails/SaveBang RuboCop offenses for all factories See merge request gitlab-org/gitlab!37268
-
Rajendra Kadam authored
-
Denys Mishunov authored
Move env dropdown tests to header specs See merge request gitlab-org/gitlab!37061
-
Patrick Bajao authored
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/29420, we started filtering the branches that we update on push. It only looks at branches with open MRs. It caused a regression wherein closed MRs approvals weren't being reset even when `reset_approvals_on_push` setting is set to `true`. This updates the `MergeRequests::PushedBranchesService` to include closed MRs with matching source branches as well.
-
Kushal Pandya authored
Fix the MR number in CHANGELOG See merge request gitlab-org/gitlab!37399
-
Sanad Liaquat authored
Unquarantine create_merge_request_with_secure_spec end to end test See merge request gitlab-org/gitlab!37059
-
Phil Hughes authored
Step 1 - Remove IDE singleton store See merge request gitlab-org/gitlab!36401
-
Paul Slaughter authored
- Previously it was dependent on a store singleton instance
-
Takuya Noguchi authored
The correct MR URL: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24192Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Miguel Rincon authored
As the header was separated from the dashboard, we should move our tests as well to the header specs. It was also an opportunity to clean up some duplicated tests.
-
Phil Hughes authored
Coverage fuzzing db security dashboard See merge request gitlab-org/gitlab!36011
-
Heinrich Lee Yu authored
Remove app_server_type from top level usage ping Closes #225632 See merge request gitlab-org/gitlab!37279
-
Adam Hegyi authored
Geo: Add file store indexes See merge request gitlab-org/gitlab!37265
-
Michael Kozono authored
Especially because Geo is adding replication support for these models. And by default, only locally stored files are synced. Adding these indexes improves the performance of the queries that determine what should be synced.
-
Marcel Amirault authored
Documentation Fix: Fixed value of `CI_PIPELINE_SOURCE` for multi-project... See merge request gitlab-org/gitlab!37319
-
Heinrich Lee Yu authored
Show meaningful message when applying inapplicable suggestion See merge request gitlab-org/gitlab!37267
-