Commit Graph

59 Commits

Author SHA1 Message Date
b6af2378c3
feat: update with repository
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-02 12:25:48 +02:00
0a3c5671d5
feat: add publishable to rest
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-02 12:23:25 +02:00
391defa4ee
chore: add mit license
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-02 12:20:34 +02:00
b4acb55d0c
feat: hack get in control of log level
I haven't found a good way of enabling all of mine, but disabling all of theirs.
as such right now it is a deny list, where some entries reqwest,cliff,hyper is set to
error, and our own is controlled via.

Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-02 00:13:34 +02:00
f75e839759
chore: add logging to stdout
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 23:35:09 +02:00
84cc24e81c
docs: remove 0.1 milestone
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 22:57:20 +02:00
808f88b8f6
chore: update versions
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 22:57:00 +02:00
8db6fc9d75
chore: add docs
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 22:56:21 +02:00
dbfb2064d2 chore(release): 0.1.0 (#6)
### Added
- add docker setup
- refactor frontend configuration
- with all the way through
- with create pull request and release
- with gitea
- with prepend as well
- add cliff
- remove tokio
- with doctor
- with git client
- with fixes
- with conventional parse
- with tags command
- add semver
- can get commit chain
- with start of environment engine
- with gitea client
- fmt
- add gitea client stub
- add tests for git setup
- split headings into local and global
- rename to cuddle_please
- add config parsing
- with basic get dir
- add mkdocs
- add base

### Other
- remove old changelog
- *(deps)* update all dependencies (#2)
- *(release)* 0.0.1 (#4)
- release command
- add cuddle.release to this repository
- add granular docker setup
- fix checks
- chck refactor commands
- move doctor command
- fmt
- rename release command
- move gitea command into its own file
- move config list
- move gitea out of the way
- move config building out of main execution loop
- move commands and misc out of main binary package
- fmt
- check hide commands
- move cuddle-please to cuddle-please release
- remove no-vcs option (moved to a later stage if github is someday adopted
- fix clippy warnings
- clippy fix
- fix
- cleanup

Reviewed-on: #6
Co-authored-by: kjuulh <contact@kjuulh.io>
Co-committed-by: kjuulh <contact@kjuulh.io>
2023-08-01 20:54:26 +00:00
ae4b8d7c2d
docs: remove old changelog
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 17:58:42 +02:00
b16fa8ea87 chore(deps): update all dependencies (#2)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [anyhow](https://github.com/dtolnay/anyhow) | workspace.dependencies | patch | `1.0.71` -> `1.0.72` |
| [clap](https://github.com/clap-rs/clap) | workspace.dependencies | patch | `4.3.4` -> `4.3.19` |

---

### Release Notes

<details>
<summary>dtolnay/anyhow</summary>

### [`v1.0.72`](https://github.com/dtolnay/anyhow/releases/tag/1.0.72)

[Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.71...1.0.72)

-   Documentation improvements

</details>

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

### [`v4.3.19`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4319---2023-07-21)

[Compare Source](https://github.com/clap-rs/clap/compare/v4.3.18...v4.3.19)

##### Fixes

-   *(parse)* Respect `value_terminator` even in the presence of later multiple-value positional arguments

### [`v4.3.18`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4318---2023-07-21)

[Compare Source](https://github.com/clap-rs/clap/compare/v4.3.17...v4.3.18)

##### Fixes

-   *(parse)* Suggest `--` in fewer places where it won't work

### [`v4.3.17`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4317---2023-07-19)

[Compare Source](https://github.com/clap-rs/clap/compare/v4.3.16...v4.3.17)

##### Fixes

-   *(help)* Address a regression in wrapping `PossibleValue` descriptions in `--help`

### [`v4.3.16`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4316---2023-07-18)

[Compare Source](https://github.com/clap-rs/clap/compare/v4.3.15...v4.3.16)

##### Fixes

-   Don't assert when stateful value parsers fail on defaults (e.g. checking if a path exists)

### [`v4.3.15`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4315---2023-07-18)

[Compare Source](https://github.com/clap-rs/clap/compare/v4.3.14...v4.3.15)

##### Features

-   *(unstable-styles)* Re-export `anstyle`

##### Documentation

-   *(unstable-styles)* Provide more examples

### [`v4.3.14`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4314---2023-07-17)

[Compare Source](https://github.com/clap-rs/clap/compare/v4.3.13...v4.3.14)

##### Features

-   `ArgAction::HelpShort` and `ArgAction::HelpLong` for explicitly specifying which style of help to display

##### Fixes

-   Skip `[OPTIONS]` in usage if a help or version `ArgAction` is used

### [`v4.3.13`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4313---2023-07-17)

[Compare Source](https://github.com/clap-rs/clap/compare/v4.3.12...v4.3.13)

### [`v4.3.12`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4312---2023-07-14)

[Compare Source](https://github.com/clap-rs/clap/compare/v4.3.11...v4.3.12)

##### Fixes

-   *(derive)* Don't error on enum variant field attributes

### [`v4.3.11`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4311---2023-07-05)

[Compare Source](https://github.com/clap-rs/clap/compare/v4.3.10...v4.3.11)

##### Features

-   *(derive)* Support fields wrapped in `num::Wrapping`, `Box`, or `Arc`
-   *(derive)* Support `Box<str>`, `Box<OsStr>`, and `Box<Path>`

### [`v4.3.10`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4310---2023-06-30)

[Compare Source](https://github.com/clap-rs/clap/compare/v4.3.9...v4.3.10)

##### Performance

-   Drop a dependency, reducing binary size by 1.3 KiB

### [`v4.3.9`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;439---2023-06-28)

[Compare Source](https://github.com/clap-rs/clap/compare/v4.3.8...v4.3.9)

##### Fixes

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

### [`v4.3.8`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;438---2023-06-23)

[Compare Source](https://github.com/clap-rs/clap/compare/v4.3.7...v4.3.8)

##### Fixes

-   Error on ambiguity with `infer_long_arg`, rather than arbitrarily picking one, matching the documentation and subcommand's behavior

### [`v4.3.7`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;437---2023-06-23)

[Compare Source](https://github.com/clap-rs/clap/compare/v4.3.6...v4.3.7)

##### Documentation

-   Further clarify magic behavior in derive tutorial
-   Further clarify derive API's relationship to builder within the tutorial

### [`v4.3.6`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;436---2023-06-23)

[Compare Source](https://github.com/clap-rs/clap/compare/v4.3.5...v4.3.6)

##### Documentation

-   Suggest `clio`

### [`v4.3.5`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;435---2023-06-20)

[Compare Source](https://github.com/clap-rs/clap/compare/v4.3.4...v4.3.5)

-   `ColorChoice::possible_values` is added to simplify things for builder users

##### Fixes

-   `ColorChoice::to_possible_value` no longer includes descriptions, encouraging shorter help where possible

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

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

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->

Reviewed-on: #2
2023-08-01 15:56:54 +00:00
52d551425a chore(release): 0.0.1 (#4)
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0] - 2023-08-01

### Added
- add docker setup
- refactor frontend configuration
- with all the way through
- with create pull request and release
- with gitea
- with prepend as well
- add cliff
- remove tokio
- with doctor
- with git client
- with fixes
- with conventional parse
- with tags command
- add semver
- can get commit chain
- with start of environment engine
- with gitea client
- fmt
- add gitea client stub
- add tests for git setup
- split headings into local and global
- rename to cuddle_please
- add config parsing
- with basic get dir
- add mkdocs
- add base

### Other
- release command
- add cuddle.release to this repository
- add granular docker setup
- fix checks
- chck refactor commands
- move doctor command
- fmt
- rename release command
- move gitea command into its own file
- move config list
- move gitea out of the way
- move config building out of main execution loop
- move commands and misc out of main binary package
- fmt
- check hide commands
- move cuddle-please to cuddle-please release
- remove no-vcs option (moved to a later stage if github is someday adopted
- fix clippy warnings
- clippy fix
- fix
- cleanup

Reviewed-on: #4
Co-authored-by: kjuulh <contact@kjuulh.io>
Co-committed-by: kjuulh <contact@kjuulh.io>
2023-08-01 15:53:50 +00:00
e6f84f744d
refactor: release command
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 17:47:21 +02:00
5be71b1af6
docs: add cuddle.release to this repository
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 17:19:05 +02:00
edbc3fb164
docs: add granular docker setup
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 17:18:30 +02:00
4b4f967af8
feat: add docker setup
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 17:17:55 +02:00
3bfac7bb54
docs: fix checks
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 17:17:39 +02:00
241241aaf4
docs: chck refactor commands
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 17:16:43 +02:00
526b2b7461
refactor: move doctor command
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 17:15:58 +02:00
af5d0f4af5
chore: fmt
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 17:12:50 +02:00
aeaffb775e
refactor: rename release command
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 17:12:24 +02:00
b13e3916f6
refactor: move gitea command into its own file
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 17:11:59 +02:00
ae9073bf0b
refactor: move config list
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 17:01:00 +02:00
e51454088e
refactor: move gitea out of the way
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 16:38:30 +02:00
39db4b8d1c
refactor: move config building out of main execution loop
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 15:36:24 +02:00
c7793f7422
refactor: move commands and misc out of main binary package
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 15:34:24 +02:00
8b83b9c14d
chore: fmt
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 15:02:05 +02:00
8cd68d569b
feat: refactor frontend configuration
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 02:31:44 +02:00
e235483783
docs: check hide commands
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-31 23:14:18 +02:00
ebbae295fd
refactor: move cuddle-please to cuddle-please release
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-31 23:04:49 +02:00
2650edb61e
chore: remove no-vcs option (moved to a later stage if github is someday adopted
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-31 23:00:53 +02:00
2d5abedf1a
chore: fix clippy warnings
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-31 13:38:20 +02:00
bc3e091f45
chore: clippy fix
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-31 13:34:23 +02:00
df96de1cd0
feat: with all the way through
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-31 13:27:55 +02:00
86eabad6fe
feat: with create pull request and release
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-31 11:40:16 +02:00
0e876a25a6
feat: with gitea
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-31 11:28:56 +02:00
8c3a0c699c
feat: with prepend as well
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-31 10:35:22 +02:00
86664bc497
feat: add cliff
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-31 00:35:19 +02:00
222da3b8c3
chore: fix
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-30 22:47:00 +02:00
bfad2af1d0
feat: remove tokio
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-30 22:45:47 +02:00
64c87d3192
feat: with doctor
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-30 22:33:29 +02:00
b5e8c78c89
feat: with git client
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-30 22:23:03 +02:00
0b66de6daf
feat: with fixes
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-30 21:12:16 +02:00
51e3ea3e2f
feat: with conventional parse
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-30 17:24:33 +02:00
62cafa4a9e
feat: with tags command
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-30 14:09:51 +02:00
120865f72c
feat: add semver
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-30 14:03:24 +02:00
a63c6ce3be
feat: can get commit chain
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-30 13:24:40 +02:00
1b9f8b26e6
feat: with start of environment engine
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-30 02:09:40 +02:00
5876ed847c
feat: with gitea client
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-30 01:39:28 +02:00
51115dc7fd
feat: fmt
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-29 23:54:29 +02:00