##// END OF EJS Templates
user-groups: new selector for user group memebers....
user-groups: new selector for user group memebers. - removed old two column selector in replacement of autocomplete list - scales much better for alrge number of users - still allows to select single users and user groups - fixes #4291 (user group shows only username in members)

File last commit:

r1:854a839a default
r1089:4d236b89 default
Show More
run_full_tests.sh
17 lines | 343 B | application/x-sh | BashLexer
#!/bin/sh
set -e
## MIGRATIONS AND DB TESTS ##
echo "DATABASE CREATION TESTS"
rhodecode/tests/database/test_creation.sh
echo "DATABASE MIGRATIONS TESTS"
rhodecode/tests/database/test_migration.sh
## TEST VCS OPERATIONS ##
echo "VCS FUNCTIONAL TESTS"
rhodecode/tests/test_vcs_operations.sh
## TOX TESTS ##
echo "TOX TESTS"
tox -r --develop