BigW Consortium Gitlab

  1. 12 May, 2017 1 commit
  2. 05 May, 2017 2 commits
  3. 04 May, 2017 1 commit
  4. 03 May, 2017 1 commit
  5. 28 Apr, 2017 2 commits
  6. 25 Apr, 2017 1 commit
  7. 20 Apr, 2017 1 commit
  8. 18 Apr, 2017 1 commit
  9. 14 Apr, 2017 6 commits
  10. 09 Apr, 2017 1 commit
  11. 06 Apr, 2017 2 commits
    • Support 2FA requirement per-group · a3430f01
      Markus Koller authored
    • 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.
  12. 03 Apr, 2017 1 commit
  13. 02 Apr, 2017 1 commit
  14. 31 Mar, 2017 1 commit
  15. 29 Mar, 2017 1 commit
  16. 28 Mar, 2017 1 commit
  17. 27 Mar, 2017 1 commit
  18. 23 Mar, 2017 1 commit
  19. 22 Mar, 2017 1 commit
  20. 20 Mar, 2017 1 commit
  21. 18 Mar, 2017 1 commit
    • Fix Error 500 when application settings are saved · 681af5bc
      Stan Hu authored
      Due to a Rails bug, fetching the application settings from Redis
      may prevent the attribute methods from being loaded for the `ApplicationSetting`
      model. More details here: https://github.com/rails/rails/issues/27348
      
      There was also a secondary problem introduced by overriding these
      association methods which caused all default visibility levels to be
      set to `nil`. Before, the previous implementation allowed the string
      "20" to be saved as an integer, while now a table lookup happens
      before that. We fix this by enforcing the integer value in the
      controller and default to PRIVATE.
      
      Closes #29674
  22. 09 Mar, 2017 3 commits
  23. 07 Mar, 2017 2 commits
  24. 06 Mar, 2017 2 commits
  25. 03 Mar, 2017 2 commits
  26. 01 Mar, 2017 1 commit
  27. 28 Feb, 2017 1 commit