lp://staging/~blr/rutabaga/trunk
- Get this branch:
- bzr branch lp://staging/~blr/rutabaga/trunk
Branch merges
- William Grant: Pending requested
-
Diff: 2202 lines (+2066/-0)25 files modified.bzrignore (+16/-0)
LICENSE (+662/-0)
Makefile (+23/-0)
README.rst (+22/-0)
config.yaml (+2/-0)
db/rutabaga.schema (+10/-0)
dev-requirements.txt (+5/-0)
docs/Makefile (+177/-0)
docs/conf.py (+260/-0)
docs/index.rst (+23/-0)
docs/make.bat (+242/-0)
requirements.txt (+4/-0)
rutabaga.ini (+45/-0)
rutabaga/__init__.py (+13/-0)
rutabaga/auth.py (+80/-0)
rutabaga/config.py (+19/-0)
rutabaga/helpers.py (+12/-0)
rutabaga/scripts/purge.py (+17/-0)
rutabaga/scripts/rutabaga_auth_helper.py (+56/-0)
rutabaga/tests/test_auth.py (+106/-0)
rutabaga/tests/test_views.py (+104/-0)
rutabaga/views.py (+83/-0)
setup.py (+33/-0)
test-requirements.txt (+5/-0)
tests/test_integration.py (+47/-0)
Branch information
Recent revisions
- 40. By Kit Randel
-
* Rename build_id and token_id to username and secret.
* Remove unneeded deps.
* Remove token_invalidation logic and check token ttl deltas in SQL. - 39. By Kit Randel
-
* Remove client_ip (may be reintroduced later once tokens can be restricted by source IP).
* Remove check for existing token.
* Remove /tokens/ GET for validation.
* Add '/validate' POST endpoint, requiring both build_id and token_id, and refactor related tests.
* Add max_retries to http session in squid proxy auth helper.
* Validate presence of token_id in response from /validate in auth helper. - 38. By Kit Randel
-
* Add iso8601 0.1.10 and pytz 2015.6.
* Use iso8601 for token timestamps.
* Check token validity in sql.
* Rename /token endpoint to pular/tokens.
* Remove reference to Snap in logger.
* Use empty list for bindings kwarg and pass to cursor in fetchall case.
* Only call delete_invalid_ tokens in purge script (delete fn calls invalidate_ expired_ tokens) .
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)