AlteredCoder
0ccc69696b
Break on success when alert already has decision ( #997 ) ( #999 )
...
* Break on success when alert already has decision (#997 )
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
2021-10-05 11:30:34 +02:00
alteredCoder
079172568a
fix the CI coverage generation
2021-10-05 10:19:19 +02:00
alteredCoder
5c7f873e18
fix the coverage badge generation
2021-10-05 10:15:12 +02:00
alteredCoder
1e200d99d8
fix hubtest CI for coverage
2021-10-05 10:02:59 +02:00
alteredCoder
285351f4f9
fix hubtest CI for coverage
2021-10-05 09:56:18 +02:00
AlteredCoder
37eedce72e
add functionnal test for hubtest ( #996 )
...
* add hubtest in functionnal test
2021-10-05 09:52:55 +02:00
alteredCoder
de87d0d951
fix badge coverage generation
2021-10-04 18:07:36 +02:00
Thibault "bui" Koechlin
af4bb350c0
hubtests revamp + cscli explain ( #988 )
...
* New hubtest CI for scenarios/parsers from the hub
* New `cscli explain` command to visualize parsers/scenarios pipeline
Co-authored-by: alteredCoder <kevin@crowdsec.net>
Co-authored-by: Sebastien Blot <sebastien@crowdsec.net>
Co-authored-by: he2ss <hamza.essahely@gmail.com>
Co-authored-by: Cristian Nitescu <cristian@crowdsec.net>
2021-10-04 17:14:52 +02:00
blotus
e92862213e
allow coveralls job to fail, as it is down :( ( #984 )
2021-09-21 12:45:38 +02:00
Thibault "bui" Koechlin
f5e54083c7
fix static build ( #971 )
...
* fix static build
2021-09-14 15:32:35 +02:00
Thibault "bui" Koechlin
055a0f08cb
up drafter fix typo ( #955 )
2021-09-09 16:40:22 +02:00
Shivam Sandbhor
e89543f725
Add functional tests for plugins ( #941 )
...
* Add functional tests for plugins
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
(cherry picked from commit 1a11c87296454aac1ebbc95c06b813ae67c91819)
* Update plugin dir in functional tests
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
* Update plugin process config in func tests
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
* Robust config replacement
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
2021-09-08 15:22:34 +02:00
Thibault "bui" Koechlin
0ad6165ed2
fix release drafter + readme + remove dead readme for acquis ( #933 )
2021-09-03 09:07:24 +02:00
Thibault "bui" Koechlin
950759f6d6
Output plugins ( #878 )
...
* Add plugin system for notifications (#857 )
2021-08-25 11:43:29 +02:00
Sofian Brabez
6a08e4ed7f
Remove non POSIX sed usage ( #855 )
...
`sed -r` is not compatible with POSIX. Replace it by `sed -E` which is
supported by either GNU sed or BSD sed
2021-07-08 08:50:40 +02:00
blotus
73e0bbaf93
remove arm docker image for now, as buildx is half-broken on ubuntu ( #856 )
2021-07-07 16:49:16 +02:00
Thibault "bui" Koechlin
204fa88e4d
add codeQL CI ( #853 )
...
* add codeQL
2021-07-06 11:55:45 +02:00
blotus
e55e177baf
remove dispatch to packaging repo ( #852 )
2021-07-05 14:15:16 +02:00
blotus
c026fc7f16
Build docker image for both amd64 and arm64 ( #829 )
2021-06-11 11:50:05 +02:00
Thibault "bui" Koechlin
ce6a61df1c
Refactor Acquisition Interface ( #773 )
...
* Add new acquisition interface + new modules (cloudwatch, syslog)
Co-authored-by: Sebastien Blot <sebastien@crowdsec.net>
2021-06-11 09:53:53 +02:00
he2ss
2aee7be628
ignore CI when it concern documentation ( #815 )
2021-05-28 13:37:11 +02:00
he2ss
eb0bd70046
fix #787 : load simulation config at startup ( #793 )
...
* fix #787 : load simulation config at startup
2021-05-17 11:54:28 +02:00
registergoofy
e82ad5704d
fix ( #768 )
2021-04-27 11:20:20 +02:00
registergoofy
9102d37f27
Functional tests staticbuild ( #767 )
...
* try out func tests on uploaded tarball
* fix url of tarball
* fix tarball and uncompress
Co-authored-by: bui <thibault@crowdsec.net>
2021-04-27 10:23:45 +02:00
blotus
430b4bafbc
Update CI ( #760 )
...
* Force machine-id when running tests
* Use the source branch instead of master when dispatching to packaging repo
2021-04-20 11:07:13 +02:00
registergoofy
01c557e209
get rid of tmp stuff ( #738 )
2021-04-07 14:23:48 +02:00
registergoofy
10c98b6547
Static release ( #737 )
...
* dispatch on tag creation
* add static build to release
* fix static release tarball name
* This should be removed once merged and static release file built
2021-04-07 10:14:39 +02:00
Manuel Sabban
e45cb167bd
dispatch on tag creation ( #734 )
...
Co-authored-by: registergoofy <70151212+registergoofy@users.noreply.github.com>
2021-04-06 16:24:34 +02:00
Thibault "bui" Koechlin
190fa112dd
Debian package auto-testing ( #701 )
...
* add dispatch to debian CI
* test dispatch
* keep only master
* push+mr
* document the functional tests
2021-03-19 16:28:55 +01:00
Thibault "bui" Koechlin
f1b0414c89
Unified functional tests ( #696 )
...
* remove dead / not needed code & scripts
* don't rely on /dev/urandom in wizard
* unified functional tests
2021-03-18 13:59:41 +01:00
he2ss
ccec56c1a6
Automatically update docker hub readme (github action) ( #679 )
...
* add new github action : update docker hub readme
2021-03-12 10:29:57 +01:00
AlteredCoder
f2d14c8ca2
update the config.yaml file ( #674 )
2021-03-11 11:18:09 +01:00
Thibault "bui" Koechlin
986a0be812
fix wizard behaviour when detecting appropriate action ( #573 )
...
* fix wizard behaviour when detecting appropriate action
* fix filter handling with cscli
* add ipv6 tests
Co-authored-by: AlteredCoder <AlteredCoder>
2021-01-15 09:48:39 +01:00
AlteredCoder
5544000d38
lapi: fix ipv6 operations ( #567 )
2021-01-14 16:27:45 +01:00
AlteredCoder
bd7bcff2fd
Add upgrade tests ( #545 )
2020-12-17 10:50:34 +01:00
Thibault "bui" Koechlin
825f8f83b2
up doc ( #543 )
2020-12-15 17:02:24 +01:00
AlteredCoder
79080d4e36
Fix cscli hub ( #534 )
2020-12-14 11:53:30 +01:00
Thibault "bui" Koechlin
fd8c23eb09
Update issue templates
2020-12-08 22:37:46 +01:00
registergoofy
23a8707fad
first try at fixing the CI ( #521 )
2020-12-08 10:51:01 +01:00
erenJag
674630f7b1
trying to fix docker push ci ( #519 )
2020-12-07 15:44:24 +01:00
erenJag
da5ca5f0ba
fix docker push CI ep3 ( #518 )
...
Co-authored-by: erenJag <erenJag>
2020-12-07 12:53:32 +01:00
AlteredCoder
6f4c72776a
remove debug for docker CI ( #517 )
...
Co-authored-by: AlteredCoder <AlteredCoder>
2020-12-07 12:39:58 +01:00
AlteredCoder
f8054e1f32
debug CI ( #516 )
...
Co-authored-by: AlteredCoder <AlteredCoder>
2020-12-07 12:31:46 +01:00
erenJag
bd69c8042a
fix docker CI ( #515 )
...
Co-authored-by: erenJag <erenJag>
2020-12-07 12:20:13 +01:00
erenJag
89f1c92d7e
fix docker ci ( #514 )
...
Co-authored-by: erenJag <erenJag>
2020-12-07 12:05:32 +01:00
erenJag
28c1ea1e23
Add ci docker push ( #504 )
2020-12-04 10:05:33 +01:00
Thibault "bui" Koechlin
dbb420f79e
local api ( #482 )
...
Co-authored-by: AlteredCoder
Co-authored-by: erenJag
2020-11-30 10:37:17 +01:00
AlteredCoder
5f339ab312
fix hub tests CI ( #469 )
...
Co-authored-by: AlteredCoder <AlteredCoder>
2020-11-25 16:54:15 +01:00
registergoofy
dccd6ebb40
remove blank lines ( #462 )
...
*removel blank lines
* fix the ci looking for the last tag
2020-11-23 17:30:13 +01:00
registergoofy
a6f3d49e46
fix the fuck*** CI ( #451 )
2020-11-19 15:49:29 +01:00