16 Jun, 2015
1 commit
-
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>
10 Jun, 2015
1 commit
08 Jun, 2015
1 commit
-
Generally rails will deal with this, but since we are already on a rescue it will not handle to avoid an infinite loop. So we need to deal with the error.
22 May, 2015
5 commits
-
group private. Signed off by: Heitor Reis <marcheing@gmail.com>
-
Signed off by: Heitor Reis <marcheing@gmail.com>
21 May, 2015
6 commits
-
…ng the kalibro configurations list Before they were not loaded leading to a exception when redering the edit view again.
-
Signed off by: Pedro Scocco <pedroscocco@gmail.com>
-
Also removed unused variables from repository controller spec Signed off by: Pedro Scocco <pedroscocco@gmail.com>
-
Still need to complete the refactoring of ReadingGroupOwnership and KalibroConfigurationOwnership Signed off by: Pedro Scocco <pedroscocco@gmail.com>
27 Apr, 2015
1 commit
-
Error handling for finding resources in controllers used a find_resource method. It was broken and was letting code pass-through after errors. In addition, cases for find methods for things other than simple IDs weren't handled. Replace it with an error handler in ApplicationController capturing RecordNotFound exceptions and returning the appropriate error pages (or JSON). Also, fix usages of find that should throw errors (using ActiveRecord methods ending with !) but didn't. Correspondly, fix all the tests that mocked the find_resource method, and correct expectations where needed. Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
17 Apr, 2015
5 commits
-
This reverts commit 99457cf1ee4c3914314199a1eb83a58d4dd7b3cf.
-
Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
-
Missing actions for menu selection Signed off by: Daniel Miranda <danielkza@gmail.com>
-
Signed-off-by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
27 Feb, 2015
1 commit
26 Feb, 2015
2 commits
-
* Unit tests pass * Missing acceptance tests * The models were kept so the migrations works Still has to filter the project list by not hidden.
24 Feb, 2015
3 commits
23 Feb, 2015
2 commits
-
Missing unit tests Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
Signed off by: Daniel Alves <danpaulalves@gmail.com>
12 Feb, 2015
12 commits
-
Signed off by: Rafael Manzo <rr.manzo@gmail.com> Signed off by: Heitor Reis <marcheing@gmail.com>
-
Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
Signed off by: Daniel Alves <danpaulalves@gmail.com>
-
Repository metric results waiting for kalibro configurations integration Signed off by: Daniel Paulino Alves <danpaulalves@gmail.com>
-
Also refactored Project's factory Signed off by: Daniel Alves <danpaulalves@gmail.com>
-
Fixed kalibro_configurations factory
-
Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
Signed off by: Daniel Alves <danpaulalves@gmail.com>
-
Signed off by: Diego Araújo <diegoamc90@gmail.com>