-
Notifications
You must be signed in to change notification settings - Fork 0
J5 JSON #189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
daemonl
wants to merge
12
commits into
main
Choose a base branch
from
j5json
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
daemonl
commented
Jul 30, 2025
- require list events method
- Separate Hook and Transition
- Linter Fight
- Document handoff
- Better title
- State Version Ordering
- Store State
- Idempotency
- Expose Hooks
- Split proto source directories
- return all the errors found if a get, list, and/or list events method are missing
- do not conditionally build without the list events, they must exist now
- update these deps
- Update Deps, Working
- Unify walk fields, and validate oneof branches
- Remove commented
- Unify Metadata and Actor to concrete types in psm
- EventSpec
- Tidy up interfaces and code build
- More codegen cleanup
- Continue rebuild
- Wrap state data in message
- IStateData
- Remove Do()
- New Transition Builder Interface
- More cleanup
- Fixes while rolling to deployer
- Match tests to code
- Loose Key Merge
- Add license file
- Restore query list from list events method
- WIP Data Maps
- Tests Pass
- Generate TS Vectors
- Migrations
- go update in test
- Builder docker version
- Allow partial keys in non-create events
- keys must be strings, but maybe not UUID
- Update Messaging Lib
- Update Deps
- Internalize
- smaller public interface
- Cleanup and re-expose
- Rework Table Map
- WIP: Refactor callback interfaces
- Interface Working
- All Passing
- Cross Machine Link
- Use SE generic
- Take SE callback
- Skip Table Name Check
- Update Deps
- Injection and callback for link
- Fixes through use
- WIP J5 Generate
- J5 Update
- Fix usage example of PSM link
- Use O5 Auth Action for Command
- Tenant Filter from Auth
- Map tenant filter from auth claim
- Cause from Action
- Update Proto (broke auth)
- Push back auth to caller
- Fmt
- Fix test generate and missing services
- bump
- No testproto
- Update Deps
- Update CI Config
- Match new rules
- Update Dependencies
- PSM Migration LIB
- Rename
- Non UUID Keys
- Update Dependencies
- Move psm proto to J5
- Update Dependencies
- Consistent order of entities
- Move State proto to J5
- Update Dependencies
- Update Dependencies
- Default Filter applies as OR
- Exclude the non-primary keys when selecting current state
- Better log
- Update J5
- double lint
- J5 update, add hook to populate state
- Restore
- Validate State after transitions
- Fix tests to match validation{
- Update deps
- add check for empty auth filter so we don't run an empty where and pretend it's ok
- returning an error properly exposed the desired functionality
- Empty Auth Filter (Empty Auth Filter #159)
- Update Deps
- Logging and deprecate system action
- Restore empty system actor
- Validate hooks
- Message name
- updates to the deps
- Implement Query service
- Fix casing on Unsafe impl, and add safety
- failing test case
- naïve solution for flattened fields in queries
- Start using J5 reflect
- fix: trying to ensure action sets cause (fix: trying to ensure action sets cause #162)
- add id62 filter support (add id62 filter support #163)
- fix: flattened key queries (fix: flattened key queries #164)
- Update local deps
- Lint
- Update Deps
- Fix type of optional in generated
- update to handle new j5 annotation
- Dataload
- Go 1.23 and various GHA updates
- Specify lint action
- Remove unused args in a couple functions.
- update deps
- Validate state after follow
- Validate init data
- Log TX Complete
- Metadata is required to make a state machine
- Update Deps
- Event and Upsert Publishers
- Generate generic stubs
- Fix not found error
- Initial Event
- resolve a possible nil pointer
- Postgres 16 for local tests and remove deprecated version field for docker compose file.
- interface not pointer to interface
- mod update tidy
- the version here is missleading, it isn't used
- extra space
- update linting
- update version used for testing
- update build checkout
- update version fo go used for the build
- Allow construction of lister from outside PSM - breaks test
- Sort Field Cleanup
- Use Message Cause
- Use J5s for test, include tenant key
- preventing a nil where we wouldn't have thought you could get one
- Fix gen of optionals
- And... again
- update o5 messaging
- stop using deprocated func
- add delayable side effect method
- Go modernize tool
- Lint workflow
- Lint
- Docs
- Fix hook
- protovalidate moved locations
- update deps
- compile errors from deps changes
- update j5 and others
- Refactor Transitions
- move hook type logic to generated
- More generic hooks
- nolint comments
- LinkDB
- filter date
- add test
- Split PSM and PQuery Tests
- More test refactor
- Check for Mutated Keys
- Clean up tests
- Fix DataHook Signature
- Date Key Support
- Only return primary
- Update J5
- Update J5
- Default key is text
- updating j5
- Date as primary key fix
- just cleaning up some print statements
- try to fix date key equality issue (try to fix date key equality issue #188)
- Init Event is OK
- golang.org cache bust
- WIP - J5 Reflection List
- More WIP
- Tests
- Tests Pass
- Remote Version
- Convert filter tests to direct lister
- More No-PSM Tests
- Final no PSM in Query Test
- Prepare for merge with j5
- Remove pquery, to j5
- Strip Back
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.