crowdsec/cmd/crowdsec-cli
mmetc 61d4ccbfdd
use go 1.21.1 (#2418)
* use go 1.21.1, require 1.21
* import "slices" from stdlib
* allow codeql to set version number from tags
* codeql: custom WASM build - the automated one can silently fail
2023-10-04 13:01:57 +02:00
..
require cscli: refactor hub commands (#2500) 2023-10-04 10:42:47 +02:00
alerts.go add alert alias (#2485) 2023-09-23 19:35:02 +01:00
alerts_table.go display source in alerts list when an alert has multiple decisions (#2098) 2023-03-06 13:51:57 +01:00
bouncers.go use go 1.21.1 (#2418) 2023-10-04 13:01:57 +02:00
bouncers_table.go cscli: new tables, --color yes|no|auto option (#1763) 2022-10-07 11:05:35 +02:00
capi.go update dependency on go-cs-lib; drop the pkg/ part (#2393) 2023-07-28 16:35:08 +02:00
collections.go cscli: refactor hub commands (#2500) 2023-10-04 10:42:47 +02:00
completion.go Update deps to latest stable: go-systemd, tail, cobra, lumberjack, testify (#2164) 2023-04-12 16:58:11 +02:00
config.go Implement "cscli config show-yaml" (#2191) 2023-05-11 21:01:13 +02:00
config_backup.go cscli: refactor hub commands (#2500) 2023-10-04 10:42:47 +02:00
config_feature_flags.go cscli config feature-flags (#2006) 2023-01-20 09:32:10 +01:00
config_restore.go cscli: refactor hub commands (#2500) 2023-10-04 10:42:47 +02:00
config_show.go refactor alert/decisions insert/update to avoid database locking in bulk operations (#2446) 2023-09-04 14:21:45 +02:00
config_showyaml.go Implement "cscli config show-yaml" (#2191) 2023-05-11 21:01:13 +02:00
console.go cscli: refactor hub commands (#2500) 2023-10-04 10:42:47 +02:00
console_table.go do not try to load PAPI is url is not set (#2099) 2023-03-06 15:38:58 +01:00
copyfile.go minor refactor to pkg/types, cscli machines (#2270) 2023-06-08 15:08:51 +02:00
dashboard.go Check cscli preconditions with crowdsec-cli/require package (#2388) 2023-07-27 17:02:20 +02:00
decisions.go cscli decisions list -o json => [] instead of null; same for alerts (#2397) 2023-08-03 12:51:50 +02:00
decisions_import.go refactor alert/decisions insert/update to avoid database locking in bulk operations (#2446) 2023-09-04 14:21:45 +02:00
decisions_table.go print missing "AS" values as empty strings instead of "0 " (#1867) 2022-11-14 09:55:53 +01:00
explain.go minor log message improvements (#2455) 2023-09-12 11:04:56 +02:00
hub.go cscli: refactor hub commands (#2500) 2023-10-04 10:42:47 +02:00
hubtest.go replace log.Fatal -> fmt.Errorf (#2058) 2023-02-20 15:05:42 +01:00
hubtest_table.go rename pkg/cstest -> pkg/hubtest (#1811) 2022-10-17 09:24:07 +02:00
lapi.go use go 1.21.1 (#2418) 2023-10-04 13:01:57 +02:00
machines.go use go 1.21.1 (#2418) 2023-10-04 13:01:57 +02:00
machines_table.go minor refactor to pkg/types, cscli machines (#2270) 2023-06-08 15:08:51 +02:00
main.go use go 1.21.1 (#2418) 2023-10-04 13:01:57 +02:00
Makefile Make: build with debug symbols in func tests or if DEBUG=1; drop BUILD_VENDOR_FLAGS (#2443) 2023-08-28 15:58:26 +02:00
messages.go functional tests, minor refactoring and lint/cleanup (#1570) 2022-06-06 15:24:48 +02:00
metrics.go update dependency on go-cs-lib; drop the pkg/ part (#2393) 2023-07-28 16:35:08 +02:00
metrics_table.go typo fix, uppercase 'API', adjusted log level (#2361) 2023-07-21 23:23:24 +02:00
notifications.go update dependency on go-cs-lib; drop the pkg/ part (#2393) 2023-07-28 16:35:08 +02:00
notifications_table.go cscli: new tables, --color yes|no|auto option (#1763) 2022-10-07 11:05:35 +02:00
papi.go update dependency on go-cs-lib; drop the pkg/ part (#2393) 2023-07-28 16:35:08 +02:00
parsers.go cscli: refactor hub commands (#2500) 2023-10-04 10:42:47 +02:00
postoverflows.go cscli: refactor hub commands (#2500) 2023-10-04 10:42:47 +02:00
scenarios.go cscli: refactor hub commands (#2500) 2023-10-04 10:42:47 +02:00
setup.go cscli setup: accept stdin; fix proftpd detection test and service unmask (#2496) 2023-09-29 12:58:35 +02:00
simulation.go use go 1.21.1 (#2418) 2023-10-04 13:01:57 +02:00
support.go cscli: refactor hub commands (#2500) 2023-10-04 10:42:47 +02:00
tables.go cscli: new tables, --color yes|no|auto option (#1763) 2022-10-07 11:05:35 +02:00
utils.go use go 1.21.1 (#2418) 2023-10-04 13:01:57 +02:00
utils_table.go cscli: new tables, --color yes|no|auto option (#1763) 2022-10-07 11:05:35 +02:00