Awiteb
df54a53b7c
deps: add io-std feature to tokio
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-09-24 15:47:03 +00:00
Awiteb
95a46a798f
feat(logs): log to stderr and a file
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-09-24 10:50:10 +00:00
Awiteb
03b3d89f48
chore(tasks): add some check to release task
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-09-22 07:04:43 +00:00
Awiteb
9122557281
chore: replace justfile with nu script
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-09-18 12:10:33 +00:00
Awiteb
dfa7467b1e
chore: do not check the MSRV
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-09-18 09:05:38 +00:00
Awiteb
8d8ad5f1e5
feat: add --personal-fork flag to repo announce command
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-09-16 20:11:59 +00:00
Awiteb
f73245f9c3
chore: improve querying
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-09-13 09:18:55 +00:00
Awiteb
c3be6248b5
chore: move patch::PatchPrStatus to types::PatchPrStatus
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-09-12 10:13:01 +00:00
Awiteb
4df73316a0
chore(config): skip serializing nip07 if Option::is_none
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-09-12 10:13:01 +00:00
Awiteb
be3cdc440d
chore: fix docs issues
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-09-12 10:13:01 +00:00
Awiteb
4bcf104c80
docs: update commands titles and descriptions
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-09-12 10:12:58 +00:00
Awiteb
4360aa192c
feat: support pull requests
...
Support for pull requests, it's not standard in NIPs yet[1] but there must be
two clients that support it to be included in NIPs, n34 is one of them.
This support:
- Create a new PR `n34 pr new`
- Update PR tip `n34 pr update`
- View a PR `n34 pr view`
- List PRs `n34 pr list`
- Add `PR` and `PR-update` kinds as roots in `NostrClient::find_root`
- Support issuing statuses for PRs
- Support GRASP PR and PR-update
- Update the docs
[1] https://github.com/nostr-protocol/nips/pull/1966
2025-09-12 06:43:23 +00:00
Awiteb
cc3aed0e89
chore: Rename PatchStatus to PatchPrStatus
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-27 22:57:17 +00:00
Awiteb
f996fd351b
chore: Move repo::view::format_list to utils::format_iter
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-25 14:51:58 +00:00
Awiteb
518e573467
chore: Move issue-view run block to common_commands::view_pr_issue
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-25 14:51:58 +00:00
Awiteb
1e9e00a4f3
chore: Rename GitIssueUtils trait to GitIssuePrMetadata
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-25 12:12:11 +00:00
Awiteb
c308dc1b42
docs: Update commands help messages
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-24 10:06:55 +00:00
Awiteb
089b62a0ef
fix(n34-patch-apply): required the applied_commits
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-21 15:01:38 +00:00
Awiteb
5e76e413ab
chore: fix the Breaking Change group
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-18 13:35:47 +00:00
Awiteb
ed1bfaf161
fix(issue)!: make subject mandatory and optional content
...
BREAKING CHANGE: When the editor contains only one line, it is now
treated as the subject instead of being used as the issue content.
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-18 13:35:18 +00:00
Awiteb
ec68e972f7
fix: check the nip07 signer in CliOptions::ensure_signer
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-18 12:24:59 +00:00
Awiteb
629de42215
chore: Add [script] to deploy recipe
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-13 17:02:22 +00:00
Awiteb
dd05e050cd
feat: New command repo state
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-13 16:33:15 +00:00
Awiteb
9aa3b62de0
chore: Bump the version to v0.4.0
...
Signed-off-by: Awiteb <a@4rs.nl >
v0.4.0
2025-08-08 15:21:35 +00:00
Awiteb
a8015d618b
chore: Use nushell as a script interpreter
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-08 15:20:20 +00:00
Awiteb
2bcdb29a88
chore: Add nushell to dev shell
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-08 14:29:22 +00:00
Awiteb
4a4c0dcd34
chore: Show the lifetime
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-08 14:29:22 +00:00
Awiteb
43ca689190
chore: installation using Nix
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-07 23:26:11 +00:00
Awiteb
14ab9b38e2
chore(cargo): Add package.documentation and package.homepage
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-07 23:22:40 +00:00
Awiteb
802da70056
chore(flake): Add packages.default output
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-07 23:22:40 +00:00
Awiteb
cff0b2f3b2
chore(flake): Update lock file
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-07 23:22:40 +00:00
Awiteb
9c55bf8af1
chore: use the existing signer to get the pubkey instead of a new one
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-07 23:22:40 +00:00
Awiteb
904d14064f
feat: Sign using NIP-07
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-07 23:22:40 +00:00
Awiteb
ad215002e2
chore: backward compatibility with ngit revision patch hashtag
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-04 09:22:45 +00:00
Awiteb
67339a8a47
chore: verify subscriptions
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-04 06:28:32 +00:00
Awiteb
1d83e445a4
deps: Upgrade to nostr@0.43.0
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-03 15:24:05 +00:00
Awiteb
8bb4cf0da4
refactor: Move root and root-revision to constants
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-03 15:24:05 +00:00
Awiteb
e17e75e53b
refactor: Move the trait extensions to traits.rs
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-03 15:24:04 +00:00
Awiteb
67e25da8c0
feat: New flag to patch apply and merge to mention patches
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-03 15:24:04 +00:00
Awiteb
bc8c6f3154
deps: Remove url from n34 dependencies
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-03 00:17:30 +00:00
Awiteb
0ba58dcbd0
tests: Move the patch tests to tests.rs
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-02 09:50:21 +00:00
Awiteb
78113c7402
docs: Fix status command docs
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-02 09:14:21 +00:00
Awiteb
bd3ba1bdbf
docs: n34 book
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-01 20:32:48 +00:00
Awiteb
2630104e99
chore: Fix a typo in the description
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-01 20:17:42 +00:00
Awiteb
03d5c8020e
feat: Keyring the secret key n34 config keyring --enable
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-07-27 00:55:53 +00:00
Awiteb
c3aef2e0ad
chore: Add installation section to README.md
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-07-18 22:24:03 +00:00
Awiteb
4e0ecdceaf
feat: Support signing using NIP-46 bunker
...
Suggested-by: DanConwayDev <DanConwayDev@protonmail.com >
Signed-off-by: Awiteb <a@4rs.nl >
2025-07-18 21:43:50 +00:00
Awiteb
f0c20c3677
deps: Add keyring, nostr-connect, nostr-keyring and url to the dependencies
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-07-18 21:17:02 +00:00
Awiteb
e6943aefab
chore(flake): Add dbus to the packages
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-07-10 12:05:14 +00:00
Awiteb
353358f0ed
chore: Move the naddr parsers to parsers.rs
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-07-07 12:35:01 +00:00