- 01 Nov, 2019 40 commits
-
-
Fatih Acet authored
Display the IID of a Feature Flag See merge request gitlab-org/gitlab!19046
-
Mike Greiling authored
Initialize EKS clusters form for instance and group level clusters See merge request gitlab-org/gitlab!18690
-
Enrique Alcántara authored
We are initializing the form to create K8 clusters in three places - Project level clusters - Group level clusters - Instance level clusters This commit moves duplicated initialization code into a single fn
-
Robert Speicher authored
Support Read and Delete operations in Feature Flag Scope API See merge request gitlab-org/gitlab!18200
-
Achilleas Pipinellis authored
Docs - Flesh out Praefect documentation See merge request gitlab-org/gitlab!19418
-
Will Chandler authored
-
Achilleas Pipinellis authored
Docs: fix a typo See merge request gitlab-org/gitlab!19497
-
Marcia Ramos authored
-
Achilleas Pipinellis authored
Add a note about feature not being available yet See merge request gitlab-org/gitlab!19225
-
Reuben Pereira authored
- Since the self-monitoring project was not released in the planned milestone, but the documentation did get released, update the docs now to note that the feature is not yet available.
-
Andreas Brandl authored
Backend: Add checkbox to enable/disable grafana authentication See merge request gitlab-org/gitlab!19234
-
Andreas Brandl authored
In example use "remove_concurrent_index" instead of "remove_index" See merge request gitlab-org/gitlab!19306
-
Alper Akgun authored
-
Lin Jen-Shin authored
Fix the CI config for the 'review-stop' job See merge request gitlab-org/gitlab!19459
-
Jan Provaznik authored
Merge branch '35337-images-stopped-loading-signed-urls-of-uploads-expire-earlier-than-redirect-cache' into 'master' Resolve "images stopped loading: signed URLs of uploads expire earlier than redirect cache" See merge request gitlab-org/gitlab!19494
-
Jan Provaznik authored
Expose cycle analytics summary separately See merge request gitlab-org/gitlab!19229
-
Adam Hegyi authored
This change exposes the summary counts for group level cycle analytics via a separate endpoint while making sure the old CA implementation is still working.
-
Andrew Fontaine authored
This allows the flag to be referenced in other portions of the app (coming soon), such as issues, MRs and epics.
-
Sean McGivern authored
Setting a long-term cache header works fine when not using object storage, or when using object storage with proxy_download enabled. When using object storage _without_ proxy_download, we send a redirect that's cached for six months to a signed URL in object storage, but the signed URL only works for ten minutes. So once those ten minutes are up, the browser will keep following the (cached) redirect to a dead link. In future, we could be more sophisticated by setting the TTL based on the settings we're using. For now, just set this back to the pre-12.4 state of not caching content for longer than 5 minutes.
-
Sean McGivern authored
Add guard to avoid misleading error message See merge request gitlab-org/gitlab!19487
-
Achilleas Pipinellis authored
Update plantuml.md with URI rewrite for nginx See merge request gitlab-org/gitlab!19163
-
Ray Paik authored
-
Andreas Brandl authored
-
Kamil Trzciński | OoO on 2019-11-10 authored
Revert "Merge branch 'mc/backstage/needs-canonical-form' into 'master'" See merge request gitlab-org/gitlab!19479
-
Achilleas Pipinellis authored
Update praefect git_data_dirs setup Closes gitaly#2111 See merge request gitlab-org/gitlab!19040
-
Sean McGivern authored
Add API for suggesting unique alternatives if username exists See merge request gitlab-org/gitlab!19303
-
Shinya Maeda authored
This commit adds public API support for FF scope
-
Marin Jankovski authored
This reverts merge request !17539
-
Ramya Authappan authored
Replace end-to-end test by rspec test Closes #33549 See merge request gitlab-org/gitlab!19445
-
Walmyr Lima e Silva Filho authored
-
Stan Hu authored
Extend gRPC timeouts for Rake tasks Closes #22398 See merge request gitlab-org/gitlab!19461
-
Mike Lewis authored
Edited notifications docs See merge request gitlab-org/gitlab!19341
-
Russell Dickenson authored
* Edited and restructured notification docs to improve clarity. * Issue: https://gitlab.com/gitlab-org/gitlab/issues/31710
-
Stan Hu authored
Remove non-api tests from api spec Closes #32903 See merge request gitlab-org/gitlab!19219
-
Mark Lapierre authored
Fix file locking spec and quarantine locks directory spec See merge request gitlab-org/gitlab!19380
-
Nailia Iskhakova authored
Test was quarantined due to a bug: https://gitlab.com/gitlab-org/gitlab/issues/35254 Changed hardcoded "Adminstrator" in expectation to a username
-
Stan Hu authored
In https://gitlab.com/gitlab-org/gitlab/merge_requests/16926 we added gRPC timeouts for calls that did not previously have timeouts to prevent Sidekiq queries from getting stuck. In addition, we also made long timeouts 55 seconds for non-Sidekiq requests, but this meant Rake tasks also fell into this bucket. Rake backup tasks with large repositories would fail because the CreateBundle RPC would time out after 55 seconds. To avoid this trap, we flip the logic of long_timeout: instead of checking for Sidekiq (or other background jobs), we only lower the timeout to 55 seconds if we're servicing a Web request in Puma or Unicorn. Closes https://gitlab.com/gitlab-org/gitlab/issues/22398
-
Ray Paik authored
Update github_integration.md See merge request gitlab-org/gitlab!19452
-
Ray Paik authored
Correct typo in documentation See merge request gitlab-org/gitlab!19462
-
Evan Read authored
Update docs to show how to make report artifact downloadable See merge request gitlab-org/gitlab!19426
-