- 05 Feb, 2020 16 commits
-
-
Evan Read authored
Adding Settingslogic error to LDAP troubleshooting See merge request gitlab-org/gitlab!24114
-
Aric Buerer authored
-
Kushal Pandya authored
Fix IDE dropdowns not showing up Closes #202050 See merge request gitlab-org/gitlab!24429
-
Paul Slaughter authored
Restyle changes header & file tree Closes #118442 See merge request gitlab-org/gitlab!23665
-
Samantha Ming authored
- implement restyle minus the components shared by web IDE - https://gitlab.com/gitlab-org/gitlab/-/merge_requests/23665
-
Ash McKenzie authored
Remove the soft_email_confirmation feature flag See merge request gitlab-org/gitlab!24371
-
Evan Read authored
Add codeblock language tags to ci docs See merge request gitlab-org/gitlab!24233
-
Marcel Amirault authored
Add language tags to codeblocks that were missing them, in /ci files and pages files.
-
Paul Slaughter authored
**How?** Reverts part of [the MR][1] that introduced this regression. **Why?** This was caused by some bootstrap utility class silliness that adds !important to all of its utilities. [1]: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24264
-
Thong Kuah authored
Merge branch '202044-uninitialized-constant-geo-packagefilereplicator-preventing-omnibus-gitlab-docker-images' into 'master' Explicitly require Geo::PackageFileReplicator Closes #202044 See merge request gitlab-org/gitlab!24425
-
Ash McKenzie authored
-
Marcel Amirault authored
Mention how to run Vale locally See merge request gitlab-org/gitlab!24255
-
Marcel Amirault authored
Document missing job failure reasons See merge request gitlab-org/gitlab!23889
-
Heinrich Lee Yu authored
Update gitlab.yml.example with new GraphQL Timeout See merge request gitlab-org/gitlab!24416
-
Ash McKenzie authored
Add http status cop to all project controller specs See merge request gitlab-org/gitlab!24209
-
Mario de la Ossa authored
-
- 04 Feb, 2020 24 commits
-
-
Heinrich Lee Yu authored
Fix GraphiQL when GitLab is installed under a relative URL See merge request gitlab-org/gitlab!23143
-
Evan Read authored
Adding a test for multiple spaces in sentences in docs Closes #199367 See merge request gitlab-org/gitlab!23928
-
Mayra Cabrera authored
Restrict use of CTE fence to dashboards/projects#index Closes #201994 See merge request gitlab-org/gitlab!24408
-
Heinrich Lee Yu authored
Allow configuring Rails GraphQL timeout See merge request gitlab-org/gitlab!24400
-
Peter Leitzen authored
347 files inspected, 95 offenses detected, 95 offenses corrected
-
Mayra Cabrera authored
Change broadcast message index See merge request gitlab-org/gitlab!23986
-
Douglas Barbosa Alexandre authored
Bump auto-deploy-image for dast deploy to 0.9.1 See merge request gitlab-org/gitlab!24232
-
Mayra Cabrera authored
Add migration to create resource milestone events table See merge request gitlab-org/gitlab!23965
-
Mayra Cabrera authored
Disable mirror importing when the project is archived See merge request gitlab-org/gitlab!24029
-
David Kim authored
-
Shaun McCann authored
Adds a subsection for bad self-signed cert See merge request gitlab-org/gitlab!24136
-
Shaun McCann authored
Add feature flag list command See merge request gitlab-org/gitlab!24336
-
Shaun McCann authored
Adds runner-related scenarios to SSL doc See merge request gitlab-org/gitlab!24133
-
Alexander Tanayno authored
-
Thong Kuah authored
Update feature_categories.yml See merge request gitlab-org/gitlab!24366
-
Mayra Cabrera authored
Migrate issue tracker data to data field tables See merge request gitlab-org/gitlab!24076
-
Stan Hu authored
In https://gitlab.com/gitlab-org/gitlab/merge_requests/23754, we added a CTE optimization fence to ensure loading a user's projects is always fast. However, using a CTE for the dashboard/projects/starred endpoint is less efficient than the default query because that endpoint also loads public and internal projects. For now, we can just restrict use of this CTE for the `index` action. In the future, we may want to put this logic inside ProjectsFinder. Closes https://gitlab.com/gitlab-org/gitlab/issues/201994
-
Thong Kuah authored
Add exclusive guard to ClusterUpdateAppWorker See merge request gitlab-org/gitlab!24228
-
Reuben Pereira authored
Due to https://gitlab.com/gitlab-org/gitlab/issues/196243, the ClusterUpdateAppWorker should never be run multiple times concurrently for the same application.
-
Kamil Trzciński authored
Expose items for suggesting a pipeline See merge request gitlab-org/gitlab!23991
-
Alex Buijs authored
Since this feature is turned on for about five months now, it is save to remove this feature flag.
-
Douglas Barbosa Alexandre authored
Geo: Spike Self-Service Framework Closes #197319 See merge request gitlab-org/gitlab!23447
-
Martin Wortschack authored
Merge branch '201910-cannot-find-projects-within-subgroups-when-you-select-a-top-level-group-in-cycle-analytics' into 'master' Resolve "Cannot find projects within subgroups when you select a top-level group in cycle analytics" Closes #201910 See merge request gitlab-org/gitlab!24392
-