22 Jun, 2015
2 commits
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>
16 Jun, 2015
3 commits
-
Created javascript to show and hide the branch field. Created javascript to fetch the branches of a valid url of a git repository. New route repository_branches to communicate with kalibro_client. TODO: Fix acceptance tests. TODO: Handle errors on javascript. TODO: Extract javascript code to assets. TODO: Create a white list for the action branches of the repository's controller. Signed off by: Pedro Scocco <pedroscocco@gmail.com>
22 May, 2015
3 commits
-
Signed off by: Heitor Reis <marcheing@gmail.com>
-
If the memoization was left it could lead to inconsistencies after destroying. Removed forgotten print. Signed off by: Heitor Reis <marcheing@gmail.com>
21 May, 2015
6 commits
-
Signed off by: Pedro Scocco <pedroscocco@gmail.com>
-
Now using the public/private separation Signed off by: Pedro Scocco <pedroscocco@gmail.com>
-
…ng the kalibro configurations list Before they were not loaded leading to a exception when redering the edit view again.
-
`public_or_owned_by_user` was using a syntax unsupported on all databases. Now it produces two queries to the database, but generated by ActiveRecord which takes care of compability. This was breaking KalibroConfiguration listing acceptance tests. Restored MetricConfiguration form for using `reading_group_options` helper. It was broken using a undefined method. This was breaking MetricConfiguration create and edit acceptance tests.
-
Signed off by: Pedro Scocco <pedroscocco@gmail.com>
-
Fixed kalibro_configuration acceptance tests. Signed off by: Pedro Scocco <pedroscocco@gmail.com>
15 May, 2015
1 commit
-
Signed-off-by: Diego Araújo <diegoamc90@gmail.com>
06 May, 2015
2 commits
-
Locale review
-
Probably it got broken after the translations and the acceptance test was passing due to the dependency of javascript. The acceptance test was fixed and the form has now the right field type.
05 May, 2015
1 commit
-
Signed-off-by: Pedro Scocco <pedroscocco@gmail.com>
29 Apr, 2015
2 commits
-
Signed off by: Diego Araújo <diegoamc90@gmail.com>
17 Apr, 2015
18 commits
-
signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
-
Cretated helper t_hint for easy hint translation retrieval Signed off by: Daniel Miranda <danielkza2@gmail.com>
-
Missing date_select.feature
-
So it does not breaks the following acceptance tests
-
Signed off by: Daniel Miranda <danielkza2@gmail.com>
-
Missing actions for menu selection Signed off by: Daniel Miranda <danielkza@gmail.com>
-
Signed-off-by: Pedro Scocco <pedroscocco@gmail.com>
-
Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
Daniel Miranda <danielkza2@gmail.com>
-
config/application.rb modified to recusirvely search locales
-
Signed off by: Diego Araújo <diegoamc90@gmail.com>