Commit Graph

798 Commits

Author SHA1 Message Date
renovate[bot]
99af85dbdf fix(deps): update rust crate indicatif to 0.18.4 2026-03-13 09:45:49 +00:00
Jerus Bot
522b09f7df chore: update prlog for pr
Signed-off-by: Jerus Bot <171541392+jerus-bot@users.noreply.github.com>
2026-03-13 09:44:49 +00:00
Jeremiah Russell
a812f70545 fix(deps): update rust crate futures to 0.3.32 (#167)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [futures](https://rust-lang.github.io/futures-rs)
([source](https://redirect.github.com/rust-lang/futures-rs)) |
workspace.dependencies | patch | `0.3.31` → `0.3.32` |

---

### Release Notes

<details>
<summary>rust-lang/futures-rs (futures)</summary>

###
[`v0.3.32`](https://redirect.github.com/rust-lang/futures-rs/blob/HEAD/CHANGELOG.md#0332---2026-02-15)

[Compare
Source](https://redirect.github.com/rust-lang/futures-rs/compare/0.3.31...0.3.32)

- Bump MSRV of utility crates to 1.71.
([#&#8203;2989](https://redirect.github.com/rust-lang/futures-rs/issues/2989))
- Soft-deprecate `ready!` macro in favor of `std::task::ready!` added in
Rust 1.64
([#&#8203;2925](https://redirect.github.com/rust-lang/futures-rs/issues/2925))
- Soft-deprecate `pin_mut!` macro in favor of `std::pin::pin!` added in
Rust 1.68
([#&#8203;2929](https://redirect.github.com/rust-lang/futures-rs/issues/2929))
- Add `FuturesOrdered::clear`
([#&#8203;2927](https://redirect.github.com/rust-lang/futures-rs/issues/2927))
- Add `mpsc::*Receiver::recv`
([#&#8203;2947](https://redirect.github.com/rust-lang/futures-rs/issues/2947))
- Add `mpsc::*Receiver::try_recv` and deprecate
`mpsc::*Receiver::::try_next`
([#&#8203;2944](https://redirect.github.com/rust-lang/futures-rs/issues/2944))
- Implement `FusedStream` for `sink::With`
([#&#8203;2948](https://redirect.github.com/rust-lang/futures-rs/issues/2948))
- Add `no_std` support for `shared`
([#&#8203;2868](https://redirect.github.com/rust-lang/futures-rs/issues/2868))
- Make `Mutex::new()` const
([#&#8203;2956](https://redirect.github.com/rust-lang/futures-rs/issues/2956))
- Add `#[clippy::has_significant_drop]` to guards
([#&#8203;2967](https://redirect.github.com/rust-lang/futures-rs/issues/2967))
- Remove dependency to `pin-utils`
([#&#8203;2929](https://redirect.github.com/rust-lang/futures-rs/issues/2929))
- Remove dependency on `num_cpus`
([#&#8203;2946](https://redirect.github.com/rust-lang/futures-rs/issues/2946))
- Performance improvements
([#&#8203;2983](https://redirect.github.com/rust-lang/futures-rs/issues/2983))
- Documentation improvements
([#&#8203;2925](https://redirect.github.com/rust-lang/futures-rs/issues/2925),
[#&#8203;2926](https://redirect.github.com/rust-lang/futures-rs/issues/2926),
[#&#8203;2940](https://redirect.github.com/rust-lang/futures-rs/issues/2940),
[#&#8203;2971](https://redirect.github.com/rust-lang/futures-rs/issues/2971))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 05:59 AM, on day
24 of the month ( * 0-5 24 * * ) (UTC), Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/jerus-org/cull-gmail).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNi41IiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2026-03-13 09:44:40 +00:00
renovate[bot]
08764914ab fix(deps): update rust crate futures to 0.3.32 2026-03-13 09:42:56 +00:00
Jerus Bot
314a7e945a chore: update prlog for pr
Signed-off-by: Jerus Bot <171541392+jerus-bot@users.noreply.github.com>
2026-03-13 09:40:31 +00:00
Jeremiah Russell
69cc5781bb fix(deps): update rust crate clap to 4.6.0 (#166)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [clap](https://redirect.github.com/clap-rs/clap) |
workspace.dependencies | minor | `4.5.58` → `4.6.0` |

---

### Release Notes

<details>
<summary>clap-rs/clap (clap)</summary>

###
[`v4.6.0`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#460---2026-03-12)

[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.61...v4.6.0)

##### Compatibility

- Update MSRV to 1.85

###
[`v4.5.61`](https://redirect.github.com/clap-rs/clap/compare/clap_complete-v4.5.60...clap_complete-v4.5.61)

[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.60...v4.5.61)

###
[`v4.5.60`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4560---2026-02-19)

[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.59...v4.5.60)

##### Fixes

- *(help)* Quote empty default values, possible values

###
[`v4.5.59`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4559---2026-02-16)

[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.58...v4.5.59)

##### Fixes

- `Command::ignore_errors` no longer masks help/version on subcommands

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 05:59 AM, on day
24 of the month ( * 0-5 24 * * ) (UTC), Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/jerus-org/cull-gmail).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNi41IiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2026-03-13 09:40:15 +00:00
renovate[bot]
25471f43ba fix(deps): update rust crate clap to 4.6.0 2026-03-13 09:38:03 +00:00
Jerus Bot
2779bba2ac chore: update prlog for pr
Signed-off-by: Jerus Bot <171541392+jerus-bot@users.noreply.github.com>
2026-03-13 09:36:56 +00:00
Jeremiah Russell
b4cee54471 fix(deps): update rust crate chrono to 0.4.44 (#165)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [chrono](https://redirect.github.com/chronotope/chrono) |
workspace.dependencies | patch | `0.4.43` → `0.4.44` |

---

### Release Notes

<details>
<summary>chronotope/chrono (chrono)</summary>

###
[`v0.4.44`](https://redirect.github.com/chronotope/chrono/releases/tag/v0.4.44):
0.4.44

[Compare
Source](https://redirect.github.com/chronotope/chrono/compare/v0.4.43...v0.4.44)

#### What's Changed

- docs: match MSRV with `Cargo.toml` contents by
[@&#8203;coryan](https://redirect.github.com/coryan) in
[#&#8203;1772](https://redirect.github.com/chronotope/chrono/pull/1772)
- Add track\_caller to non-deprecated functions by
[@&#8203;svix-jplatte](https://redirect.github.com/svix-jplatte) in
[#&#8203;1774](https://redirect.github.com/chronotope/chrono/pull/1774)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 05:59 AM, on day
24 of the month ( * 0-5 24 * * ) (UTC), Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/jerus-org/cull-gmail).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNi41IiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2026-03-13 09:35:31 +00:00
renovate[bot]
d4287ef12d fix(deps): update rust crate chrono to 0.4.44 2026-03-13 09:33:04 +00:00
Jerus Bot
3ae90ac1a8 chore: update prlog for pr
Signed-off-by: Jerus Bot <171541392+jerus-bot@users.noreply.github.com>
2026-03-13 09:31:35 +00:00
Jeremiah Russell
17e69477d9 fix(deps): update rust crate config to 0.15.21 (#171)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [config](https://redirect.github.com/rust-cli/config-rs) |
workspace.dependencies | patch | `0.15.19` → `0.15.21` |

---

### Release Notes

<details>
<summary>rust-cli/config-rs (config)</summary>

###
[`v0.15.21`](https://redirect.github.com/rust-cli/config-rs/blob/HEAD/CHANGELOG.md#01521---2026-03-12)

[Compare
Source](https://redirect.github.com/rust-cli/config-rs/compare/v0.15.20...v0.15.21)

##### Compatibility

- Bump MSRV to 1.85

###
[`v0.15.20`](https://redirect.github.com/rust-cli/config-rs/blob/HEAD/CHANGELOG.md#01520---2026-03-12)

[Compare
Source](https://redirect.github.com/rust-cli/config-rs/compare/v0.15.19...v0.15.20)

##### Fixes

- Serialize the full `u64` range

##### Internal

- *(toml)* Update to 1.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 05:59 AM, on day
24 of the month ( * 0-5 24 * * ) (UTC), Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/jerus-org/cull-gmail).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2026-03-13 09:31:26 +00:00
renovate[bot]
deb9eeb2e0 fix(deps): update rust crate config to 0.15.21 2026-03-13 09:24:07 +00:00
Jerus Bot
f8a7e1fc93 chore: update prlog for pr
Signed-off-by: Jerus Bot <171541392+jerus-bot@users.noreply.github.com>
2026-03-13 09:22:04 +00:00
Jeremiah Russell
58011866d8 chore: migrate to workspace structure and 3-file CI pipeline (#170)
## Summary

- Migrates flat crate structure to mandatory workspace layout
(`crates/cull-gmail/`)
- Replaces old 4-workflow flag-based CI with the 3-file pipeline model
at toolkit 4.9.6
- Fixes pre-existing broken doctest in `rules.rs`

## Changes

### Workspace migration
- `Cargo.toml` → workspace manifest with `[workspace.package]` and
`[workspace.dependencies]`
- `crates/cull-gmail/Cargo.toml` — crate manifest inheriting from
workspace
- `src/`, `tests/`, `CHANGELOG.md` moved to `crates/cull-gmail/`
- `docs/lib/` moved to `crates/cull-gmail/docs/lib/` (required for
`include_str!` to work with `cargo package`)
- `crates/cull-gmail/release.toml` — crate-specific config, tag format
`cull-gmail-v{{version}}`, **PRLOG replacements removed**
- `crates/cull-gmail/release-hook.sh` — updated paths for workspace
layout
- `release.toml` (workspace) — shared signing/branch settings only

### PRLOG
- Added `## [Unreleased]` section at top
- Updated reference links to use `cull-gmail-v*` tag format

### CI files
- `config.yml` — validation-only at toolkit 4.9.6 (no
`trigger_pipeline`)
- `update_prlog.yml` (new) — pr-merged event trigger
- `release.yml` — standard toolkit jobs: `calculate_versions` →
`release_crate` (with `build_binary: true`) → `release_prlog`

### Anchor tag
- `cull-gmail-v0.1.4` created at `v0.1.4` commit — gives nextsv a
baseline for crate-prefixed version calculation

### Bug fix
- Fixed doctest in `rules::Rules::get_rules_by_label_for_action`: added
missing `EolAction` import and corrected method name

## Post-merge setup required (CircleCI project settings)
- `update_prlog.yml` must be set as the trigger for the "pull_request
merged" event
- `release.yml` must be set as a manual trigger pipeline

🤖 Generated with [Claude Code](https://claude.com/claude-code)
2026-03-13 09:21:54 +00:00
Jeremiah Russell
4c1eeed863 fix(tests): use CARGO_BIN_EXE to locate binary in integration tests
Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-03-13 09:04:49 +00:00
Jeremiah Russell
27e915ca9e fix(ci): add package parameter to code_coverage job
Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-03-13 08:49:49 +00:00
Jeremiah Russell
a36c87301c fix(ci): ignore RUSTSEC-2025-0066 and add deny.toml
Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-03-13 08:40:24 +00:00
Jeremiah Russell
38a0193010 chore: migrate to workspace structure and 3-file CI pipeline at toolkit 4.9.6
Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-03-13 08:25:47 +00:00
Jerus Bot
363550326e chore: Release cull-gmail v0.1.4 2026-02-14 09:53:58 +00:00
Jeremiah Russell
9f5cff8207 👷 ci(circleci): update release workflow configuration (#163)
- add remove_ssh_key parameter to workflows configuration
- enhance security settings for release process

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-02-14 09:45:18 +00:00
Jerus Bot
3df38b3989 chore: update prlog for pr
Signed-off-by: Jerus Bot <171541392+jerus-bot@users.noreply.github.com>
2026-02-14 09:39:08 +00:00
Jeremiah Russell
5505bec44c 👷 ci(circleci): update release workflow configuration
- add remove_ssh_key parameter to workflows configuration
- enhance security settings for release process

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-02-14 09:34:51 +00:00
Jerus Bot
4e3934f6ed chore: Release cull-gmail v0.1.3 2026-02-14 09:07:02 +00:00
Jeremiah Russell
ae3f84d444 👷 ci(circleci): use toolkit to update prlog (#162)
- change min_rust_version parameter to "1.88"
- comment out release-prlog job to disable it temporarily
- update workflow to use toolkit/make_release job with new parameters

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-02-14 08:56:01 +00:00
Jerus Bot
b2557ec8f8 chore: update prlog for pr
Signed-off-by: Jerus Bot <171541392+jerus-bot@users.noreply.github.com>
2026-02-14 08:54:21 +00:00
Jeremiah Russell
b1d3514946 👷 ci(circleci): use toolkit to update prlog
- change min_rust_version parameter to "1.88"
- comment out release-prlog job to disable it temporarily
- update workflow to use toolkit/make_release job with new parameters

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-02-14 08:51:12 +00:00
Jeremiah Russell
4e088143b6 👷 ci(circleci): fix release tag format in CircleCI config (#161)
- modify release tag from 'cull-gmail-v${VERSION}' to 'v${VERSION}' for
consistency with other tags

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-02-14 08:32:34 +00:00
Jerus Bot
3b8aa7b09f chore: update prlog for pr
Signed-off-by: Jerus Bot <171541392+jerus-bot@users.noreply.github.com>
2026-02-14 08:31:41 +00:00
Jeremiah Russell
d0468c5c68 👷 ci(circleci): fix release tag format in CircleCI config
- modify release tag from 'cull-gmail-v${VERSION}' to 'v${VERSION}' for consistency with other tags

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-02-14 08:20:25 +00:00
Jerus Bot
81821bef33 chore: Release cull-gmail v0.1.2 2026-02-14 07:51:39 +00:00
Jeremiah Russell
26a06c5e0c 🔧 chore(ci): add version argument to pcu command (#160)
- append VERSION environment variable to pcu command for consistent
versioning in release process

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-02-14 07:44:33 +00:00
Jerus Bot
31dc9b0e34 chore: update prlog for pr
Signed-off-by: Jerus Bot <171541392+jerus-bot@users.noreply.github.com>
2026-02-13 22:19:02 +00:00
Jeremiah Russell
be3407c9e9 🔧 chore(ci): add version argument to pcu command
- append VERSION environment variable to pcu command for consistent versioning in release process

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-02-13 22:10:32 +00:00
Jerus Bot
188005fb3d chore: Release cull-gmail v0.1.1 2026-02-13 17:58:04 +00:00
Jeremiah Russell
705a509a91 👷 ci(circleci): fix order of version command arguments (#159)
- change the order of version command arguments in release.yml to ensure
correct execution

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-02-13 17:54:15 +00:00
Jerus Bot
4404994895 chore: update prlog for pr
Signed-off-by: Jerus Bot <171541392+jerus-bot@users.noreply.github.com>
2026-02-13 17:53:46 +00:00
Jeremiah Russell
4d14eaa2e0 👷 ci(circleci): fix order of version command arguments
- change the order of version command arguments in release.yml to ensure correct execution

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-02-13 17:48:17 +00:00
Jerus Bot
3b80d4be9a chore: Release cull-gmail v0.1.0 2026-02-13 17:28:33 +00:00
Jeremiah Russell
bf9753292b 👷 ci(circleci): enhance tag generation logic (#158)
- add condition to handle empty package parameters for tagging
- ensure consistent tag format whether package parameter is present or
not

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-02-13 17:22:53 +00:00
Jerus Bot
6615a84c25 chore: update prlog for pr
Signed-off-by: Jerus Bot <171541392+jerus-bot@users.noreply.github.com>
2026-02-13 17:20:33 +00:00
Jeremiah Russell
24b92fefc5 👷 ci(circleci): enhance tag generation logic
- add condition to handle empty package parameters for tagging
- ensure consistent tag format whether package parameter is present or not

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-02-13 17:15:14 +00:00
Jeremiah Russell
e961af7815 👷 ci(circleci): add kdeets installation step to release workflow (#157)
- install kdeets as part of release pipeline for enhanced functionality
- ensure kdeets is available before checking crates.io

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-02-13 15:05:26 +00:00
Jerus Bot
7b02dcbb07 chore: update prlog for pr
Signed-off-by: Jerus Bot <171541392+jerus-bot@users.noreply.github.com>
2026-02-13 15:04:53 +00:00
Jeremiah Russell
7cbc797133 👷 ci(circleci): add kdeets installation step to release workflow
- install kdeets as part of release pipeline for enhanced functionality
- ensure kdeets is available before checking crates.io

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-02-13 15:00:40 +00:00
Jeremiah Russell
7e94719629 👷 ci(circleci): simplify nextsv version calculation (#156)
- remove package-specific flag to streamline version calculation process
- ensure consistent behavior across different release scenarios

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-02-13 09:28:20 +00:00
Jerus Bot
4772c42144 chore: update prlog for pr
Signed-off-by: Jerus Bot <171541392+jerus-bot@users.noreply.github.com>
2026-02-13 09:23:12 +00:00
Jeremiah Russell
c62fed71b1 👷 ci(circleci): simplify nextsv version calculation
- remove package-specific flag to streamline version calculation process
- ensure consistent behavior across different release scenarios

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-02-13 09:21:06 +00:00
Jeremiah Russell
3a10ac72a5 👷 ci(circleci): update release workflow configuration (#155)
- add default value for package parameter
- remove package specification from release-crate job

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-02-13 09:15:40 +00:00
Jerus Bot
09e874d05b chore: update prlog for pr
Signed-off-by: Jerus Bot <171541392+jerus-bot@users.noreply.github.com>
2026-02-13 09:13:51 +00:00