AlteredCoder
185f9ad541
Alert context ( #1895 )
...
Co-authored-by: bui <thibault@crowdsec.net>
2023-01-04 16:50:02 +01:00
mmetc
fd3e668fe1
add -error flag to crowdsec binary ( #1903 )
2022-12-03 08:56:11 +01:00
mmetc
2b7e3ff1e7
warn if no acquisition files are found, acquisition_test refactoring, tests ( #1816 )
2022-10-17 17:32:08 +02:00
mmetc
8fecc2c00b
enable staticcheck linter; fixes ( #1806 )
...
- explicitly ignore returned parameters
- replace Walk with faster WalkDir
- log path error during hub dir sync
- colorize static unit tests
- removed duplicate import in crowdsec/main.go
- typos
- func tests: default datasource in tests/var/log instead of /tmp
- action setup-go v3
2022-10-14 16:12:21 +02:00
mmetc
a50a3362bd
bats helper fixes ( #1792 )
2022-10-07 16:17:36 +02:00
mmetc
af30ba0e3b
tests/bin cleanup ( #1760 )
2022-10-04 15:58:10 +02:00
blotus
9b3ff82542
add WAL support for sqlite ( #1752 )
2022-09-14 15:09:54 +02:00
mmetc
6b18674960
func tests: enable capi only when needed ( #1710 )
2022-08-16 10:17:21 +02:00
mmetc
bd3722f075
Ansible testing improvements ( #1700 )
2022-08-04 11:25:34 +02:00
mmetc
c742242094
Ansible testing ( #1691 )
2022-07-29 10:34:03 +02:00
AlteredCoder
16b1ab06a9
Add -a options in cscli alerts list ( #1690 )
...
* Add -a options in cscli alerts list
2022-07-28 17:31:53 +02:00
mmetc
37ada58f3a
func tests: fix database fixture for config-global ( #1647 )
2022-07-07 17:12:16 +02:00
mmetc
607b7d4b6f
config-global: don't remove init data; receive community pull ( #1644 )
2022-07-07 16:11:27 +02:00
mmetc
e05515f79d
disable capi for tests by default ( #1633 )
2022-07-04 11:26:39 +02:00
mmetc
b91fcb8e9b
Fixed bats tests for freebsd ( #1600 )
2022-06-22 10:00:51 +02:00
mmetc
c78c833400
CI: colored test output, colored crowdsec and crowdsec-api logs, full final db dump for mysql and sqlite ( #1596 )
...
* github-ci: color unit test output and logs
* new config option: force_color_logs (useful in CI)
* bats: show sqlite/mysql dump at the end
* removed "-v" (print package names) from "go build"
* general workflow cleanup
2022-06-17 16:12:49 +02:00
mmetc
67841d54ee
updated bats to 1.7.0; shellcheck fixes and moved cfssl dir under testdata/ ( #1584 )
2022-06-13 21:54:47 +02:00
Greg Myers
0f4ab71f01
Fix typos in docs, comments, code ( #1483 )
2022-04-27 11:04:12 +02:00
mmetc
6de175ad8a
support yq prior to 4.18.1 ( #1466 )
2022-04-20 15:05:34 +02:00
Manuel Sabban
d9f111c4ca
fix a bug in tests ( #1458 )
...
* is_db_sqlite is not accessible
Co-authored-by: sabban <15465465+sabban@users.noreply.github.com>
2022-04-19 20:00:48 +02:00
Manuel Sabban
37756e8082
improve test packaging ( #1443 )
...
* improve tests for packaging
Co-authored-by: sabban <15465465+sabban@users.noreply.github.com>
Co-authored-by: mmetc <92726601+mmetc@users.noreply.github.com>
2022-04-15 15:39:17 +02:00
mmetc
17ed27052c
save fixture with community data ( #1440 )
2022-04-13 15:17:49 +02:00
mmetc
bf4bc0c9fc
single workflow for all tests, with bats coverage ( #1413 )
2022-04-05 11:00:11 +02:00
Manuel Sabban
16b9fd82f0
Update bats tests to work with systemd ( #1394 )
...
* update for making it work with systemd
* take DB_BACKEND from file name; reduce duplicated code; configure db_type=sqlite
* define PACKAGE_TESTING
Co-authored-by: sabban <15465465+sabban@users.noreply.github.com>
Co-authored-by: mmetc <92726601+mmetc@users.noreply.github.com>
2022-03-29 17:06:49 +02:00