mmetc
|
44eb4d4a94
|
Makefile: "make help" target, remove obsolete "notification-email" target (#2282)
|
2023-12-18 10:13:08 +01:00 |
|
mmetc
|
a851e14c88
|
improve deprecation message with file location (#2662)
* better "lapi context" messages
* func tests: include all items in hub_purge_all
* docker + tests: update yq
|
2023-12-14 16:11:11 +01:00 |
|
mmetc
|
4acb4f8df3
|
cwhub: context type (#2631)
* add hub type "context"
* cscli lapi: log.Fatal -> fmt.Errorf; lint
* tests for context.yaml
* load console context from hub
* original & compiled context
* deprecate "cscli lapi context delete"
$ cscli lapi context delete
Command "delete" is deprecated, please manually edit the context file.
* cscli completion: add appsec-rules, appsec-configs, explain, hubtest
|
2023-12-07 16:20:13 +01:00 |
|
mmetc
|
b562103024
|
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 |
|
mmetc
|
2aa55e9444
|
move plugins/notifications/* to cmd/notification-* (#2429)
This ensures keeping all dependencies in sync, and simplifies
packaging under freebsd/gentoo/etc because there is a single
vendor directory.
|
2023-08-24 09:46:25 +02:00 |
|
mmetc
|
486b56d1ed
|
CI: reduce test verbosity; set PKG_CONFIG_PATH for re2 in rpm distros (#2331)
* wip
* wip
* go install with commit hash
|
2023-07-05 17:45:31 +02:00 |
|
mmetc
|
17cd792826
|
CI: update ansible tests for re2 (#2318)
|
2023-06-29 16:35:19 +02:00 |
|
mmetc
|
ebe25d7653
|
func tests: install dependencies from make, log test helpers (#2314)
|
2023-06-28 10:07:05 +02:00 |
|
mmetc
|
9ccdddaab1
|
CI: refactor makefile for plugins and vendor target (#2256)
|
2023-06-05 23:15:18 +02:00 |
|
mmetc
|
7673a20467
|
CI: make clean -> remove coverage data (#2259)
|
2023-06-05 13:03:18 +02:00 |
|
mmetc
|
ea6401ce09
|
CI: Static builds by default; replace bincover with go -cover from 1.20 (#2150)
* Makefile: build static binaries only
* Replace bincover with go -cover from 1.20
* CI: Fix timing issue between lapi and agent containers
|
2023-03-30 15:05:09 +02:00 |
|
mmetc
|
a19748ae35
|
Rename directory "tests" to "test" (#2094)
If you use a ./test/local directory, you need to create it again:
$ make clean bats-build bats-fixture
|
2023-03-03 15:54:49 +01:00 |
|