Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ssh v1.0.1 #23

Closed
wants to merge 28 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
e8426ae
Fix filepath with spaces bug. Improve deletion warnings
vthiebaut10 Jan 6, 2022
9323307
update version to 1.0.1
vthiebaut10 Jan 6, 2022
365dc0f
Small change just to create remote branch
vthiebaut10 Jan 21, 2022
d3f5920
Merge pull request #22 from vthiebaut10/fix_space_bug
vthiebaut10 Jan 21, 2022
15a57d9
1.0.1 changes
vthiebaut10 Jan 25, 2022
988faa2
Print error messages from the client log
vthiebaut10 Feb 4, 2022
1967288
Prepend -v to ssh_args if az ssh vm is run in debug mode
vthiebaut10 Feb 4, 2022
091cf57
Refactor extension
vthiebaut10 Feb 14, 2022
238b746
Address style errors
vthiebaut10 Feb 14, 2022
30b42bf
Make sure credentials_folder is absolute
vthiebaut10 Feb 14, 2022
c3c04a1
Properly append config entries
vthiebaut10 Feb 14, 2022
ea82f53
fix unit tests
vthiebaut10 Mar 1, 2022
e709c5c
Fix a few style issues
vthiebaut10 Mar 1, 2022
f933d61
update history
vthiebaut10 Mar 1, 2022
22067bb
check if config folder exists even if credential folder is provided
vthiebaut10 Mar 1, 2022
f022fb4
Merge branch 'Azure:main' into ssh-v1.0.1
vthiebaut10 Mar 1, 2022
a678cce
Add license header to ssh_info.py
vthiebaut10 Mar 1, 2022
25f48cb
fix function that print error messages from the log
vthiebaut10 Mar 1, 2022
38da127
address review comments
vthiebaut10 Mar 1, 2022
126f83e
Add green message at the end of az ssh cert
vthiebaut10 Mar 2, 2022
5fab4c2
Address review comments
vthiebaut10 Mar 2, 2022
963105b
Remove colorama dependency, throw error before writing config file if…
vthiebaut10 Mar 2, 2022
d61c18d
Remove comment
vthiebaut10 Mar 2, 2022
912d2dd
Allow * as ip for config
vthiebaut10 Mar 8, 2022
30792f9
Disable known pylint errors
vthiebaut10 Mar 8, 2022
a904acf
Roll back to version 1.0.0
vthiebaut10 Mar 9, 2022
2919211
Warn users when using incompatible openssh versions
vthiebaut10 Mar 9, 2022
958c81d
Address review comments
vthiebaut10 Mar 9, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Roll back to version 1.0.0
  • Loading branch information
vthiebaut10 committed Mar 9, 2022
commit a904acfef4c723a2fab22676eabd5cd426232f42
2 changes: 1 addition & 1 deletion src/ssh/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from setuptools import setup, find_packages

VERSION = "1.0.1"
VERSION = "1.0.0"

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down