|
47dbc1a8a4
|
chore(deps): update rust crate gix to 0.66
This required manually bumping a locked transitive dependency:
> cargo update -p winnow@0.6.7
Ref: https://github.com/Byron/gitoxide/issues/1538
|
2024-08-23 08:14:20 +01:00 |
|
|
08d2377404
|
fix: file_watcher runs on own thread
Closes kemitix/git-next#142
|
2024-08-11 13:55:38 +01:00 |
|
ForgeJo Action. See: https://git.kemitix.net/kemitix/rust
|
6c5e1c1a80
|
chore: release
Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
|
2024-08-10 17:23:24 +00:00 |
|
|
f0daac76b4
|
feat: make forge and repo alias more prominent in email
Closes kemitix/git-next#141
|
2024-08-10 18:12:00 +01:00 |
|
ForgeJo Action. See: https://git.kemitix.net/kemitix/rust
|
ad916cb845
|
chore: release
Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
|
2024-08-08 07:41:52 +00:00 |
|
|
ef24cb583c
|
feat: add short git log graph to notifications
Closes kemitix/git-next#133
|
2024-08-08 08:39:01 +01:00 |
|
|
24251f0c9c
|
refactor: cleanup pedantic clippy in cli crate
|
2024-08-06 07:10:14 +01:00 |
|
ForgeJo Action. See: https://git.kemitix.net/kemitix/rust
|
180e8ed0e0
|
chore: release
Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
|
2024-08-04 15:25:54 +00:00 |
|
|
f4a399e24b
|
chore: release
Signed-off-by: Paul Campbell <pcampbell@kemitix.net>
|
2024-08-04 10:14:50 +01:00 |
|
|
58d9a993e9
|
chore: release 0.13.1
|
2024-08-04 08:09:15 +01:00 |
|
|
9a2fa2e8a5
|
feat: add support for desktop notifications
Closes: kemitix/git-next#119
|
2024-08-03 12:59:40 +01:00 |
|
Renovate Bot
|
7b056cb879
|
chore(deps): update rust crate derive_more to 1.0.0-beta
|
2024-08-02 11:07:03 +01:00 |
|
|
474a9b5aaa
|
chore: release
Signed-off-by: Paul Campbell <pcampbell@kemitix.net>
|
2024-08-02 08:58:19 +01:00 |
|
|
12a2981ab5
|
feat: send email notifications (sendmail/smtp)
Closes kemitix/git-next#114
|
2024-08-02 07:36:11 +01:00 |
|
|
538728c491
|
feat!: restructured server config into listen & shout sections
Groups 'http' and 'webhook' sections under 'listen'.
Renames 'notification' section as 'shout'.
|
2024-08-01 07:56:31 +01:00 |
|
|
9a9c73d929
|
feat: return better errors to the user on init
|
2024-07-30 11:18:29 +01:00 |
|
|
dd0a1ca41f
|
chore: Release 0.12.1
|
2024-07-29 08:59:37 +01:00 |
|
|
e58ba94d97
|
chore: remove deprecated crates
|
2024-07-29 08:59:32 +01:00 |
|
|
e56d6a3ebb
|
fix: remove requirement for RUSTFLAGS to be set
Closes kemitix/git-next#116
|
2024-07-29 08:07:39 +01:00 |
|
|
b89431b779
|
chore: Release 0.12.0
|
2024-07-28 20:36:04 +01:00 |
|
|
a56c6df3f1
|
feat: support macOS
Closes kemitix/git-next#108
|
2024-07-28 16:26:39 +01:00 |
|
|
22faa851dc
|
chore: bump mockall from 0.12 to 0.13
|
2024-07-28 13:58:32 +01:00 |
|
|
b24675d48a
|
chore: bump gix from 0.63 to 0.64
|
2024-07-28 13:58:15 +01:00 |
|
|
57458173d0
|
refactor: merge forge crate into cli crate
|
2024-07-28 13:35:26 +01:00 |
|
|
5a595ec9ee
|
chore: remove deprecated crates
These crates have been merged into git-next-core, and tombstones
published to crates.io.
|
2024-07-27 08:00:06 +01:00 |
|
|
656ec4a534
|
chore: Release 0.11.0
|
2024-07-26 19:18:16 +01:00 |
|
|
48c968db2d
|
refactor: merge actor-macros into core
Starting to flatten the crates.
|
2024-07-25 07:37:29 +01:00 |
|
|
9e12f5eb5d
|
feat: post webhook notifications to user
Closes kemitix/git-next#91
|
2024-07-23 20:40:01 +01:00 |
|
|
06292c2711
|
refactor: Reduce cognitive complexity of WebhookNotification handler. 1/2
Closes kemitix/git-next#49
|
2024-07-16 18:14:32 +01:00 |
|
|
f8fefcdedd
|
chore: Release 0.10.0
|
2024-07-16 08:41:53 +01:00 |
|
|
69211a87a3
|
build: add more metadata for crates.io
|
2024-07-14 20:47:19 +01:00 |
|
|
41c8a319b1
|
chore: Release 0.9.4
|
2024-07-14 16:39:55 +01:00 |
|
|
adf56c1b38
|
revert: fix: explicitly specify version in each crate
This reverts commit cd93d047cb .
|
2024-07-14 16:39:17 +01:00 |
|
|
fa7f78c734
|
fix: add missing version for workspace dependencies
|
2024-07-14 16:37:12 +01:00 |
|
|
cd93d047cb
|
fix: explicitly specify version in each crate
crates.io doesn't appear to like taking the version from the workspace
crate
|
2024-07-14 14:24:41 +01:00 |
|
|
59e8fc050d
|
chore: Release 0.9.2
|
2024-07-14 13:34:27 +01:00 |
|
|
c289617ba9
|
fix: typo and missing repository entry in Cargo.toml files
|
2024-07-14 13:32:07 +01:00 |
|
|
fe23d3fe0a
|
chore: Release 0.9.1
|
2024-07-14 10:45:24 +01:00 |
|
|
e410cfc4f1
|
chore: add license and descriptions for each crate
|
2024-07-14 10:40:34 +01:00 |
|
|
19d1f77065
|
chore: simplify workspace.members specification
|
2024-07-14 10:31:23 +01:00 |
|
|
43c6e812dc
|
chore: Release 0.9.0
|
2024-07-12 19:04:39 +01:00 |
|
|
9c20e780d0
|
feat: update auth of interal repos when changed in config
Closes kemitix/git-next#100
|
2024-07-10 09:05:36 +01:00 |
|
|
b0be0f636c
|
chore: Release 0.8.1
|
2024-07-05 07:26:42 +01:00 |
|
|
8beef49b3e
|
chore: Release 0.8.0
|
2024-07-02 19:00:51 +01:00 |
|
|
113192042b
|
refactos: extract server-actor crate
|
2024-06-29 11:14:09 +01:00 |
|
|
52d442f2b0
|
refactor: extract file-watcher-actor crate
|
2024-06-29 10:57:18 +01:00 |
|
|
2008afa4dd
|
refactor: extract actor-macros crate
|
2024-06-29 10:49:12 +01:00 |
|
|
eba00a112f
|
refactor: extract webhook actor
|
2024-06-29 08:25:16 +01:00 |
|
|
ffab1986a7
|
refactor: repo-actor: rewrite tests using mockall
|
2024-06-27 18:58:47 +01:00 |
|
|
94ad2c441c
|
refactor: create a RepositoryFactory trait
|
2024-06-20 18:28:01 +01:00 |
|