You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Release PR v1.1.12a (#238)
* Add AWS conf cmd with profile (#186)
* version bump v1.1.8b1 (pre-release)
* feat: Added CHANGELOG workflow
* Updated changelog workflow
* Disabled workflow trigger for push action on develop branch
* Refactor(ssh-new): Removed redundant output for ssh-new (#190)
Description:
- Added `--quiet` flag to `pip install authk`
- Minor refactoring
* Feat(PyPi): Added `Changelog` link to PyPi (#192)
* Refactor(ssh-new): Removed redundant output for ssh-new
Description:
- Added `--quiet` flag to `pip install authk`
- Minor refactoring
* Feat(PyPi): Added `Changelog` link to PyPi
Description:
- Modified pyproject.toml and added `Changelog` link to PyPi.org
* Fix dependencies version (#194)
* Fixed azure dependency version
* version bump v1.1.8
* Feat(config): Implemented first version of `configure` (#199)
* Feat(config): Implemented the first version of `configure`
Description:
- Initial version only supports AWS local configuration
- It uses subprocesses to call `aws` cli under the hood
- It detects OS and adapts the params accordingly
- Error handling was added
* Feat(general): Added a reminder for prerequisites for `configure aws` (#201)
Fixes #200
Description:
- Defined a new function to handle info message
- Fixed a minor typo
* version bump 1.1.9
* Fixed: The stopped VM's failure on first try to start a session. (#204)
* Fixed: The stopped VM's failure on the first try to start a session.
Description:
- Added waiter for starting instance
- Modified the session start to wait until the VM is running
* Iteration 2 (#207)
* Fixed: The stopped VM's failure on the first try to start a session.
Description:
- Added waiter for starting instance
- Modified the session start to wait until the VM is running
* Fixed: Lost support for profile argument solved.
* Fixed: jdict codec serialization bug (#206)
* Fix jdict codec serialization bug
* version bump v1.1.10b (pre-release)
* Docs(update): Modified and enhanced docs
Description:
- Removed redundant checklist from PR template
- Applied new changelog workflow and config for it
- Added new indicator badges to README for:
- PyPi version,
- License,
- Changelog,
- Linter
- Type checker
* version bump v1.1.10 (stable)
* Docs: Changed changelog type to commit messages
* Make Azure operation faster due to using REST API (#213)
* Implement REST API in some functions
* Add list VMs via REST API
* Add some REST API operations
* Make RestApi class singleton
* Add token to cache
* Add token to cache exceptions
* Change running Azure tunnel
* Change waite VM runtime to be ready
* Fix for "instance command" and "connect"
* Add multi session mode on Azure
* Fix ssh call on Windows
* Refactor lint
* Stop VM after VSCode close
* Fix vscode call on Windows
* Refactor lint
* version bump v1.1.11b (pre-release)
* Fix: unrelated kwarg being passed to execute command (#228)
* [Changelog CI] Add Changelog for Version v1.1.11b (#222)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Update README.md
* Update README.md
* unrelated kwarg being passed to execute command
* Update type.yml
* Update lint.yml
* Update release.yml
* Update changelog.yml
Co-authored-by: Orkhan Shirin <62020621+orkhanshirin@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Fail after changing Azure console password (#229)
* Pre-Release PR v1.1.11b (#221)
* Make Azure operation faster due to using REST API (#213)
* Implement REST API in some functions
* Add list VMs via REST API
* Add some REST API operations
* Make RestApi class singleton
* Add token to cache
* Add token to cache exceptions
* Change running Azure tunnel
* Change wait for VM runtime to be ready
* Fix for "instance command" and "connect"
* Add multi-session mode on Azure
* Fix ssh call on Windows
* Refactor lint
* Stop VM after VSCode close
* Fix vscode call on Windows
* Refactor lint
* version bump v1.1.11b (pre-release)
Co-authored-by: Dmitry Slobodchikov <zoosman@mail.ru>
* [Changelog CI] Add Changelog for Version v1.1.11b (#222)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Update README.md
* Update README.md
* Fix issue #225: fail after changing Azure console password
* Fix minors
* Update changelog.yml
* Update lint.yml
* Update release.yml
* Update type.yml
Co-authored-by: Orkhan Shirin <62020621+orkhanshirin@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Implement AWS CLI installation (#231)
* Add install cli for macOS
* Add install AWS cli for Windows
* Add install AWS cli on Linux
* Fix minors Linux
* Fix minors Windows
* Fix minors macOS
* Fix code lint
* version bump v1.1.11
* Fix: Resolved type error on `clvm instance command` (#237)
* Fix: Resolved type error on `clvm instance command`
Description:
- Changed the instance argument type to `Ec2RemoteShellProxy`
- Changed `kwargs.get() `method to `kwargs.pop()` method to not send extra params to the other function calls
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* version bump (alpha)
---------
Co-authored-by: Dmitry Slobodchikov <zoosman@mail.ru>
Co-authored-by: Lior Kashti <48313697+lkashti@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>