Commit Graph

10 Commits

Author SHA1 Message Date
Marco Cadetg 8403a0f5a2 fix: pre-release script macOS compat and add no-retag docs
- Fix realpath --relative-to not available on macOS
- Fix grep pipeline exit code with set -euo pipefail
- Add warning to RELEASE.md about never moving tags post-release
2026-03-18 19:41:27 +01:00
Marco Cadetg 2a38f2dffd ci: improve release process reliability
- Add Docker build test to CI (rust.yml) to catch Dockerfile issues early
- Add publish-release job to release.yml that un-drafts the release
  before triggering Homebrew/Chocolatey, preventing 404 errors
- Add pre-release validation script (scripts/pre-release-check.sh)
  that checks version consistency, changelog, code quality, and Dockerfile
- Update RELEASE.md with new pre-release check step
2026-03-17 21:38:13 +01:00
Marco Cadetg df178e1d68 Feat/geoip city (#168)
* feat: add GeoLite2-City.mmdb support with city name and postal code

* fix: include postal code in PCAPNG annotations
2026-02-21 19:08:44 +01:00
Marco Cadetg f49ff49760 feat: add GeoIP location support (#151)
* feat: adding geoip
2026-02-08 12:45:27 +01:00
Marco Cadetg 22ef88700f Fix icmp dead code warning (#138)
* Display ICMP echo ID in connection state

* Add PKTAP note to pcap_enrich script
2026-01-18 09:53:16 +01:00
Marco Cadetg f3f192763a feat: add PCAP export with process attribution sidecar (#137)
- Add --pcap-export flag to stream packets to PCAP file
- Write connection metadata (PID, process, timestamps) to JSONL sidecar
- Include Python script for enriching PCAP with process info
- Update documentation with usage examples and workflow
2026-01-17 19:51:07 +01:00
Marco Cadetg 3c4d5e4bc1 Add Ubuntu PPA packaging support (#47)
Adds Ubuntu PPA packaging with automated GitHub Actions workflow.

- Debian packaging files in debian/ directory
- GitHub Actions workflow for automated PPA uploads
- Targets Ubuntu Questing (25.10) with Rust 1.88
2025-10-14 09:24:53 +02:00
Marco Cadetg 758360023b improve clear old logs 2025-06-12 16:50:15 +02:00
Marco Cadetg 7d6b6a9f1d update gitignore 2025-05-10 11:19:04 +02:00
Marco Cadetg (aider) b1fd2d4c01 chore: Add bash script to clear old logs 2025-05-09 16:53:59 +02:00