18 Jun, 2015
1 commit
-
Signed-off-by: Heitor Reis <marcheing@gmail.com>
17 Jun, 2015
5 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>
-
Also fixes the factory name. Signed off by: Pedro Scocco <pedroscocco@gmail.com>
16 Jun, 2015
30 commits
-
Signed-off-by: Pedro Scocco <pedroscocco@gmail.com>
-
Process by branch
-
Requiring the whole application is not recommended because it can be slow to compile all the assets and may hide not wanted dependencies.
-
Signed-off-by: Heitor Reis <marcheing@gmail.com>
-
Also added a new gem for javascript mocks Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
-
Signed-off-by: Pedro Scocco <pedroscocco@gmail.com>
-
…kalibro_processor regarding the listing of branches
-
Signed-off-by: Pedro Scocco <pedroscocco@gmail.com>
-
Signed-off-by: Pedro Scocco <pedroscocco@gmail.com>
-
Signed-off-by: Pedro Scocco <pedroscocco@gmail.com>
-
Signed off by: Diego Araujo <diegoamc90@gmail.com>
-
New attributes names and request. Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
-
Signed off by: Pedro Scocco <pedroscocco@gmail.com>
-
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>
-
That will be used for the process by branch feature Signed off by: Heitor Reis <marcheing@gmail.com>
-
kalibro_install is cloned from github instead of gist for travis script
15 Jun, 2015
2 commits
-
Fixed and refactored graphic for Metric Results
12 Jun, 2015
2 commits
-
The graphic for Metric results previously did not have a set size. Changed it so that it fills the whole space available, and made it responsive to window resizing. That broke some particular cases of histories with few changes and number of points that wasn't very small. In addition, made the graphic display a single point instead of an unhelpful message.