- 11 Mar, 2021 31 commits
-
-
Arturo Herrero authored
Migrate group iterations when using Bulk Import See merge request gitlab-org/gitlab!56018
-
Miguel Rincon authored
Update code owner approval tooltip message See merge request gitlab-org/gitlab!55842
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!56306
-
Bob Van Landuyt authored
Cloud License: Activation to receive license instead of authentication token See merge request gitlab-org/gitlab!55822
-
Achilleas Pipinellis authored
Add Pages cache configuration settings See merge request gitlab-org/gitlab!55812
-
Jaime Martinez authored
Adds multuple flags used to configure Pages API-based configuration cache's behavior to the documentation. Examples of modifying these settings are also included. Related to https://gitlab.com/gitlab-org/gitlab-pages/-/issues/520.
-
Achilleas Pipinellis authored
Remove old version info from doc page See merge request gitlab-org/gitlab!56228
-
GitLab Release Tools Bot authored
-
Arturo Herrero authored
Composer cache update worker See merge request gitlab-org/gitlab!54551
-
Kushal Pandya authored
Epic Boards - Drag & Drop epic between lists See merge request gitlab-org/gitlab!56170
-
Mark Lapierre authored
De-quarantine 'browser_ui/3_create/merge_request/rebase_merge_request_spec' See merge request gitlab-org/gitlab!55586
-
Tomislav Nikić authored
This test passed on a local execution. Because of this I am going to unquarantine this test and keep a close eye on this.
-
Kushal Pandya authored
Simplify notifications dropdown See merge request gitlab-org/gitlab!55522
-
Kushal Pandya authored
Use testing selector for variable list feature spec See merge request gitlab-org/gitlab!56123
-
Kushal Pandya authored
Add a confirmation prompt to lock and unlock path locks See merge request gitlab-org/gitlab!44849
-
Olena Horal-Koretska authored
Merge branch '254267-replace-bootstrap-modal-in-app-views-projects-issues-export_csv-_button-html-haml' into 'master' Replace import/export CSV buttons and modal with Vue component See merge request gitlab-org/gitlab!54214
-
Albert Salim authored
ci: Experiment with the new !reference CI keyword See merge request gitlab-org/gitlab!55617
-
Mark Chao authored
Allow GraphQL to use variables param. Drop authentication token
-
Ramya Authappan authored
Update e2e docs examples See merge request gitlab-org/gitlab!56289
-
Russell Dickenson authored
Edits for CTRT and style See merge request gitlab-org/gitlab!56257
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/300312
-
Gabriel Mazetto authored
Allow project admin to read approval rules when project is archived See merge request gitlab-org/gitlab!55929
-
Evan Read authored
Reconcile source installation and upgrade docs See merge request gitlab-org/gitlab!55170
-
Jörg Behrmann authored
This change brings it in line with the order during install and makes the workhorse installation not error out, since it depends on new gems being installed first
-
Scott Hampton authored
Record trial status widget experiment variant assignments See merge request gitlab-org/gitlab!53301
-
Ezekiel Kigbo authored
Add Jira status to sidebar on Jira issue details page See merge request gitlab-org/gitlab!56065
-
Brett Walker authored
even if project is archived / merge requests not allowed.
-
Marcel Amirault authored
Update tier badging for Keyword reference page See merge request gitlab-org/gitlab!56248
-
Tiger Watson authored
Merge branch '293972-geo-framework-persistent-failures-block-slow-down-retries-of-transient-failures' into 'master' Geo Framework: Persistent failures block See merge request gitlab-org/gitlab!54585
-
Mark Lapierre authored
Updates the e2e docs to use brackets consistently in examples. Specifically, we use brackets for method calls that aren't for an internal DSL as per the ruby style guide https://rubystyle.guide/#method-call-parentheses
-
Gabriel Mazetto authored
BulkImports: Add more information to the logs See merge request gitlab-org/gitlab!55866
-
- 10 Mar, 2021 9 commits
-
-
Florie Guibert authored
Review feedback
-
Evan Read authored
Remove Starter tier icon from Server Hooks page See merge request gitlab-org/gitlab!56271
-
Florie Guibert authored
Add ability to move epic between lists using Drag & Drop
-
Alex Kalderimis authored
Log individual user usage of Slack service [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!54347
-
Andy Soiron authored
This uses HLLRedisCounter to log usage for individual users of slack service each time a individual user triggers an action it should increase the counter for this action
-
Dallas Reedy authored
-
Dallas Reedy authored
Move the `record_experiment_group` and `experiment_enabled?` helper method calls into the view to avoid the side-effect of recording an experiment subject as part of a single, consolidated helper method.
-
Dallas Reedy authored
Reduce the logic necessary for the view down to two helpers: 1. show_trial_status_widget?(group) 1. trial_status_widget_experiment_enabled?(group) ← has a side effect Also fixed the `new_subscriptions_path` to use the root_group rather than the group.
-
Dallas Reedy authored
-