- 31 Jul, 2019 8 commits
-
-
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 32 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
-
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
-
Yorick Peterse authored
-
Yorick Peterse authored
This extends the InjectEnterpriseEditionModule RuboCop cop so that it verifies the following: 1. The line number the injection occurs on (as before). 2. The method used (e.g. prepend instead of prepend_if_ee). 3. The argument type passed when using the new module injection methods.
-
Yorick Peterse authored
This adds the methods prepend_if_ee, extend_if_ee, and include_if_ee that can be used to inject EE specific modules in EE. These methods are exposed as an initializer that is loaded as soon as possible. For tests that use fast_spec_helper.rb we must load this initializer manually, as the Rails environment is not loaded. This is not the most pretty setup, but unfortunately there is no alternative that we can use.
-
Marcia Ramos authored
Fix broken internal links in docs Closes #65318 See merge request gitlab-org/gitlab-ce!31280
-
Sean McGivern authored
-
Thong Kuah authored
-
Lin Jen-Shin authored
Remove line profiler from performance bar See merge request gitlab-org/gitlab-ce!31098
-
Lin Jen-Shin authored
Use the Helm `--atomic` flag when deploying Review Apps See merge request gitlab-org/gitlab-ce!31238
-
Sean McGivern authored
1. The output isn't great. It can be hard to find hotspots and, even when you do find them, to find why those are hotspots. 2. It uses some jQuery-specific frontend code which we can remove now that we don't have this any more. 3. It's only possible to profile the initial request, not any subsequent AJAX requests.
-
Steve Azzopardi authored
`docker-in-docker` is a workflow not an specific executor. It uses the [Docker executor](https://docs.gitlab.com/runner/executors/docker.html).
-
Mark Lapierre authored
CE backport for changes in EE MR 14646 See merge request gitlab-org/gitlab-ce!30932
-