- 30 Apr, 2019 40 commits
-
-
Russell Dickenson authored
Part of issue 57874
-
Marcia Ramos authored
Clarify that `project_url` is used See merge request gitlab-org/gitlab-ce!27163
-
Kushal Pandya authored
Move EE differences for `app/views/projects/issues/_issue.html.haml` See merge request gitlab-org/gitlab-ce!27804
-
Kushal Pandya authored
Internationalisation of projects directory See merge request gitlab-org/gitlab-ce!27733
-
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
-
Kushal Pandya authored
Upgrade Mermaid to 8.0.0 See merge request gitlab-org/gitlab-ce!27706
-
Kushal Pandya authored
refactor(sidebar): Refactored shared sidebar component tests to Jest Closes #58830 See merge request gitlab-org/gitlab-ce!27688
-
Kushal Pandya authored
Internationalisation of ide directory See merge request gitlab-org/gitlab-ce!27680
-
Kushal Pandya authored
Internationalisation of blob directory See merge request gitlab-org/gitlab-ce!27670
-
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
-
Sean McGivern authored
`on_stop` is not automatically triggered with pipelines for merge requests Closes #60885 See merge request gitlab-org/gitlab-ce!27618
-
Grzegorz Bizon authored
Add basic GraphQL for a Group Closes #60786 See merge request gitlab-org/gitlab-ce!27492
-
Shinya Maeda authored
Due to the nature of pipelines for merge requests, deployments.ref can be a merge request ref instead of a branch name. We support the environment auto-stop hook for this case
-
James Lopez authored
Fix reviewer roulette when no-one is in a category See merge request gitlab-org/gitlab-ce!27895
-
Grzegorz Bizon authored
Use correct k8s namespace in Prometheus queries See merge request gitlab-org/gitlab-ce!27812
-
Nick Thomas authored
Disable HTTP for the nginx-ingress Review App service See merge request gitlab-org/gitlab-ce!27884
-
Sean McGivern authored
-
Sean McGivern authored
This would return `people.size` before, when it should return `nil`.
-
Nick Thomas authored
Remove pages domain scheduled for removal See merge request gitlab-org/gitlab-ce!26227
-
Vladimir Shushlin authored
Domain will be removed by verification worker after 1 week of being disabled
-
Nick Thomas authored
Give reviewer roulette its own header in the docs See merge request gitlab-org/gitlab-ce!27883
-
Marcia Ramos authored
Clarify that reporters can manage boards Closes #60794 See merge request gitlab-org/gitlab-ce!27616
-
Nick Thomas authored
Docs aren't reviewed using roulette Closes #61047 See merge request gitlab-org/gitlab-ce!27876
-
Evan Read authored
-
Sean McGivern 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
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
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
-