Aiidalab-launch

Latest version: v2024.1020

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

Scan your dependencies

Page 2 of 4

2022.1014

What's Changed
* Feature: Allow configuration of additional mounted volumes by danielhollas in https://github.com/aiidalab/aiidalab-launch/pull/132
* Fix: Remove conflicting option for exec command by danielhollas in https://github.com/aiidalab/aiidalab-launch/pull/131
* Fix: Add missing await in internal function. by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/122
* Fix: Fix mount configuration change check for bind mounts by danielhollas in https://github.com/aiidalab/aiidalab-launch/pull/134
* Tests: Add valid config artifacts to test config migration paths. by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/136
* Add contribution guidelines by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/133

New Contributors
* danielhollas made their first contribution in https://github.com/aiidalab/aiidalab-launch/pull/131

**Full Changelog**: https://github.com/aiidalab/aiidalab-launch/compare/v2022.1013...v2022.1014

2022.1013

What's Changed
* Tests: Make the instance_unknown_image test more robust. by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/108
* Tests: Reduce test flakiness by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/109
* Fix: Do not use RepoDigests image attribute. by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/111
* Fix: Explicitly handle an unknown container state upon start. by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/112

**Full Changelog**: https://github.com/aiidalab/aiidalab-launch/compare/v2022.1012...v2022.1013

2022.1012

What's Changed

From this version on, the home directory (`/home/aiida/`) is mounted as a docker volume rather than a bind mount. This avoids issues with permissions and related problems especially on non-Linux systems or where the user id of the host user differs from the one on the container. **Existing profiles with bind mounts are still used and not automatically migrated.**

Highlights
* Enable use of docker volume instead of bind mount for home directory by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/74
* Enhance/configuration change detection by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/83
* Remove option to only reset apps directory. by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/91

Fixes
* Fix issue with the apps reset function. by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/68
* Fix: Create parent directories for home dir bind mount if necessary. by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/78
* Fix: Correctly Distinguish been configured and actually used host port. by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/79

Internal
* Add version key to configuration. by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/73
* Improve robustness of the config migration function. by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/77
* Tests: Add tests for start/stop/reset/status CLI commands by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/71
* Fix: instance pull error handling by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/84
* Tests: Improve coverage by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/65
* Tests: Refactor fixtures. by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/89
* Tests: Add tests for instance reset. by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/90
* Slightly revise CLI help texts. by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/93
* Revise instance restart and recreate flow by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/94
* Refactor module structure by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/95
* Tests/revise flaky lifecycle test by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/101
* Misc/improve logging by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/100
* Refactor/wait for services by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/102
* Tests: Add tests for application state and migrations. by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/96
* Tests: Add test for migration with existing container. by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/104
* Tests: Mock requests to PyPI. by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/106


**Full Changelog**: https://github.com/aiidalab/aiidalab-launch/compare/v2022.1011...v2022.1012

2022.1011

What's Changed
* Check whether associated instance is running before removing profile. by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/59
* Feature/38 automatically adjust home directory and port number for new profiles by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/60
* Fix: Correctly handle timeout error on start. by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/61
* Fix: Issue where the URL would not show the port. by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/62
* CI: Collect test coverage statistics. by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/64
* Feature: Implement profile reset. by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/66


**Full Changelog**: https://github.com/aiidalab/aiidalab-launch/compare/v2022.1010...v2022.1011

2022.1010

What's Changed
* Fix regression that broke the start command. by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/58


**Full Changelog**: https://github.com/aiidalab/aiidalab-launch/compare/v2022.1009...v2022.1010

2022.1009

What's Changed
* Fix: Do not try to remove running container. by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/55
* Provided dedicate docker volume for conda by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/54
* Fix issue where timeout errors during check for updates were not handled. by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/56
* Improve the robustness of status queries and start up by csadorf in https://github.com/aiidalab/aiidalab-launch/pull/57


**Full Changelog**: https://github.com/aiidalab/aiidalab-launch/compare/v2022.1008...v2022.1009

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.