BigW Consortium Gitlab

  1. 15 Dec, 2016 1 commit
  2. 13 Dec, 2016 1 commit
    • Fix Slack pipeline message by API · 07d69d8a
      Lin Jen-Shin authored
      Pipelines triggered from API don't have a corresponding
      user, so we show that it's from API, same as from the
      web UI
      
      Closes #25609
  3. 16 Nov, 2016 1 commit
  4. 01 Aug, 2016 1 commit
  5. 29 Jul, 2016 1 commit
    • 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.