From ce0dbf6b249956700c6a1705bf4ad85a09d53e8c Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Sun, 15 Feb 2026 21:27:00 +0100 Subject: feat: witryna 0.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Switch, cleanup, and status CLI commands. Persistent build state via state.json. Post-deploy hooks on success and failure with WITRYNA_BUILD_STATUS. Dependency diet (axum→tiny_http, clap→argh, tracing→log). Drop built-in rate limiting. Nix flake with NixOS module. Arch Linux PKGBUILD. Centralized version management. Co-Authored-By: Claude Opus 4.6 --- tests/integration/polling.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/integration/polling.rs') diff --git a/tests/integration/polling.rs b/tests/integration/polling.rs index a4447cc..4bf8a05 100644 --- a/tests/integration/polling.rs +++ b/tests/integration/polling.rs @@ -53,7 +53,6 @@ async fn polling_triggers_build_on_new_commits() { base_dir: base_dir.clone(), log_dir: base_dir.join("logs"), log_level: "debug".to_owned(), - rate_limit_per_minute: 100, max_builds_to_keep: 5, git_timeout: None, sites: vec![site], -- cgit v1.2.3