Skip to content
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

Replace LastModifiedDate in IDF with a checksum #12407

Closed
NickDraper opened this issue Apr 16, 2015 · 1 comment
Closed

Replace LastModifiedDate in IDF with a checksum #12407

NickDraper opened this issue Apr 16, 2015 · 1 comment
Assignees
Labels
Framework Issues and pull requests related to components in the Framework Maintenance Unassigned issues to be addressed in the next maintenance period.
Milestone

Comments

@NickDraper
Copy link
Contributor

This ticket is blocks : TRAC11565, TRAC11818

The lastmodified date in the IDF is a poor proxy for a checksum and in only used in mangling the instrument name in the IDS.

Now we have a ChecksumHelper we should use that, create a SHA1 or MD5 and use that instead in the IDS name.

  1. Change the name mangling to use the checksum instead (including for text in nexus files).

  2. Change the IDF files to remove the date

  3. Change the concepts docs that mention this

  4. Make sure the SNS IDF generator scripts no longer include this

  5. Change the xml schema to remove the need for this field.

    Keywords: MAINTENANCE

@NickDraper
Copy link
Contributor Author

This issue was originally trac ticket 11569

@NickDraper NickDraper added Framework Issues and pull requests related to components in the Framework Maintenance Unassigned issues to be addressed in the next maintenance period. labels Jun 3, 2015
@NickDraper NickDraper self-assigned this Jun 3, 2015
@NickDraper NickDraper added this to the Release 3.5 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework Maintenance Unassigned issues to be addressed in the next maintenance period.
Projects
None yet
Development

No branches or pull requests

1 participant