- 23 Oct, 2019 40 commits
-
-
Russell Dickenson authored
Edit Cert-Manager content See merge request gitlab-org/gitlab!18512
-
Evan Read authored
-
Thong Kuah authored
Don't store full blob path in ES filename field See merge request gitlab-org/gitlab!18470
-
Stan Hu authored
Refactor burndown chart to accept a list of issues as input See merge request gitlab-org/gitlab!18894
-
Mayra Cabrera authored
Adds a changelog for elastic stack feature See merge request gitlab-org/gitlab!19020
-
Jan Provaznik authored
Although this feature is flagged, it has a DB migration so a changelog should be included.
-
Michael Kozono authored
Abstract with release presenter See merge request gitlab-org/gitlab!18724
-
Shinya Maeda authored
This commit abstracts FE specific code with release presenter
-
Nick Thomas authored
Add project option for deleting source branch Closes #18283 See merge request gitlab-org/gitlab!18408
-
James Ramsay authored
Feature branches should be deleted after being merged into a stable branch like master. This is not universally true, and accidentally deleting a branch cause frustration and confusion for users. The change: - adds a Project Setting to control if 'Delete source branch' option is enabled or disabled for new merge requests - the Project Setting is on for new and existing projects The previous default behaviour can be restored by toggling the new setting. Historically, the behaviour was changed to delete the source branch as part of the merge widget refactor and then reverted 3 months later. - Widget refactor 8db76243 - Behaviour reverted fd72b4ed
-
Michael Kozono authored
Migrate only AttachmentUploader note uploads See merge request gitlab-org/gitlab!18873
-
Michael Kozono authored
Fix rake task to rollback Geo migrations See merge request gitlab-org/gitlab!18975
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
ActiveRecord Migrator API has changed in 5.2, and now MigrationContext class must be used.
-
Mayra Cabrera authored
Add custom modsecurity template to ingress-controller Closes #8558 See merge request gitlab-org/gitlab!18485
-
Lucas Charles authored
Disable default `SecRuleEngine` configuration, allowing override via `Ingress` resource instead. Part of the work to implement https://gitlab.com/gitlab-org/gitlab/issues/8558
-
Douglas Barbosa Alexandre authored
Show the sync information for design repositories Closes #13055 See merge request gitlab-org/gitlab!18379
-
Valery Sizov authored
Adds Geo Node API and sync status in Admin panel
-
Markus Koller authored
This verifies the changed indexer behaviour from https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer/merge_requests/44 We're also renaming the blob-related code to use `path` rather than `filename`, to be consistent with the `Path` field in the ES index, and the intention of this code (which deals with full paths, rather than just filenames). This also removes the `Elasticsearch::Git::LiteBlob` class, which isn't used anymore and a leftover from the Ruby indexer which was removed in https://gitlab.com/gitlab-org/gitlab/merge_requests/15641
-
Michael Kozono authored
Geo: make console messages consistent See merge request gitlab-org/gitlab!16584
-
Douglas Barbosa Alexandre authored
Group Based Cycle Analytics Backend Closes #12196 See merge request gitlab-org/gitlab!18452
-
Adam Hegyi authored
This MR extends the Cycle Analytics query classes to handle Group based stages. The change happens within `ee`: group based CA is a premium feature. This change also sets up the `data_collector_spec.rb` file, where various `start_event` and `end_event` pairs will be tested. Related Issue: https://gitlab.com/gitlab-org/gitlab/issues/12196
-
Jan Provaznik authored
Improve our Sidekiq testing best practices See merge request gitlab-org/gitlab!19008
-
Rémy Coutable authored
Fix broken master due to Sidekiq usage See merge request gitlab-org/gitlab!19022
-
Heinrich Lee Yu authored
We switched to Sidekiq.fake when running tests but this test needs the worker to run inline
-
Tom Atkins authored
Adding status mirroring to the CI/CD reference See merge request gitlab-org/gitlab!19007
-
Ash McKenzie authored
Tracking experimental signup flow See merge request gitlab-org/gitlab!17521
-
Rémy Coutable authored
Resolve "Fully revert privacy update banner as redundant to ToS" Closes #34570 See merge request gitlab-org/gitlab!18900
-
Doug Stull authored
- Since we already have a terms of service that handles the privacy policy updates, this code can be removed.
-
Alex Buijs authored
-
nelbacha authored
-
Nourdin el Bacha authored
-
Rémy Coutable authored
Fix failing spec ScheduleFixGitlabComPagesAccessLevel Closes #34758 See merge request gitlab-org/gitlab!19002
-
Jan Provaznik authored
We recently switched from inline to fake mode for sidekiq, so the MR which introduced this change also changed existing sidekiq specs to use inline explicitly, but this failing spec was merged meantime.
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Nourdin el Bacha authored
-
Nourdin el Bacha authored
-
Stan Hu authored
Record latencies for sidekiq failures Closes gitlab-com/gl-infra/scalability#46 See merge request gitlab-org/gitlab!18909
-
Sean McGivern authored
Document finding objects by id in GraphQL See merge request gitlab-org/gitlab!18648
-
Bob Van Landuyt authored
We prefer not exposing a database ID directly.
-