Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
2471da1
feat: outbox continue
KevinNitroG Apr 5, 2026
76e5d5f
chore(note): all save will be in tx
KevinNitroG Apr 5, 2026
7a3311c
chore(note): sqlc plugin dyanmic
KevinNitroG Apr 5, 2026
ebc9ee8
refactor(note): we are doing integration events, and rename the file …
KevinNitroG Apr 6, 2026
0b3a359
chore(note): yes gen wire success
KevinNitroG Apr 6, 2026
9fdfd56
chore: before AI suck up
KevinNitroG Apr 6, 2026
b08851b
chore: I have, blow my mind about interfaces
KevinNitroG Apr 6, 2026
2df0fab
feat(note): take event, publish to integration we guess
KevinNitroG Apr 6, 2026
411a9f8
refactor(note): the workspace event under infra, let AI refactor the …
KevinNitroG Apr 6, 2026
a0ec625
chore: update sqlc dynamic
KevinNitroG Apr 6, 2026
4c63fef
chore: change tag?
KevinNitroG Apr 7, 2026
5a778b1
chore: merge inte & domain into 1 single controller named event, for …
KevinNitroG Apr 7, 2026
1db8b31
refactor(note): mostly wired event, but except deliver and handle to …
KevinNitroG Apr 7, 2026
323816d
chore: on going
KevinNitroG Apr 7, 2026
bf28d79
refactor: no pointer in domain and app? I guess
KevinNitroG Apr 7, 2026
0d43c96
refactor(note): split the pg
KevinNitroG Apr 7, 2026
ea4ff4e
refactor(note): readmodel, and add user id in message metadata
KevinNitroG Apr 7, 2026
24bd389
refactor(note): spliting sqlc
KevinNitroG Apr 7, 2026
07c24d1
feat(note): wire the workspace item updated event
KevinNitroG Apr 7, 2026
da9e901
chore(note): continue
KevinNitroG Apr 8, 2026
943fe0f
chore(note): protect all handlers?
KevinNitroG Apr 8, 2026
29468da
fix(note): persistence error map
KevinNitroG Apr 8, 2026
b0f8ed1
Merge remote-tracking branch 'origin/main' into kevinnitro/outbox
KevinNitroG Apr 8, 2026
46750a0
refactor(note): perf of getting workspace tree O^2 to O n log n by AI…
KevinNitroG Apr 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- '*'
- '**'
paths-ignore: &pushPathsIgnore
- .dockerignore
- .editorconfig
Expand All @@ -23,7 +23,7 @@ on:
- mise.toml
pull_request:
branches:
- '*'
- '**'
paths-ignore: *pushPathsIgnore
types:
- opened
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@

## TO-DO

- [ ] Note service
- [ ] Routing kafka message based on metadata workspace id if partitioning or listening
- [ ] Document service
- [ ] Currently only hocuspocus guard the document, other like create/update/delete revision not check, bcs I'm lazy
> If do, should create a guard outside of it
Expand Down
1 change: 0 additions & 1 deletion api/bundled/note.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

187 changes: 55 additions & 132 deletions api/bundled/openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading