GitLab Bot
ee7db70e11
Add latest changes from gitlab-org/gitlab@master
2023-03-28 15:08:36 +00:00
GitLab Bot
377d420e3d
Add latest changes from gitlab-org/gitlab@master
2022-12-16 12:08:27 +00:00
GitLab Bot
4e50b9ed31
Add latest changes from gitlab-org/gitlab@master
2022-11-10 18:11:08 +00:00
GitLab Bot
be2696666f
Add latest changes from gitlab-org/gitlab@master
2022-11-10 12:08:15 +00:00
GitLab Bot
68964241ec
Add latest changes from gitlab-org/gitlab@master
2022-09-20 21:10:29 +00:00
GitLab Bot
056d614d2c
Add latest changes from gitlab-org/gitlab@master
2022-01-08 03:14:00 +00:00
GitLab Bot
bb4e936684
Add latest changes from gitlab-org/gitlab@master
2021-08-19 06:11:00 +00:00
GitLab Bot
fc5e0c4d0d
Add latest changes from gitlab-org/gitlab@master
2021-05-21 03:10:24 +00:00
GitLab Bot
9d485c177e
Add latest changes from gitlab-org/gitlab@master
2021-05-10 06:10:25 +00:00
GitLab Bot
1769b59b9f
Add latest changes from gitlab-org/gitlab@master
2021-04-01 18:13:56 +00:00
GitLab Bot
c0dd450008
Add latest changes from gitlab-org/gitlab@master
2021-03-26 12:09:15 +00:00
GitLab Bot
f2cdd73a23
Add latest changes from gitlab-org/gitlab@master
2021-02-26 12:10:57 +00:00
GitLab Bot
15b3452054
Add latest changes from gitlab-org/gitlab@master
2020-09-28 09:09:35 +00:00
GitLab Bot
4fa04f789e
Add latest changes from gitlab-org/gitlab@master
2020-09-02 12:10:35 +00:00
GitLab Bot
db73de5d6d
Add latest changes from gitlab-org/gitlab@master
2020-08-07 21:10:07 +00:00
GitLab Bot
0c27b33a8d
Add latest changes from gitlab-org/gitlab@master
2020-07-24 12:09:34 +00:00
GitLab Bot
60a52d9829
Add latest changes from gitlab-org/gitlab@master
2020-07-10 12:09:15 +00:00
GitLab Bot
ce06ce825b
Add latest changes from gitlab-org/gitlab@master
2020-07-06 15:08:42 +00:00
GitLab Bot
fa7ac2663b
Add latest changes from gitlab-org/gitlab@master
2020-06-24 06:09:01 +00:00
GitLab Bot
c9d79ef3b5
Add latest changes from gitlab-org/gitlab@master
2020-05-26 15:08:17 +00:00
GitLab Bot
a8c82a6395
Add latest changes from gitlab-org/gitlab@master
2020-02-25 03:08:49 +00:00
GitLab Bot
71c9d577ad
Add latest changes from gitlab-org/gitlab@master
2020-02-03 21:09:00 +00:00
GitLab Bot
ac9d41902b
Add latest changes from gitlab-org/gitlab@master
2019-12-24 15:07:44 +00:00
GitLab Bot
0e2fc1701b
Add latest changes from gitlab-org/gitlab@master
2019-12-13 21:07:41 +00:00
GitLab Bot
7801d133b6
Add latest changes from gitlab-org/gitlab@master
2019-11-12 09:06:14 +00:00
GitLab Bot
25989ab7ef
Add latest changes from gitlab-org/gitlab@master
2019-10-18 11:11:44 +00:00
GitLab Bot
914ea32e0e
Add latest changes from gitlab-org/gitlab@master
2019-10-16 09:07:51 +00:00
GitLab Bot
94611567bd
Add latest changes from gitlab-org/gitlab@master
2019-09-30 09:06:31 +00:00
GitLab Bot
80f61b4035
Add latest changes from gitlab-org/gitlab@master
2019-09-18 14:02:45 +00:00
Heinrich Lee Yu
1ce5bcacdb
Remove code related to object hierarchy in MySQL
...
These are not required because MySQL is not
supported anymore
2019-07-25 15:35:06 +08:00
Mayra Cabrera
5432f5480f
Adds a way to start multiple manual jobs in stage
...
- Adds an endpoint on PipelinesController
- Adds a service that iterates over every build in a stage and
plays it.
- Includes 'play_manual' details on EntitySerializer
- Builds a new Stage state: PlayManual. An stage can take this status if
it has manual builds or an skipped, scheduled or manual status
- Includes FE modifications and specs
2019-05-02 18:27:35 +00:00
Matija Čupić
60f0e3c993
Use different query count expectations in EE
2019-04-10 13:18:31 +02:00
Shinya Maeda
05c0377008
Add attached flag to pipeline entity
...
Add spec
Fix
Fix
Add changelog
Drop attached
Remove attached
Update changelog
ok
2019-03-13 21:36:27 +07:00
Shinya Maeda
b913169d88
Make all_pipelines method compatible with pipelines for merge requests
...
Make it sane
Include merge ref head
Fix union
Improve a bit
Add spec
remove
add spec
Add changelog
fix coding offence
Apply suggestion to spec/models/merge_request_spec.rb
ok
ok
Fix
Fix spec
Fix spec
fix
Simplify the things
Memoize
OK
a
2019-03-13 19:26:38 +07:00
Shinya Maeda
50776d2d29
Expose merge request entity for pipelines
...
Add preload
Fix
ok
Write tests
test only postgresql
ok
add more test
;
Improve wording
Add changelog
Fix
2019-03-06 16:30:35 +07:00
Adam Mulvany
38bbc097fa
Properly implement API pagination headers and add specs
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-02-21 18:29:00 +01:00
Douwe Maan
e893f560e0
Remove unnecessary double caching (in hash and request store)
2019-01-02 15:31:35 +01:00
Yorick Peterse
7a233b37cd
Remove code for dynamically generating routes
...
This adds a database migration that creates routes for any projects and
namespaces that don't already have one. We also remove the runtime code
for dynamically creating routes, as this is no longer necessary.
2018-07-25 16:41:29 +02:00
Douwe Maan
290ca339ad
Merge branch 'feature/customizable-favicon' into 'master'
...
Customizable favicon
Closes #15661
See merge request gitlab-org/gitlab-ce!14497
2018-06-07 16:54:41 +00:00
Alexis Reigel
949c30d42b
remove all .ico favicon variations, use png always
...
the ci status icons are generated client side, wo we don't need the
static files anymore.
2018-06-05 16:20:22 +02:00
Grzegorz Bizon
74caf54704
Fix pipeline serializer queries count specs
2018-05-30 15:53:28 +02:00
Grzegorz Bizon
162cc55e49
Use persisted stage feature to serialize pipelines
2018-05-29 17:23:49 +02:00
Grzegorz Bizon
f0d7445b88
Reduce pipeline serialization queries when preloaded
2018-05-24 16:55:24 +02:00
Grzegorz Bizon
bc9a0e10b5
Reduce amount of expected pipeline serialization queries in specs
2018-05-23 14:22:22 +02:00
Jan Provaznik
21588f180c
Enable update_(build|pipeline) for maintainers
2018-05-15 08:18:22 +00:00
Dylan Griffith
77c72c688d
Increase PipelineSerializer query limit count to support new group runner queries
2018-04-26 13:23:35 +08:00
Sean McGivern
511cf9345f
Fix pipeline serializer spec
...
This is 36 in CE, and 40 in EE.
2018-03-15 12:44:59 +00:00
Micaël Bergeron
960b6337cb
fix specs
2018-03-07 15:23:17 -05:00
Micaël Bergeron
a85948862e
fix some broken specs
2018-03-06 16:19:24 -05:00
Kamil Trzciński
45d2c31643
Merge commit '4b92efd90cedaa0aff218d11fdce279701128bea' into object-storage-ee-to-ce-backport
2018-02-28 20:46:53 +01:00