- 16 Oct, 2019 40 commits
-
-
Yorick Peterse authored
This API can be used for manually creating deployments, instead of being limited to creating deployments using CI pipelines. As part of these changes, I refactored some parts of the existing deployments code. This ensures we reuse the same logic for creating deployments in different places. We also move the deployments service classes to a Deployments namespace, now that there are two service classes. We also make some changes to which deployments are displayed. Prior to these changes, only deployments that were successful were displayed. This can get very confusing when using deployments from external systems, so we now show deployments regardless of their status. The table to display deployments has also had some style/content changes to display the deployments data in a more meaningful way.
-
Grzegorz Bizon authored
Add blackout period support for `web_exporter:` See merge request gitlab-org/gitlab!17962
-
Kamil Trzciński authored
This introduces `#run_thread` method. The `#start_working` is executed in lock context, the same as `#stop_working`. This allows safe initialisation of resources before `#run_thread` consumes them.
-
Dmitriy Zaporozhets authored
Add Dismiss Vulnerability API call to Vulnerabilities API See merge request gitlab-org/gitlab!18495
-
Victor Zagorodny authored
Vulnerabilities::DismissSerivce is responsible for dismissal of Vulnerabilities and their associated Findings (creation of dismissal feedback records for all Findings as a cascade.
-
Grzegorz Bizon authored
Add Unicorn and Puma health checks See merge request gitlab-org/gitlab!18592
-
Lin Jen-Shin authored
Resolve "`review-deploy` fails due to a deprecation warning" Closes #34207 See merge request gitlab-org/gitlab!18649
-
Jan Provaznik authored
Expose subscribed attribute for epics on API See merge request gitlab-org/gitlab!18475
-
Felipe Artur authored
Expose if user is subscribed to an epic when getting a single epic from API.
-
Kamil Trzciński authored
Handle tag delete 404 Closes #32407 See merge request gitlab-org/gitlab!18303
-
Kushal Pandya authored
Share JS code for all paths in trials Closes #33740 See merge request gitlab-org/gitlab!18378
-
Kushal Pandya authored
Adds login input with copy box and supporting copy to empty container registry view Closes #32866 See merge request gitlab-org/gitlab!18244
-
Nate Geslin authored
Closes issue: https://gitlab.com/gitlab-org/gitlab/issues/32866
-
Martin Wortschack authored
Fix Web IDE tree not updating modified status See merge request gitlab-org/gitlab!18647
-
Thong Kuah authored
Resolve "Request access to project and group should be on by default" See merge request gitlab-org/gitlab!17662
-
Martin Wortschack authored
Updates error state in artifacts list Closes #34007 See merge request gitlab-org/gitlab!18569
-
Kamil Trzciński authored
Fix for sidekiq prometheus files being wiped accidentally Closes #33125 See merge request gitlab-org/gitlab!18568
-
Grzegorz Bizon authored
Make Daemon thread-safe See merge request gitlab-org/gitlab!18575
-
Fatih Acet authored
[Part 1] Add Vue Issuable sidebar feature flag & app bundle See merge request gitlab-org/gitlab!18199
-
Kamil Trzciński authored
These checks do validate amount of workers available to process requests. It allows the readiness to indicate a time when the requests can be safelly send to the web server.
-
Thong Kuah authored
Enable frozen string for spec/finders See merge request gitlab-org/gitlab!18619
-
gfyoung authored
Partially addresses: https://gitlab.com/gitlab-org/gitlab/issues/27703
-
Martin Wortschack authored
Fixes the whitespace for titles See merge request gitlab-org/gitlab!18572
-
Paul Slaughter authored
Also added `ide/stores/integration_spec` for testing the full IDE store.
-
Thong Kuah authored
Resolve "Check for docker images before renaming group" See merge request gitlab-org/gitlab!17583
-
Nick Kipling authored
Updated group update_service to check for name / path Controller displays a flash message if fails Updated tests to test for path / name changes Pot file updated
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Filipa Lacerda authored
Show the error state as plain text instead of a disabled button
-
Lin Jen-Shin authored
Allow cross-project pipeline triggering with CI_JOB_TOKEN in core See merge request gitlab-org/gitlab!17251
-
Marius Bobin authored
Allow jobs to use CI_JOB_TOKEN to trigger downstream pipelines
-
Matthias Kaeppler authored
Due to a race condition during sidekiq process start-up, we might end up losing prometheus db files due to doing a cleanup after first creating them. By re-initializing after every cleanup, we side-step the issue, but it's not really a clean solution.
-
Ash McKenzie authored
Move out_of_office? from reviewer roulette to Teammate class See merge request gitlab-org/gitlab!17504
-
Winnie Hellmann authored
-
Martin Wortschack authored
Remove gl-button new style flag See merge request gitlab-org/gitlab!18610
-
Giorgenes Gelatti authored
When deleting registry tags using dummy images, the intermediate dummy might be deleted by another thread and get a 404 when trying to delete it. The tags go aways regardless so take it as a success
-
Kamil Trzciński authored
Add request cpu time prometheus metrics See merge request gitlab-org/gitlab!18584
-
Evan Read authored
Update README.md See merge request gitlab-org/gitlab!18633
-
Evan Read authored
Update job_artifacts.md See merge request gitlab-org/gitlab!18631
-
Evan Read authored
Update index.md See merge request gitlab-org/gitlab!18630
-
Evan Read authored
Update index.md See merge request gitlab-org/gitlab!18625
-