Commit Graph

790 Commits

Author SHA1 Message Date
Jeremiah Russell
5e4e4ef62d chore: add initial README.md to crate directory
Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-03-13 11:37:05 +00:00
Jeremiah Russell
a0ca55df71 fix: write README to crate dir for cargo package
Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-03-13 11:19:30 +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
Jeremiah Russell
06782b22c8 👷 ci(circleci): update release workflow configuration
- 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:11:36 +00:00
Jeremiah Russell
f6fa90e635 👷 ci(circleci): add release configuration for automated deployment (#154)
- create release.yml for CircleCI to automate Rust project releases
- include commands for version checks, binary packaging, and GitHub
release

🔧 chore(dependencies): update toml dependencies in Cargo.lock

- adjust versions and dependencies for toml packages
- ensure compatibility with spec-1.1.0 across updated dependencies

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-02-12 18:43:21 +00:00
Jerus Bot
82fbdef773 chore: update prlog for pr
Signed-off-by: Jerus Bot <171541392+jerus-bot@users.noreply.github.com>
2026-02-12 17:56:27 +00:00
Jeremiah Russell
d5f4896faf 👷 ci(circleci): add release configuration for automated deployment
- create release.yml for CircleCI to automate Rust project releases
- include commands for version checks, binary packaging, and GitHub release

🔧 chore(dependencies): update toml dependencies in Cargo.lock

- adjust versions and dependencies for toml packages
- ensure compatibility with spec-1.1.0 across updated dependencies

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-02-12 17:52:31 +00:00
Jeremiah Russell
c1e027c547 fix(deps): update rust crate toml to v1 (#153)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [toml](https://redirect.github.com/toml-rs/toml) | dependencies |
major | `0.9.12` → `1.0.0` |

---

### Release Notes

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

###
[`v1.0.0`](https://redirect.github.com/toml-rs/toml/compare/toml-v0.9.12...toml-v1.0.0)

[Compare
Source](https://redirect.github.com/toml-rs/toml/compare/toml-v0.9.12...toml-v1.0.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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
2026-02-12 13:40:25 +00:00
Jerus Bot
94b4d7b1d6 chore: update prlog for pr
Signed-off-by: Jerus Bot <171541392+jerus-bot@users.noreply.github.com>
2026-02-12 13:16:47 +00:00
renovate[bot]
c9e445150a fix(deps): update rust crate toml to v1 2026-02-12 12:37:54 +00:00
Jeremiah Russell
f4b478e90d fix(deps): update rust crate tempfile to 3.25.0 (#152)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [tempfile](https://stebalien.com/projects/tempfile-rs/)
([source](https://redirect.github.com/Stebalien/tempfile)) |
dev-dependencies | minor | `3.24.0` → `3.25.0` |

---

### Release Notes

<details>
<summary>Stebalien/tempfile (tempfile)</summary>

###
[`v3.25.0`](https://redirect.github.com/Stebalien/tempfile/blob/HEAD/CHANGELOG.md#3250)

- Allow `getrandom` 0.4.x while retaining support for `getrandom` 0.3.x.

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Ny4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2026-02-11 22:05:09 +00:00