aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix wrong classifierPavlos Ratis2013-09-211-1/+1
* Merge pull request #98 from dastergon/test_updatesPavlos Ratis2013-09-2012-40/+100
|\
| * add tearDownClassPavlos Ratis2013-09-2012-0/+48
| * delete ldapobj after test executionPavlos Ratis2013-09-2012-0/+12
| * s/self.ldapobject/self.ldapobj/gPavlos Ratis2013-09-2012-40/+40
|/
* Merge pull request #97 from dastergon/minor_fix_docsPavlos Ratis2013-09-181-0/+2
|\
| * include docs in MANIFEST.inPavlos Ratis2013-09-181-0/+2
|/
* Merge pull request #96 from tampakrap/setuppyTheo Chatzimichos2013-09-172-7/+3
|\
| * remove dependency_links from setup.pyTheo Chatzimichos2013-09-171-3/+0
| * Minor fixTheo Chatzimichos2013-09-171-3/+2
| * Switch to other ldapdb forkTheo Chatzimichos2013-09-171-1/+1
|/
* Merge pull request #95 from mgorny/clean-ldapdbMichał Górny2013-09-173-2/+37
|\
| * Switch travis to the clean branch.Michał Górny2013-09-171-1/+1
| * Import ACLField from our forked django-ldapdb.Michał Górny2013-09-172-1/+36
|/
* Merge pull request #94 from mgorny/tests-fixMichał Górny2013-09-171-2/+4
|\
| * Require the database cleanup only to remove USER and PASSWORD.Michał Górny2013-09-171-2/+4
|/
* Merge pull request #93 from dastergon/docsPavlos Ratis2013-09-1711-0/+994
|\
| * add documentationPavlos Ratis2013-09-1711-0/+994
|/
* Merge pull request #91 from mgorny/ensure-credentials-cleaned_up-on-exceptionMichał Górny2013-09-122-1/+12
|\
| * Clean up settings.DATABASES when get_bound_ldapuser() fails.Michał Górny2013-09-121-1/+5
| * Tests: check whether failed get_bound_ldapuser() doesn't pollute the db.Michał Górny2013-09-121-0/+7
* | Merge pull request #90 from mgorny/new-bind_as-2Michał Górny2013-09-123-246/+263
|\|
| * Use context managers to clean up settings.DATABASES after binds.Michał Górny2013-09-123-249/+262
| * Use session identifiers for unique LDAP db aliases.Michał Górny2013-09-122-5/+9
|/
* Merge pull request #88 from tampakrap/templatesTheo Chatzimichos2013-09-1010-78/+75
|\
| * Fix the tests about rendered result, they were not properly concatenating str...Theo Chatzimichos2013-09-082-17/+5
| * Identation, whitespace and other cosmetics fixes in templatesTheo Chatzimichos2013-09-088-61/+70
* | Merge pull request #87 from tampakrap/binTheo Chatzimichos2013-09-092-6/+11
|\ \ | |/ |/|
| * Add -v support in runtestsTheo Chatzimichos2013-09-081-2/+3
| * Remove the -s arg, since we always need to define the test settingsTheo Chatzimichos2013-09-081-5/+6
| * 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