1. 14 2月, 2017 2 次提交
  2. 08 2月, 2017 1 次提交
  3. 07 2月, 2017 3 次提交
  4. 06 2月, 2017 1 次提交
  5. 30 1月, 2017 1 次提交
  6. 19 1月, 2017 1 次提交
    • R
      Add some API endpoints for time tracking. · 0f3c9355
      Ruben Davila 提交于
      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
  7. 12 1月, 2017 1 次提交
    • H
      Add support for PlantUML diagrams in Asciidoc. · f986b4c4
      Horacio Sanson 提交于
      This MR enables rendering of PlantUML diagrams in Asciidoc documents. To add a
      PlantUML diagram all we need is to include a plantuml block like:
      
      ```
      [plantuml, id="myDiagram", width="100px", height="100px"]
      --
      bob -> alice : ping
      alice -> bob : pong
      --
      ```
      
      The plantuml block is substituted by an HTML img element with *src* pointing to
      an external PlantUML server.
      
      This MR also add a PlantUML integration section to the Administrator -> Settings
      page to configure the PlantUML rendering service and to enable/disable it.
      
      Closes: #17603
      f986b4c4
  8. 21 12月, 2016 3 次提交
    • M
      Add more storage statistics · 3ef4f74b
      Markus Koller 提交于
      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
    • M
      Consistently use current_user in API entities · d5c49779
      Markus Koller 提交于
      d5c49779
    • M
      Don't expose all namespace fields in API · d05dd81b
      Markus Koller 提交于
      d05dd81b
  9. 15 12月, 2016 1 次提交
  10. 07 12月, 2016 2 次提交
  11. 02 12月, 2016 1 次提交
  12. 01 12月, 2016 1 次提交
  13. 30 11月, 2016 1 次提交
  14. 25 11月, 2016 1 次提交
  15. 23 11月, 2016 1 次提交
  16. 18 11月, 2016 2 次提交
  17. 14 11月, 2016 2 次提交
  18. 12 11月, 2016 1 次提交
  19. 07 11月, 2016 2 次提交
  20. 04 11月, 2016 2 次提交
  21. 02 11月, 2016 1 次提交
  22. 01 11月, 2016 2 次提交
  23. 31 10月, 2016 1 次提交
  24. 29 10月, 2016 1 次提交
    • A
      Fix lightweight tags not processed correctly by GitTagPushService · fa3bbd44
      Alejandro Rodríguez 提交于
      When we updated gitlab_git to 10.4.1, `tag.target` changed from pointing
      to the sha of the tag to the sha of the commit the tag points to. The
      problem is that only annotated tags have `object_sha`s, lightweight tags
      don't (it's nil), so (only) in their case we still need to use
      `tag.target`.
      fa3bbd44
  25. 06 10月, 2016 1 次提交
  26. 30 9月, 2016 1 次提交
  27. 29 9月, 2016 1 次提交
    • G
      expose pipeline data in builds API · e80e4cb8
      Guilherme Salazar 提交于
      add pipeline ref, sha, and status to the build API response
      
      add tests of build API (pipeline data)
      
      change API documentation for builds API
      
      log change to builds API in CHANGELOG
      
      CHANGELOG: add reference to pull request and contributor's name
      e80e4cb8
  28. 28 9月, 2016 1 次提交
  29. 27 9月, 2016 1 次提交