BigW Consortium Gitlab

  1. 03 Mar, 2017 2 commits
  2. 02 Mar, 2017 3 commits
  3. 23 Feb, 2017 2 commits
  4. 21 Feb, 2017 2 commits
  5. 20 Feb, 2017 1 commit
  6. 14 Feb, 2017 1 commit
    • API: Consolidate /projects endpoint · 4e9e29d2
      Toon Claes authored
      It consolidates these endpoints:
       - /projects
       - /projects/owned
       - /projects/visible
       - /projects/starred
       - /projects/all
      
      Into the /projects endpoint using query parameters.
  7. 03 Feb, 2017 2 commits
  8. 23 Jan, 2017 1 commit
  9. 19 Jan, 2017 2 commits
  10. 18 Jan, 2017 1 commit
    • Add some API endpoints for time tracking. · 0f3c9355
      Ruben Davila authored
      New endpoints are:
      
      POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/time_estimate"
      
      POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/reset_time_estimate"
      
      POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/add_spent_time"
      
      POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/reset_spent_time"
      
      GET  :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/time_stats"
  11. 15 Jan, 2017 1 commit
  12. 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.
  13. 23 Dec, 2016 1 commit
  14. 21 Dec, 2016 2 commits
    • Add more storage statistics · 3ef4f74b
      Markus Koller authored
      This adds counters for build artifacts and LFS objects, and moves
      the preexisting repository_size and commit_count from the projects
      table into a new project_statistics table.
      
      The counters are displayed in the administration area for projects
      and groups, and also available through the API for admins (on */all)
      and normal users (on */owned)
      
      The statistics are updated through ProjectCacheWorker, which can now
      do more granular updates with the new :statistics argument.
    • Remove redundant pagination helpers after a bad merge · 468b47d4
      Grzegorz Bizon authored
      [ci skip]
  15. 16 Dec, 2016 1 commit
    • Calls to the API are checked for scope. · 7fa06ed5
      Timothy Andrew authored
      - Move the `Oauth2::AccessTokenValidationService` class to
        `AccessTokenValidationService`, since it is now being used for
        personal access token validation as well.
      
      - Each API endpoint declares the scopes it accepts (if any). Currently,
        the top level API module declares the `api` scope, and the `Users` API
        module declares the `read_user` scope (for GET requests).
      
      - Move the `find_user_by_private_token` from the API `Helpers` module to
        the `APIGuard` module, to avoid littering `Helpers` with more
        auth-related methods to support `find_user_by_private_token`
  16. 13 Dec, 2016 1 commit
  17. 12 Dec, 2016 1 commit
  18. 09 Dec, 2016 1 commit
  19. 08 Dec, 2016 1 commit
  20. 07 Dec, 2016 3 commits
  21. 01 Dec, 2016 1 commit
  22. 29 Nov, 2016 2 commits
  23. 28 Nov, 2016 1 commit
  24. 24 Nov, 2016 3 commits
  25. 18 Nov, 2016 2 commits
  26. 16 Nov, 2016 1 commit