1. 04 1月, 2017 1 次提交
    • L
      WIP: Add tests and make sure that headers are set · 8c9a4ed3
      Lin Jen-Shin 提交于
      * We realized that headers were not set whenever we give 204
        because `render_api_error!` doesn't preserve the headers.
      
      * We also realized that `update_runner_info` would be called in
        POST /builds/register every time therefore runner is updated
        every time, ticking the queue, making this last_update didn't
        work very well, and the test would be failing due to that.
      8c9a4ed3
  2. 19 12月, 2016 1 次提交
  3. 16 12月, 2016 4 次提交
  4. 15 12月, 2016 1 次提交
  5. 14 12月, 2016 2 次提交
  6. 03 10月, 2016 1 次提交
  7. 13 9月, 2016 1 次提交
  8. 07 9月, 2016 1 次提交
  9. 05 9月, 2016 1 次提交
  10. 17 8月, 2016 1 次提交
    • Y
      Tracking of custom events · d345591f
      Yorick Peterse 提交于
      GitLab Performance Monitoring is now able to track custom events not
      directly related to application performance. These events include the
      number of tags pushed, repositories created, builds registered, etc.
      
      The use of these events is to get a better overview of how a GitLab
      instance is used and how that may affect performance. For example, a
      large number of Git pushes may have a negative impact on the underlying
      storage engine.
      
      Events are stored in the "events" measurement and are not prefixed with
      "rails_" or "sidekiq_", this makes it easier to query events with the
      same name triggered from different parts of the application. All events
      being stored in the same measurement also makes it easier to downsample
      data.
      
      Currently the following events are tracked:
      
      * Creating repositories
      * Removing repositories
      * Changing the default branch of a repository
      * Pushing a new tag
      * Removing an existing tag
      * Pushing a commit (along with the branch being pushed to)
      * Pushing a new branch
      * Removing an existing branch
      * Importing a repository (along with the URL we're importing)
      * Forking a repository (along with the source/target path)
      * CI builds registered (and when no build could be found)
      * CI builds being updated
      * Rails and Sidekiq exceptions
      
      Fixes gitlab-org/gitlab-ce#13720
      d345591f
  11. 29 6月, 2016 1 次提交
  12. 28 6月, 2016 3 次提交
  13. 16 6月, 2016 2 次提交
  14. 13 6月, 2016 2 次提交
  15. 20 4月, 2016 6 次提交
  16. 20 2月, 2016 4 次提交
  17. 27 1月, 2016 1 次提交
  18. 15 1月, 2016 1 次提交
  19. 14 1月, 2016 3 次提交
  20. 23 11月, 2015 1 次提交
  21. 11 11月, 2015 1 次提交
  22. 10 11月, 2015 1 次提交