-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Change: Different type of references | ||
Change: absolute and relative references | ||
|
||
We unified the `Reference_Id` end `Reference_Path` types to a combined `Reference` that contains both: | ||
- id based properties that can identify a node using a `storage_id` and `node_id` | ||
- a `resource_id` property that can identify a node using a `storage_id` and an `opaque_id` | ||
- a `path` property that can be used to represent absolute paths as well as paths relative to the id based properties. | ||
While this is a breaking change it allows more flexible passing of references. | ||
While this is a breaking change it allows passing both: absolute as well as relative references. | ||
|
||
https://github.com/cs3org/reva/pull/1721 |