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
7 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>