- 17 Oct, 2019 1 commit
-
-
Zeger-Jan van de Weg authored
This RPC has been replaced by the RawPatch RPC, which is called by workhorse as creating a patch could take a long time. The CommitPatch RPC has no callsites in this codebase, which allows us to remove it. Part of: https://gitlab.com/gitlab-org/gitaly/issues/2095
-
- 16 Oct, 2019 39 commits
-
-
Grzegorz Bizon authored
Add `on_before_phased_restart` lifecycle event See merge request gitlab-org/gitlab!18582
-
Kamil Trzciński authored
Unicorn/Puma Cluster: This will be called before a graceful shutdown of workers starts hapepning. This is called on `master` process.
-
Sean McGivern authored
Support Create/Read/Destroy operations in Feature Flag API See merge request gitlab-org/gitlab!18198
-
Kamil Trzciński authored
Fix caching of submodule links for shas with dashes See merge request gitlab-org/gitlab!18576
-
Igor authored
-
Andreas Brandl authored
Replace index on ci_triggers See merge request gitlab-org/gitlab!18652
-
Kamil Trzciński authored
Resolve "Follow-up from "Handle tag delete 404"" Closes #34196 See merge request gitlab-org/gitlab!18641
-
Sean McGivern authored
Add additional scopes to note See merge request gitlab-org/gitlab!18309
-
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
-
Andreas Brandl authored
Relates to https://gitlab.com/gitlab-org/gitlab/issues/34188
-
Shinya Maeda authored
This commit adds a public API support for FF
-
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.
-
Giorgenes Gelatti authored
- Dont skip deleting tags if any tag fails in the way - Add specs to make sure all tags are being iterated over
-
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
-