BigW Consortium Gitlab

  1. 06 Apr, 2017 1 commit
  2. 31 Mar, 2017 1 commit
  3. 02 Mar, 2017 1 commit
  4. 28 Feb, 2017 1 commit
  5. 15 Feb, 2017 3 commits
  6. 25 Jan, 2017 4 commits
  7. 20 Jan, 2017 1 commit
  8. 04 Jan, 2017 1 commit
    • WIP: Add tests and make sure that headers are set · 8c9a4ed3
      Lin Jen-Shin authored
      * 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.
  9. 19 Dec, 2016 1 commit
  10. 16 Dec, 2016 2 commits
  11. 15 Dec, 2016 2 commits
  12. 14 Dec, 2016 3 commits
  13. 03 Oct, 2016 1 commit
  14. 13 Sep, 2016 1 commit
  15. 07 Sep, 2016 1 commit
  16. 05 Sep, 2016 1 commit
  17. 17 Aug, 2016 1 commit
    • Tracking of custom events · d345591f
      Yorick Peterse authored
      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
  18. 29 Jun, 2016 1 commit
  19. 28 Jun, 2016 3 commits
  20. 16 Jun, 2016 2 commits
  21. 13 Jun, 2016 2 commits
  22. 20 Apr, 2016 6 commits