Commit Graph

12 Commits

Author SHA1 Message Date
Eng Zer Jun
335a3ee686 refactor: move from io/ioutil to io and os packages (#1153)
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-11-23 11:54:38 +00:00
kaidaguerre
b07013c4dd Tie the connection watcher lifecycle to the plugin manager. Closes #1129 2021-11-16 22:48:10 +00:00
Binaek Sarkar
352afad764 Allow plugin uninstall even if there are active connections. Closes #852 2021-09-28 16:52:36 +01:00
tyagiparth
3fbf2b542e Split versions.json into 2 files, one in the plugins dir, one in the database dir. Closes #576 2021-07-13 13:08:16 +01:00
kai
96ac315b5c Update logging 2021-07-07 16:22:39 +01:00
tyagiparth
418a34c6cb Validate that plugin versions required by mod are installed. Closes #557 2021-06-17 12:42:41 +01:00
kai
4dbc6bad6b Initial iteration of control result display code 2021-05-20 16:11:50 +01:00
Binaek Sarkar
468244aa40 Fix spinner displaying multiple newlines if spinner text is wider than the terminal. Closes #450 2021-05-12 13:47:27 +01:00
Binaek Sarkar
9a0c660547 sorts plugin updates alphabetically. Closes #339 (#348)
* removing unused code

* correcting comment and removing redundant declaration

* sort plugins by name in notification

* review changes
2021-04-08 09:47:44 +01:00
Binaek Sarkar
72b38be91a Remove plugin Name field from version file and just use the 'key' property as name. Closes #236 2021-03-11 10:40:32 +00:00
Binaek Sarkar
2d355b2094 Remove bad update notifications for orphan plugins which cannot be found in registry. Closes #265 2021-03-10 11:11:53 +00:00
Binaek Sarkar
984f2795c5 plugin update now checks installed versions before updating. Increase timeout for update request. Closes #216. Closes #234 2021-03-03 12:39:13 +00:00