25 Jun, 2015

12 commits


24 Jun, 2015

4 commits


22 Jun, 2015

9 commits


19 Jun, 2015

8 commits


18 Jun, 2015

5 commits


17 Jun, 2015

2 commits

  • Rafael Manzo
     
  • new and create action can be acessed both with or without a project. This
    enables to have repositories the two ways.
    
    The behaviour for the back had to change from going back to a specific project
    page. To the all projects pages since some repositories may not have a
    project_id.
    
    With the routes, many helpers had to get fixed together with acceptance
    tests steps (for this a new step was created in order to be able to create
    RepositoryAttributes).
    
    Finally the JS for repository state retrieval needed fixes since it builds the
    route withot any helper. Same thing for the JS that prevents infinite state
    queries.
    
    Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
    Pedro