|
1 | 1 | SimPhoNy Remote CHANGELOG |
2 | 2 | ========================= |
3 | 3 |
|
| 4 | +What's new in SimPhoNy Remote 0.7.0 |
| 5 | +----------------------------------- |
| 6 | + |
| 7 | +Summary |
| 8 | +~~~~~~~ |
| 9 | + |
| 10 | +- Addressed issues for general support for Docker containers holding Web applications |
| 11 | + (jupyter notebook, filemanager) available as simphony-remote-docker 0.3.0. |
| 12 | +- REST+ajax based retrieval of available applications (#209, #214) |
| 13 | +- Show application policy information in application list (#242) |
| 14 | +- Preparation for REST framework extraction: |
| 15 | + - factored out authenticator code from the BaseHandler (#215) |
| 16 | + - soft deprecation of subpackage (#236) |
| 17 | +- Upgraded dependencies to jupyterhub 0.7.0.dev0 (#217), configurable-http-proxy (#219) |
| 18 | + to fix forwarding bugs in jupyterhub. |
| 19 | +- Pinned request package dependency to 2.10.0 due to dockerpy constraints (#222) |
| 20 | +- Renamed Spawner to SystemUserSpawner (#205) |
| 21 | +- Added linting and testing infrastructure for javascript (#200) |
| 22 | +- Documentation fixes and refactorings: |
| 23 | + - General fixes (#179, #198, #199, #202, #232, #233) |
| 24 | + - Use of autosummary for API extraction (#194, #234) |
| 25 | + - Extracted traitlets documenter in a separate repository (#210) |
| 26 | +- Migrated tests under the appropriate paths in the package tree (#196) |
| 27 | +- Command remoteapprest prints out only essential (UI name) application information, |
| 28 | + instead of the whole content of the request. (#230) |
| 29 | +- Removed the need for sudo in configurable-http-proxy installation (#244). Installation is now local. |
| 30 | +- Support for Ubuntu 16.04 (#243) |
| 31 | + - Pinned dockerpy package dependency to 1.8.1 |
| 32 | + - Update deployment docs for Ubuntu 16.04 |
| 33 | +- Fix: Failing selenium tests due to unexpected client-side selenium behavior (#203) |
| 34 | +- Fix: Added missing jupyterhub_config.py from MANIFEST.in (#206), fixed other paths (#207) |
| 35 | +- Fix: Exclude applications in the REST item list when not available (#225) |
| 36 | +- Fix: Handle failure of ajax retrieval so that partial failure is tolerated (#223) |
| 37 | +- Refactor: removed start/stop_spawner (#208) |
| 38 | +- Refactor: cleaned up docker label namespacing (#212) |
| 39 | + |
| 40 | + |
4 | 41 | What's new in SimPhoNy Remote 0.6.0 |
5 | 42 | ----------------------------------- |
6 | 43 |
|
|
0 commit comments