Commit Graph

125 Commits

Author SHA1 Message Date
ports b441e91f84 Add global concurrency parameter. fix #56
Fix bug which caused pending actions to be run multiple times when pending time finished
Fix bug which caused
1. past pending actions to rerun on exit
2. maximum one pending action per pattern/action couple to run on exit
2024-01-05 12:00:00 +01:00
ports 9ce589b07d Now signing release assets. fix #54 2024-01-04 12:00:00 +01:00
ports 592b60172a Add rm -f deb folder that can stay around when make fails 2024-01-04 12:00:00 +01:00
ports ec60a3d506 reaction show: remove empty patterns
fix #64
2024-01-04 12:00:00 +01:00
ports 8874454a0f Revert "quick fix IP regexes. see #62"
This reverts commit c2723d3829.
fix #62
2024-01-04 12:00:00 +01:00
ports c2723d3829 quick fix IP regexes. see #62 2024-01-04 12:00:00 +01:00
ports 9b766aa2b8 Do not panic when a regex doesn't compile
Show proper error message instead
fix #58
2024-01-04 12:00:00 +01:00
ports f662a485b9 reaction flush clarification 2024-01-03 12:00:00 +01:00
ports f6f26f283e add a version subcommand
fix #63
2023-12-31 12:00:00 +01:00
ports b834e02755 Fix jsonnet examples 2023-12-21 12:00:00 +01:00
ports 380599c80a 📦 — Fix "Add a make target for Debian packaging" 2023-12-20 12:00:00 +01:00
ppom 50e214c403 Merge branch 'make-deb' into 'main'
📦 — Add a make target for Debian packaging

See merge request ppom/reaction!2
2023-12-20 17:18:39 +00:00
Luc Didry 9d847657d1 📦 — Add a make target for Debian packaging 2023-12-20 15:56:39 +01:00
ports 7afe7e9b6f update IP regex
see https://framagit.org/ppom/reaction-wiki/-/issues/13
2023-12-20 12:00:00 +01:00
ports 55d098c69c update releases link 2023-12-05 12:00:00 +01:00
ports 3921292a9b Add link to the wiki in --help 2023-12-04 12:00:00 +01:00
ports 0746be69ae update: english article, wiki link 2023-11-30 12:00:00 +01:00
ports a132c3052a fix example
fix #49
2023-11-29 12:00:00 +01:00
ports 4927460af7 Merge branch 'main' of framagit.org:ppom/reaction 2023-11-27 12:00:00 +01:00
ppom 2e15087858 Merge branch 'zatalyz-main-patch-05879' into 'main'
Update server.jsonnet : typo with an extra space, creating a launch error

See merge request ppom/reaction!1
2023-11-27 13:31:00 +00:00
ports 7503e57063 fix example 2023-11-27 12:00:00 +01:00
Zatalyz 69119d1193 Update server.jsonnet : typo with an extra space, creating a launch error 2023-11-26 10:02:41 +00:00
ports f1b7d4b4c7 Add go version in README 2023-11-24 12:00:00 +01:00
ports 418af00152 comment suggestion for people that don't read the full file 2023-11-24 12:00:00 +01:00
ports 1bb24b443c Exit 0 when all is fine
Fix #45
2023-11-23 12:00:00 +01:00
ports 831f3d0247 Fix min go version 2023-11-21 12:00:00 +01:00
ports 05d50c74c4 fix not installable systemd file 2023-11-11 12:00:00 +01:00
ports 1f48964086 build as a static binary for perfect compatibility 2023-11-05 12:00:00 +01:00
ports 52dc67ed34 more ssh regexes 2023-11-05 12:00:00 +01:00
ports 50ce32d256 build with bullseye (debian 11) for better compatibility 2023-11-05 12:00:00 +01:00
ports 6ee78f45f2 fix confs iptables 2023-11-05 12:00:00 +01:00
ports 611fa80385 add blog link 2023-10-30 12:00:00 +01:00
ports 2c73a8af03 update confs 2023-10-28 12:00:00 +02:00
ports 5db4c67ddb add section title 2023-10-28 12:00:00 +02:00
ports 5866859c90 add /usr/local/bin 2023-10-28 12:00:00 +02:00
ports 1012577b9c Add link to binaries 2023-10-28 12:00:00 +02:00
ports 8c50f8412a new doc, new examples, support -help 2023-10-22 12:00:00 +02:00
ports b7eeb51e82 several fixes
- wait for start/stop commands to finish running
- better logs
2023-10-22 12:00:00 +02:00
ports ac2621911f reaction show: implement --pattern: pattern filtering with regex
fix #30
2023-10-22 12:00:00 +02:00
ports 4053a83629 reaction show: implement --limit: stream/filter filtering
fix #28
2023-10-21 12:00:00 +02:00
ports d5d73f3e6f Reduce database size
...and it's still not a breaking change!
fix #42

Benchmark: using config/heavy-load.yml
From 8.1MB to 4.8MB → 40% of size reduction!

75% of size reduction if we cumulate both optimizations, waow!
2023-10-21 12:00:00 +02:00
ports b56ccffd3b Fix persistence bug 2023-10-20 12:00:00 +02:00
ports ed3cd4384c Reduce database size
...and it's not a breaking change!
fix #36

Benchmark: using config/heavy-load.yml
From 14MB to 8MB → 40% of size reduction!
2023-10-20 12:00:00 +02:00
ports 345dd94b17 Implement start/stop commands
fix #41
update README and configuration files accordingly
2023-10-18 12:00:00 +02:00
ports d35167b878 Remove stderr reading (caused bug) 2023-10-18 12:00:00 +02:00
ports 3822e854b6 Implement --loglevel option ; Use logger instead of log everywhere 2023-10-18 12:00:00 +02:00
ports 22ac3764e4 remove last "retry-period" occurences 2023-10-18 12:00:00 +02:00
ports a70f1ac424 logger package! yay
fix #38
2023-10-12 12:00:00 +02:00
ports 9d44c05a17 Configs refactor. New WIP config for activity watch like reaction server 2023-10-12 12:00:00 +02:00
ports 92e07f5fe6 ip46tables
wrote `ip46tables` C minimal program to handle both ipv4 and ipv6 at the same time.
fix #22
2023-10-05 12:00:00 +02:00