An error occurred fetching the project authors.
  1. 12 Jan, 2017 1 commit
    • Horacio Sanson's avatar
      Add support for PlantUML diagrams in Asciidoc. · f986b4c4
      Horacio Sanson authored
      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
  2. 21 Dec, 2016 3 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
    • Markus Koller's avatar
      d5c49779
    • Markus Koller's avatar
      Don't expose all namespace fields in API · d05dd81b
      Markus Koller authored
      d05dd81b
  3. 15 Dec, 2016 1 commit
  4. 07 Dec, 2016 2 commits
  5. 01 Dec, 2016 2 commits
  6. 30 Nov, 2016 1 commit
  7. 25 Nov, 2016 1 commit
  8. 23 Nov, 2016 1 commit
  9. 17 Nov, 2016 2 commits
  10. 14 Nov, 2016 2 commits
  11. 12 Nov, 2016 1 commit
  12. 07 Nov, 2016 2 commits
  13. 04 Nov, 2016 2 commits
  14. 02 Nov, 2016 1 commit
  15. 01 Nov, 2016 2 commits
  16. 31 Oct, 2016 1 commit
  17. 28 Oct, 2016 1 commit
  18. 05 Oct, 2016 1 commit
  19. 29 Sep, 2016 2 commits
    • DJ Mountney's avatar
      Expose the Koding application settings in the API · 59157c04
      DJ Mountney authored
      This will allow the Koding app to enable the integration itself once is has authorized an admin user using the application secrets.
      59157c04
    • Guilherme Salazar's avatar
      expose pipeline data in builds API · e80e4cb8
      Guilherme Salazar authored
      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
  20. 28 Sep, 2016 1 commit
  21. 27 Sep, 2016 1 commit
  22. 19 Sep, 2016 1 commit
  23. 16 Sep, 2016 1 commit
  24. 15 Sep, 2016 4 commits
  25. 09 Sep, 2016 1 commit
  26. 01 Sep, 2016 1 commit
  27. 31 Aug, 2016 1 commit