Skip to content
Snippets Groups Projects
  1. Mar 26, 2018
    • Mayra Cabrera's avatar
      Make ci/lint page context aware: · 80f9aff3
      Mayra Cabrera authored
      - Create ci/lints controller inside project/
      - Move js pages to be inside projects/
      - Copy view ci/lint view to be inside project folder
      - Remove ci/lint view and js files
      
      Closes #43603
      80f9aff3
  2. Feb 06, 2018
    • Dylan Griffith's avatar
      Handle all YAML parser exceptions in .gitlab-ci.yml (fixes #41209) · 66d41d2c
      Dylan Griffith authored
      - Move the exception handling as close to the source as possible to
      avoid leaking Psych ahstraction
      - Also remove unnecessary rescue all statement from LintsController.
      This should not be necessary anymore since any YAML errors should all be
      caught by the #validation_message method.
      66d41d2c
  3. Sep 12, 2017
  4. Mar 01, 2017
  5. Oct 10, 2016
  6. Sep 30, 2016
  7. Sep 07, 2016
  8. Jun 29, 2016
  9. Mar 29, 2016
  10. Mar 25, 2016
  11. Mar 01, 2016
  12. Feb 11, 2016
  13. Feb 03, 2016
  14. Feb 02, 2016
    • Kamil Trzcińśki's avatar
      Make the CI permission model simpler · 055afab5
      Kamil Trzcińśki 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.
      055afab5
  15. Jan 11, 2016
  16. Dec 22, 2015
    • Grzegorz Bizon's avatar
      Make CI Lint form synchronous · d74b254d
      Grzegorz Bizon authored
      This removes `remote: true` from CI Lint form, making it synchronous
      form. This also removes some complexity related to displaying lint
      messages.
      
      View also has been updated, removed deprecated Bootstrap 2 tags.
      Improved design.
      
      Closes #4206
      d74b254d
  17. Dec 11, 2015
  18. Nov 19, 2015
  19. Nov 10, 2015
  20. Oct 28, 2015
  21. Oct 23, 2015
  22. Oct 17, 2015
  23. Oct 14, 2015
  24. Oct 07, 2015
  25. Oct 06, 2015
Loading