1. 20 2月, 2017 2 次提交
  2. 17 2月, 2017 2 次提交
  3. 16 2月, 2017 1 次提交
  4. 15 2月, 2017 2 次提交
  5. 14 2月, 2017 4 次提交
  6. 13 2月, 2017 1 次提交
  7. 10 2月, 2017 2 次提交
  8. 09 2月, 2017 2 次提交
  9. 08 2月, 2017 1 次提交
  10. 07 2月, 2017 3 次提交
  11. 06 2月, 2017 2 次提交
  12. 04 2月, 2017 1 次提交
  13. 03 2月, 2017 2 次提交
  14. 02 2月, 2017 1 次提交
  15. 30 1月, 2017 1 次提交
  16. 28 1月, 2017 1 次提交
  17. 25 1月, 2017 1 次提交
  18. 19 1月, 2017 2 次提交
    • T
      63e8dc8a
    • 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
  19. 13 1月, 2017 1 次提交
  20. 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
  21. 11 1月, 2017 1 次提交
  22. 07 1月, 2017 1 次提交
  23. 03 1月, 2017 1 次提交
  24. 29 12月, 2016 1 次提交
  25. 22 12月, 2016 1 次提交
  26. 21 12月, 2016 1 次提交
    • 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
  27. 20 12月, 2016 1 次提交