- 05 Feb, 2020 22 commits
-
-
Achilleas Pipinellis authored
Add info about Cilium's audit mode to the docs See merge request gitlab-org/gitlab!24120
-
Kushal Pandya authored
Fix flaky spec caused by missing stub return value Closes #196876 See merge request gitlab-org/gitlab!24427
-
Achilleas Pipinellis authored
Documentation for advanced configuration of DAST See merge request gitlab-org/gitlab!23940
-
Cameron Swords authored
-
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
-
Simon Knox authored
vm.loadList() is called in the mounted method of board_list_selector, so when the component is mounted in beforeEach, then loadList gets called and assignees list _is_ empty. There is probably something worse going on underneath here but this seems like an easy safe workaround
-
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
-
ap4y authored
-
Mario de la Ossa authored
-
- 04 Feb, 2020 18 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
-