- 21 Apr, 2017 1 commit
-
-
Jacopo authored
Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
-
- 06 Apr, 2017 1 commit
-
-
Kamil Trzciński authored
-
- 06 Mar, 2017 2 commits
-
-
Z.J. van de Weg authored
This commit only renames the commits, the cascading effects will be dealt with later.
-
Z.J. van de Weg authored
Fixes gitlab-org/gitlab-ce#28515 [ci skip]
-
- 23 Feb, 2017 1 commit
-
-
George Andrinopoulos authored
-
- 16 Feb, 2017 1 commit
-
-
Robert Schilling authored
-
- 05 Feb, 2017 1 commit
-
-
Robert Schilling authored
-
- 03 Feb, 2017 1 commit
-
-
Filipa Lacerda authored
Rename Build to Job Replace "Builds" by "Jobs" and fix broken specs Replace "Builds" by "Jobs" Fix broken spinach test Fix broken test Remove `˙` at the beginning of the file Fix broken spinach test Fix broken tests Changes after review
-
- 01 Feb, 2017 1 commit
-
-
Valery Sizov authored
Ports changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/642 back into CE
-
- 26 Jan, 2017 1 commit
-
-
Robert Speicher authored
-
- 04 Dec, 2016 1 commit
-
-
Z.J. van de Weg authored
Fixes #18448
-
- 28 Nov, 2016 1 commit
-
-
Livier authored
Restore changes for api spec files Fix error in rspec Users Delete extra space Repositories-spec
-
- 26 Oct, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 29 Sep, 2016 1 commit
-
-
Guilherme Salazar authored
add pipeline ref, sha, and status to the build API response add tests of build API (pipeline data) change API documentation for builds API log change to builds API in CHANGELOG CHANGELOG: add reference to pull request and contributor's name
-
- 18 Aug, 2016 2 commits
-
-
Z.J. van de Weg authored
-
Z.J. van de Weg authored
-
- 11 Aug, 2016 3 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
This change simplifies a Pipeline processing by introducing a special new status: created. This status is used for all builds that are created for a pipeline. We are then processing next stages and queueing some of the builds (created -> pending) or skipping them (created -> skipped). This makes it possible to simplify and solve a few ordering problems with how previously builds were scheduled. This also allows us to visualise a full pipeline (with created builds). This also removes an after_touch used for updating a pipeline state parameters. Right now in various places we explicitly call a reload_status! on pipeline to force it to be updated and saved.
-
- 09 Aug, 2016 1 commit
-
-
tiagonbotelho authored
-
- 21 Jul, 2016 1 commit
-
-
Lin Jen-Shin authored
-
- 20 Jul, 2016 14 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5347#note_13195683 and https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5347#note_13195692 another_artifacts was no longer used and then there's no point to put let in outer scope anymore.
-
Lin Jen-Shin authored
this should properly test that it's really getting the builds from the latest successful pipelines and latest successful builds.
-
Lin Jen-Shin authored
also added a test for checking this.
-
Lin Jen-Shin authored
rubocop was complaining
-
Lin Jen-Shin authored
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5347#note_13176921 Also we give undesired builds another artifacts so that we could tell if returned artifacts was we actual expected.
- 19 Jul, 2016 5 commits
-
-
Lin Jen-Shin authored
-
Kamil Trzcinski authored
-