20 Jan, 2016
1 commit
-
This will enable different actions for TreeMetricConfigurations and Hotspot ones. Signed off by: Diego Araújo <diegoamc90@gmail.com>
26 Oct, 2015
1 commit
-
* 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>
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
1 commit
-
If set, RAILS_RELATIVE_URL_ROOT would break all the AJAX requests.
15 Jul, 2015
1 commit
-
jQuery animations make acceptance tests unreliable due to the way PhantomJS, Poltergeist and Capybara interact. To click on an element, Capybara finds it's position in the screen, then literally clicks at the element's x and y coordinates. This works fine if the element does not move, but if the element is being shown by an animation, it will move, and the click will miss. This caused some tests, like the one for Ruby metric configuration creation, to fail sporadically. Using jQuery's mechanism for globally disabling animations only during tests seems to fix the unreliability (20 out of 20 runs of the Ruby metric conf. test succeded). Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
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
11 commits
-
Signed-off-by: Heitor Reis <marcheing@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>
12 Jun, 2015
1 commit
-
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.
25 Mar, 2015
1 commit
-
This ensures that we are up-to-date with the latest configuration standards
27 Feb, 2015
1 commit
12 Feb, 2015
1 commit
-
Signed off by: Daniel Paulino Alves <danpaulalves@gmail.com>
12 Sep, 2014
3 commits
-
This broke kalibro_gatekeeper_client MetricConfigurationSnapshot. So the gem was updated to the git version
-
Signed off by: Renan Fichberg <rfichberg@gmail.com> Signed off by: Alessandro Palmeira <alessandro.palmeira@gmail.com> Signed off by: Daniel Alves <danpaulalves@gmail.com> Signed off by: Daniel Bucher <daniel.bucher88@gmail.com> Signed off by: Diego Araujo <diegoamc90@gmail.com> Signed off by: Heitor Reis <marcheing@gmail.com> Signed off by: Rafael Manzo <rr.manzo@gmail.com> Signed off by: Renan Fichberg <rfichberg@gmail.com>
20 Aug, 2014
1 commit
13 Apr, 2014
1 commit
-
Signed-off-by: Pedro Paulo <pedro@vezza.com.br>
27 Feb, 2014
1 commit
-
signed-off-by: Diego Araújo <diegoamc90@gmail.com>
26 Feb, 2014
3 commits
-
Pending fix the color field
-
Instead of send data via get: it causes error when the metric name had special characters. signed-off-by: Diego Araújo <diegoamc90@gmail.com>
-
It's getting problem when the coffee script calls the action via jquery. Use the cosole [firebug] to inspect it.
24 Jan, 2014
1 commit
-
Signed-of By: Guilherme Rojas V. de Lima <guilhermehrojas@gmail.com>
23 Jan, 2014
1 commit
-
This change was necessary to be able cache the action Pending: * Do not render a graphic for a single point * Loading animation is not working * Unit and acceptance tests for the graphic failling * Renable the action cache Signed off by: Diego Araújo <diegoamc90@gmail.com>
16 Dec, 2013
2 commits
-
Missing acceptance tests. Signed-off-by: Rafael Manzo <rr.manzo@gmail.com> Signed-off-by: Renan Fichberg <rfichberg@gmail.com>
-
Created dropdown boxes to insert a date to get the processing from. Signed-off-by: Renan Fichberg <rfichberg@gmail.com>
09 Dec, 2013
1 commit
-
Missing acceptance tests
27 Nov, 2013
4 commits