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

[instrument_manager] Use JSON data for uploaded linst instruments #9324

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

driusan
Copy link
Collaborator

@driusan driusan commented Aug 19, 2024

This updates the instrument_manager to create a .meta file for uploaded LINST instruments to use JSON for saving data, rather than running the generate_tables_and_test_names script. This is more robust, doesn't require exec'ing mysql, doesn't require create table permission for the upload, and better aligns with LORIS best practices to use JSON instead of table data by default.

This updates the instrument_manager to create a .meta file for
uploaded LINST instruments to use JSON for saving data, rather
than running the generate_tables_and_test_names script. This is
more robust, doesn't require exec'ing mysql, doesn't require create
table permission for the upload, and better aligns with LORIS best
practices to use JSON instead of table data by default.
@driusan driusan added Add to Release Notes PR change should be highlighted in Release notes (important security, features and bugfixes) Cleanup PR or issue introducing/requiring at least one clean-up operation php Pull requests that update Php code labels Aug 19, 2024
@driusan driusan merged commit f2b891d into aces:main Sep 6, 2024
28 checks passed
maximemulder pushed a commit to maximemulder/Loris that referenced this pull request Sep 25, 2024
…es#9324)

This updates the instrument_manager to create a .meta file for uploaded
LINST instruments to use JSON for saving data, rather than running the
generate_tables_and_test_names script. This is more robust, doesn't
require exec'ing mysql, doesn't require create table permission for the
upload, and better aligns with LORIS best practices to use JSON instead
of table data by default.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Add to Release Notes PR change should be highlighted in Release notes (important security, features and bugfixes) Cleanup PR or issue introducing/requiring at least one clean-up operation php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants