aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Add script to run flake checks without running the testsTheo Chatzimichos2013-09-081-0/+3
| * ignore virtualenv from flake8Theo Chatzimichos2013-09-081-1/+1
|/
* Merge pull request #86 from dastergon/misc_flake8Theo Chatzimichos2013-09-088-92/+111
|\
| * fix misc pep8 errorsPavlos Ratis2013-09-088-92/+111
* | Merge pull request #85 from dastergon/verbosityTheo Chatzimichos2013-09-081-1/+1
|\ \ | |/ |/|
| * increase tests verbosity to 2Pavlos Ratis2013-09-081-1/+1
|/
* Merge pull request #84 from dastergon/split_reqPavlos Ratis2013-09-086-29/+25
|\
| * use oneliner to parse test dependenciesPavlos Ratis2013-09-081-8/+1
| * add psycopg2 (PostgreSQL) as an extra dependencyPavlos Ratis2013-09-081-0/+1
| * switch mockldap VCS url to PyPI packagePavlos Ratis2013-09-082-3/+1
| * split requirements.txt to multiple filesPavlos Ratis2013-09-085-28/+32
|/
* Merge pull request #82 from dastergon/settingsTheo Chatzimichos2013-09-0412-9/+630
|\
| * add integration tests for settingsPavlos Ratis2013-09-041-0/+77
| * move password and email settings to another pagePavlos Ratis2013-09-046-14/+168
| * add support for user settingsPavlos Ratis2013-09-019-9/+399
|/
* Merge pull request #81 from tampakrap/test_ldapuserTheo Chatzimichos2013-08-282-3/+89
|\
| * Add tests for ldapuser and get_bound_ldapuserTheo Chatzimichos2013-08-282-3/+89
|/
* Merge pull request #80 from tampakrap/pep8Theo Chatzimichos2013-08-2641-226/+403
|\
| * Bring back a needed import, and exclude it from flake checksTheo Chatzimichos2013-08-261-0/+1
| * minor fixTheo Chatzimichos2013-08-261-1/+1
| * exclude okupy/tests/__init__ from coverageTheo Chatzimichos2013-08-261-1/+1
| * Run flake8 after successful test run in travisTheo Chatzimichos2013-08-261-2/+2
| * switch to ./setup.py test in travisTheo Chatzimichos2013-08-261-1/+1
| * Enable ./setup.py test functionalityTheo Chatzimichos2013-08-262-0/+27
| * Add *.egg to gitignoreTheo Chatzimichos2013-08-261-0/+1
| * okupy.tests is not an app anymore, and it's not needed by the discover runnerTheo Chatzimichos2013-08-261-1/+0
| * Fix flake8 errorsTheo Chatzimichos2013-08-2624-154/+299
| * Add flake8 support in runtestsTheo Chatzimichos2013-08-251-1/+4
| * switch back to non-relative imports, they proved to be confusingTheo Chatzimichos2013-08-2528-70/+72
| * Move OkupyError to okupy/__init__Theo Chatzimichos2013-08-254-7/+6
|/
* Merge pull request #76 from mgorny/ssh-authMichał Górny2013-08-2514-4/+498
|\
| * Add tests for SSH handlers.Michał Górny2013-08-253-14/+218
| * Store SSH handler list in settings.Michał Górny2013-08-253-8/+11
| * Support authentication using SSH.Michał Górny2013-08-259-4/+146
| * Reset RNG in @postfork.Michał Górny2013-08-251-0/+6
| * Introduce the concept of auth handlers.Michał Górny2013-08-252-1/+25
| * Initial SSH server support.Michał Górny2013-08-257-1/+116
|/
* Merge pull request #79 from tampakrap/tests_v3Theo Chatzimichos2013-08-2511-73/+12
|\
| * Remove search_s.seed, as it is now covered by mockldapTheo Chatzimichos2013-08-2411-73/+12
|/
* Merge pull request #78 from tampakrap/settingsTheo Chatzimichos2013-08-241-14/+5
|\
| * stop spamming the logs when running the testsTheo Chatzimichos2013-08-241-14/+5
|/
* Merge pull request #75 from tampakrap/tests_v2Theo Chatzimichos2013-08-235-3/+149
|\
| * Add tests for the accounts listsTheo Chatzimichos2013-08-232-0/+116
| * Add support for negative queries in set_search_seedTheo Chatzimichos2013-08-211-2/+5
| * Add more attrs to the test accounts, for more testingTheo Chatzimichos2013-08-211-1/+23
| * add test to ensure that anon gets redirected to requested next URLTheo Chatzimichos2013-08-191-0/+5
* | Merge pull request #77 from mgorny/more-testsMichał Górny2013-08-234-8/+125
|\ \
| * | SSLCertAuthBackend: make request mandatory.Michał Górny2013-08-233-22/+8
| * | Add tests for SSL auth.Michał Górny2013-08-232-0/+132
| * | runtests: pass remaining arguments as apps to the runner.Michał Górny2013-08-231-4/+3
|/ /