25 Jun, 2015
12 commits
-
Changed default value of project image
-
RepositoriesController checks for Project ownership only if necessary
-
Signed-off-by: Pedro Scocco <pedroscocco@gmail.com>
24 Jun, 2015
4 commits
-
Better HTTP method semantics for repository state
-
Signed off by: Daniel Miranda <danielkza2@gmail.com> Signed-off-by: Pedro Scocco <pedroscocco@gmail.com> Signed off by: Heitor Reis <marcheing@gmail.com>
-
Added validations for both Project and KalibroConfiguration Attributes
-
Adds missing translations for project listing
22 Jun, 2015
9 commits
-
Actions new and create check if project_id was provided before trying to check the project ownership
-
Js tests
19 Jun, 2015
8 commits
-
Improved sinon assert to verify if the call to $.post was made with specific parameters. Signed off by: Daniel Miranda <danielkza2@gmail.com>
-
Signed off by: Daniel Miranda <danielkza2@gmail.com>
-
This fixes issue #123 of konacha. The issue regarded the same error travis is getting when running konacha tests. Signed off by: Heitor Reis <marcheing@gmail.com>
-
Signed off by: Daniel Miranda <danielkza2@gmail.com> Signed off by: Heitor Reis <marcheing@gmail.com>
-
It successfully creates a instance of Grahic thanks to ejs templates.
18 Jun, 2015
5 commits
-
Signed-off-by: Pedro Scocco <pedroscocco@gmail.com>
-
Decouple repository project
-
Signed-off-by: Pedro Scocco <pedroscocco@gmail.com>
-
Signed-off-by: Heitor Reis <marcheing@gmail.com>
17 Jun, 2015
2 commits
-
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>