BigW Consortium Gitlab

  1. 24 Aug, 2017 1 commit
  2. 14 Aug, 2017 1 commit
  3. 07 Aug, 2017 1 commit
    • Improve checking if projects would be returned · f77fda64
      Yorick Peterse authored
      In various places we check if the same relation would return projects.
      This is done using "any?" which will run a COUNT query with any
      LIMIT/OFFSET values still applied.
      
      To work around all this we introduce 2 helper methods that take care of
      doing the right thing. This leads to the produced queries being simpler
      and fewer queries being executed.
  4. 06 Aug, 2017 1 commit
  5. 28 Jul, 2017 1 commit
  6. 05 Jul, 2017 1 commit
  7. 28 Jun, 2017 1 commit
  8. 26 Jun, 2017 1 commit
  9. 09 Jun, 2017 1 commit
  10. 04 Jun, 2017 1 commit
  11. 27 Apr, 2017 1 commit
  12. 26 Apr, 2017 1 commit
  13. 21 Apr, 2017 1 commit
  14. 19 Apr, 2017 1 commit
  15. 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.
  16. 29 Mar, 2017 1 commit
  17. 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
  18. 16 Mar, 2017 3 commits
  19. 13 Mar, 2017 2 commits
  20. 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
  21. 07 Feb, 2017 1 commit
  22. 31 Jan, 2017 1 commit
  23. 31 Dec, 2016 1 commit
  24. 03 Nov, 2016 1 commit
  25. 01 Nov, 2016 1 commit
  26. 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.
  27. 12 Aug, 2016 1 commit
  28. 09 Aug, 2016 1 commit
  29. 25 Jul, 2016 1 commit
  30. 08 Jul, 2016 1 commit
  31. 07 Jul, 2016 3 commits
  32. 17 Jun, 2016 2 commits
  33. 16 Jun, 2016 1 commit