- 08 Feb, 2021 40 commits
-
-
Natalia Tepluhina authored
Make System OAuth app index table responsive and externalize text See merge request gitlab-org/gitlab!50979
-
Kev authored
-
Mike Jang authored
Update doc/administration/compliance.md See merge request gitlab-org/gitlab!53606
-
Saumya Upadhyaya authored
-
Kamil Trzciński authored
Mark pages as not deployed and remove domains synchrounsly See merge request gitlab-org/gitlab!53137
-
Robert Speicher authored
Replace the changelog regex parser with Parslet See merge request gitlab-org/gitlab!53239
-
Craig Norris authored
Fix Starter/Bronze references in Plan docs See merge request gitlab-org/gitlab!52610
-
Marcin Sedlak-Jakubowski authored
This commit changes files
-
Kamil Trzciński authored
Merge branch '300615-stop-removing-pages-from-disk-if-feature-flag-is-disabled-2' into '300615-stop-removing-pages-from-disk-if-feature-flag-is-disabled' Stop removing pages from disk if updates on legacy storage are disabled See merge request gitlab-org/gitlab!53221
-
Mark Chao authored
Track usage of the Jira project service [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!52110
-
Andrew Fontaine authored
Refactor sidebar detail row and spec See merge request gitlab-org/gitlab!53411
-
Natalia Tepluhina authored
Improve errors when setting confidential epics See merge request gitlab-org/gitlab!53078
-
Robert Speicher authored
Ensure note is promoted to discussion within reply create transaction See merge request gitlab-org/gitlab!53542
-
Robert Speicher authored
Add mergedYaml to CiConfigResolver See merge request gitlab-org/gitlab!53081
-
Amy Qualls authored
Add documentation describing gitlab:graphql:analyze See merge request gitlab-org/gitlab!53484
-
Alex Kalderimis authored
-
Vitaly Slobodin authored
Fix size of mini pipeline to 24px in MR See merge request gitlab-org/gitlab!53596
-
Achilleas Pipinellis authored
Add incident management details to Maintenance Mode documentation See merge request gitlab-org/gitlab!53286
-
Sarah Waldner authored
-
Suzanne Selhorn authored
Update link to GCP's IP Range in the documentation See merge request gitlab-org/gitlab!53582
-
Suzanne Selhorn authored
Explicitly specify group level shared runners button behaviour See merge request gitlab-org/gitlab!53353
-
sameer shaik authored
-
Nathan Friend authored
Add Listener so Back Button Switches Tabs See merge request gitlab-org/gitlab!53495
-
Andrew Fontaine authored
The `popstate` event fires when a browser's back button is clicked, so we need to listen to it if we want the back button to actually go back now that we use query parameters for tab selection.
-
Mikołaj Wawrzyniak authored
gitaly: Fix access checks with transactions and quarantine environments See merge request gitlab-org/gitlab!53449
-
Markus Koller authored
File templates fetching refactor [RUN AS-IF-FOSS] [RUN ALL RSPEC] See merge request gitlab-org/gitlab!52222
-
Alexandru Croitor authored
Refactor the code around template fetching to make it reusable and ready to be adjusted for inheritable issue and merge requests templates
-
Marcin Sedlak-Jakubowski authored
Make it more clear how without_projects works See merge request gitlab-org/gitlab!50607
-
Alex Kalderimis authored
Event names now all follow {verb}-{object} order.
-
Alex Kalderimis authored
-
Alex Kalderimis authored
This adds tracking to JiraService methods, and the Jira issues controller. The methods tracked are: - JiraService#close_issue - JiraService#create_issue (EE only) - JiraService#cross_reference And: - Jira::IssuesController#index These events are tracked against the user ID, because service code does not have access to cookies.
-
Craig Norris authored
Edit docs-related MR templates See merge request gitlab-org/gitlab!53509
-
Marcin Sedlak-Jakubowski authored
Auto-closing of issues is currently turned off for the `gitlab` project.
-
Martin Wortschack authored
Validate Startup CSS See merge request gitlab-org/gitlab!53605
-
Vladimir Shushlin authored
-
Vladimir Shushlin authored
-
Vladimir Shushlin authored
There is not need in this worker as it only cleans data on legacy storage
-
Vladimir Shushlin authored
Currently we schedule removal worker, it then calls `#remove_pages`, which schedules deployments removal We can just move removal scheduling to the first service
-
Vladimir Shushlin authored
The only operation which should be performed asynchrounsly is actual disk operations marking pages as not deployed doesn't require disk access and removal of domain also doesn't if pages are already marked as deployed
-
Vladimir Shushlin authored
This feature flag was removed a long time ago
-