BigW Consortium Gitlab

  1. 15 May, 2017 2 commits
  2. 12 May, 2017 2 commits
  3. 11 May, 2017 1 commit
    • Allow disabling usage ping in `gitlab.yml` · 3c546acf
      Sean McGivern authored
      Setting `usage_ping_enabled` to false in `gitlab.yml`:
      
      1. Disables the usage ping, regardless of the value stored in the database.
      2. Prevents the usage ping from being enabled through the admin panel. It can
         only be enabled by either removing the line from `gitlab.yml` and configuring
         through the admin panel, or setting it to true in `gitlab.yml`.
  4. 03 May, 2017 2 commits
  5. 01 May, 2017 1 commit
  6. 28 Apr, 2017 3 commits
  7. 25 Apr, 2017 1 commit
  8. 17 Apr, 2017 1 commit
  9. 14 Apr, 2017 9 commits
  10. 13 Apr, 2017 1 commit
  11. 11 Apr, 2017 1 commit
  12. 10 Apr, 2017 1 commit
  13. 06 Apr, 2017 2 commits
  14. 03 Apr, 2017 1 commit
  15. 29 Mar, 2017 1 commit
  16. 24 Mar, 2017 1 commit
  17. 23 Mar, 2017 1 commit
  18. 22 Mar, 2017 1 commit
  19. 21 Mar, 2017 1 commit
  20. 14 Mar, 2017 1 commit
  21. 09 Mar, 2017 1 commit
  22. 06 Mar, 2017 4 commits
  23. 03 Mar, 2017 1 commit
    • 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>