You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation
We have more and more resources and we want to be able to compare.
Besides, some of them are starting to have a complex history so we also want to be able to compare two revisions of the same resource.
This ticket means to address that by adding a new endpoint where the user can provide two resource identifiers which can contain a revision or a tag
Acceptance criteria
Only "data" resources can be compared
The user must have access to both resources
It is possible to compare two revisions of the same resource
Resources can live in different projects
The diff is done on the following fields:
The resource types
The original payload
The compacted form
The remote contexts
The schema used to validate those resources
Not in scope
The diff just indicates if the value are not equals for performance reasons, complete diffs will be implemented later
Comparing files, schemas will addressed in later tickets if needed
The text was updated successfully, but these errors were encountered:
Motivation
We have more and more resources and we want to be able to compare.
Besides, some of them are starting to have a complex history so we also want to be able to compare two revisions of the same resource.
This ticket means to address that by adding a new endpoint where the user can provide two resource identifiers which can contain a revision or a tag
Acceptance criteria
Not in scope
The text was updated successfully, but these errors were encountered: