Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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 Release: Add to release notes PR whose changes should be highlighted in the release notes Category: Cleanup PR or issue introducing/requiring at least one clean-up operation Language: PHP PR or issue that update PHP code labels Aug 19, 2024
@driusan driusan merged commit f2b891d into aces:main Sep 6, 2024
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.
ZhichGaming pushed a commit to ZhichGaming/Loris that referenced this pull request Nov 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

Category: Cleanup PR or issue introducing/requiring at least one clean-up operation Language: PHP PR or issue that update PHP code Release: Add to release notes PR whose changes should be highlighted in the release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants