- 03 Nov, 2019 2 commits
-
-
Stan Hu authored
Improve cleanup of gpg-homedirs See merge request gitlab-org/gitlab!19311
-
Bob Van Landuyt authored
The `gpg-agent` that could have been spawned here dies when it sees it's socket disappear. However, sometimes it seems like we fail to delete the homedir, causing the `gpg-agent` to live on forever. We've noticed that the deletion failed in http://gitlab.com/gitlab-org/gitlab-foss/issues/36998: there was a race condition during the deletion where `gpg-agent` would still be modifying files while we've already called `FileUtils.remove_entry`. This will attempt to delete the directory multiple times, at least 0.1 seconds apart. This is a naive way of trying to make sure we clean up the homedir and count on `gpg-agent` to see that and make itself go away. On a web node we'll attempt for at most 0.5 seconds to clean up the directory before failing. In a sidekiq process we'll attempt the deletion for up to 2 seconds. When the cleanup fails, we will now track that exception in Sentry to gain some visibility. This also adds counters for the creation and deletion of tmp keychains, which we should be able to correlate to the nubmer of zombie `gpg-agent` processes.
-
- 02 Nov, 2019 8 commits
-
-
Jan Provaznik authored
Allow emojis to have links Closes #24891 See merge request gitlab-org/gitlab!18014
-
Heinrich Lee Yu authored
Regenerate graphql schema files Closes #35462 See merge request gitlab-org/gitlab!19526
-
Jan Provaznik authored
-
Harish Ramachandran authored
-
Harish Ramachandran authored
-
Harish Ramachandran authored
-
Harish Ramachandran authored
-
Harish Ramachandran authored
-
- 01 Nov, 2019 30 commits
-
-
Mike Greiling authored
Correctly caches log tree calls in Apollo client See merge request gitlab-org/gitlab!19382
-
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
-