15 Jul, 2015
2 commits
-
jQuery animations make acceptance tests unreliable due to the way PhantomJS, Poltergeist and Capybara interact. To click on an element, Capybara finds it's position in the screen, then literally clicks at the element's x and y coordinates. This works fine if the element does not move, but if the element is being shown by an animation, it will move, and the click will miss. This caused some tests, like the one for Ruby metric configuration creation, to fail sporadically. Using jQuery's mechanism for globally disabling animations only during tests seems to fix the unreliability (20 out of 20 runs of the Ruby metric conf. test succeded). Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
26 Jun, 2015
5 commits
-
The button for searching for a processing result set by date manually sets the HTML for the loading message. It was not using the correct translation for the message. Fix that.
-
Attempt to fix Konacha test hangs on Travis by changing web server
-
Use Thin when running Konacha tests, as recommended in https://github.com/jfirebaugh/konacha/issues/146. Hopefully it will make Travis stop exploding.
-
Gem updates
25 Jun, 2015
15 commits
-
Changed default value of project image
-
RepositoriesController checks for Project ownership only if necessary
-
Signed-off-by: Pedro Scocco <pedroscocco@gmail.com>
24 Jun, 2015
4 commits
-
Better HTTP method semantics for repository state
-
Signed off by: Daniel Miranda <danielkza2@gmail.com> Signed-off-by: Pedro Scocco <pedroscocco@gmail.com> Signed off by: Heitor Reis <marcheing@gmail.com>
-
Added validations for both Project and KalibroConfiguration Attributes
-
Adds missing translations for project listing
22 Jun, 2015
9 commits
-
Actions new and create check if project_id was provided before trying to check the project ownership
-
Js tests
19 Jun, 2015
5 commits
-
Improved sinon assert to verify if the call to $.post was made with specific parameters. Signed off by: Daniel Miranda <danielkza2@gmail.com>
-
Signed off by: Daniel Miranda <danielkza2@gmail.com>
-
This fixes issue #123 of konacha. The issue regarded the same error travis is getting when running konacha tests. Signed off by: Heitor Reis <marcheing@gmail.com>
-
Signed off by: Daniel Miranda <danielkza2@gmail.com> Signed off by: Heitor Reis <marcheing@gmail.com>