BigW Consortium Gitlab

  1. 27 Apr, 2017 1 commit
  2. 26 Apr, 2017 1 commit
  3. 21 Apr, 2017 1 commit
  4. 19 Apr, 2017 1 commit
  5. 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.
  6. 29 Mar, 2017 1 commit
  7. 23 Mar, 2017 1 commit
    • Fixes project list lines breaking · 068ce7dd
      Phil Hughes authored
      This will only hapen in certain situations ie. when the star count is a
      lot. We were previously fixing it by hard coding a max-width.
      
      This changes it to use flexbox which allows the content to decide when
      it should be truncated. The rows don't always need truncating, so we
      shouldn't hard code a width.
      
      Closes #29018
  8. 16 Mar, 2017 3 commits
  9. 13 Mar, 2017 2 commits
  10. 03 Mar, 2017 2 commits
    • Refactor projects filtering by name · 5bb6a85b
      Dmitriy Zaporozhets authored
      Reuse same search form and behavior for dashboard#projects, group#projects
      and admin#projects. Repsect all other options like sorting, personal
      filter when search projects by name. Create FilterableList JS class to
      handle identical behaviour of projects and groups lists.
      
      This change also makes filtering and sorting availabe on explore#projects
      and explore#groups no matter if you are logged in or not.
      Signed-off-by: 's avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
    • Fixes filtering by name reseting archive filter · ed1f1104
      Phil Hughes authored
      Previously the search form just wasn't including any params that had previously been set, so when you filtered by name, it would reset all the params & therefore ignoring the archived param
      
      Closes #28007
  11. 07 Feb, 2017 1 commit
  12. 31 Jan, 2017 1 commit
  13. 31 Dec, 2016 1 commit
  14. 03 Nov, 2016 1 commit
  15. 01 Nov, 2016 1 commit
  16. 07 Oct, 2016 1 commit
    • Enable CacheMarkdownField for the remaining models · 99205515
      Nick Thomas authored
      This commit alters views for the following models to use the markdown cache if
      present:
      
      * AbuseReport
      * Appearance
      * ApplicationSetting
      * BroadcastMessage
      * Group
      * Issue
      * Label
      * MergeRequest
      * Milestone
      * Project
      
      At the same time, calls to `escape_once` have been moved into the `single_line`
      Banzai pipeline, so they can't be missed out by accident and the work is done
      at save, rather than render, time.
  17. 12 Aug, 2016 1 commit
  18. 09 Aug, 2016 1 commit
  19. 25 Jul, 2016 1 commit
  20. 08 Jul, 2016 1 commit
  21. 07 Jul, 2016 3 commits
  22. 17 Jun, 2016 2 commits
  23. 16 Jun, 2016 1 commit
  24. 15 Jun, 2016 1 commit
  25. 14 Jun, 2016 1 commit
  26. 13 Jun, 2016 1 commit
  27. 10 Jun, 2016 1 commit
  28. 03 Jun, 2016 2 commits
  29. 25 May, 2016 1 commit
  30. 21 Apr, 2016 1 commit
  31. 18 Apr, 2016 1 commit
  32. 13 Apr, 2016 1 commit