Commit Graph

24 Commits

Author SHA1 Message Date
knoflook e76d996943 Merge branch 'main' into main 2021-07-16 09:26:38 +02:00
decentral1se c65ae974dd
Add experimental staticcheck into linting CI
See https://staticcheck.io for more. This is set to be ignored
on failure so that it doesn't disrupt current work flows but maybe
it is nice to add. Just drop the `ignore: ...` line and it will fail
builds.
2021-07-15 23:57:08 +02:00
decentral1se 9b8f16345c
Add a Go report card badge 2021-07-15 23:35:43 +02:00
decentral1se 4884c14ab3
Can't sort this as VERSION is not defined then 2021-07-15 23:26:47 +02:00
decentral1se a9d9d9de2f
Silence command echoing to focus output on errors 2021-07-15 23:01:31 +02:00
decentral1se 980f2f7684
Add format and check targets + integrate into CI 2021-07-15 23:00:33 +02:00
decentral1se 3b1dfb7562
Wire up notifications for failures 2021-07-15 22:29:31 +02:00
decentral1se 0a6ffd48cb
Sort vars 2021-07-15 22:27:30 +02:00
decentral1se 567dae83cf
Parametrize the abra path 2021-07-15 22:26:40 +02:00
knoflook 2e7da361a6
Add proof of concept server ls comand 2021-07-15 17:04:40 +02:00
decentral1se 462a4d296f
Add CI badge and link to OG abra repo 2021-07-15 15:40:29 +02:00
decentral1se 8373dea7fb
Take a stab at a Drone CI/CD build 2021-07-15 15:37:54 +02:00
decentral1se b13081d1a6
Add build, parametrize LDFLAGS and list all targets 2021-07-15 15:26:02 +02:00
decentral1se 8b38b89647
Ignore built binaries 2021-07-15 15:25:54 +02:00
decentral1se 3a96f48ec5 Merge pull request 'Add install and clean rules to Makefile' (#1) from knoflook/go-abra:main into main
Reviewed-on: coop-cloud/go-abra#1
2021-07-15 15:07:47 +02:00
knoflook aa8db280e5 Add install and clean rules to Makefile 2021-07-15 14:19:05 +02:00
Roxie Gibson a78bb9123a
feat: POC passgen 2021-07-15 08:23:26 +01:00
Roxie Gibson 881ccfd820
chore: added libs i plan to use in future 2021-07-15 08:06:12 +01:00
Roxie Gibson 1adca5ca0e
feat: added app commands and flags for commands 2021-07-15 06:17:47 +01:00
Roxie Gibson 9a0bd6dc11
refactor(cli): moved commands and cli out of main 2021-07-15 03:44:07 +01:00
Roxie Gibson 2aa9029893
chore: added git-chglog options
this is for the future to add automated changelogs
2021-07-15 01:18:34 +01:00
Roxie Gibson a2a836c2a9
feat: added version and makefile
makefile allows for package variables to be defined
2021-07-13 23:47:47 +01:00
Roxie Gibson a7d748cb1f
docs: Added readme explianing the repo 2021-07-13 23:12:56 +01:00
Roxie Gibson 9e52e9f676
Initial Commit
Added some cli commands
2021-07-13 22:34:32 +01:00