- 19 Sep, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 16 Sep, 2016 1 commit
-
-
Stan Hu authored
Originally from gitlab-org/gitlab-ee!682
-
- 13 Sep, 2016 2 commits
-
-
Katarzyna Kobierska authored
-
Katarzyna Kobierska authored
-
- 01 Sep, 2016 3 commits
-
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
- 11 Aug, 2016 1 commit
-
-
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.
-
- 19 Jul, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Annabel Dunstone authored
Remove builds settings from project settings; add builds settings route; add new controller action; put badge stuff under builds settings controller action
-
- 18 Jul, 2016 4 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
Manual actions are accessible from: - Pipelines - Builds - Environments - Deployments
-
Kamil Trzcinski authored
-
Katarzyna Kobierska authored
Add Pending Tab to Project Builds Update CHANGELOG
-
- 16 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 13e37a3e.
-
James Lopez authored
-
- 13 Jun, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 10 Jun, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Phil Hughes authored
Added sidebar Removed elements not present in design
-
- 03 Jun, 2016 3 commits
-
-
Tomasz Maczukin authored
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 02 Jun, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 09 May, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
We send a state of ansi2html to client, client needs to send this state back. The state describes the configuration of generator and position within trace.
-
- 19 Apr, 2016 4 commits
-
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
- 19 Feb, 2016 4 commits
-
-
Grzegorz Bizon authored
Discussion: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2560#note_3659905
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 11 Feb, 2016 4 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 02 Feb, 2016 1 commit
-
-
Kamil Trzcinski authored
This MR simplifies CI permission model: - read_build: allows to read a list of builds, artifacts and trace - update_build: allows to cancel and retry builds - create_build: allows to create builds from gitlab-ci.yml (not yet implemented) - admin_build: allows to manage triggers, runners and variables - read_commit_status: allows to read a list of commit statuses (including the overall of builds) - create_commit_status: allows to create a new commit status using API Remove all extra methods to manage permission. Made all controllers to use explicitly the new permissions.
-
- 15 Jan, 2016 1 commit
-
-
Andrew Johnson authored
Also fix a few places where page_404 should be render_404.
-