Tljh-repo2docker

Latest version: v1.0.1

Safety actively analyzes 626118 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

2.0.0a0

([Full Changelog](https://github.com/plasmabio/tljh-repo2docker/compare/v1.0.1...094e4635ca9329ccab20e06eb1c0fefa4b8aa664))

Enhancements made

- Start single server from backend [81](https://github.com/plasmabio/tljh-repo2docker/pull/81) ([trungleduc](https://github.com/trungleduc))
- Switch to JupyterHub service [75](https://github.com/plasmabio/tljh-repo2docker/pull/75) ([trungleduc](https://github.com/trungleduc))
- Add react-based frontend [69](https://github.com/plasmabio/tljh-repo2docker/pull/69) ([trungleduc](https://github.com/trungleduc))

Maintenance and upkeep improvements

- Update to JupyterHub 4 and TLJH 1.0, use `pytest-jupyterhub` [65](https://github.com/plasmabio/tljh-repo2docker/pull/65) ([jtpio](https://github.com/jtpio))

Contributors to this release

([GitHub contributors page for this release](https://github.com/plasmabio/tljh-repo2docker/graphs/contributors?from=2024-03-11&to=2024-04-03&type=c))

[jtpio](https://github.com/search?q=repo%3Aplasmabio%2Ftljh-repo2docker+involves%3Ajtpio+updated%3A2024-03-11..2024-04-03&type=Issues) | [trungleduc](https://github.com/search?q=repo%3Aplasmabio%2Ftljh-repo2docker+involves%3Atrungleduc+updated%3A2024-03-11..2024-04-03&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

1.0.1

([Full Changelog](https://github.com/plasmabio/tljh-repo2docker/compare/v1.0.0...98eaec34e3617c1e9bb83b2b4b09b2e4866fe8a0))

Bugs fixed

- Resolve 'Show Logs' issue by adding \_xsrf token [61](https://github.com/plasmabio/tljh-repo2docker/pull/61) ([yamaton](https://github.com/yamaton))

Maintenance and upkeep improvements

- Use environment in CI [77](https://github.com/plasmabio/tljh-repo2docker/pull/77) ([trungleduc](https://github.com/trungleduc))
- Add 1.0.0 highlights to the change log. [76](https://github.com/plasmabio/tljh-repo2docker/pull/76) ([trungleduc](https://github.com/trungleduc))
- Add releaser workflow [74](https://github.com/plasmabio/tljh-repo2docker/pull/74) ([trungleduc](https://github.com/trungleduc))

Contributors to this release

([GitHub contributors page for this release](https://github.com/plasmabio/tljh-repo2docker/graphs/contributors?from=2023-11-17&to=2024-03-11&type=c))

[jtpio](https://github.com/search?q=repo%3Aplasmabio%2Ftljh-repo2docker+involves%3Ajtpio+updated%3A2023-11-17..2024-03-11&type=Issues) | [trungleduc](https://github.com/search?q=repo%3Aplasmabio%2Ftljh-repo2docker+involves%3Atrungleduc+updated%3A2023-11-17..2024-03-11&type=Issues) | [yamaton](https://github.com/search?q=repo%3Aplasmabio%2Ftljh-repo2docker+involves%3Ayamaton+updated%3A2023-11-17..2024-03-11&type=Issues)

1.0.0

The purpose of this release is to allow for better compatibility of the plugin with different versions of The Littlest JupyterHub.

This plugin was initially developed for a previous version of TLJH when it was not versioned yet. Now TLJH is making proper releases and might start introducing new changes that might potentially be breaking.

In short:

- Use `v1.0.0` if you are using a version of TLJH that includes JupyterHub 1.
- A future major version (`v2`) of the `tljh-repo2docker` plugin will target TLJH 1.0 and JupyterHub 4 as minimal requirements.

:information_source: Note the current `v1.0.0` version should already be compatible with JupyterHub 4.

You can find below the list of changes since the creation of the plugin.

What's Changed

- Add installation instructions to the README by jtpio in https://github.com/plasmabio/tljh-repo2docker/pull/1
- Fix manifest by jtpio in https://github.com/plasmabio/tljh-repo2docker/pull/2
- Add optional name to the environment by jtpio in https://github.com/plasmabio/tljh-repo2docker/pull/7
- Show more information on the spawner options page by jtpio in https://github.com/plasmabio/tljh-repo2docker/pull/10
- Add minimal documentation to the README by jtpio in https://github.com/plasmabio/tljh-repo2docker/pull/11
- Update README instructions to install the plugin by jtpio in https://github.com/plasmabio/tljh-repo2docker/pull/12
- Expose list_images by jtpio in https://github.com/plasmabio/tljh-repo2docker/pull/13
- Show human readable value for mem and cpu limits by jtpio in https://github.com/plasmabio/tljh-repo2docker/pull/16
- Rename from PlasmaBio to Plasma by jtpio in https://github.com/plasmabio/tljh-repo2docker/pull/17
- Add a simple CI workflow by jtpio in https://github.com/plasmabio/tljh-repo2docker/pull/18
- Replace the service by extra hub handlers by jtpio in https://github.com/plasmabio/tljh-repo2docker/pull/19
- Add tests by jtpio in https://github.com/plasmabio/tljh-repo2docker/pull/21
- Show the build logs in a dialog by jtpio in https://github.com/plasmabio/tljh-repo2docker/pull/22
- Lowercase the autogenerated name from the repo by jtpio in https://github.com/plasmabio/tljh-repo2docker/pull/23
- Package the tests by jtpio in https://github.com/plasmabio/tljh-repo2docker/pull/25
- Async start method in the default spawner by jtpio in https://github.com/plasmabio/tljh-repo2docker/pull/28
- Hide 'Cancel' button from logs window by pierrepo in https://github.com/plasmabio/tljh-repo2docker/pull/33
- Update instead of overwrite extra_host_config by TimoRoth in https://github.com/plasmabio/tljh-repo2docker/pull/34
- Await rendered template if neccesary by TimoRoth in https://github.com/plasmabio/tljh-repo2docker/pull/40
- Pin dependencies by jtpio in https://github.com/plasmabio/tljh-repo2docker/pull/41
- Add support for GIT_CREDENTIAL_ENV to build private repos by jtpio in https://github.com/plasmabio/tljh-repo2docker/pull/42
- Update repo2docker image by jtpio in https://github.com/plasmabio/tljh-repo2docker/pull/49
- Pin to `jupyterhub~=1.5` for development, update `dockerspawner`, default ref to `HEAD` by jtpio in https://github.com/plasmabio/tljh-repo2docker/pull/50
- Update Python versions on CI by jtpio in https://github.com/plasmabio/tljh-repo2docker/pull/51
- Use --label to set labels by TimoRoth in https://github.com/plasmabio/tljh-repo2docker/pull/48
- Expose custom build-args as advanced option in the UI by TimoRoth in https://github.com/plasmabio/tljh-repo2docker/pull/52
- Update test binder repo to the new URL by jtpio in https://github.com/plasmabio/tljh-repo2docker/pull/53
- Rename test repo to `tljh-repo2docker-test-binder` by jtpio in https://github.com/plasmabio/tljh-repo2docker/pull/54
- Pin `notebook<7` and `sqlalchemy<2` for now by jtpio in https://github.com/plasmabio/tljh-repo2docker/pull/62
- Resolve 'Show Logs' issue by adding \_xsrf token by yamaton in https://github.com/plasmabio/tljh-repo2docker/pull/61

New Contributors

- jtpio made their first contribution in https://github.com/plasmabio/tljh-repo2docker/pull/1
- pierrepo made their first contribution in https://github.com/plasmabio/tljh-repo2docker/pull/33
- TimoRoth made their first contribution in https://github.com/plasmabio/tljh-repo2docker/pull/34
- yamaton made their first contribution in https://github.com/plasmabio/tljh-repo2docker/pull/61

**Full Changelog**: https://github.com/plasmabio/tljh-repo2docker/commits/v1

<!-- <START NEW CHANGELOG ENTRY> -->

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.