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>
27 Feb, 2015
1 commit
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>
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>
09 Dec, 2013
2 commits
-
Updates the processing while it's not READY yet Signed-off-by: Carlos Morais <carlos88morais@gmail.com>
-
Signed-off-by: Carlos Morais <carlos88morais@gmail.com>
04 Nov, 2013
2 commits
-
Signed-off by: João M. M. da Silva <jaodsilv@linux.ime.usp.br>
-
So it gets easier to implement the navigation through Modules Signed-off by: João M. M. da Silva <jaodsilv@linux.ime.usp.br>
25 Oct, 2013
1 commit
22 Oct, 2013
2 commits