1. 02 3月, 2017 1 次提交
    • T
      Expose Project's & ProjectSnippet's VisibilityLevel as String · b2c2dfe5
      Toon Claes 提交于
      Instead of exposing the VisibilityLevel as Integer, expose it as
      String `visibility` for Project and ProjectSnippet.
      
      Filter queries also accept the `visibility` as String instead of
      `visibility_level` as Integer.
      
      Also remove the `public` boolean.
      b2c2dfe5
  2. 01 3月, 2017 1 次提交
    • J
      Update occurrences of MWBS to MWPS · a0101ebf
      James Lopez 提交于
       Rename column in the database
       Rename fields related to import/export feature
       Rename API endpoints
       Rename documentation links
       Rename the rest of occurrences in the code
       Replace the images that contain the words "build succeeds" and docs referencing to them
       Make sure pipeline is green and nothing is missing.
      
      updated doc images
      
      renamed only_allow_merge_if_build_succeeds in projects and fixed references
      
      more updates
      
      fix some spec failures
      
      fix rubocop offences
      
      fix v3 api spec
      
      fix MR  specs
      
      fixed issues with partials
      
      fix MR spec
      
      fix alignment
      
      add missing v3 to v4 doc
      
      wip - refactor v3 endpoints
      
      fix specs
      
      fix a few typos
      
      fix project specs
      
      copy entities fully to V3
      
      fix  entity error
      
      more fixes
      
      fix failing specs
      
      fixed missing entities in V3 API
      
      remove comment
      
      updated code based on feedback
      
      typo
      
      fix spec
      a0101ebf
  3. 23 2月, 2017 2 次提交
  4. 22 2月, 2017 1 次提交
  5. 21 2月, 2017 1 次提交
  6. 17 2月, 2017 1 次提交
  7. 16 2月, 2017 2 次提交
  8. 15 2月, 2017 2 次提交
  9. 14 2月, 2017 2 次提交
  10. 08 2月, 2017 1 次提交
  11. 07 2月, 2017 3 次提交
  12. 06 2月, 2017 1 次提交
  13. 30 1月, 2017 1 次提交
  14. 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
  15. 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
  16. 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
  17. 15 12月, 2016 1 次提交
  18. 07 12月, 2016 2 次提交
  19. 02 12月, 2016 1 次提交
  20. 01 12月, 2016 1 次提交
  21. 30 11月, 2016 1 次提交
  22. 25 11月, 2016 1 次提交
  23. 23 11月, 2016 1 次提交
  24. 18 11月, 2016 2 次提交
  25. 14 11月, 2016 2 次提交
  26. 12 11月, 2016 1 次提交
  27. 07 11月, 2016 2 次提交
  28. 04 11月, 2016 1 次提交