Commit Graph

12 Commits

Author SHA1 Message Date
Fatih Acet 0151325dac Merge request widget redesign 2017-05-09 04:15:34 +00:00
Filipa Lacerda b0f2cbceb3 Remove UJS actions from pipelines tables 2017-03-17 17:30:32 +00:00
Filipa Lacerda dfa842ce1d Removes builds tab from merge request
Fix specs
2016-12-21 11:17:09 +00:00
Stan Hu 3fe5004a37 Remove use of wait_for_ajax since jQuery was removed
Fixes #23812
2016-10-25 17:04:58 -07:00
Nick Thomas 374071321d Fix the merge request view when source projects or branches are removed 2016-10-20 12:24:27 +01:00
Annabel Dunstone Gray 0a79e5cd44 Replace generic table with 2016-10-10 16:21:08 -05:00
Kamil Trzcinski 39203f1adf Pre-create all builds for Pipeline when a trigger is received
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.
2016-08-11 15:22:35 +02:00
Douwe Maan 6ce25e7b4c Rename MergeRequest methods that return commits or shas to be more clear and consistent 2016-07-06 18:50:58 -04:00
Kamil Trzcinski dbf235f514 Fix tests failures 2016-06-07 10:25:57 +02:00
Kamil Trzcinski 20c7144ed2 Rename all `[ci_]commit` to `[ci_]pipeline` in specs and features 2016-06-03 16:22:26 +02:00
Grzegorz Bizon 02cddaea6f Add feature specs for pipeline in MR from fork 2016-06-01 11:57:22 +02:00
Grzegorz Bizon 24c0f0d671 Add feature test for accessing MR created from fork 2016-06-01 11:57:22 +02:00