- 20 Mar, 2020 40 commits
-
-
Nick Thomas authored
In the event of needing to roll back a migration to external diffs, we need code that can read the diff content from the external file and re-insert it into the database. For now, it can be triggered manually in the Rails console if found to be necessary.
-
Douglas Barbosa Alexandre authored
Disable JobWaiter when there are many jobs See merge request gitlab-org/gitlab!27565
-
Nick Thomas authored
Add CSV export for First Class Vulnerabilities See merge request gitlab-org/gitlab!27196
-
Alan (Maciej) Paruszewski authored
This adds to API ability to schedule CSV generation as background job andd then download generated CSV file with Vulnerabilities.
-
Mike Jang authored
Clarification to the "prohibit outer forks" docs See merge request gitlab-org/gitlab!27604
-
Dan Jensen authored
This describes where the configuration option can be found in the interface, and refineds the language a bit.
-
Lin Jen-Shin authored
Ignore config/Gitlab.gitlab-license file See merge request gitlab-org/gitlab!27543
-
Michał Zając authored
`ee/lib/tasks/gitlab/license.rake` tries to load `Settings.source.dirname + 'Gitlab.gitlab-license'` which expands to `config/Gitlab.gitlab-license` for a default GDK installation. This file should be ignored so developers can put their license files and not worry about commiting the file.
-
Mayra Cabrera authored
Fix a test that only pass on retry Closes #211795 See merge request gitlab-org/gitlab!27584
-
Douglas Barbosa Alexandre authored
Merge branch '210456-remove-admin-settings-templates-link-from-side-bar-having-an-invalid-license' into 'master' Remove Admin > Settings > Templates from sidenav when insufficient license See merge request gitlab-org/gitlab!27172
-
Mark Florian authored
Geo Replication - Rename Store/State See merge request gitlab-org/gitlab!27237
-
Achilleas Pipinellis authored
Move the Roadmaps docs introduced note Closes #211829 See merge request gitlab-org/gitlab!27677
-
Achilleas Pipinellis authored
Move Praefect Grafana docs to a distinct step Closes gitaly#2550 See merge request gitlab-org/gitlab!27473
-
Natalia Tepluhina authored
Expect GraphQL errors to be an Array Closes #211929 See merge request gitlab-org/gitlab!27685
-
Douglas Barbosa Alexandre authored
Remove graphql_resolver_complexity flag Closes #35736 and #208120 See merge request gitlab-org/gitlab!27652
-
Yorick Peterse authored
Resolve "Add RuboCop rule to limit file names to 100 characters" Closes #204753 See merge request gitlab-org/gitlab!24799
-
Mike Jang authored
Edit new content about customizable stages See merge request gitlab-org/gitlab!27552
-
Evan Read authored
-
Natalia Tepluhina authored
Migrate ee/add_slack_app to Jest Closes #194265 See merge request gitlab-org/gitlab!27591
-
Denys Mishunov authored
-
Jan Provaznik authored
Resolver complexity was enabled on gitlab.com and behaved stable.
-
Natalia Tepluhina authored
documentation: Added a note to update handler on team page See merge request gitlab-org/gitlab!27603
-
Kushal Pandya authored
Remove duplicate constants Closes #11843 See merge request gitlab-org/gitlab!27527
-
Denys Mishunov authored
If the login handler has been changed (due to requesting the access to chatop, for example), this has to be reflected on the team page so that bots (like DangerBot, for example) could still find the user when needed
-
Heinrich Lee Yu authored
Log top-level relation creation when Importing Project/Group See merge request gitlab-org/gitlab!27605
-
Andrew Fontaine authored
Migrate diffs karma tests to jest See merge request gitlab-org/gitlab!27270
-
Justin Boyson authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Peter Leitzen authored
Move Alert Service classes to CE Closes #210534 See merge request gitlab-org/gitlab!27512
-
Nick Thomas authored
Fix OpenAPI file detector See merge request gitlab-org/gitlab!27321
-
Roger Meier authored
-
Marcin Sedlak-Jakubowski authored
-
Vitaly Slobodin authored
Closes https://gitlab.com/gitlab-org/gitlab/-/issues/194265
-
Sean McGivern authored
In WaitableWorker, when there are fewer than four jobs to process we simply process them without going through Sidekiq. When there are more jobs, we run them in Sidekiq but add a second argument for a JobWaiter key, and wait for `timeout` seconds to see if those jobs finished. When there are very many jobs in the batch, we will never finish the batch before the timeout. This has these consequences: 1. The HTTP request takes longer as we're waiting for the timeout. 2. The jobs can't be deduplicated as the second argument is a unique JobWaiter key. This change adds a feature flag, skip_job_waiter_for_large_batches, that doesn't use the JobWaiter key when the batch size is more than ten times the timeout, as we can process approximately ten jobs per second. By default the flag is off.
-
Nick Thomas authored
Add info to API doc has_conflicts dependency Closes #207274 See merge request gitlab-org/gitlab!27644
-
Nick Thomas authored
Remove forgotten Procfile See merge request gitlab-org/gitlab!27245
-
Peter Leitzen authored
Fix bug in snippet edit page See merge request gitlab-org/gitlab!27479
-
Natalia Tepluhina authored
Fixes the repository Vue router not working with Chinese characters Closes #209033 See merge request gitlab-org/gitlab!27494
-
Mark Florian authored
Creator pairing groups refactor See merge request gitlab-org/gitlab!27089
-
Natalia Tepluhina authored
This reverts commit 3686f5f5359bf816353a197b459e26f389917262.
-
Kushal Pandya authored
Fix filtered search tokenization Closes #211706 See merge request gitlab-org/gitlab!27648
-