- 25 May, 2021 40 commits
-
-
Achilleas Pipinellis authored
Part of the Technical Writing team monthly tasks (https://about.gitlab.com/handbook/engineering/ux/technical-writing/#regularly-scheduled-tasks) is to find and delete the old redirect files (older than 3 months). Doing this by hand was a tedious task, so this new raketask aims to automate this.
-
Mikołaj Wawrzyniak authored
Process emails for projects with not unique service desk keys See merge request gitlab-org/gitlab!62139
-
Arturo Herrero authored
Updates authorization for lint [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!62004
-
David O'Regan authored
Fix JavaScript initialization in readonly mode See merge request gitlab-org/gitlab!62427
-
Felipe Artur authored
Prevent errors with emails sent to projects with not unique service desk keys. Changelog: fixed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/62139
-
Miguel Rincon authored
Refactor commit pipelines table spec See merge request gitlab-org/gitlab!62031
-
Nick Thomas authored
Use consistent cache naming for set caches: Expire new key format See merge request gitlab-org/gitlab!62264
-
Sean Arnold authored
-
Bob Van Landuyt authored
Resolve "Error `queues: authorized_projects cannot be defined twice`" See merge request gitlab-org/gitlab!62442
-
Markus Koller authored
Remove the check_maven_path_first feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!62187
-
Markus Koller authored
Fix `Jira` constant autoloading problem in development See merge request gitlab-org/gitlab!62437
-
Matija Čupić authored
Use new location for container-scanning analyzer See merge request gitlab-org/gitlab!62358
-
Paul Slaughter authored
- There are some flash banners which do not have a close el ([example][1]) but our function expected `getCloseEl` to exist. - This MR fixes a bug that'll prevent a lot of JavaScript from working since we try to set up flashes in our critical application path ([see comment][2]). [1]: ee/app/views/layouts/header/_read_only_banner.html.haml [2]: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/61831#note_583912822 Changelog: fixed
-
Francisco Javier López authored
The setup for refactoring styles in the left panel [without disabling Startup CSS] See merge request gitlab-org/gitlab!62452
-
Denys Mishunov authored
-
Phil Hughes authored
Fix invite members button showing when signed out See merge request gitlab-org/gitlab!62325
-
Jackie Fraser authored
-
Vitaly Slobodin authored
Update dependency eslint to v7.27.0 See merge request gitlab-org/gitlab!62355
-
Alper Akgun authored
Update gravatar enabled metric See merge request gitlab-org/gitlab!62225
-
Phil Hughes authored
Fix pipeline header actions from showing when user does not have permission See merge request gitlab-org/gitlab!62137
-
Vitali Tatarintev authored
Remove unused Integration#external_wiki? method See merge request gitlab-org/gitlab!62267
-
Bob Van Landuyt authored
Create DAST Configuration page [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!62014
-
Dheeraj Joshi authored
-
Vitali Tatarintev authored
Remove notices of moved Integrations related pages See merge request gitlab-org/gitlab!61960
-
Achilleas Pipinellis authored
Add the last step to pages migration doc. See merge request gitlab-org/gitlab!62371
-
lauraMon authored
* Force some form of authentication in order to access the lint endpoint for unauthenticated users on GitLab instances with restrictions * Adds a method for determining if registration on an instance is limited based on the above * Adds specs for all the cases mentioned above Changelog: changed
-
Adam Hegyi authored
Reworks snapshots and segments structure See merge request gitlab-org/gitlab!61903
-
Alex Kalderimis authored
Fix the Create new cluster feature See merge request gitlab-org/gitlab!62341
-
João Alexandre Cunha authored
Basic authentication was removed for GKE cluster versions 1.19 Our API call to create GKE clusters did not specify a cluster version, thus the integration started breaking as soon as Google defined that 1.19 is the default version. The quickest solution is to pin the k8s version to 1.18. Changelog: fixed
-
Kati Paizee authored
Docs Fix for Vale issues for ./administration/geo/index.md (#329044) See merge request gitlab-org/gitlab!62440
-
Abhijeet Chatterjee authored
-
Fabio Pitino authored
Drop builds that don't match runners or have exceeded their quota [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!61475
-
Pavel Shutsin authored
Restructures models to allow multiple segments for the same namespace Changelog: changed
-
David Fernandez authored
Fix missing system notes and system events on create issue [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!61746
-
Marcel Amirault authored
Edits to project templates doc See merge request gitlab-org/gitlab!62322
-
Nick Gaskill authored
-
Mark Chao authored
Remove ElasticIndexerWorker in major release [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!62236
-
Terri Chu authored
-
David Fernandez authored
Update the related specs Changelog: other
-
Alexandru Croitor authored
This fixes missing events when milestone or assignees are set together with setting the epic on issue creation. This was happening due to epic_issues relationship being saved before issue changes were handled, which also triggered an issue.save which would then lose issue changes. This moves the save of epic_issue relationship to happen at issue.save time. Changelog: fixed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/61746
-