GitLab Bot
43a25d93eb
Add latest changes from gitlab-org/gitlab@16-0-stable-ee
2023-05-17 16:05:49 +00:00
GitLab Bot
71786ddc8e
Add latest changes from gitlab-org/gitlab@15-9-stable-ee
2023-02-20 13:49:51 +00:00
GitLab Bot
7021455bd1
Add latest changes from gitlab-org/gitlab@15-6-stable-ee
2022-11-17 11:33:21 +00:00
GitLab Bot
6ed4ec3e0b
Add latest changes from gitlab-org/gitlab@15-4-stable-ee
2022-09-19 23:18:09 +00:00
GitLab Bot
b39512ed75
Add latest changes from gitlab-org/gitlab@15-3-stable-ee
2022-08-18 08:17:02 +00:00
GitLab Bot
b595cb0c1d
Add latest changes from gitlab-org/gitlab@15-2-stable-ee
2022-07-20 15:40:28 +00:00
GitLab Bot
36a59d088e
Add latest changes from gitlab-org/gitlab@15-0-stable-ee
2022-05-19 07:33:21 +00:00
GitLab Bot
deb2f3a608
Add latest changes from gitlab-org/security/gitlab@14-10-stable-ee
2022-04-29 08:18:14 +00:00
GitLab Bot
3cccd102ba
Add latest changes from gitlab-org/gitlab@14-10-stable-ee
2022-04-20 10:00:54 +00:00
GitLab Bot
a7b3560714
Add latest changes from gitlab-org/gitlab@14-8-stable-ee
2022-02-18 09:45:46 +00:00
GitLab Bot
edaa33dee2
Add latest changes from gitlab-org/gitlab@14-7-stable-ee
2022-01-20 09:16:11 +00:00
GitLab Bot
aee0a117a8
Add latest changes from gitlab-org/gitlab@14-6-stable-ee
2021-12-20 13:37:47 +00:00
GitLab Bot
311b0269b4
Add latest changes from gitlab-org/gitlab@14-5-stable-ee
2021-11-18 13:16:36 +00:00
GitLab Bot
d9ab72d608
Add latest changes from gitlab-org/gitlab@14-4-stable-ee
2021-10-20 08:43:02 +00:00
GitLab Bot
0653e08efd
Add latest changes from gitlab-org/gitlab@14-3-stable-ee
2021-09-20 13:18:24 +00:00
GitLab Bot
b76ae63846
Add latest changes from gitlab-org/gitlab@14-2-stable-ee
2021-08-19 09:08:42 +00:00
GitLab Bot
a5f4bba440
Add latest changes from gitlab-org/gitlab@14-0-stable-ee
2021-06-16 18:25:58 +00:00
GitLab Bot
4555e1b21c
Add latest changes from gitlab-org/gitlab@13-12-stable-ee
2021-05-19 15:44:42 +00:00
GitLab Bot
9dc93a4519
Add latest changes from gitlab-org/gitlab@13-11-stable-ee
2021-04-20 23:50:22 +00:00
GitLab Bot
859a6fb938
Add latest changes from gitlab-org/gitlab@13-9-stable-ee
2021-02-18 10:34:06 +00:00
Robert Speicher
6438df3a1e
Add latest changes from gitlab-org/gitlab@13-8-stable-ee
2021-01-20 13:34:23 -06:00
GitLab Bot
7e9c479f7d
Add latest changes from gitlab-org/gitlab@13-6-stable-ee
2020-11-19 08:27:35 +00:00
GitLab Bot
48aff82709
Add latest changes from gitlab-org/gitlab@13-5-stable-ee
2020-10-21 07:08:36 +00:00
GitLab Bot
85dc423f70
Add latest changes from gitlab-org/gitlab@13-4-stable-ee
2020-09-19 01:45:44 +00:00
GitLab Bot
6e4e1050d9
Add latest changes from gitlab-org/gitlab@13-3-stable-ee
2020-08-20 18:42:06 +00:00
GitLab Bot
a09983ae35
Add latest changes from gitlab-org/gitlab@13-2-stable-ee
2020-07-20 12:26:25 +00:00
GitLab Bot
8c7f4e9d5f
Add latest changes from gitlab-org/gitlab@13-1-stable-ee
2020-06-18 11:18:50 +00:00
GitLab Bot
9f46488805
Add latest changes from gitlab-org/gitlab@13-0-stable-ee
2020-05-20 14:34:42 +00:00
GitLab Bot
8a7efa45c3
Add latest changes from gitlab-org/gitlab@master
2020-04-02 18:08:11 +00:00
GitLab Bot
5064bf8c56
Add latest changes from gitlab-org/gitlab@master
2020-03-25 09:08:11 +00:00
GitLab Bot
20d564f106
Add latest changes from gitlab-org/gitlab@master
2020-02-05 12:09:15 +00:00
GitLab Bot
37eff29d5c
Add latest changes from gitlab-org/gitlab@master
2020-01-17 15:08:37 +00:00
GitLab Bot
c6373a2cec
Add latest changes from gitlab-org/gitlab@master
2019-12-24 12:08:01 +00:00
GitLab Bot
2a65a97e12
Add latest changes from gitlab-org/gitlab@master
2019-12-18 00:08:09 +00:00
GitLab Bot
b3e4ec8e8a
Add latest changes from gitlab-org/gitlab@master
2019-10-23 09:06:03 +00:00
GitLab Bot
9e27f0d920
Add latest changes from gitlab-org/gitlab@master
2019-10-01 12:05:59 +00:00
Heinrich Lee Yu
fc22626f45
Remove deprecated uses of attribute_changed?
...
Prepares us for upgrade to Rails 5.2
2019-04-30 15:24:25 +08:00
Thong Kuah
a2cfc150ce
Add # frozen_string_literal to spec/models
...
Adds `# frozen_string_literal: true` to spec/models ruby files
2019-04-01 14:37:54 +13:00
Tiger
00f0d356b7
Create framework for build prerequisites
...
Introduces the concept of Prerequisites for a CI build.
If a build has unmet prerequisites it will go through the
:preparing state before being made available to a runner.
There are no actual prerequisites yet, so current
behaviour is unchanged.
2019-03-20 12:04:40 +11:00
Tiger
42ca9c6f0d
Add :preparing status to HasStatus
...
Introduces a new status for builds between :created and :pending
that will be used when builds require one or more prerequisite
actions to be completed before being picked up by a runner
(such as creating Kubernetes resources before deploying).
The existing :created > :pending transition is unchanged, so
only builds that require preparation will use the :preparing
status.
2019-03-20 11:48:31 +11:00
Shinya Maeda
e1449df7a2
Fix coding offence
2018-12-04 19:24:21 +09:00
Shinya Maeda
45a5ed6d02
fix wording
2018-12-03 22:01:30 +09:00
Shinya Maeda
bec4740f30
Fix the coding style
2018-12-03 21:47:26 +09:00
Shinya Maeda
dd4a8df4cb
Validate enum uniqueness
2018-12-03 20:10:13 +09:00
Shinya Maeda
8ed7b34066
Add unit tests for CommitStatus and Ci::Stage
2018-10-02 17:08:11 +02:00
Mayra Cabrera
f494f2711a
Respect the inheritance chain between Ci::Build and CommitStatus
...
Also moves the assertions were they belong
2018-05-16 15:59:51 -05:00
Mayra Cabrera
86ef822177
Makes CommitStatus and GenericCommitStatus respond to presentable
...
methods
Includes Presentable module into CommitStatus. This fixes presenter
methods being called on those classes.
Closes #46177
2018-05-15 14:24:11 -05:00
Tomasz Maczukin
2cc0c692c0
Ensure that enqueuing a commit status always sets 'queued_at' value
2018-04-10 15:13:55 +02:00
Zeger-Jan van de Weg
16ea3315f2
Revert "Allow CI/CD Jobs being grouped on version strings"
...
This reverts commit 4f2cdb51df .
2018-04-04 14:10:22 +02:00
Zeger-Jan van de Weg
4f2cdb51df
Allow CI/CD Jobs being grouped on version strings
...
This makes grouping on version number available. In general I'd like to
group based on MAJOR.MINOR version numbers for Gitaly.
2018-03-01 12:39:30 +01:00