An error occurred fetching the project authors.
  1. 03 Apr, 2017 1 commit
  2. 27 Mar, 2017 1 commit
  3. 24 Mar, 2017 1 commit
  4. 01 Mar, 2017 3 commits
    • James Lopez's avatar
      fix other spec failures · e5a167e2
      James Lopez authored
      e5a167e2
    • James Lopez's avatar
      Update occurrences of MWBS to MWPS · 7584b51c
      James Lopez authored
       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.
      
      # Conflicts:
      #	app/controllers/projects/merge_requests_controller.rb
      #	app/serializers/merge_request_entity.rb
      #	app/services/merge_requests/merge_when_pipeline_succeeds_service.rb
      #	app/services/merge_requests/refresh_service.rb
      #	app/views/projects/merge_requests/merge.js.haml
      #	app/views/projects/merge_requests/widget/open/_accept.html.haml
      #	doc/api/merge_requests.md
      #	doc/api/projects.md
      #	lib/api/entities.rb
      #	lib/api/v3/entities.rb
      #	lib/api/v3/merge_requests.rb
      #	spec/services/merge_requests/merge_when_pipeline_succeeds_service_spec.rb
      #	spec/services/merge_requests/refresh_service_spec.rb
      7584b51c
    • James Lopez's avatar
      Update occurrences of MWBS to MWPS · a0101ebf
      James Lopez authored
       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
  5. 27 Feb, 2017 1 commit
  6. 24 Feb, 2017 1 commit
    • Sean McGivern's avatar
      Add repository storage field back to projects API · 32032a1f
      Sean McGivern authored
      This was an admin-only field that was exposed, and there were no tests
      for doing this as an admin and getting that response. In CE, we renamed
      the `user` option to `current_user`, and inadvertently broke this.
      32032a1f
  7. 23 Feb, 2017 6 commits
  8. 14 Feb, 2017 1 commit
  9. 09 Feb, 2017 1 commit
  10. 03 Feb, 2017 1 commit
  11. 30 Jan, 2017 2 commits
  12. 26 Jan, 2017 1 commit
  13. 17 Jan, 2017 1 commit
  14. 15 Jan, 2017 1 commit
  15. 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
    • Markus Koller's avatar
      Don't expose all namespace fields in API · d05dd81b
      Markus Koller authored
      d05dd81b
  16. 16 Dec, 2016 1 commit
  17. 02 Dec, 2016 1 commit
  18. 01 Dec, 2016 1 commit
  19. 28 Nov, 2016 2 commits
  20. 23 Nov, 2016 1 commit
  21. 11 Nov, 2016 1 commit
  22. 08 Nov, 2016 1 commit
  23. 07 Nov, 2016 1 commit
  24. 04 Nov, 2016 1 commit
  25. 11 Oct, 2016 1 commit
  26. 10 Oct, 2016 1 commit
  27. 07 Oct, 2016 1 commit
    • Nick Thomas's avatar
      Add markdown cache columns to the database, but don't use them yet · e94cd6fd
      Nick Thomas authored
      This commit adds a number of _html columns and, with the exception of Note,
      starts updating them whenever the content of their partner fields changes.
      
      Note has a collision with the note_html attr_accessor; that will be fixed later
      
      A background worker for clearing these cache columns is also introduced - use
      `rake cache:clear` to set it off. You can clear the database or Redis caches
      separately by running `rake cache:clear:db` or `rake cache:clear:redis`,
      respectively.
      e94cd6fd
  28. 04 Oct, 2016 2 commits
  29. 28 Sep, 2016 1 commit