BigW Consortium Gitlab

  1. 05 Jul, 2017 1 commit
  2. 28 Jun, 2017 1 commit
  3. 26 Jun, 2017 1 commit
  4. 09 Jun, 2017 1 commit
  5. 04 Jun, 2017 1 commit
  6. 27 Apr, 2017 1 commit
  7. 26 Apr, 2017 1 commit
  8. 21 Apr, 2017 1 commit
  9. 19 Apr, 2017 1 commit
  10. 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.
  11. 29 Mar, 2017 1 commit
  12. 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
  13. 16 Mar, 2017 3 commits
  14. 13 Mar, 2017 2 commits
  15. 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
  16. 07 Feb, 2017 1 commit
  17. 31 Jan, 2017 1 commit
  18. 31 Dec, 2016 1 commit
  19. 03 Nov, 2016 1 commit
  20. 01 Nov, 2016 1 commit
  21. 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.
  22. 12 Aug, 2016 1 commit
  23. 09 Aug, 2016 1 commit
  24. 25 Jul, 2016 1 commit
  25. 08 Jul, 2016 1 commit
  26. 07 Jul, 2016 3 commits
  27. 17 Jun, 2016 2 commits
  28. 16 Jun, 2016 1 commit
  29. 15 Jun, 2016 1 commit
  30. 14 Jun, 2016 1 commit
  31. 13 Jun, 2016 1 commit
  32. 10 Jun, 2016 1 commit
  33. 03 Jun, 2016 1 commit