16 Jun, 2015
27 commits
-
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.
11 Jun, 2015
1 commit
-
Handle invalid tutorial names
10 Jun, 2015
1 commit
08 Jun, 2015
4 commits
-
Fixed mislabeled and leftover translations for Modules
-
Page not found handler robust to unknown formats
-
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.
29 May, 2015
1 commit
25 May, 2015
2 commits
-
Added a CHANGELOG
-
Fixing translations errors for creating new repositories