-
Notifications
You must be signed in to change notification settings - Fork 34
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
observable:creationTime is ambiguous, possibly redundant, with observable:observableCreatedTime #508
Closed
13 tasks done
Closed
13 tasks done
Labels
Milestone
Comments
I support this CP. |
ajnelson-nist
added a commit
that referenced
this issue
Jan 6, 2023
A follow-on patch will regenerate Make-managed files. References: * #508 Signed-off-by: Alex Nelson <[email protected]>
11 tasks
11 tasks
ajnelson-nist
added a commit
that referenced
this issue
Jan 6, 2023
References: * #508 Signed-off-by: Alex Nelson <[email protected]>
ajnelson-nist
added a commit
that referenced
this issue
Jan 6, 2023
A follow-on patch will regenerate Make-managed files. References: * #508 Signed-off-by: Alex Nelson <[email protected]>
11 tasks
11 tasks
ajnelson-nist
added a commit
that referenced
this issue
Jan 6, 2023
References: * #508 Signed-off-by: Alex Nelson <[email protected]>
ajnelson-nist
added a commit
to casework/CASE-Archive
that referenced
this issue
Jan 6, 2023
No effects were observed on Make-managed files. References: * ucoProject/UCO#508 Signed-off-by: Alex Nelson <[email protected]>
ajnelson-nist
added a commit
to casework/CASE-Examples
that referenced
this issue
Jan 6, 2023
No effects were observed on Make-managed files. References: * ucoProject/UCO#508 Signed-off-by: Alex Nelson <[email protected]>
ajnelson-nist
added a commit
to casework/casework.github.io
that referenced
this issue
Jan 6, 2023
A follow-on patch will regenerate Make-managed files. References: * ucoProject/UCO#508 Signed-off-by: Alex Nelson <[email protected]>
ajnelson-nist
added a commit
to casework/casework.github.io
that referenced
this issue
Jan 6, 2023
References: * ucoProject/UCO#508 Signed-off-by: Alex Nelson <[email protected]>
ajnelson-nist
added a commit
to casework/CASE-Archive
that referenced
this issue
Jan 6, 2023
No effects were observed on Make-managed files. References: * ucoProject/UCO#508 Signed-off-by: Alex Nelson <[email protected]>
ajnelson-nist
added a commit
to casework/CASE-Examples
that referenced
this issue
Jan 6, 2023
A follow-on patch will regenerate Make-managed files. References: * ucoProject/UCO#493 * ucoProject/UCO#508 Signed-off-by: Alex Nelson <[email protected]>
ajnelson-nist
added a commit
to casework/CASE-Examples
that referenced
this issue
Jan 6, 2023
References: * ucoProject/UCO#493 * ucoProject/UCO#508 Signed-off-by: Alex Nelson <[email protected]>
ajnelson-nist
added a commit
to casework/CASE-Examples
that referenced
this issue
Jan 6, 2023
A follow-on patch will regenerate Make-managed files. References: * ucoProject/UCO#493 * ucoProject/UCO#508 Signed-off-by: Alex Nelson <[email protected]>
ajnelson-nist
added a commit
to casework/CASE-Examples
that referenced
this issue
Jan 6, 2023
References: * ucoProject/UCO#493 * ucoProject/UCO#508 Signed-off-by: Alex Nelson <[email protected]>
ajnelson-nist
added a commit
to casework/casework.github.io
that referenced
this issue
Jan 6, 2023
A follow-on patch will regenerate Make-managed files. References: * ucoProject/UCO#493 * ucoProject/UCO#508 Signed-off-by: Alex Nelson <[email protected]>
ajnelson-nist
added a commit
to casework/casework.github.io
that referenced
this issue
Jan 6, 2023
References: * ucoProject/UCO#493 * ucoProject/UCO#508 Signed-off-by: Alex Nelson <[email protected]>
4 tasks
4 tasks
ajnelson-nist
added a commit
to casework/CASE-Utilities-Python
that referenced
this issue
Mar 28, 2023
This patch, normally a brief edit of `version_info.py`, also makes path updates to the virtual environments that were enacted as part of UCO Issue 449. Test updates made for UCO Issue 508 are also forward-ported. A follow-on patch will regenerate Make-managed files. References: * ucoProject/UCO#449 * ucoProject/UCO#508 Signed-off-by: Alex Nelson <[email protected]>
ajnelson-nist
added a commit
to casework/CASE-Utilities-Python
that referenced
this issue
Mar 28, 2023
References: * ucoProject/UCO#508 * ucoProject/UCO#513 * ucoProject/UCO#526 Signed-off-by: Alex Nelson <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug description
The property
observable:creationTime
is used in the classobservable:WindowsThreadFacet
. This property has no relevant documentationrdfs:comment
string.Everywhere else a creation timestamp is mentioned, the property is
observable:observableCreatedTime
. This has been the case since UCO 0.6.0, whenobservable:createdTime
was disambiguated fromcore:createdTime
.Should the property in use be deprecated and replaced with
observable:observableCreatedTime
? On assumption the answer is yes, this Issue proposes deprecating and removing the property.Requirements
Requirement 1
Risk / Benefit analysis
Benefits
Risks
observable:creationTime
would be deprecated, and removed in UCO 2.0.0. UCO has not yet, at the time of this writing, deprecated a property, though a plan has been laid out to do so in Issue 493.Competencies demonstrated
Competency 1
A user wishes to transcribe a creation timestamp from some observable object in their data model.
Competency Question 1.1
What is the creation timestamp to use within the
observable
namespace?Result 1.1
The general
observable:observableCreatedTime
, defined in UCO 0.6.0.Solution suggestion
observable:creationTime
the additional typeowl:DeprecatedProperty
.sh:severity sh:Warning
statement in UCO 2.0.0.observable:creationTime
PropertyShape
onobservable:WindowsThreadFacet
, except substitutingobservable:observableCreatedTime
.observable:creationTime
PropertyShape
onobservable:WindowsThreadFacet
, as-is, for now. Delete in 2.0.0.Coordination
develop
for the next releasedevelop
state with backwards-compatible implementation merged intodevelop-2.0.0
develop-2.0.0
The text was updated successfully, but these errors were encountered: