- 04 Nov, 2019 6 commits
-
-
Ray Paik authored
Docs: Fix typo in visual_review_discussions.md title - properly display it is from starter only See merge request gitlab-org/gitlab!19522
-
Riccardo Padovani authored
-
Ray Paik authored
Docs: Remove typo See merge request gitlab-org/gitlab!19534
-
Ray Paik authored
Docs: Add comma after introductory phrase. See merge request gitlab-org/gitlab!19528
-
Heinrich Lee Yu authored
Increase certmanager install timeout See merge request gitlab-org/gitlab!19447
-
Hordur Freyr Yngvason authored
We have been getting reports from users that the cluster issuer is not ready prior to timing out, failing the installation. Since this time is primarily spent on the cluster and not in Sidekiq, we can probably afford to wait a bit longer. See e.g. https://gitlab.com/gitlab-org/gitlab/issues/33186
-
- 03 Nov, 2019 9 commits
-
-
Mark Lapierre authored
Quarantine Jenkins build status spec See merge request gitlab-org/gitlab!19499
-
Nailia Iskhakova authored
Issue https://gitlab.com/gitlab-org/gitlab/issues/35370 Spec fails on staging.
-
Russell Dickenson authored
Reduce use of note style in contiguous blocks of text See merge request gitlab-org/gitlab!19336
-
Evan Read authored
-
Mark Lapierre authored
Quarantine cluster health spec See merge request gitlab-org/gitlab!19505
-
-
Philipp C. H authored
-
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 9 commits
-
-
Philipp C. H authored
-
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 16 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
-