BigW Consortium Gitlab

  1. 22 Jan, 2017 2 commits
  2. 20 Dec, 2016 2 commits
  3. 16 Dec, 2016 3 commits
  4. 15 Dec, 2016 2 commits
  5. 14 Dec, 2016 1 commit
  6. 18 Nov, 2016 2 commits
  7. 17 Nov, 2016 2 commits
  8. 16 Nov, 2016 1 commit
  9. 04 Oct, 2016 1 commit
  10. 09 Sep, 2016 1 commit
  11. 31 Aug, 2016 4 commits
  12. 12 Aug, 2016 1 commit
  13. 04 Aug, 2016 1 commit
  14. 02 Aug, 2016 1 commit
  15. 29 Jul, 2016 2 commits
    • Add pipeline_events to Slack service: · d27095a3
      Lin Jen-Shin authored
      Also add Service#event_names so that we don't have to hard code all
      event names in ServiceParams. Note that I don't know why we want to
      call plural on issue_event and merge_request_event so that we still
      need to hard code them for issues_event and merge_requests_event.
      See app/helpers/services_helper.rb for those special rules.
    • WIP, initial work to implement pipeline hooks: · ae5f124e
      Lin Jen-Shin authored
      I might be squashing this commit in the future.
  16. 21 Jul, 2016 1 commit
  17. 20 Jul, 2016 1 commit
  18. 19 Jul, 2016 2 commits
  19. 15 Jul, 2016 1 commit
  20. 29 Jun, 2016 1 commit
  21. 16 Jun, 2016 2 commits
  22. 15 Jun, 2016 1 commit
    • Set inverse_of for Project/Services relation · 8a9164bf
      Yorick Peterse authored
      This ensures that code such as this don't run needless SQL queries:
      
          project.gitlab_issue_tracker_service.project
      
      This also means that if the root `project` eager loads any associations
      the Service object will be able to re-use those.
  23. 10 Jun, 2016 1 commit
  24. 03 Jun, 2016 2 commits
  25. 09 May, 2016 1 commit
    • Remove the annotate gem and delete old annotations · f1479b56
      Jeroen van Baarsen authored
      In 8278b763 the default behaviour of annotation
      has changes, which was causing a lot of noise in diffs. We decided in #17382
      that it is better to get rid of the whole annotate gem, and instead let people
      look at schema.rb for the columns in a table.
      
      Fixes: #17382
  26. 06 May, 2016 1 commit