- 30 Apr, 2019 40 commits
-
-
Grzegorz Bizon authored
Fix epics from sub-groups errors on reorder, delete See merge request gitlab-org/gitlab-ee!11837
-
GitLab Bot authored
-
Nick Thomas authored
Give reviewer roulette its own header in the docs See merge request gitlab-org/gitlab-ce!27883
-
GitLab Bot authored
-
Marcia Ramos authored
Clarify that reporters can manage boards Closes #60794 See merge request gitlab-org/gitlab-ce!27616
-
GitLab Bot authored
-
Nick Thomas authored
Docs aren't reviewed using roulette Closes #61047 See merge request gitlab-org/gitlab-ce!27876
-
Evan Read authored
-
Bob Van Landuyt authored
Resolve "ArgumentError: Trait not registered: timeouted" Closes #11392 See merge request gitlab-org/gitlab-ee!11948
-
Sean McGivern authored
-
GitLab Bot authored
-
Sean McGivern authored
Reviewer roulette via Danger should take OOO status into account Closes #57652 See merge request gitlab-org/gitlab-ce!27696
-
Heinrich Lee Yu authored
Also regenerate gitlab.pot
-
GitLab Bot authored
-
Douwe Maan authored
Fix letter opener gem error: "undefined method `before_filter' for LetterOpenerWeb::LettersController:Class" See merge request gitlab-org/gitlab-ce!27769
-
Douwe Maan authored
Extract refactoring from !10755 See merge request gitlab-org/gitlab-ee!11515
-
Michael Kozono authored
-
James Lopez authored
Refactor LfsImportService and ImportService See merge request gitlab-org/gitlab-ce!27255
-
Francisco Javier López authored
In order to make `LfsImportService` more reusable, we need to extract the logic inside `ImportService` and encapsulate it into the service.
-
GitLab Bot authored
-
Sean McGivern authored
Disable method replacement in avatar loading Closes #60903 See merge request gitlab-org/gitlab-ce!27866
-
GitLab Bot authored
-
Stan Hu authored
Uninstall cluster applications (backend services) Closes #60665 See merge request gitlab-org/gitlab-ce!27096
-
Stan Hu authored
-
Dylan Griffith authored
-
Dylan Griffith authored
-
Dylan Griffith authored
-
Dylan Griffith authored
These builder methods are using user provided input inside a public_send but this is safe to do in this instance because before they are called we check before calling them that they match an expected application name.
-
Dylan Griffith authored
-
Dylan Griffith authored
-
Dylan Griffith authored
In order to not miss any errors since we are not checking the return value of update
-
Dylan Griffith authored
-
Dylan Griffith authored
-
Thong Kuah authored
Basically does the reverse of after_transition to :installed.
-
Dylan Griffith authored
-
Thong Kuah authored
Add endpoint to delete/uninstall a cluster application
-
Thong Kuah authored
Add specs
-
Thong Kuah authored
Only prometheus can be uninstalled atm, the rest will be dealt with later. Presumption is that new application types will have uninstallation implmemented at the same time.
-
Thong Kuah authored
Rescue and put into :uninstall_errored if something goes wrong while destroying, which can happen. I think it is safe to expose the full error message from the destroy error. Remove the :uninstalled state as no longer used.
-
Thong Kuah authored
+ to monitor progress of uninstallation pod
-