An error occurred fetching the project authors.
  1. 04 May, 2017 1 commit
    • Z.J. van de Weg's avatar
      Convert seconds to minutes and hours on chat notifations · 5d4183e5
      Z.J. van de Weg authored
      In the pipeline message, the duration of the pipeline was shown as:
      
      > gitlab-org/gitlab-ee: Pipeline #8002259 of master branch by Douwe Maan
      failed in 8612 seconds
      
      But this many seconds only gave me a clue how long the pipeline took,
      so now this will be shown as something like: 02:20:12 which gives a much
      better measure of time.
      5d4183e5
  2. 06 Apr, 2017 1 commit
  3. 05 Apr, 2017 2 commits
  4. 15 Dec, 2016 1 commit
  5. 13 Dec, 2016 1 commit
  6. 16 Nov, 2016 1 commit
  7. 01 Aug, 2016 1 commit
  8. 29 Jul, 2016 1 commit
    • Lin Jen-Shin's avatar
      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.
      d27095a3