An error occurred fetching the project authors.
  1. 02 Mar, 2017 1 commit
  2. 23 Feb, 2017 2 commits
  3. 21 Feb, 2017 2 commits
  4. 20 Feb, 2017 1 commit
  5. 14 Feb, 2017 1 commit
    • Toon Claes's avatar
      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.
      4e9e29d2
  6. 03 Feb, 2017 2 commits
  7. 23 Jan, 2017 1 commit
  8. 19 Jan, 2017 2 commits
  9. 18 Jan, 2017 1 commit
    • Ruben Davila's avatar
      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"
      0f3c9355
  10. 15 Jan, 2017 1 commit
  11. 04 Jan, 2017 1 commit
    • Lin Jen-Shin's avatar
      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.
      8c9a4ed3
  12. 23 Dec, 2016 1 commit
  13. 21 Dec, 2016 2 commits
    • Markus Koller's avatar
      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.
      3ef4f74b
    • Grzegorz Bizon's avatar
      Remove redundant pagination helpers after a bad merge · 468b47d4
      Grzegorz Bizon authored
      [ci skip]
      468b47d4
  14. 16 Dec, 2016 1 commit
    • Timothy Andrew's avatar
      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`
      7fa06ed5
  15. 13 Dec, 2016 1 commit
  16. 12 Dec, 2016 1 commit
  17. 09 Dec, 2016 1 commit
  18. 08 Dec, 2016 1 commit
  19. 07 Dec, 2016 3 commits
  20. 01 Dec, 2016 1 commit
  21. 29 Nov, 2016 2 commits
  22. 28 Nov, 2016 1 commit
  23. 24 Nov, 2016 3 commits
  24. 18 Nov, 2016 2 commits
  25. 16 Nov, 2016 1 commit
  26. 14 Nov, 2016 1 commit
  27. 01 Nov, 2016 1 commit
  28. 27 Oct, 2016 1 commit
  29. 19 Oct, 2016 1 commit