- 30 Apr, 2019 32 commits
-
-
Evan Read authored
-
Sean McGivern authored
Reviewer roulette via Danger should take OOO status into account Closes #57652 See merge request gitlab-org/gitlab-ce!27696
-
Douwe Maan authored
Fix letter opener gem error: "undefined method `before_filter' for LetterOpenerWeb::LettersController:Class" See merge request gitlab-org/gitlab-ce!27769
-
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.
-
Sean McGivern authored
Disable method replacement in avatar loading Closes #60903 See merge request gitlab-org/gitlab-ce!27866
-
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
-
Thong Kuah authored
-
Thong Kuah authored
Added :uninstalled state as wasn't sure if we should be destroying the cluster apps
-
Stan Hu authored
We've seen a significant performance penalty when using `BatchLoader#__replace_with!`. This defines methods on the batch loader that proxy to the 'real' object using send. The alternative is `method_missing`, which is slower. However, we've noticed that `method_missing` can be faster if: 1. The objects being loaded have a large interface. 2. We don't call too many methods on the loaded object. Avatar uploads meet both criteria above, so let's use the newly-released feature in https://github.com/exAspArk/batch-loader/pull/45. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60903
-
Ash McKenzie authored
Fix pipelines for merge requests does not show pipeline page when source branch is removed Closes #60432 See merge request gitlab-org/gitlab-ce!27803
-
Shinya Maeda authored
Source branch can be removed after the merge and we have to make sure to avoid rendering links if it's the case.
-
Evan Read authored
Docs: Add intro and reorg CI index Closes #58323 See merge request gitlab-org/gitlab-ce!27620
-
Marcia Ramos authored
Plus: add note for .com users
-
Ash McKenzie authored
Merge branch '60476-actionview-missingtemplate-missing-template-projects-issues-_merge_requests-with-locale-en-formats-html-varian' into 'master' Delete leftover code for referenced_merge_requests endpoint Closes #60476 See merge request gitlab-org/gitlab-ce!27335
-
- 29 Apr, 2019 8 commits
-
-
Michael Kozono authored
-
Annabel Dunstone Gray authored
Fixed boards card dragging styling Closes #61050 See merge request gitlab-org/gitlab-ce!27802
-
Tim Zallmann authored
Fix base domain help text update Closes #61036 See merge request gitlab-org/gitlab-ce!27746
-
Tim Zallmann authored
Internationalisation of javascript/m* directories See merge request gitlab-org/gitlab-ce!27723
-
Brandon Labuschagne authored
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
-
Tim Zallmann authored
Internationalisation of vue_shared directory See merge request gitlab-org/gitlab-ce!27751
-
Brandon Labuschagne authored
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets the Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
-
Clement Ho authored
Update dependency @gitlab/ui to ^3.7.0 See merge request gitlab-org/gitlab-ce!27832
-