1. 20 6月, 2017 1 次提交
  2. 12 5月, 2017 1 次提交
  3. 04 5月, 2017 1 次提交
    • Z
      Convert seconds to minutes and hours on chat notifations · 5d4183e5
      Z.J. van de Weg 提交于
      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
  4. 07 4月, 2017 1 次提交
  5. 05 4月, 2017 2 次提交
  6. 15 12月, 2016 1 次提交
  7. 13 12月, 2016 1 次提交
    • L
      Fix Slack pipeline message by API · 07d69d8a
      Lin Jen-Shin 提交于
      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
      07d69d8a
  8. 16 11月, 2016 1 次提交
  9. 01 8月, 2016 1 次提交
  10. 30 7月, 2016 1 次提交
    • L
      Add pipeline_events to Slack service: · d27095a3
      Lin Jen-Shin 提交于
      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