08 Jun, 2016
2 commits
-
This reverts commit 4211de4d7a8af53111995500e4d7c225023e143c. The right way to set the subdirectory is by setting the Rack mount on config.ru or on the webserver like apache or nginx.
15 Apr, 2016
1 commit
-
They were moved to mezuro.github.io Signed-off-by: Rafael Reggiani Manzo <rr.manzo@protonmail.com>
20 Jan, 2016
1 commit
-
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>
06 Jul, 2015
1 commit
-
Signed off by: Rafael Reggiani Manzo <rr.manzo@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
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>
17 Apr, 2015
1 commit
-
Missing actions for menu selection Signed off by: Daniel Miranda <danielkza@gmail.com>
27 Feb, 2015
1 commit
12 Feb, 2015
3 commits
-
Otherwise, ActiveResource requests would look for the unexistent route /mezuro_configurations instead of /kalibro_configuration which is the route expected by KalibroConfigurations webservice.
07 Aug, 2014
2 commits
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
1 commit
26 Feb, 2014
8 commits
-
It's getting problem when the coffee script calls the action via jquery. Use the cosole [firebug] to inspect it.
-
Signed off by: Fellipe Souto Sampaio <fllsouto@gmail.com>
-
Controller method Refactored new into partials Fixed destroy route Factories for compound metrics Update route with a helper Missing: Acceptance tests Update action Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
We'll use the delete route of metric_configurations.
-
signed-off-by: Diego Araújo <diegoamc90@gmail.com>
-
Routes for choose_metric & new metric configuration Missing acceptance tests Signed off by: Renan Fichberg <rfichberg@gmail.com>
-
Signed off by: Diego Araújo <diegoamc90@gmail.com>
28 Jan, 2014
3 commits
-
Signed-off-by: Renan Fichberg <rfichberg@gmail.com>
-
Implementing ownership for configuration. Signed-off By: Diego Araújo <diegoamc90@gmail.com> Signed-off By: Fellipe Souto Sampaio <fllsouto@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>
21 Jan, 2014
5 commits
-
Signed-of By: Renan Fichberg <rfichberg@gmail.com>
-
Missing show Signed-off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
-
Signed-off By: Fellipe Souto Sampaio <fllsouto@gmail.com>
-
Signed-off-by: Fellipe Souto <fllsouto@gmail.com> Signed-off-by: Renan Fichberg <rfichberg@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>
11 Dec, 2013
2 commits
-
Signed-off By: Guilherme Rojas V. de Lima <guilhermehrojas@gmail.com> Signed-off By: Rafael Reggiani Manzo <rr.manzo@gmail.com>
-
Signed-off By : Guilherme Rojas V. de Lima <guilhermehrojas@gmail.com>