Commit Graph

75 Commits

Author SHA1 Message Date
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
Grzegorz Bizon 6ca02a4150 Merge branch 'zj-multiple-artifacts-ee' into 'master'
Multiple artifacts ee

See merge request gitlab-org/gitlab-ee!3276
2018-02-28 20:44:09 +01:00
Zeger-Jan van de Weg c6edae3887
Load commit in batches for pipelines#index
Uses `list_commits_by_oid` on the CommitService, to request the needed
commits for pipelines. These commits are needed to display the user that
created the commit and the commit title.

This includes fixes for tests failing that depended on the commit
being `nil`. However, now these are batch loaded, this doesn't happen
anymore and the commits are an instance of BatchLoader.
2017-12-19 10:05:40 +01:00
Zeger-Jan van de Weg c7d945758a Fix most test failures 2017-12-03 12:04:49 +01:00
Zeger-Jan van de Weg 61864a5a5b Rename Artifact to JobArtifact, split metadata out
Two things at ones, as there was no clean way to seperate the commit and
give me feedback from the tests.

But the model Artifact is now JobArtifact, and the table does not have a
type anymore, but the metadata is now its own model:
Ci::JobArtifactMetadata.
2017-12-03 12:04:48 +01:00
Mike Greiling 7b262c4356 Resolve "Precompiled assets with digest strings are ignored in CI" 2017-10-03 14:47:56 +00:00
Andrew Newdigate 64d7ec0a9e Detect n+1 issues involving Gitaly 2017-09-19 10:55:37 +00:00
Michael Kozono 255be6c5ca Prevent user from changing username with container registry tags 2017-08-09 16:24:49 +00:00
Robert Speicher 72a7b30c9f Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
Lin Jen-Shin 561bc570de Add a test for checking queries with different ref 2017-07-19 17:53:56 +08:00