David Allen
|
26989d1a18
|
Fixed releaser .PHONY in Makefile
|
2024-09-26 10:49:48 -06:00 |
|
David Allen
|
8334b0e4ca
|
Fixed issue with test not working
|
2024-09-26 10:26:49 -06:00 |
|
David Allen
|
c07ea3c8eb
|
Updated go deps
|
2024-09-26 10:26:47 -06:00 |
|
David Allen
|
61c65e5419
|
Changed IP address to use local
|
2024-09-26 10:26:04 -06:00 |
|
|
|
18d5ef10b0
|
Updated tests fixing some issues
|
2024-09-26 10:26:04 -06:00 |
|
David Allen
|
affba7dfa3
|
Added CheckUntil() for tests
|
2024-09-26 10:26:03 -06:00 |
|
David Allen
|
879cfac61e
|
Added function to wait for emulator to start
|
2024-09-26 10:26:03 -06:00 |
|
David Allen
|
7a04afdfa8
|
Added API tests
|
2024-09-26 10:26:03 -06:00 |
|
David Allen
|
543efe9134
|
Updated .gitignore
|
2024-09-26 10:26:00 -06:00 |
|
David Allen
|
997b7710b8
|
Changed test rule in Makefile to use specific tests
|
2024-09-26 10:23:42 -06:00 |
|
David Allen
|
dd7bb5ec77
|
Updated tests
|
2024-09-26 10:23:42 -06:00 |
|
David Allen
|
7b18615e5f
|
Minor changes
|
2024-09-26 10:23:42 -06:00 |
|
|
|
3f12b093f9
|
Fixed removing from cache with --with-* flags
|
2024-09-19 11:21:08 -06:00 |
|
|
|
4cf854313a
|
Minor changes
|
2024-09-18 20:18:53 -06:00 |
|
|
|
db2b0a7372
|
Added cache command and ability to delete cached assets
|
2024-09-18 14:47:20 -06:00 |
|
|
|
21a10533ef
|
Changed DeleteScannedAssets to work correct and added db tag
|
2024-09-18 14:46:52 -06:00 |
|
David Allen
|
20f7c9f043
|
Merge pull request #58 from OpenCHAMI/manpage
Add man page to include in packaging
|
2024-09-17 09:23:54 -06:00 |
|
David Allen
|
6b9141d852
|
Updated Makefile to include magellan.1 rule
|
2024-09-16 10:29:41 -06:00 |
|
David Allen
|
45056e3736
|
Added revision to 'go install' commands
|
2024-09-12 11:09:43 -06:00 |
|
David Allen
|
5e0687139e
|
Merge branch 'main' into manpage
|
2024-09-03 10:38:03 -06:00 |
|
|
|
0c5e7d58f6
|
Removed man page from being included in repo
|
2024-09-03 08:14:19 -06:00 |
|
|
|
babee3dbcd
|
Added hook to create man page and include in release
|
2024-08-29 12:07:30 -06:00 |
|
|
|
329e8390bd
|
Added go-md2man to install in Makefile
|
2024-08-29 12:05:58 -06:00 |
|
Alex Lovell-Troy
|
7b4186b08e
|
Merge pull request #57 from OpenCHAMI/pkgbuild
Add `PKGBUILD` to install `magellan` on Arch Linux
|
2024-08-29 18:16:33 +03:00 |
|
Alex Lovell-Troy
|
0539745021
|
Merge pull request #56 from OpenCHAMI/version
Add `version` command to show `magellan`'s current version
|
2024-08-29 18:14:43 +03:00 |
|
|
|
6b389d709a
|
Added man page and rule to generate in Makefile
|
2024-08-28 18:09:56 -06:00 |
|
|
|
51ed5b3087
|
Moved PKGBUILD into dist/archlinux
|
2024-08-28 18:02:29 -06:00 |
|
|
|
bc4a9ad5a9
|
Update .gitignore removing dist/
|
2024-08-28 18:00:01 -06:00 |
|
|
|
5806bebce6
|
Fixed minor typo
|
2024-08-28 17:55:48 -06:00 |
|
|
|
f8da8ae1c3
|
Update .gitignore
|
2024-08-28 17:46:02 -06:00 |
|
|
|
1f159fae40
|
Added PKGBUILD to install magellan as binary
|
2024-08-28 17:45:45 -06:00 |
|
David Allen
|
b4efe756b0
|
Updated version command and main to handle building with version info
|
2024-08-28 13:19:21 -06:00 |
|
David Allen
|
1e1498206e
|
Update config.env to include BUILD
|
2024-08-28 13:18:40 -06:00 |
|
David Allen
|
fa8f31e8d3
|
Updated makefile to build with ldflags
|
2024-08-28 13:18:14 -06:00 |
|
David Allen
|
331c515ad2
|
Removed internal version implementation
|
2024-08-28 13:17:50 -06:00 |
|
David Allen
|
c8297534cc
|
Added version command and corresponding implementation
|
2024-08-28 12:34:49 -06:00 |
|
David Allen
|
6d61511e36
|
Merge pull request #55 from OpenCHAMI/cacert-hotfix
Fix panic caused when setting '--cacert' flag from invalid client
|
2024-08-28 09:16:37 -06:00 |
|
David Allen
|
874d750dde
|
Added temporary solution for creating new clients
|
2024-08-27 17:17:19 -06:00 |
|
David Allen
|
9991f02631
|
Updated warning message and changed SMD client to use pointer receivers
|
2024-08-27 15:55:16 -06:00 |
|
David Allen
|
e3ef9d4276
|
Fixed field tag in crawler
|
2024-08-27 15:40:43 -06:00 |
|
David Allen
|
5d811f31ab
|
Changed interface func from GetClient() to GetInternalClient()
|
2024-08-27 14:40:23 -06:00 |
|
David Allen
|
abd83454ad
|
Added Init() to Client interface
|
2024-08-27 14:38:03 -06:00 |
|
David Allen
|
3b297351ec
|
Fixed panic when setting --cacert from invalid client
|
2024-08-27 14:30:03 -06:00 |
|
David Allen
|
057ff7bdef
|
Merge pull request #54 from OpenCHAMI/update-readme
Update README.md and fix outdated info
|
2024-08-22 09:59:32 -06:00 |
|
|
|
26fbebf3ea
|
Updated README.md and fixed outdated info
|
2024-08-22 09:58:48 -06:00 |
|
David Allen
|
904d157a61
|
Merge pull request #53 from OpenCHAMI/minor-changes
Change collect messages to use JSON format
|
2024-08-22 08:46:31 -06:00 |
|
David Allen
|
39a30d199f
|
Merge branch 'main' into minor-changes
|
2024-08-22 08:45:45 -06:00 |
|
|
|
0454735c70
|
Changed collect messages to using JSON format
|
2024-08-22 08:44:32 -06:00 |
|
David Allen
|
76b6f37e9d
|
Merge pull request #52 from OpenCHAMI/minor-changes
Minor changes and improvements
|
2024-08-21 17:09:02 -06:00 |
|
|
|
2e036c549d
|
Rearranged collect error to only show when not force updating
|
2024-08-21 16:55:07 -06:00 |
|