|
| 1 | +orlo (0.2.0.pre5) UNRELEASED; urgency=medium |
| 2 | + |
| 3 | + [ Alex Forbes ] |
| 4 | + * Add dependant python virtualenv package to Vagrantfile |
| 5 | + * Add outline for Deploy process |
| 6 | + * Use release object instead of re-declaring, add live server test |
| 7 | + |
| 8 | + [ Ivan Coppa ] |
| 9 | + * Support for Release metadata attributes, Deploy endpoint |
| 10 | + * disabling debug |
| 11 | + |
| 12 | + [ Alex Forbes ] |
| 13 | + * Add integrated dummy deployer test |
| 14 | + * Use relative path for deployer.rb |
| 15 | + |
| 16 | + [ Marcel Kuiper ] |
| 17 | + * Added POC for Token based AUthentication |
| 18 | + |
| 19 | + [ Ivan Coppa ] |
| 20 | + * enable deploy api call |
| 21 | + |
| 22 | + [ Marcel Kuiper ] |
| 23 | + * processed flake8 recommendations on user_auth.py |
| 24 | + |
| 25 | + [ ivancoppa ] |
| 26 | + * create base data |
| 27 | + |
| 28 | + [ Alex Forbes ] |
| 29 | + * Add last minute changes to create script |
| 30 | + * Add last minute hacks to make everything work |
| 31 | + * Add orlo_release to deployer env |
| 32 | + * Create configuration for auth + |
| 33 | + * Make URL a parameter for auth tests |
| 34 | + * Only apply login_required when security is enabled |
| 35 | + * Rename test classes to start with "Test" |
| 36 | + * Move auth config into setup/teardown |
| 37 | + * Add root page, test fixes |
| 38 | + * Skip deploy test for now |
| 39 | + * Move route_api to route_releases, rename metadatas => metadata |
| 40 | + * Make token lifetime configurable, update orlo.ini with new options |
| 41 | + * Bump version of Flask-HTTPAuth |
| 42 | + * Add status code to OrloAuthError and add OrloConfigError |
| 43 | + * Remove login_handler in favour or separate TokenAuth module |
| 44 | + * Seperate token auth from http basic auth |
| 45 | + * Only require auth when configured |
| 46 | + * Implement deployer.py test deployer script |
| 47 | + * Bump orloclient version, use py.test for travis |
| 48 | + * Add pytz to requirements.txt |
| 49 | + * Add requirements_testing.txt |
| 50 | + * Move pytest to requirements_testing |
| 51 | + * Use /bin/true in deploy shell test |
| 52 | + |
| 53 | + [ Dustin Nguyen ] |
| 54 | + * Added ldap auth |
| 55 | + * Added ldap mock test |
| 56 | + |
| 57 | + [ Alex Forbes ] |
| 58 | + * Misc changes to deploy |
| 59 | + * Tidy up example deployer |
| 60 | + * Bump to pre-release 0.2 |
| 61 | + * Tidy comments in example deployer |
| 62 | + * Use absolute path for version file |
| 63 | + * Use orlo.cli as entry point instead of custom script |
| 64 | + * Update Vagrantfile |
| 65 | + * Fix silly bug, read config from file after set |
| 66 | + * Move debian packaging files in to debian dir |
| 67 | + * Explicitly set synced_folder to virtualbox provider |
| 68 | + * [lintian] fix description |
| 69 | + * Add /version url and test |
| 70 | + * Add --version option to command line |
| 71 | + * Handle getting an invalid release id gracefully |
| 72 | + * Reduce test verbosity by disabling debug and removing prints |
| 73 | + * [debian] Add prerm script to stop service |
| 74 | + * Separate post_releases_start and post_releases_deploy |
| 75 | + * Log output of deploy |
| 76 | + * Use json.dumps instead of str() for reliable conversion |
| 77 | + * Return output of deploy to client |
| 78 | + * Add .DS_Store to gitignore |
| 79 | + * Add payload of arguments to error |
| 80 | + * Add configuration to documentation |
| 81 | + * Break out ExecStart command into multiple lines for clarity |
| 82 | + * Add note to test_auth file |
| 83 | + * Make config file configurable by environment variable |
| 84 | + * Include logger name in logs |
| 85 | + * Update requirements for py3, use >= where possible |
| 86 | + * Remove indirect dependencies |
| 87 | + * Update Vagrantfile to Ubuntu Xenial |
| 88 | + * Remove indirect imports |
| 89 | + * [py3] fix import errors |
| 90 | + * Fix tests to run under python3 |
| 91 | + * Fix for python2 again |
| 92 | + * Add own fork of flask-testing |
| 93 | + * Fix /versions sometimes returning wrong version |
| 94 | + |
| 95 | + [ Ubuntu ] |
| 96 | + |
| 97 | + -- Alex Forbes < [email protected]> Thu, 14 Apr 2016 16:17:34 +0000 |
| 98 | + |
1 | 99 | orlo (0.1.1) stable; urgency=medium |
2 | 100 |
|
3 | 101 | * Cast package_rollback as a boolean |
|
0 commit comments