- 16 Oct, 2019 40 commits
-
-
Lin Jen-Shin authored
* We also use `needs` to speed it up * To simplify the dependencies, we also pull cache on master
-
Andreas Brandl authored
Remove custom merge strategy for db/schema.rb See merge request gitlab-org/gitlab!18406
-
Yorick Peterse authored
Add API for manually creating deployments Closes #25176 and #32579 See merge request gitlab-org/gitlab!17620
-
Nick Thomas authored
Feature #19822, users can preview audio in a repository. See merge request gitlab-org/gitlab!18354
-
Jesse Hall authored
-
Paul Slaughter authored
Change design management empty state button style See merge request gitlab-org/gitlab!18060
-
-
Achilleas Pipinellis authored
Fix links to all redirected blog posts See merge request gitlab-org/gitlab!18586
-
Marcel Amirault authored
Fix all links to blog posts to use the new path of about.gitlab.com/blog
-
Sanad Liaquat authored
Adjust test to avoid flakiness Closes #34144 See merge request gitlab-org/gitlab!18657
-
Marin Jankovski authored
Correct validation backlog label name in issue template See merge request gitlab-org/gitlab!18595
-
Jason Lenny authored
-
Achilleas Pipinellis authored
Add section about experiments See merge request gitlab-org/gitlab!17538
-
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 `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.
-
Walmyr Lima authored
-
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
-