BigW Consortium Gitlab

  1. 20 Dec, 2017 2 commits
  2. 04 Oct, 2017 1 commit
  3. 23 Sep, 2017 1 commit
  4. 22 Sep, 2017 1 commit
  5. 10 May, 2017 1 commit
  6. 03 May, 2017 1 commit
  7. 18 Apr, 2017 1 commit
  8. 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.
  9. 24 Mar, 2017 1 commit
  10. 15 Mar, 2017 1 commit
  11. 07 Mar, 2017 1 commit
  12. 23 Feb, 2017 1 commit
  13. 21 Dec, 2016 1 commit
    • 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.
  14. 16 Dec, 2016 2 commits
  15. 15 Aug, 2016 1 commit
  16. 01 Aug, 2016 1 commit
    • State specific default sort order for issuables · 84a3225b
      zs authored
      Provide more sensible default sort order for issues and merge requests
      based on the following table:
      
      | type           | state  | default sort order |
      |----------------|--------|--------------------|
      | issues         | open   | last created       |
      | issues         | closed | last updated       |
      | issues         | all    | last created       |
      | merge requests | open   | last created       |
      | merge requests | merged | last updated       |
      | merge requests | closed | last updated       |
      | merge requests | all    | last created       |
  17. 06 Jun, 2016 1 commit
  18. 20 Apr, 2016 2 commits
  19. 04 Mar, 2016 1 commit
  20. 17 Feb, 2016 1 commit
  21. 07 Jan, 2016 2 commits
    • changes titles · df18441e
      Jacob Schatz authored
    • Sort by ID when sorting using "Recently created" · 9dacc3bc
      Yorick Peterse authored
      Sorting by "id" has the same effect as sorting by created_at while
      performing far better and without the need of an extra index (in case
      one wanted to speed up sorting by "created_at").
      
      Sorting by "Recently updated" still uses the physical "updated_at"
      column as there's no way to use the "id" column for this instead.
  22. 09 Sep, 2015 1 commit
  23. 26 Aug, 2015 1 commit
  24. 06 Feb, 2015 1 commit
  25. 04 Dec, 2014 2 commits