21 May, 2015
2 commits
-
Also removed unused variables from repository controller spec 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
1 commit
-
Missing actions for menu selection Signed off by: Daniel Miranda <danielkza@gmail.com>
12 Feb, 2015
14 commits
-
Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
Repository metric results waiting for kalibro configurations integration Signed off by: Daniel Paulino Alves <danpaulalves@gmail.com>
-
Fixed kalibro_configurations factory
-
Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
Signed off by: Daniel Paulino Alves <danpaulalves@gmail.com>
-
Pending: Fix compound metric configuration tests. Signed off by: Rafael R. Manzo <rr.manzo@gmail.com>
-
Otherwise, ActiveResource requests would look for the unexistent route /mezuro_configurations instead of /kalibro_configuration which is the route expected by KalibroConfigurations webservice.
-
Metric Configuration with snapshot Factory should be deleted in the future. Signed off by: Heitor Reis <marcheing@gmail.com>
-
Signed off by: Daniel Alves <danpaulalves@gmail.com>
10 Dec, 2014
1 commit
12 Sep, 2014
2 commits
-
This broke kalibro_gatekeeper_client MetricConfigurationSnapshot. So the gem was updated to the git version
22 Aug, 2014
1 commit
-
Signed off by: Daniel Alves <danpaulalves@gmail.com>
07 Aug, 2014
1 commit
05 Jun, 2014
1 commit
-
This conversion is done by Transpec 2.2.1 with the following command: transpec * 258 conversions from: it { should ... } to: it { is_expected.to ... } * 82 conversions from: obj.should to: expect(obj).to * 16 conversions from: describe 'some model' { } to: describe 'some model', :type => :model { } * 12 conversions from: describe 'some controller' { } to: describe 'some controller', :type => :controller { } * 11 conversions from: describe 'some routing' { } to: describe 'some routing', :type => :routing { } * 8 conversions from: describe 'some helper' { } to: describe 'some helper', :type => :helper { } * 7 conversions from: be_false to: be_falsey * 6 conversions from: be_true to: be_truthy * 6 conversions from: it { should_not ... } to: it { is_expected.not_to ... } * 4 conversions from: obj.should_not to: expect(obj).not_to For more details: https://github.com/yujinakayama/transpec#supported-conversions Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
29 Mar, 2014
1 commit
-
signed-off-by: Fellipe Souto Sampaio <fllsouto@gmail.com> signed-off-by: Diego Araújo <diegoamc90@gmail.com> signed-off-by: Alessandro Palmeira <alessandro.palmeira@gmail.com>
26 Feb, 2014
15 commits
-
Signed off by: Guilherme Rojas V. de Lima <guilhermehrojas@gmail.com>
-
Fixed scenario of range creation feature. signed-off-by: Renan Fichberg <rfichberg@gmail.com>
-
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.
-
signed-off-by: Renan Fichberg <rfichberg@gmail.com>
-
Pending acceptance test for listing all the ranges Pending show template signed-off-by: Renan Fichberg <rfichberg@gmail.com>
-
signed-off-by: Guilherme Rojas V. de Lima <guilhermehrojas@gmail.com>
-
Pending acceptance test Still missing update feature Implemented persisted method for metric configuration model signed-off-by: Guilherme Rojas V. de Lima <guilhermehrojas@gmail.com>
-
signed-off-by: Guilherme Rojas V. de Lima <guilhermehrojas@gmail.com>
-
Pending acceptance tests. Removed cache for listing metric configurations. signed-off-by: Fellipe Souto Sampaio <fllsouto@gmail.com> signed-off-by: Renan Fichberg <rfichberg@gmail.com>
-
Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
Pending combobox to basetool, its metrics, reading groups and agregation form. Still missing to some acceptance tests and fix the ownership helper to metric configuration controller. signed-off-by: Fellipe Souto Sampaio <fllsouto@gmail.com> signed-off-by: Renan Fichberg <rfichberg@gmail.com>