-
Notifications
You must be signed in to change notification settings - Fork 10
[WIP] Fix cob #376
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
Closed
Closed
[WIP] Fix cob #376
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
40f2632
converted to arrays
hsd-dev 7560f61
[WIP] fixes issues with the json schema
hsd-dev 009c275
porting schema to yamale
hsd-dev 64e518e
update validator and bug
hsd-dev 9e9be82
validate links
hsd-dev 5e90d4e
include for hash
hsd-dev 3926648
use yamale in validate.sh
hsd-dev a31a18a
converted to arrays
hsd-dev 3ea5fcf
[WIP] fixes issues with the json schema
hsd-dev ff57aa7
porting schema to yamale
hsd-dev bded623
update validator and bug
hsd-dev 2119548
validate links
hsd-dev db21e4b
include for hash
hsd-dev e8853fc
use yamale in validate.sh
hsd-dev 98e6bbc
test for parsing yaml
hsd-dev 3726e5b
clean bug file
hsd-dev 8493784
added fault and failure codes in schema
hsd-dev 13a0c8d
fix conflict
hsd-dev 56c54eb
converted time to Z-notation UTC timestamp
hsd-dev e715bf3
included locomotion in task schema
hsd-dev 159c546
list formatting
hsd-dev bd8a8f5
fault and failure codes
hsd-dev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -40,4 +40,4 @@ fix: | |
| fix-in: ['CONFIDENTIAL'] | ||
| languages: | ||
| - C++ | ||
| time: 2017-05-04 (10:16) | ||
| time: 2017-05-04T10:16:00Z | ||
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -41,4 +41,4 @@ fix: | |
| fix-in: ['CONFIDENTIAL'] | ||
| languages: | ||
| - C++ | ||
| time: 2015-10-07 (16:10) | ||
| time: 2015-10-07T16:10:00Z | ||
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -42,4 +42,4 @@ fix: | |
| fix-in: ['CONFIDENTIAL'] | ||
| languages: | ||
| - C++ | ||
| time: 2017-06-27 (16:45) | ||
| time: 2017-06-27T16:45:00Z | ||
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -42,4 +42,4 @@ fix: | |
| fix-in: ['CONFIDENTIAL'] | ||
| languages: | ||
| - C++ | ||
| time: 2017-07-03 (11:27) | ||
| time: 2017-07-03T11:27:00Z | ||
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please note again: unless the original
timewas already in UTC, this is not a valid conversion.It's likely these times were reported in CET or CEST, which would make this
+0200(but this is just a guess).There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have not worked on that. As I mentioned in the comment, I have worked only on fault and failure codes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure I understand your comment: are you saying you didn't change these
timeentries?What makes them show up in the diff here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this PR build on #359? See also #359 (comment), where I commented on 0c46707.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes this PR is behind #359. I have not modified the time yet after your comment.
Sorry about the confusion. I meant 'after your comment'.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To prevent we accidentally merge this, perhaps drop 0c46707 for now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to avoid the confusion and separate the concerns, I will remove 0c46707, so #359 is only about the script and the schema.