-
Notifications
You must be signed in to change notification settings - Fork 173
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
Add AcquisitionDate field in the files table and back populate it #6892
Add AcquisitionDate field in the files table and back populate it #6892
Conversation
This seems to be missing the update to the query in the imaging browser? |
@kongtiaowang can you help @cmadjar debug this? I can't figure out why it's getting stuck at "Waiting for mysqld...".. it gets past that for me locally. |
@kongtiaowang thank you! Let see if it passes Travis now. |
Looks good! Ran the sql and double checked that the |
CHANGELOG.md
Outdated
@@ -26,7 +27,7 @@ requesting a new account and will be displayed in the User Accounts module (PR # | |||
### Clean Up | |||
- *Add item here* | |||
### Notes For Existing Projects | |||
- *Add item here* | |||
- Ensure to run the SQL patch to create and update the `AcquisitionDate` field in the `files` table (PR #6892) |
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 don't think this should be here.. it'll be part of the release patch when it's compiled.
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 agree. unless projects need to do a manual step other than the regular patch
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.
ok
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.
removed in the last commit
@kongtiaowang this is still failing Travis. Do you know why? |
I think the main branch was broken, try rebasing. |
…iles table modified RB to have the dates in the files table update the CHANGELOG modifying imaging browser menu page modified the view session page to use the new files field for AcquisitionDate add debug to travis add debug to travis Update raisinbread/RB_files/RB_files.sql Co-authored-by: Shen <kongtiaowangshen@gmail.com> remove DEBUG from travis.yml Update .travis.yml Co-authored-by: Dave MacFarlane <driusan@gmail.com> modify CHANGELOG
a3cabf5
to
ddf500c
Compare
Just rebased it. Let's see if that breaks the curse ;) |
…6892) This adds an AcquisitionDate column in the files table where the acquisition date of the files will be stored. If none are available for the file, then it will default to NULL. Resolves aces#6883 See also: aces/Loris-MRI#553 and aces/Loris-MRI#554
…6892) This adds an AcquisitionDate column in the files table where the acquisition date of the files will be stored. If none are available for the file, then it will default to NULL. Resolves aces#6883 See also: aces/Loris-MRI#553 and aces/Loris-MRI#554
…6892) This adds an AcquisitionDate column in the files table where the acquisition date of the files will be stored. If none are available for the file, then it will default to NULL. Resolves aces#6883 See also: aces/Loris-MRI#553 and aces/Loris-MRI#554
Brief summary of changes
This adds an
AcquisitionDate
column in thefiles
table where the acquisition date of the files will be stored. If none are available for the file, then it will default to NULL.Testing instructions (if applicable)
Ensure the SQL files can be run
Link(s) to related issue(s)