An error occurred fetching the project authors.
  1. 07 Aug, 2018 1 commit
  2. 25 Jul, 2018 2 commits
    • Yorick Peterse's avatar
      Remove code for dynamically generating routes · 7a233b37
      Yorick Peterse authored
      This adds a database migration that creates routes for any projects and
      namespaces that don't already have one. We also remove the runtime code
      for dynamically creating routes, as this is no longer necessary.
      7a233b37
    • Yorick Peterse's avatar
      Remove code for dynamically generating routes · 84e82a6a
      Yorick Peterse authored
      This adds a database migration that creates routes for any projects and
      namespaces that don't already have one. We also remove the runtime code
      for dynamically creating routes, as this is no longer necessary.
      84e82a6a
  3. 25 May, 2018 1 commit
  4. 13 Apr, 2018 2 commits
  5. 09 Apr, 2018 1 commit
  6. 08 Feb, 2018 1 commit
  7. 05 Jul, 2017 2 commits
  8. 29 Mar, 2017 1 commit
  9. 03 Mar, 2017 1 commit
    • Dmitriy Zaporozhets's avatar
      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: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
      5bb6a85b