BigW Consortium Gitlab

  1. 19 Sep, 2016 1 commit
  2. 16 Sep, 2016 1 commit
  3. 13 Sep, 2016 2 commits
  4. 01 Sep, 2016 3 commits
  5. 11 Aug, 2016 1 commit
    • Pre-create all builds for Pipeline when a trigger is received · 39203f1a
      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.
  6. 19 Jul, 2016 2 commits
  7. 18 Jul, 2016 4 commits
  8. 16 Jun, 2016 2 commits
  9. 13 Jun, 2016 2 commits
  10. 10 Jun, 2016 2 commits
  11. 03 Jun, 2016 3 commits
  12. 02 Jun, 2016 1 commit
  13. 09 May, 2016 2 commits
  14. 19 Apr, 2016 4 commits
  15. 19 Feb, 2016 4 commits
  16. 11 Feb, 2016 4 commits
  17. 02 Feb, 2016 1 commit
    • Make the CI permission model simpler · 055afab5
      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.
  18. 15 Jan, 2016 1 commit