12 Feb, 2015
4 commits
-
Signed off by: Daniel Alves <danpaulalves@gmail.com> Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
Signed off by: Diego Araújo <diegoamc90@gmail.com>
10 Dec, 2014
1 commit
01 Dec, 2014
1 commit
19 Nov, 2014
2 commits
08 Oct, 2014
1 commit
-
Signed off by: Heitor Reis <marcheing@gmail.com>
13 Sep, 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
4 commits
11 Jun, 2014
2 commits
-
signed-off-by: Pedro Vezza <pedro@vezza.com.br>
-
signed-off-by: Pedro Paulo Vezza Campos <pedro@vezza.com.br>
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>
22 Apr, 2014
3 commits
13 Apr, 2014
4 commits
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>
09 Mar, 2014
1 commit
26 Feb, 2014
11 commits
-
1. Included verification of the list of ranges of a compound metric configuration; 2. Included verification of the list of ranges of a metric configuration. Also fixed show action of compound metric configuration controller. signed-off-by: Renan Fichberg <rfichberg@gmail.com>
-
Signed off by: Guilherme Rojas V. de Lima <guilhermehrojas@gmail.com>
-
project_owner? is semantically more correct Signed off by: Guilherme Rojas V. de Lima <guilhermehrojas@gmail.com>
-
signed-off-by: Diego Araújo <diegoamc90@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.