Commit Graph

6 Commits

Author SHA1 Message Date
kaidaguerre
8f9c60a1c4 Ensure 'Digest' payload field is not empty when calling VersionCheck endpoint. Closes #2030 2022-05-10 16:49:04 +01:00
Binaek Sarkar
da70afdfe4 Add support for plugins to switch over to arm64 build for darwin even in the same version. Closes #1796 2022-04-13 14:24:14 +01:00
Gábor Lipták
e0d655df6f Add error checking
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2022-01-28 08:59:42 +00:00
kaidaguerre
e0ff19a280 Update package naming to be consistent and follow Go standards. Closes #1282
General code spring cleaning:
* move file paths from `consts` package to `filepaths`
* move InitData and ExportData to query and control packages
2022-01-04 12:28:36 +00:00
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