- 31 Jul, 2019 18 commits
-
-
Patrick Derichs authored
-
James Lopez authored
Ensure default metrics embed is cached See merge request gitlab-org/gitlab-ce!31157
-
Sarah Yasonik authored
-
Thong Kuah authored
Remove unused cluster configuration logic See merge request gitlab-org/gitlab-ce!25725
-
Evan Read authored
Edits to user Profile and Settings content See merge request gitlab-org/gitlab-ce!31128
-
Russell Dickenson authored
Each of these files were edited to ensure compliance with the docs standard layout, as part of the SSOT epic. In addition, some copy editing was done, to improve clarity, and comply with the GitLab docs style guide.
-
Thong Kuah authored
Add support for controlling amount of nodes See merge request gitlab-org/gitlab-ce!31299
-
Dan Davison authored
Nodes spun up in Gcloud defaults to '3' nodes This number can be a lot considering the QA autodevops spec does not need this many nodes
-
Tiger authored
All cluster resources are now created on demand when a deployment job starts.
-
Evan Read authored
Remove duplicated words on custom hooks docs See merge request gitlab-org/gitlab-ce!31309
-
Evan Read authored
Docs: Add SCIM troubleshooting for Azure mapping error Closes gitlab-ee#13016 See merge request gitlab-org/gitlab-ce!31208
-
Cynthia Ng authored
-
Evan Read authored
Document multi-project variable precedence Closes gitlab-ee#12879 See merge request gitlab-org/gitlab-ce!31291
-
Matija Čupić authored
-
Evan Read authored
Document how to use the GroupSync rake task See merge request gitlab-org/gitlab-ce!31192
-
Evan Read authored
Documentation: Added Semaphore Test Boosters example to CI YAML `parallel` docs Closes #63509 See merge request gitlab-org/gitlab-ce!31067
-
drew authored
-
Evan Read authored
Update docker title for docker-in-docker workflow See merge request gitlab-org/gitlab-ce!31273
-
- 30 Jul, 2019 22 commits
-
-
Mike Greiling authored
Update dependency @gitlab/ui to ^5.11.1 See merge request gitlab-org/gitlab-ce!31176
-
Lukas Eipert authored
-
Mike Greiling authored
Emit dropdown show event in boards_selector test See merge request gitlab-org/gitlab-ce!31255
-
Robert Speicher authored
Add methods for injecting EE modules See merge request gitlab-org/gitlab-ce!31055
-
Douglas Barbosa Alexandre authored
-
GitLab Release Tools Bot authored
[ci skip]
-
Mike Greiling authored
[CE] Resolve "Exporting issues size is 15MB but max is 20MB" See merge request gitlab-org/gitlab-ce!31234
-
Mike Greiling authored
Remove pdf.js deprecation warnings See merge request gitlab-org/gitlab-ce!31253
-
Douglas Barbosa Alexandre authored
Add partial index on identities table to speed up LDAP lookups Closes #59630 See merge request gitlab-org/gitlab-ce!26710
-
Paul Slaughter authored
feat: add support page link in help menu See merge request gitlab-org/gitlab-ce!30459
-
Diego Louzán authored
Creates a new item in help dropdown to show configured support page link
-
Bob Van Landuyt authored
Improves graphql_helpers See merge request gitlab-org/gitlab-ce!31251
-
Dan Davison authored
QA spec for Auto DevOps should use 10GB GKE disk See merge request gitlab-org/gitlab-ce!31266
-
Stan Hu authored
For customers with thousands of entries in the table, lookups for an LDAP identity dominated the PostgreSQL statistics because of sequential scans. We can speed this up by adding a partial index with the extern_uid and provider. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59630
-
Douglas Barbosa Alexandre authored
Fix exception handling in Gitaly autodetection Closes #65328 See merge request gitlab-org/gitlab-ce!31285
-
Alex Kalderimis authored
This improves the graphql test helpers, failing earlier and more explicitly.
-
Stan Hu authored
In SELinux, the file cannot be written, and `Errno::EACCES`, not `Errno::ACCESS` is thrown. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65328
-
Stan Hu authored
1. `page.getViewpoint()` now takes in JSON instead of an integer. 2. Promises are returned from loading and rendering tasks. See https://mozilla.github.io/pdf.js/examples/index.html for more details.
-
Jan Provaznik authored
Fix broken update_project_templates rake task See merge request gitlab-org/gitlab-ce!31174
-
Hordur Freyr Yngvason authored
This rake task had been broken for a while. This fixes the breakages, adds a test to help avoid future breakages, and adds a few ergonomic improvements to the task itself.
-
Enrique Alcantara authored
-
Stan Hu authored
Fix secpick pushing to stable branch See merge request gitlab-org/gitlab-ce!31275
-