08 Jun, 2016
9 commits
-
During a rebase merge conflict it was lost. Signed off by: Heitor Reis <marcheing@gmail.com>
-
This reverts commit f2788c39f2f09cbb4e00fe26123a6fdca254435b. The right way to set the subdirectory is by setting the Rack mount on config.ru or on the webserver like apache or nginx.
-
This reverts commit 5a337d1a3abfc8f9d789ec8efd6e41575a416f54. The right way to set the subdirectory is by setting the Rack mount on config.ru or on the webserver like apache or nginx.
-
This reverts commit eb1e8713d4f3889fddd5091b3f48c8ff4f38ea53. The right way to set the subdirectory is by setting the Rack mount on config.ru or on the webserver like apache or nginx.
-
Devise does no accept the dynamic route. This solution implies that, if the subdirectory changes the route should change as well and it will not answer without the subdirectory. Signed off by: Gustavo Jaruga <darksshades@hotmail.com>
-
Signed off by: Gustavo Jaruga <darksshades@hotmail.com>
-
Signed-off-by: Heitor Reis Ribeiro <marcheing@gmail.com>
-
- Add provider and uid fields to user with proper validation - Manual routes for OmniAuth have to be used because the route generator does not play well with the dynamic scope we used for the locale
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>
02 Sep, 2015
1 commit
-
If set, RAILS_RELATIVE_URL_ROOT would break all the AJAX requests.
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 Apr, 2015
1 commit
-
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>
27 Feb, 2015
1 commit
12 Feb, 2015
2 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
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
2 commits
-
Signed-of By: Renan Fichberg <rfichberg@gmail.com>
-
Missing show Signed-off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>