Skip to content

Commit

Permalink
Merge branch 'development' into graphql-replication-client
Browse files Browse the repository at this point in the history
* development:
  Implement `reduce` and `dependency` task logic (#144)
  Send published entries to materializer (#161)
  Updates for use of `VerifiedOperation` (#158)
  A backlink is not a skiplink (#163)
  Update README.md
  • Loading branch information
adzialocha committed Jun 20, 2022
2 parents 9dd1d49 + 72df98b commit 64ecfb5
Show file tree
Hide file tree
Showing 38 changed files with 1,146 additions and 702 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- GraphQL endpoint for publishing entries [#123](https://github.com/p2panda/aquadoggo/pull/132)
- Implement SQL `DocumentStore` [#118](https://github.com/p2panda/aquadoggo/pull/118)
- Implement SQL `SchemaStore` [#130](https://github.com/p2panda/aquadoggo/pull/130)
- Reduce and dependency tasks [#144](https://github.com/p2panda/aquadoggo/pull/144)
- GraphQL endpoints for replication [#100](https://github.com/p2panda/aquadoggo/pull/100)
- Inform materialization service about new operations [#161](https://github.com/p2panda/aquadoggo/pull/161)

### Changed

Expand All @@ -34,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Move `SqlStorage` into shared `Context` [#135](https://github.com/p2panda/aquadoggo/pull/135)
- Refactor tests to use fixtures exported from `p2panda-rs` [#147](https://github.com/p2panda/aquadoggo/pull/147)
- Use `DocumentViewId` for previous operations [#147](https://github.com/p2panda/aquadoggo/pull/147)
- Use `VerifiedOperation` [#158](https://github.com/p2panda/aquadoggo/pull/158)

### Fixed

Expand Down
Loading

0 comments on commit 64ecfb5

Please sign in to comment.