fluzzi32
89e828451c
add kubectl and docker support
2024-06-17 15:58:28 -03:00
fluzzi32
3365acb473
fix bug list nodes
2024-06-10 15:45:04 -03:00
fluzzi32
e09481e6f1
update for google
2024-05-28 15:15:01 -03:00
fluzzi32
7a46f640e2
add private policy
2024-05-24 18:22:30 -03:00
fluzzi32 and GitHub
c2584c86ba
Update README.md
2024-05-24 18:18:46 -03:00
fluzzi32
a6aff6df76
update version
2024-05-24 17:57:03 -03:00
fluzzi32
e5ebf8eea7
update license
2024-05-24 17:50:18 -03:00
fluzzi32 and GitHub
b80ed64957
Update README.md
2024-05-24 17:44:22 -03:00
fluzzi32 and GitHub
4823238538
Update README.md
2024-05-24 17:27:08 -03:00
fluzzi32 and GitHub
9149d5b157
Update README.md
2024-05-24 17:26:37 -03:00
fluzzi32
a1244855d4
add logo
2024-05-24 17:17:33 -03:00
fluzzi32
0805f6f72f
add logo
2024-05-24 17:15:15 -03:00
fluzzi32
25de08a17c
Update readme
2024-05-24 15:53:20 -03:00
fluzzi32
1bd9bd62c5
Implement hooking system for classes and methods. Cleanup of code
2024-05-03 17:32:45 -03:00
fluzzi32
87bb6302ff
Update hooks functionality
2024-04-22 18:17:11 -03:00
fluzzi32
c6a31cb710
fix setup config for new files
2024-04-17 17:06:12 -03:00
fluzzi32
b7528027ac
add hooks and sync to google
2024-04-17 16:27:02 -03:00
fluzzi32
f96fe77aed
merge plugin feature, change version and update docs
2023-12-21 17:37:57 -03:00
fluzzi32
26ea2e588d
add update plugin, better completion for plugins
2023-12-19 18:26:09 -03:00
fluzzi32
e07f7ff130
documentation and completion for plugins
2023-12-15 12:27:51 -03:00
fluzzi32
54a539c51a
bug fix
2023-12-14 18:36:22 -03:00
fluzzi32
4f8497ff26
Add new plugin feature beta1
2023-12-14 16:56:59 -03:00
fluzzi32
9975d60a91
change version and docs
2023-12-06 17:46:39 -03:00
fluzzi32
3d5db06343
add docker image to run it in windows
2023-12-06 17:46:10 -03:00
fluzzi32
3e32aa958c
merge Jumphost, modify license
2023-12-06 10:53:42 -03:00
fluzzi32
ea3bfeee9e
fixes for jumphost
2023-12-04 11:11:58 -03:00
fluzzi32
fd883a4821
Add new jumphost feature to nodes
...
bug fix when adding a node without name
2023-12-01 18:30:29 -03:00
fluzzi32
137524b176
bug fixes
2023-12-01 15:31:17 -03:00
fluzzi32
d6880d5956
bug fixes
2023-12-01 13:40:49 -03:00
fluzzi32
efe1428f0d
bug fix
2023-11-03 17:27:04 -03:00
fluzzi32
a3d0e39ba8
add sftp option
2023-11-03 11:59:00 -03:00
fluzzi32
97c039459c
add completion for new features
2023-10-27 13:34:32 -03:00
fluzzi32
00905575fc
Fix:
...
- Fix not allowing to use some regex symbols when passing arguments.
- Fix AI requests timing out when list of nodes is big.
- Fix error when forwarding connpy run commands to a file
Features:
- Improve AI response time changing list of devices to list of OS,
reducing the lenght of request.
- Update GPT model to last one.
- Add filtering option to list command, Also format can be passed to
format the output as needed.
- Allow to use regular expresions to match nodes in: run command
(using yaml file or directly), remove command.
- When there is a connectivity error, now it shows the error number
plus the protocol error.
2023-10-26 17:33:44 -03:00
fluzzi32
d96910092b
Fix completion and save logs during session
2023-10-05 15:21:17 -03:00
fluzzi32
0813b927b0
Add more export functionalities
2023-09-21 17:28:09 -03:00
fluzzi32
7856dcb9a3
add comlpetion for new import/export
2023-09-13 15:36:06 -03:00
fluzzi32
4373a34711
fix export import with path, add pyfzf as required
2023-09-13 11:17:56 -03:00
fluzzi32
98b85628de
Add bulk edit with regex and export/import folder
2023-09-12 12:33:33 -03:00
fluzzi32
be40b2accd
bug fix chat history in ai
2023-07-31 12:18:10 -03:00
fluzzi32
54fa5845af
Add More AI functions, migrate AI to openai new function support
2023-07-11 19:33:21 -03:00
fluzzi32
06501eccc9
update
2023-05-24 18:14:01 -03:00
fluzzi32
bcbbd4765d
change exceptions
2023-05-24 18:13:38 -03:00
fluzzi32
acbfb03b10
bug fixes
2023-05-23 16:15:03 -03:00
fluzzi32
51f86f214a
docs
2023-05-22 18:32:49 -03:00
fluzzi32
a0a0e68c49
bug fixes, prompt better
2023-05-22 18:32:31 -03:00
fluzzi32
d5ca894d55
bug fixes
2023-05-18 18:27:25 -03:00
fluzzi32
fc85314e9b
fix
2023-05-12 18:30:47 -03:00
fluzzi32
6e70b38524
fix
2023-05-12 18:30:24 -03:00
fluzzi32
5a1dbc04e1
add confirmation and fixes
2023-05-12 12:05:25 -03:00
fluzzi32
0e34ea79c6
add history in ai chat
2023-05-10 12:34:19 -03:00
fluzzi32
a74d055993
cleanup
2023-05-05 14:19:18 -03:00
fluzzi32
8828471c1b
add new AI feature. Add tags feature, used tags: OS for AI, screen_length_command for automation, prompt for automation. fixes
2023-05-05 13:41:32 -03:00
fluzzi32
404d874771
bug fix
2023-04-18 18:00:43 -03:00
fluzzi32
1cb0962fac
fix README.md
2023-04-15 22:40:02 -03:00
fluzzi32
7d10409ad1
add api debug option
2023-04-15 22:38:52 -03:00
fluzzi32
98a85154cb
bug fixes
2023-04-14 18:30:58 -03:00
fluzzi32
8235de23ec
fix dependencies
2023-04-14 13:46:05 -03:00
fluzzi32
150268b11d
update requirements
2023-04-14 13:40:44 -03:00
fluzzi32
b268f8a372
update requirements
2023-04-14 13:14:22 -03:00
fluzzi32
0b16de5db8
update completion with new features
2023-04-14 11:57:11 -03:00
fluzzi32
65fed3a1a2
update version to 3.0
2023-04-14 11:46:16 -03:00
fluzzi32
51bdc4e59a
add api
2023-04-14 11:44:56 -03:00
fluzzi32
68b63baeac
starting api
2023-04-06 18:47:29 -03:00
fluzzi32
8329ca25de
Add fuzzy non case sensistive search
2023-03-21 18:23:29 -03:00
fluzzi32
bc157a990c
bug fixes, add reconnect
2023-01-05 16:39:22 -03:00
fluzzi32
9440611f1e
bug fix ver
2022-08-18 18:05:18 -03:00
fluzzi32
943865958d
bug fix
2022-08-18 18:00:55 -03:00
fluzzi32
0fad67513f
bug fix
2022-07-08 13:03:17 -03:00
fluzzi32
2f5b5fcf6b
bug fixes, preparing for unittesting
2022-06-10 13:24:26 -03:00
fluzzi32
3061b54059
fix github actions publish - pick 'publish' branch, fix typos
2022-05-26 11:33:35 -03:00
fluzzi32
ffed88189f
fix build issue
2022-05-25 17:43:02 -03:00
fluzzi32
9893f2ed51
Merge branch 'main' of github.com:fluzzi/connpy
2022-05-25 17:27:25 -03:00
fluzzi32
2aa4934288
improve keepalive, logging and output
2022-05-25 17:25:02 -03:00
fluzzi32 and GitHub
feb34ad638
Rename .github/worksflows/publish.yml to .github/workflows/publish.yml
2022-05-25 17:16:36 -03:00
fluzzi32 and GitHub
59821d6c16
Create publish.yml
2022-05-25 17:08:36 -03:00
fluzzi32
38eb2e2d37
update version
2022-05-19 17:30:52 -03:00
fluzzi32
860e57be02
bugfix logfile
2022-05-19 17:30:05 -03:00
fluzzi32
a78aa4c75e
fix edit bug, tune run/test automation, prepare for testing
2022-05-19 16:11:41 -03:00
fluzzi32
cc68ff0545
new version add automation in cmd
2022-05-11 14:25:43 -03:00
fluzzi32
638db44aa5
update doc/readme
2022-04-28 12:49:31 -03:00
fluzzi32
b4660254cd
working in automation upgrade
2022-04-23 17:11:38 -03:00
fluzzi32
c706ac893c
add fzf and change completion
2022-04-18 19:19:25 -03:00
fluzzi32
3072128d31
readme
2022-04-17 00:31:07 -03:00
fluzzi32
53480ec39b
readme
2022-04-17 00:29:34 -03:00
fluzzi32
0e90a5aca1
readme
2022-04-17 00:29:00 -03:00
fluzzi32
8c28fbcaa6
readme
2022-04-17 00:27:40 -03:00
fluzzi32
32ab9d3e2d
readme
2022-04-17 00:06:13 -03:00
fluzzi32
d61346b3e9
readme
2022-04-17 00:05:12 -03:00
fluzzi32
d689504eec
update version
2022-04-05 21:06:38 -03:00
fluzzi32
815c161544
add -v --version command
2022-04-05 20:04:18 -03:00
fluzzi32
c83a2cd28f
change version for pip
2022-04-05 18:32:07 -03:00
fluzzi32
118ca1d14e
fix getitem folder with subfolders
2022-04-05 18:31:19 -03:00
fluzzi32
fa250e2ae3
fix completion
2022-04-05 15:09:05 -03:00
fluzzi32
1f5fe13805
add new commands to completion
2022-04-04 19:33:47 -03:00
fluzzi32
5c9c605184
added completion bash/zsh
2022-04-04 19:09:00 -03:00
fluzzi32
881eca6181
fix completion
2022-04-04 16:38:10 -03:00
fluzzi32
4348e353a2
fix completion
2022-04-04 16:37:54 -03:00
fluzzi32
d1df2a4cf6
fixes extra arguments
2022-04-04 14:54:37 -03:00
fluzzi32
c09703053b
add 1 character arguments
2022-04-04 14:41:51 -03:00
fluzzi32
e4e82ef1c6
updates
2022-04-04 14:14:25 -03:00