- 12 Aug, 2021 40 commits
-
-
Alina Mihaila authored
-
Max Woolf authored
Add support for CI_COMMIT_REF_NAME variable in includes See merge request gitlab-org/gitlab!67902
-
Max Woolf authored
-
Nikola Milojevic authored
Remove `ref_name` parameter in `RemoteMirror` See merge request gitlab-org/gitlab!67668
-
Max Woolf authored
Remove ff_evaluate_group_level_compliance_pipeline feature flag See merge request gitlab-org/gitlab!67984
-
Max Woolf authored
-
Sean McGivern authored
Remove agent_kubeconfig_ci_variable feature flag See merge request gitlab-org/gitlab!67734
-
Savas Vedova authored
Migrate dashboard_resize_browser_spec to feature test See merge request gitlab-org/gitlab!67868
-
Alper Akgun authored
Add performance_indicator_type metric See merge request gitlab-org/gitlab!68033
-
Rajendra Kadam authored
-
Patrick Steinhardt authored
On-disk remotes are deprecated, and in fact we don't create any remotes in GitLab anymore in favor of using in-memory remotes, where we just pass the URL to Gitaly. We thus don't need to pass information about remote names anymore given that it's unused nowadays. Remove the `ref_name` parameter in `RemoteMirror` to reflect this. Note that this parameter is misnamed, and should really have been called `remote_name`. Furthermore, drop now-unneeded infrastructure which was required to track the remote name.
-
Mark Florian authored
Only dispatch auto-tracked "render" events once per page load See merge request gitlab-org/gitlab!67275
-
Dallas Reedy authored
Other auto-tracked events that should not result in "render" actions: - click - show.bs.dropdown - hide.bs.dropdown Basically, those which are set up in the `eventHandlers` function.
-
Max Woolf authored
[Documentation] Update feature status of external status checks See merge request gitlab-org/gitlab!67865
-
Max Woolf authored
-
Alex Kalderimis authored
Use SSOT for checking if service ping is enabled via license or in application settings [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!67103
-
Mikołaj Wawrzyniak authored
Instead of checking the application settings directly, this is abstracted to a single source of truth. For projects with licenses, in EE we check if the license requires tracking. With this change, events will be stored locally even if the service ping is disabled for licensed users. These events will not be sent as part of the service ping if the service ping is disabled.
-
Vitaly Slobodin authored
Merge branch '332257-refactor-dropdowncontentseditview-component-to-use-graphql-apollo' into 'master' Refactor DropdownContentsEditView component to use GraphQL + Apollo See merge request gitlab-org/gitlab!65440
-
Natalia Tepluhina authored
-
Kati Paizee authored
Added link to Metrics Dictionary See merge request gitlab-org/gitlab!67999
-
Amanda Rueda authored
-
Tetiana Chupryna authored
Filter suggested users by saml provider in invite modal dropdown list [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!63565
-
Jackie Fraser authored
Filter suggested users by saml provider in invite modal dropdown list [RUN ALL RSPEC] [RUN AS-IF-FOSS]
-
Max Woolf authored
Integrate instance-level with group-level MR approval settings See merge request gitlab-org/gitlab!67316
-
Natalia Tepluhina authored
Remove sec_dependency_scanning_ui_enable Feature Flag See merge request gitlab-org/gitlab!67585
-
Natalia Tepluhina authored
Render emojis in the Content Editor See merge request gitlab-org/gitlab!67986
-
Natalia Tepluhina authored
Move validation logic from Vue component to resolvers See merge request gitlab-org/gitlab!67836
-
Illya Klymov authored
-
Jan Provaznik authored
Bump factory_bot_rails for Ruby3 support [RUN ALL RSPEC] See merge request gitlab-org/gitlab!67866
-
Jacques Erasmus authored
Move value to constants See merge request gitlab-org/gitlab!68011
-
Matthias Käppler authored
Include Puma worker PID in structured log [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!66694
-
Changzheng Liu authored
Changelog: other
-
Etienne Baqué authored
Additional namespace validation for AdditionalPack See merge request gitlab-org/gitlab!67848
-
Mark Lapierre authored
Update quarantine reason See merge request gitlab-org/gitlab!67871
-
Russell Dickenson authored
Document how DS handles multiple lockfiles See merge request gitlab-org/gitlab!66886
-
Adam Cohen authored
-
Luke Duncalfe authored
Use http read total timeout by default See merge request gitlab-org/gitlab!66487
-
Thong Kuah authored
Add the four primary work item types to DB - issue, incident, test_case, and requirement See merge request gitlab-org/gitlab!67434
-
Brett Walker authored
in preparation for moving issue_type column. Add the default work item types to the work item type table. Changelog: changed
-
Kushal Pandya authored
Enabled diff virtual scrolling by default See merge request gitlab-org/gitlab!67983
-