- 11 Nov, 2018 1 commit
-
-
Dmitriy Zaporozhets authored
Fix error handling bugs in kubernetes integration See merge request gitlab-org/gitlab-ce!22922
-
- 09 Nov, 2018 37 commits
-
-
Clement Ho authored
Use gitlab-ui in jobs and pipelines See merge request gitlab-org/gitlab-ce!22782
-
Filipa Lacerda authored
-
Douglas Barbosa Alexandre authored
Remove circular dependency on Redactable in migration See merge request gitlab-org/gitlab-ce!22951
-
Annabel Dunstone Gray authored
Resolve "GitLab Pages settings regressions" Closes #48475 See merge request gitlab-org/gitlab-ce!22821
-
Scott Hampton authored
-
Clement Ho authored
Updates clipboard button with gitlab-ui See merge request gitlab-org/gitlab-ce!22923
-
Stan Hu authored
Gitlab::BackgroundMigration::RedactLinks was prepending EE::Gitlab::BackgroundMigration::RedactLinks, while EE::Gitlab::BackgroundMigration::RedactLinks was trying to include Gitlab::BackgroundMigration::RedactLinks::Redactable. Ruby 2.5.3 failed with an uninitialized constant (https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/118388511).
-
Phil Hughes authored
Fix alignment of diff comment buttons Closes #53768 See merge request gitlab-org/gitlab-ce!22944
-
Douglas Barbosa Alexandre authored
Fix DashboardHelper reference in spec See merge request gitlab-org/gitlab-ce!22948
-
Stan Hu authored
Helpers::DashboardHelper doesn't actually exist, and Ruby 2.5 gets rid of the automatic top-level constant lookup (https://bugs.ruby-lang.org/issues/11547).
-
Nick Thomas authored
Resolve possible cherry pick API race condition Closes #53773 See merge request gitlab-org/gitlab-ce!22946
-
Rémy Coutable authored
Enable even more frozen string in lib/gitlab See merge request gitlab-org/gitlab-ce!22863
-
Marcia Ramos authored
Symlinked hooks aren't executed See merge request gitlab-org/gitlab-ce!22933
-
Douglas Barbosa Alexandre authored
Ensure we create the secrets at the right time Closes #53621 See merge request gitlab-org/gitlab-ce!22938
-
Robert Speicher authored
Previously, we just fetched the latest commit for the given branch when presenting the resulting commit, but because something could have been committed to that branch between the time we cherry-picked and the time we render the result, the wrong commit could have been presented. Now, we fetch the commit object with the commit SHA returned by the commit change service, which should always be the correct commit. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53773
-
Nick Thomas authored
Add revert to commits API Closes gitlab-org/release/framework#48 See merge request gitlab-org/gitlab-ce!22919
-
Filipa Lacerda authored
Updates clipboard button component to use the new glTooltipDirective and the new glButton component from gitlab-ui
-
Annabel Dunstone Gray authored
-
Robert Speicher authored
-
Kamil Trzciński authored
Improve Debugging Capabilities For Helm Application Installs See merge request gitlab-org/gitlab-ce!22924
-
Dylan Griffith authored
-
Kamil Trzciński authored
User can create a group level cluster and install applications See merge request gitlab-org/gitlab-ce!22450
-
Nick Thomas authored
Add e2e test of push via HTTP via Git protocol v2 See merge request gitlab-org/gitlab-ce!22925
-
Douwe Maan authored
Remove created_at from WikiPage See merge request gitlab-org/gitlab-ce!22905
-
Francisco Javier López authored
-
Marin Jankovski authored
Improve the Review Apps documentation a bit See merge request gitlab-org/gitlab-ce!22910
-
Rémy Coutable authored
In `deploy`, if the previous deployment failed, we delete/cleanup all the objects related to the release, including secrets. The problem is that if we create the root password before that, it will be then recreated during the deploy with a random value! By creatigng the secret just before actually deplying a new release, we ensure that it won't be overriden. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Thong Kuah authored
-
Dylan Griffith authored
I have also extracted an issue in https://gitlab.com/gitlab-org/gitlab-ce/issues/53738 to surface these errors to users but now I am just fixing the bug where kubernetes_namespace is undefined while handling this error
-
Dylan Griffith authored
There is no reason to specially handle 404 here. We only handle 404 specifically if we are fetching something and want to return `nil` if 404. This does not apply here.
-
Grzegorz Bizon authored
backport: Always proxy reports downloads See merge request gitlab-org/gitlab-ce!22889
-
Zeger-Jan van de Weg authored
This recently changed on the Gitaly side, but now spotted this in the docs for the next release. Updated to be more precise, and to signal users should not want control over this specific hook location.
-
Stan Hu authored
Revert "Extract code into IssueBoardEntity" See merge request gitlab-org/gitlab-ce!22928
-
Evan Read authored
Parameter per_page added See merge request gitlab-org/gitlab-ce!22818
-
Alvaro Junqueira authored
-
Evan Read authored
Typo fix stoping -> stopping in the CI README.md See merge request gitlab-org/gitlab-ce!22890
-
Thong Kuah authored
This reverts commit 8c126525.
-
- 08 Nov, 2018 2 commits
-
-
Mark Lapierre authored
Adds a new end-to-end test to check that Git protocol v2 can be used to push over HTTP
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-