Skip to content

Commit

Permalink
implements create and getProperty (#674)
Browse files Browse the repository at this point in the history
* feat: update protos

* feat: create Property

* feat: update proto

* feat: getProperty

* add validation

* fix: nil deref

* fix: viewContext

* remove viewContext

* feat: add default

* fix: remove alwaysIncludeForCurrentContext

* feat: setId to nullUUID

* protos

* apply review changes

* apply review
  • Loading branch information
PaulKalho authored Mar 11, 2024
1 parent f7e9656 commit 21c1ad1
Show file tree
Hide file tree
Showing 28 changed files with 4,015 additions and 872 deletions.
2 changes: 1 addition & 1 deletion dev/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
EVENTSTORE_LOG_LEVEL: "Warning"
EVENTSTORE_INSECURE: "true"
EVENTSTORE_RUN_PROJECTIONS: "All"
ENABLE_ATOM_PUB_OVER_HTTP: "true"
EVENTSTORE_ENABLE_ATOM_PUB_OVER_HTTP: "true"
ports:
- "2113:2113"

Expand Down
605 changes: 517 additions & 88 deletions gen/dart/lib/proto/services/property_svc/v1/property_svc.pb.dart

Large diffs are not rendered by default.

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

166 changes: 121 additions & 45 deletions gen/dart/lib/proto/services/property_svc/v1/property_svc.pbjson.dart

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

Loading

0 comments on commit 21c1ad1

Please sign in to comment.