An error occurred fetching the project authors.
- 21 Oct, 2019 1 commit
-
-
GitLab Bot authored
-
- 18 Oct, 2019 2 commits
-
-
GitLab Bot authored
-
GitLab Bot authored
-
- 17 Oct, 2019 1 commit
-
-
GitLab Bot authored
-
- 16 Oct, 2019 2 commits
-
-
GitLab Bot authored
-
GitLab Bot authored
-
- 15 Oct, 2019 1 commit
-
-
GitLab Bot authored
-
- 10 Oct, 2019 1 commit
-
-
GitLab Bot authored
-
- 27 Sep, 2019 1 commit
-
-
GitLab Bot authored
-
- 13 Sep, 2019 1 commit
-
-
GitLab Bot authored
-
- 22 Aug, 2019 1 commit
-
-
Shinya Maeda authored
This commits avoiding conflicts between ArchiveTraceWorker and ArchiveTracesCronWorker by changing the target of the latter worker.
-
- 08 Aug, 2019 1 commit
-
-
Hordur Freyr Yngvason authored
As decided in https://gitlab.com/gitlab-org/gitlab-ce/issues/53593
-
- 02 Aug, 2019 3 commits
-
-
Kamil Trzciński authored
Currently, some of the jobs with `needs:` would be processed in stages, it means that `when:` for such jobs would not be respected. This changes the behavior to have a separate execution paths for jobs with `needs:`.
-
Kamil Trzciński authored
When `needs:` is defined, the value of it is not respected when returning a list of artifacts to the runner from the job.
-
Kamil Trzciński authored
-
- 01 Aug, 2019 1 commit
-
-
Kamil Trzciński authored
This implements the support for `needs:` keyword as part of GitLab CI. That makes some of the jobs to be run out of order.
-
- 29 Jul, 2019 1 commit
-
-
Matija Čupić authored
Adds Job specific variables to facilitate specifying variables when running manual jobs.
-
- 23 Jul, 2019 1 commit
-
-
Shinya Maeda authored
Often live traces are removed even though the archived trace doesn't exist. This commit checkes the existence strictly.
-
- 10 Jul, 2019 1 commit
-
-
Balasankar "Balu" C authored
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
-
- 05 Jun, 2019 1 commit
-
-
Kamil Trzciński authored
This reverts merge request !27503
-
- 31 May, 2019 1 commit
-
-
Shinya Maeda authored
We've already migrated all the legacy artifacts to the new realm, which is ci_job_artifacts table. It's time to remove the old code base that is no longer used.
-
- 28 May, 2019 1 commit
-
-
Matija Čupić authored
Extracts combining the job_artifacts relation with the with_reports scope for getting report artifacts into a method.
-
- 24 May, 2019 1 commit
-
-
Thong Kuah authored
Update documentation to reflect removal
-
- 17 May, 2019 1 commit
-
-
Tiger authored
Immediate configuration is not ideal for group and instance level clusters as projects that may never be deployed would still have Kubernetes namespaces and service accounts created for them. As of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25586 we now create only the resources that are required for the project being deployed, at the time of deployment.
-
- 06 May, 2019 1 commit
-
-
Shinya Maeda authored
Refactor
-
- 29 Apr, 2019 1 commit
-
-
Shinya Maeda authored
With Pipelines for Merge Requests feature, users cannout keep using $CI_COMMIT_REF_NAME and _SLUG predefined variables for dynamic environments. We fix this problem by explicitly looking at the source ref.
-
- 26 Apr, 2019 1 commit
-
-
Jason Goodman authored
This enables sending a chat message to Slack or Mattermost upon a successful, failed, or canceled deployment
-
- 19 Apr, 2019 2 commits
-
-
mfluharty authored
Specs that test canceled jobs now - expect them not to be retryable or playable - expect them not to show retry buttons Specs that test retryability now - use failed status instead of canceled status
-
Alessio Caiazza authored
Refactor existing tests as a shared example
-
- 18 Apr, 2019 1 commit
-
-
Jason van den Hurk authored
-
- 16 Apr, 2019 1 commit
-
-
Matija Čupić authored
This backports the changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10452
-
- 10 Apr, 2019 2 commits
-
-
Jason van den Hurk authored
-
Jason van den Hurk authored
This variable shows if the branch the runner is executing is protected or not. References: #50909
-
- 05 Apr, 2019 2 commits
-
-
Thong Kuah authored
- rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
-
Shinya Maeda authored
MWPSService currently uses the old pipeline lookup method. It searches related merge requests with pipeline.ref, however, this doesn't work for attached/detached merge request pipelines.
-
- 04 Apr, 2019 1 commit
-
-
Shinya Maeda authored
Legacy artifacts have been correctly migrated to new place - ci_job_artifacts. Now it's time to remove the related code, but before that we should ensure it doesn't break anything by using feature flag.
-
- 01 Apr, 2019 1 commit
-
-
Thong Kuah authored
Adds `# frozen_string_literal: true` to spec/models ruby files
-
- 29 Mar, 2019 1 commit
-
-
Shinya Maeda authored
By using `refs/merge-requests/:iid/head` ok ok Improve naming nicely Add nice tests add nice tests fix some more revert
-
- 20 Mar, 2019 2 commits
-
-
Tiger authored
The flag is on by default, but allows us to revert back to the old behaviour if we encounter any problems.
-
Tiger authored
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.
-