- 03.09.2019 18 коммитов
-
-
Rémy Coutable создал
This is needed because in `master`, the `gitlab:assets:compile` is created, but not the `gitlab:assets:compile pull-cache` job, and the `needs` keyword cannot take jobs that don't exist, thus we have to create a dedicated job for `master`, with `needs: ["build-qa-image", "gitlab:assets:compile"]` instead of `needs: ["build-qa-image", "gitlab:assets:compile pull-cache"]`. Signed-off-by:
Rémy Coutable <remy@rymai.me> -
Rémy Coutable создал
This also makes 'package-and-qa-manual' created for 'master' because it's a valid use-case to run manual QA on 'master'. Without this change, no pipeline could be created for auto-deploy branches due to the following error: The form contains the following error: package-and-qa-manual: needs 'build-qa-image' Signed-off-by:
Rémy Coutable <remy@rymai.me> -
Lin Jen-Shin создал
Backport retries options for cancel_running See merge request gitlab-org/gitlab-ce!32525
-
-
Lin Jen-Shin создал
Stub DetectRepositoryLanguagesWorker for all tests See merge request gitlab-org/gitlab-ce!32430
-
-
Kushal Pandya создал
Remove deprecation message for milestone tabs See merge request gitlab-org/gitlab-ce!32252
-
Valery Sizov создал
-
Ash McKenzie создал
Remove all references to Gitlab::CorrelationId See merge request gitlab-org/gitlab-ce!32228
-
Thong Kuah создал
If user can push to docker then it can delete too Closes #40096 See merge request gitlab-org/gitlab-ce!31796
-
Giorgenes Gelatti создал
Extends the permission of $CI_REGISTRY_USER to allow them to delete tags in addition to just pushing. https://gitlab.com/gitlab-org/gitlab-ce/issues/40096
-
-
Evan Read создал
Make badging less confusing in quick actions doc Closes #66886 See merge request gitlab-org/gitlab-ce!32515
-
Marcel Amirault создал
-
Evan Read создал
Add suggested changes to docker build doc Closes #66802 See merge request gitlab-org/gitlab-ce!32442
-
Marcel Amirault создал
-
Evan Read создал
Add Danger bot development documentation Closes #58192 See merge request gitlab-org/gitlab-ce!32506
-
Nick Thomas создал
This is overdue, and some of the suggestions are embarrassing, but this is how we actually develop Danger today.
-
- 02.09.2019 22 коммита
-
-
Tim Zallmann создал
Remove area chart in favor of time series Closes #66393 See merge request gitlab-org/gitlab-ce!32129
-
Tim Zallmann создал
Expand textarea for CA cert in cluster form See merge request gitlab-org/gitlab-ce!32508
-
Mayra Cabrera создал
Add X-GitLab-NotificationReason header to note emails See merge request gitlab-org/gitlab-ce!32422
-
Walmyr Lima e Silva Filho создал
Backport EE changes for built-in project template test See merge request gitlab-org/gitlab-ce!32358
-
Lin Jen-Shin создал
Provide filename and line number for `class_eval` See merge request gitlab-org/gitlab-ce!32500
-
-
Sean McGivern создал
The 'assigned' reason doesn't apply to notes, but the other two can ('mentioned' and 'own_activity'), so we can still use this for note emails. -
Achilleas Pipinellis создал
Docs: Clarify config value true is a string See merge request gitlab-org/gitlab-ce!32209
-
yonatan miller создал
Gitlab CI Linter otherwise gives error `variables config should be a hash value of key value pairs`
-
Filipa Lacerda создал
Skip requesting diverging commit counts if no branches are listed See merge request gitlab-org/gitlab-ce!32496
-
Stan Hu создал
This fixes a regression where an underscore in labels no longer worked: https://github.com/knsv/mermaid/releases
-
Douglas Barbosa Alexandre создал
Update Code-Quality.gitlab-ci.yml to use `only.refs` See merge request gitlab-org/gitlab-ce!32394
-
-
-
Andreas Brandl создал
Replace indexes for counting active users See merge request gitlab-org/gitlab-ce!32538
-
Andreas Brandl создал
Replace indexes for counting active users See merge request gitlab-org/gitlab-ce!32538
-
Sean McGivern создал
Handle :9090 and 0.0.0.0:9090 listen_address formats See merge request gitlab-org/gitlab-ce!32456
-
Reuben Pereira создал
Prometheus listen_address can be in formats of :9090 and 0.0.0.0:9090. But before these can be used to connect a project to Prometheus, they have to converted into absolute URIs.
-
-
-
Marcia Ramos создал
Update screenshots for License Compliance Closes gitlab-ee#8910 See merge request gitlab-org/gitlab-ce!32537
-
Douwe Maan создал
Support selective highlighting of lines See merge request gitlab-org/gitlab-ce!32514
-