08 Dec, 2014
8 commits
-
Fix members listing There is a problem in environments when listing profile members: No Method Error 'map' for #<Arel::Nodes::SqlLiteral> This problem is related to a 'count' being executed in a query with 'includes'. See merge request !392
-
app/views/content_viewer/_uploaded_file.html.erb is dead code, so it was deleted.
-
Functional tests are still broken, so not re-enabling them for now. Signed-off-by: Junior Silva <juniorsilva1001@gmail.com> Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
04 Dec, 2014
10 commits
-
Fixes of tolerance time plugin tests See merge request !379
03 Dec, 2014
6 commits
02 Dec, 2014
4 commits
-
Check if is template before creating job to check activation
-
Prevent templates from being destroyed Check if is template before removing an inactive user See merge request !391
-
Check if is template before removing an inactive user
24 Nov, 2014
2 commits
22 Nov, 2014
1 commit
20 Nov, 2014
1 commit
-
An environment role has permissions for both environment and profile but edition page was displaying only environment permissions.
19 Nov, 2014
8 commits
-
Also, add a nice plugin status report at the bottom
-
I did do manual testing, and the associated feature works. I just can't make the test work, so at this point it brings more problems than it solves.
-
One random scenario in this file will randomly fail from times to times. Keeping this test around is worse than not having it.