- 24.04.2019 1 коммит
-
-
Achilleas Pipinellis создал
-
- 19.04.2019 2 коммита
-
-
Thiago Presa создал
-
Kartikey Tanna создал
-
- 18.04.2019 1 коммит
-
-
Imre Farkas создал
-
- 17.04.2019 3 коммита
-
-
Daniel Gruesso создал
-
James Ramsay создал
-
Ken McKnight создал
-
- 16.04.2019 4 коммита
-
-
-
Michael Leopard создал
-
George Tsiolis создал
-
Tiger создал
JIT resource creation blocks deployments if a user is self-managing their cluster, as it will fail the build if unable to create a namespace and service account. Using a custom namespace and service account was previously supported for project level clusters, so we should preserve this functionality. https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/27352
-
- 15.04.2019 2 коммита
-
-
Horatiu Eugen Vlad создал
-
Marcia Ramos создал
-
- 11.04.2019 2 коммита
-
-
- 10.04.2019 4 коммита
-
-
Raphael Das Gupta создал
Apparently one has to wait, but DNS can't be involved at this step. (As the DNS records had already to be ready and presumably propagated for the ACME challenge to work.) So let's assume it's the content delivery network serving the certificate that needs some time here.
-
-
knod создал
-
-
- 09.04.2019 5 коммитов
-
-
Vladimir Shushlin создал
Set pages_domain.remove_at when disabling it Add specs for marking pages domain for removal Notify user that domain is being removed Add documentation
-
Marcel Amirault создал
-
Marcel Amirault создал
-
Luke Duncalfe создал
MergeRequests::PushOptionsHandlerService has been updated to allow creating and updating merge requests with the `merge_when_pipeline_succeeds` set using git push options. To create a new merge request and set it to merge when the pipeline succeeds: git push -u origin -o merge_request.create \ -o merge_request.merge_when_pipeline_succeeds To update an existing merge request and set it to merge when the pipeline succeeds: git push -u origin -o merge_request.merge_when_pipeline_succeeds Issue https://gitlab.com/gitlab-org/gitlab-ce/issues/53198 -
Luke Duncalfe создал
To create a new merge request: git push -u origin -o merge_request.create To create a new merge request setting target branch: git push -u origin -o merge_request.create \ -o merge_request.target=123 To update an existing merge request with a new target branch: git push -u origin -o merge_request.target=123 A new Gitlab::PushOptions class handles parsing and validating the push options array. This can be the start of the standard of GitLab accepting push options that follow namespacing rules. Rules are discussed in issue https://gitlab.com/gitlab-org/gitlab-ce/issues/43263. E.g. these push options: -o merge_request.create -o merge_request.target=123 Become parsed as: { merge_request: { create: true, target: '123', } } And are fetched with the class via: push_options.get(:merge_request) push_options.get(:merge_request, :create) push_options.get(:merge_request, :target) A new MergeRequests::PushOptionsHandlerService takes the `merge_request` namespaced push options and handles creating and updating merge requests. Any errors encountered are passed to the existing `output` Hash in Api::Internal's `post_receive` endpoint, and passed to gitlab-shell where they're output to the user. Issue https://gitlab.com/gitlab-org/gitlab-ce/issues/43263
-
- 08.04.2019 4 коммита
-
-
Mike Lewis создал
-
Sid Sijbrandij создал
-
Marcel Amirault создал
-
Marcel Amirault создал
-
- 06.04.2019 1 коммит
-
-
Chris Baumbauer создал
-
- 05.04.2019 2 коммита
-
-
Gosia Ksionek создал
Add columns to store project creation settings Add project creation level column in groups and default project creation column in application settings Remove obsolete line from schema Update migration with project_creation_level column existence check Rename migrations to avoid conflicts Update migration methods Update migration method
-
Grzegorz Bizon создал
-
- 04.04.2019 3 коммита
-
-
Rory O’Kane создал
-
-
-
- 03.04.2019 6 коммитов
-
-
Nathan Friend создал
This commit updates the documentation about the "Pipelines must succeed" checkbox.
-
Evan Read создал
-
Grzegorz Bizon создал
-
Grzegorz Bizon создал
-
Grzegorz Bizon создал
-
Alexander Strachan создал
Resolve "Add troubleshooting section to capture errors with installing applications to a Kubernetes cluster"
-