BigW Consortium Gitlab

  1. 29 Jun, 2017 1 commit
  2. 27 Jun, 2017 1 commit
  3. 19 Jun, 2017 1 commit
  4. 09 Jun, 2017 1 commit
  5. 06 Jun, 2017 1 commit
    • Introduce an Events API · ad3e180e
      Mark Fletcher authored
      * Meld the following disparate endpoints:
       * `/projects/:id/events`
       * `/events`
       * `/users/:id/events`
      + Add result filtering to the above endpoints:
       * action
       * target_type
       * before and after dates
  6. 02 Jun, 2017 2 commits
  7. 31 May, 2017 1 commit
  8. 30 May, 2017 7 commits
  9. 10 May, 2017 2 commits
  10. 03 May, 2017 1 commit
  11. 02 May, 2017 1 commit
  12. 19 Apr, 2017 1 commit
  13. 10 Apr, 2017 1 commit
  14. 06 Apr, 2017 1 commit
    • ProjectsFinder should handle more options · b996a82f
      Jacopo authored
      Extended ProjectFinder in order to handle the following options:
       - current_user - which user use
       - project_ids_relation: int[] - project ids to use
       - params:
         -  trending: boolean
         -  non_public: boolean
         -  starred: boolean
         -  sort: string
         -  visibility_level: int
         -  tags: string[]
         -  personal: boolean
         -  search: string
         -  non_archived: boolean
      
      GroupProjectsFinder now inherits from ProjectsFinder.
      Changed the code in order to use the new available options.
  15. 16 Mar, 2017 1 commit
  16. 03 Mar, 2017 1 commit
  17. 02 Mar, 2017 2 commits
  18. 01 Mar, 2017 1 commit
    • 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
  19. 28 Feb, 2017 1 commit
  20. 27 Feb, 2017 1 commit
  21. 23 Feb, 2017 3 commits
  22. 22 Feb, 2017 1 commit
  23. 20 Feb, 2017 1 commit
  24. 14 Feb, 2017 1 commit
    • API: Consolidate /projects endpoint · 4e9e29d2
      Toon Claes authored
      It consolidates these endpoints:
       - /projects
       - /projects/owned
       - /projects/visible
       - /projects/starred
       - /projects/all
      
      Into the /projects endpoint using query parameters.
  25. 13 Feb, 2017 1 commit
  26. 07 Feb, 2017 1 commit
    • API: remove `public` param for projects · c6ad83ec
      Toon Claes authored
      The create and edit actions for projects had these parameters:
      
      - `public` (optional) - if true same as setting `visibility_level = 20`
      - `visibility_level` (optional)
      
      Remove the `public` parameter to avoid contradiction.
  27. 30 Jan, 2017 1 commit
  28. 16 Jan, 2017 1 commit
  29. 15 Jan, 2017 1 commit