BigW Consortium Gitlab

  1. 05 Jul, 2017 1 commit
  2. 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.
  3. 14 Nov, 2016 1 commit
  4. 12 Nov, 2016 4 commits
  5. 10 Nov, 2016 1 commit
  6. 19 Mar, 2016 1 commit
  7. 13 Mar, 2016 2 commits
  8. 03 Mar, 2016 1 commit
    • Refactor projects list · 7455d950
      Dmitriy Zaporozhets authored
      1. Fix double bottom border if pagination
      2. Fix broken search on forks page
      4. Remove duplicate js logic
      4. Remove unused show all link
      5. Remove duplicate “no project” message in different views
      
      After this merge request you can easily render shared projects template
      with all necessary html/js included to make searchable list with
      pagination. All you need to provide is controller that returns
      projects list with seach nad pagination and render html form with
      project-filter-form id and text field with filter_projects name.
      Signed-off-by: 's avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
  9. 02 Mar, 2016 1 commit
  10. 01 Mar, 2016 1 commit
  11. 27 Feb, 2016 2 commits
  12. 19 Feb, 2016 1 commit
  13. 17 Feb, 2016 1 commit
  14. 16 Feb, 2016 1 commit
  15. 20 Jan, 2016 5 commits
  16. 21 Dec, 2015 1 commit
  17. 18 Dec, 2015 2 commits
  18. 11 Sep, 2015 1 commit
  19. 30 Apr, 2015 1 commit
  20. 20 Apr, 2015 1 commit
  21. 20 Feb, 2015 1 commit
  22. 14 Feb, 2015 1 commit
    • Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
  23. 13 Nov, 2014 1 commit