11 May, 2016
1 commit
-
The configurations has been moved from KalibroClient module into Likeno. Signed-off-by: Eduardo Araújo <duduktamg@hotmail.com>
18 Apr, 2016
1 commit
-
Signed-off-by: Heitor Reis <marcheing@gmail.com>
16 Apr, 2016
1 commit
-
Fixes #336. Signed-off-by: Otávio Vasques <otavio@deluqui.com.br> Signed-off-by: Rafael Reggiani Manzo <rr.manzo@protonmail.com>
15 Apr, 2016
1 commit
-
They were moved to mezuro.github.io Signed-off-by: Rafael Reggiani Manzo <rr.manzo@protonmail.com>
13 Apr, 2016
3 commits
-
The acceptance test has been refactored accordingly and got more extended to untested features.
-
The 'Hello' just felt wrong in the top menu (design stuff). Signed-off-by: Heitor Reis <marcheing@gmail.com>
08 Apr, 2016
3 commits
-
Fix missing Scope description in Compound Metric creation
-
Signed-off-by: Eduardo Silva Araújo <duduktamg@hotmail.com>
-
Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
24 Feb, 2016
1 commit
22 Feb, 2016
1 commit
-
There were outdated tests that did not update from the deprecated 'Average' aggregation form to 'Mean'. Fix that, while simultaneously refactoring the configuration creation and repository processing features, into a single 'golden path' that tests boths, ensuring a very common user task works as expected. Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
17 Feb, 2016
1 commit
-
This improves platform compatibility and reflects the new mezuro.org configuration.
20 Jan, 2016
2 commits
-
Signed-off-by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
-
It has just the prototype for the method so its route works. This route will be useful when creating the upcoming helper method for metric configuration creation form. Signed off by: Heitor Reis <marcheing@gmail.com>
23 Nov, 2015
1 commit
-
Signed off by: Daniel Miranda <danielkza2@gmail.com>
18 Nov, 2015
1 commit
-
Signed off by: Eduardo Araújo <duduktamg@hotmail.com>
17 Nov, 2015
1 commit
09 Nov, 2015
1 commit
-
* Fixes #281 Signed off by: Diego Araújo <diegoamc90@gmail.com>
26 Oct, 2015
5 commits
-
* Also renamed some step definitions to explicitly use tree metric configurations or hotspot metric configurations * Also added translations for the cases when there are no metric configurations of each type * Showing name and code on the table for hotspot metric configurations * When adding a hotspot metric configuration, the weight will be Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
Signed off by: Eduardo Silva Araújo <duduktamg@hotmail.com> Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
* WIP: cucumber feature to show hotspot metric results * Add partials to list hotspot metric results * Add necessary JS to render the list of hotspot metric results on the right place div of the accordion * Translations specific to hotspot metric results * HotspotMetric and HotspotMetricConfiguration factories Signed off by: Eduardo Silva Araújo <duduktamg@hotmail.com>
-
* Includes translations * Replaces "Metric Results" with "Tree Metric Results" * Creates a feature for hotspot metric results * Handles the view when the processing fails Signed off by: Eduardo Silva Araújo <duduktamg@hotmail.com>
07 Oct, 2015
2 commits
-
* It is already present on the translations Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
-
* Now python metrics are supported and PHP metrics are coming soon Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
03 Sep, 2015
1 commit
-
twitter-bootstrap-rails rubygems version is way behing the git version, which required the Gemfile to use the git reference. Using the git reference leads to a harder version management and packaging problems.
02 Sep, 2015
2 commits
-
If set, RAILS_RELATIVE_URL_ROOT would break all the AJAX requests.
31 Aug, 2015
1 commit
05 Aug, 2015
4 commits
-
Signed-off-by: Eduardo Silva <duduktamg@hotmail.com>
-
Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
-
Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
-
Signed off by: Diego Araújo <diegoamc90@gmail.com>
06 Jul, 2015
1 commit
-
Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
29 Jun, 2015
1 commit
-
Signed off by: Daniel Miranda <danielkza2@gmail.com>
26 Jun, 2015
1 commit
-
Use Thin when running Konacha tests, as recommended in https://github.com/jfirebaugh/konacha/issues/146. Hopefully it will make Travis stop exploding.
22 Jun, 2015
1 commit
17 Jun, 2015
1 commit
-
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
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>