Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated submodule testdata for SMOSL2 * Fixed tests and integrated for SMOSL2 * Update for SMOSL2 * Added test for SMOS L2 column combine * set up updated to include a new parameterized filter * Updated preprocess. version in environment * parameter updated * Fixed tests * Updated pytesmo version * Upload data to frm4sm release (#523) * user-file-upload component added * user-file-upload component place on the user-profile page * userFileUpload added to the validationrun service * userFileUpload added to the app.modules * api url for uploading added, a draft view for serving for it added * tsconfig updated * user file component updated * userFileUpload updated and some styling improved * my-datasets page added * my-dataset page added to the navigation menu * user-file-upload component moved to my datasets page * some styling applied * my dataset page updated * user-file-upload component updated * class 'center' moved to the global css file * directory update done * prime icons updated * upload file changed to select file button and new button for uploading added * file-upload-form component added * help page updated - added a section for used data standard * work around added to add scroll-to-section option * user data uploading form added * user data uploading form updated * draft of user data file added * uploading file form updated, so now first the file has to be chosen and then metadata form shows up * file-upload-form component not needed * draft back-end function for uploading file added * a blank line added * some updates in the uploading file serializer done * uploading data view created, uploading view and serializers moved to the new file, urls imports updated * getting list of user data files added to the back end * user-data-file.dto.ts added to map the file model from the back end * user-dataset-list component added to present list of files uploaded by the user * user-dataset service added and respective code moved there from the validationrun service file * user-file-upload updated to use appropriate service * my-datasets site update to include list of user datasets * deleting user data added on both front and back end sides * my datasets table updated, some columns for metadata added * condition updated so it doesn't send two requests to the back-end * condition updated, so it doesn't show the table when there are no entries * dataset model updated to include the user that the data belongs to; the appropriate api view updated * user_dataset_file model added and upload_user_data_view updated * getting datasets into front end updated with the possibility of showing user data * urls updated, because id is now a string not int * id instead of pk taken * tests updated * refreshing page added when a file is uploaded * bug fixed, now it returns united data * uploading data updated, now first the metadata is sent, appropriate dataset, its version and variable are created and then file is uploaded * uploading file and metadata functions updated * removing file when the instance is removed added * my-datasets list updated to present information from db * caching updated to remember if also user datasets should be taken or not * user data are not taken for the reference datasets * position removed as not needed * ? added to the async pipe * a spinner added to inform user that the data is being uploaded * user data file id changed to string * a button added to run some tests on the uploaded file; instead of passing formData, only the file is passed, what fixes the problem with opening uploaded netCDF * some code commented as it's only for testing purposes * migration added * dataset_view.py updated with the default userData parameter; dataset fixture updated with the user entry * user data path added and set as the default for data storage * docker compose for test instance updated * upload file paths updated to the prod one and appropriate migration added * appropriate migration added * User upload data (#489) * user-file-upload component added * user-file-upload component place on the user-profile page * userFileUpload added to the validationrun service * userFileUpload added to the app.modules * api url for uploading added, a draft view for serving for it added * tsconfig updated * user file component updated * userFileUpload updated and some styling improved * my-datasets page added * my-dataset page added to the navigation menu * user-file-upload component moved to my datasets page * some styling applied * my dataset page updated * user-file-upload component updated * class 'center' moved to the global css file * directory update done * prime icons updated * upload file changed to select file button and new button for uploading added * file-upload-form component added * help page updated - added a section for used data standard * work around added to add scroll-to-section option * user data uploading form added * user data uploading form updated * draft of user data file added * uploading file form updated, so now first the file has to be chosen and then metadata form shows up * file-upload-form component not needed * draft back-end function for uploading file added * a blank line added * some updates in the uploading file serializer done * uploading data view created, uploading view and serializers moved to the new file, urls imports updated * getting list of user data files added to the back end * user-data-file.dto.ts added to map the file model from the back end * user-dataset-list component added to present list of files uploaded by the user * user-dataset service added and respective code moved there from the validationrun service file * user-file-upload updated to use appropriate service * my-datasets site update to include list of user datasets * deleting user data added on both front and back end sides * my datasets table updated, some columns for metadata added * condition updated so it doesn't send two requests to the back-end * condition updated, so it doesn't show the table when there are no entries * dataset model updated to include the user that the data belongs to; the appropriate api view updated * user_dataset_file model added and upload_user_data_view updated * getting datasets into front end updated with the possibility of showing user data * urls updated, because id is now a string not int * id instead of pk taken * tests updated * refreshing page added when a file is uploaded * bug fixed, now it returns united data * uploading data updated, now first the metadata is sent, appropriate dataset, its version and variable are created and then file is uploaded * uploading file and metadata functions updated * removing file when the instance is removed added * my-datasets list updated to present information from db * caching updated to remember if also user datasets should be taken or not * user data are not taken for the reference datasets * position removed as not needed * ? added to the async pipe * a spinner added to inform user that the data is being uploaded * user data file id changed to string * a button added to run some tests on the uploaded file; instead of passing formData, only the file is passed, what fixes the problem with opening uploaded netCDF * some code commented as it's only for testing purposes * migration added * dataset_view.py updated with the default userData parameter; dataset fixture updated with the user entry * user data path added and set as the default for data storage * docker compose for test instance updated * upload file paths updated to the prod one and appropriate migration added * appropriate migration added * direction changed, first the file and then the metadata is saved * getting raw file path added as property * a very first draft of the user data reader added * model updated to store dimension names; appropriate migration added * some code refinement done * User upload data (#490) * user-file-upload component added * user-file-upload component place on the user-profile page * userFileUpload added to the validationrun service * userFileUpload added to the app.modules * api url for uploading added, a draft view for serving for it added * tsconfig updated * user file component updated * userFileUpload updated and some styling improved * my-datasets page added * my-dataset page added to the navigation menu * user-file-upload component moved to my datasets page * some styling applied * my dataset page updated * user-file-upload component updated * class 'center' moved to the global css file * directory update done * prime icons updated * upload file changed to select file button and new button for uploading added * file-upload-form component added * help page updated - added a section for used data standard * work around added to add scroll-to-section option * user data uploading form added * user data uploading form updated * draft of user data file added * uploading file form updated, so now first the file has to be chosen and then metadata form shows up * file-upload-form component not needed * draft back-end function for uploading file added * a blank line added * some updates in the uploading file serializer done * uploading data view created, uploading view and serializers moved to the new file, urls imports updated * getting list of user data files added to the back end * user-data-file.dto.ts added to map the file model from the back end * user-dataset-list component added to present list of files uploaded by the user * user-dataset service added and respective code moved there from the validationrun service file * user-file-upload updated to use appropriate service * my-datasets site update to include list of user datasets * deleting user data added on both front and back end sides * my datasets table updated, some columns for metadata added * condition updated so it doesn't send two requests to the back-end * condition updated, so it doesn't show the table when there are no entries * dataset model updated to include the user that the data belongs to; the appropriate api view updated * user_dataset_file model added and upload_user_data_view updated * getting datasets into front end updated with the possibility of showing user data * urls updated, because id is now a string not int * id instead of pk taken * tests updated * refreshing page added when a file is uploaded * bug fixed, now it returns united data * uploading data updated, now first the metadata is sent, appropriate dataset, its version and variable are created and then file is uploaded * uploading file and metadata functions updated * removing file when the instance is removed added * my-datasets list updated to present information from db * caching updated to remember if also user datasets should be taken or not * user data are not taken for the reference datasets * position removed as not needed * ? added to the async pipe * a spinner added to inform user that the data is being uploaded * user data file id changed to string * a button added to run some tests on the uploaded file; instead of passing formData, only the file is passed, what fixes the problem with opening uploaded netCDF * some code commented as it's only for testing purposes * migration added * dataset_view.py updated with the default userData parameter; dataset fixture updated with the user entry * user data path added and set as the default for data storage * docker compose for test instance updated * upload file paths updated to the prod one and appropriate migration added * appropriate migration added * direction changed, first the file and then the metadata is saved * getting raw file path added as property * a very first draft of the user data reader added * model updated to store dimension names; appropriate migration added * some code refinement done * environment updated * User upload data (#491) * user-file-upload component added * user-file-upload component place on the user-profile page * userFileUpload added to the validationrun service * userFileUpload added to the app.modules * api url for uploading added, a draft view for serving for it added * tsconfig updated * user file component updated * userFileUpload updated and some styling improved * my-datasets page added * my-dataset page added to the navigation menu * user-file-upload component moved to my datasets page * some styling applied * my dataset page updated * user-file-upload component updated * class 'center' moved to the global css file * directory update done * prime icons updated * upload file changed to select file button and new button for uploading added * file-upload-form component added * help page updated - added a section for used data standard * work around added to add scroll-to-section option * user data uploading form added * user data uploading form updated * draft of user data file added * uploading file form updated, so now first the file has to be chosen and then metadata form shows up * file-upload-form component not needed * draft back-end function for uploading file added * a blank line added * some updates in the uploading file serializer done * uploading data view created, uploading view and serializers moved to the new file, urls imports updated * getting list of user data files added to the back end * user-data-file.dto.ts added to map the file model from the back end * user-dataset-list component added to present list of files uploaded by the user * user-dataset service added and respective code moved there from the validationrun service file * user-file-upload updated to use appropriate service * my-datasets site update to include list of user datasets * deleting user data added on both front and back end sides * my datasets table updated, some columns for metadata added * condition updated so it doesn't send two requests to the back-end * condition updated, so it doesn't show the table when there are no entries * dataset model updated to include the user that the data belongs to; the appropriate api view updated * user_dataset_file model added and upload_user_data_view updated * getting datasets into front end updated with the possibility of showing user data * urls updated, because id is now a string not int * id instead of pk taken * tests updated * refreshing page added when a file is uploaded * bug fixed, now it returns united data * uploading data updated, now first the metadata is sent, appropriate dataset, its version and variable are created and then file is uploaded * uploading file and metadata functions updated * removing file when the instance is removed added * my-datasets list updated to present information from db * caching updated to remember if also user datasets should be taken or not * user data are not taken for the reference datasets * position removed as not needed * ? added to the async pipe * a spinner added to inform user that the data is being uploaded * user data file id changed to string * a button added to run some tests on the uploaded file; instead of passing formData, only the file is passed, what fixes the problem with opening uploaded netCDF * some code commented as it's only for testing purposes * migration added * dataset_view.py updated with the default userData parameter; dataset fixture updated with the user entry * user data path added and set as the default for data storage * docker compose for test instance updated * upload file paths updated to the prod one and appropriate migration added * appropriate migration added * direction changed, first the file and then the metadata is saved * getting raw file path added as property * a very first draft of the user data reader added * model updated to store dimension names; appropriate migration added * some code refinement done * environment updated * function name updated * User upload data (#492) * user-file-upload component added * user-file-upload component place on the user-profile page * userFileUpload added to the validationrun service * userFileUpload added to the app.modules * api url for uploading added, a draft view for serving for it added * tsconfig updated * user file component updated * userFileUpload updated and some styling improved * my-datasets page added * my-dataset page added to the navigation menu * user-file-upload component moved to my datasets page * some styling applied * my dataset page updated * user-file-upload component updated * class 'center' moved to the global css file * directory update done * prime icons updated * upload file changed to select file button and new button for uploading added * file-upload-form component added * help page updated - added a section for used data standard * work around added to add scroll-to-section option * user data uploading form added * user data uploading form updated * draft of user data file added * uploading file form updated, so now first the file has to be chosen and then metadata form shows up * file-upload-form component not needed * draft back-end function for uploading file added * a blank line added * some updates in the uploading file serializer done * uploading data view created, uploading view and serializers moved to the new file, urls imports updated * getting list of user data files added to the back end * user-data-file.dto.ts added to map the file model from the back end * user-dataset-list component added to present list of files uploaded by the user * user-dataset service added and respective code moved there from the validationrun service file * user-file-upload updated to use appropriate service * my-datasets site update to include list of user datasets * deleting user data added on both front and back end sides * my datasets table updated, some columns for metadata added * condition updated so it doesn't send two requests to the back-end * condition updated, so it doesn't show the table when there are no entries * dataset model updated to include the user that the data belongs to; the appropriate api view updated * user_dataset_file model added and upload_user_data_view updated * getting datasets into front end updated with the possibility of showing user data * urls updated, because id is now a string not int * id instead of pk taken * tests updated * refreshing page added when a file is uploaded * bug fixed, now it returns united data * uploading data updated, now first the metadata is sent, appropriate dataset, its version and variable are created and then file is uploaded * uploading file and metadata functions updated * removing file when the instance is removed added * my-datasets list updated to present information from db * caching updated to remember if also user datasets should be taken or not * user data are not taken for the reference datasets * position removed as not needed * ? added to the async pipe * a spinner added to inform user that the data is being uploaded * user data file id changed to string * a button added to run some tests on the uploaded file; instead of passing formData, only the file is passed, what fixes the problem with opening uploaded netCDF * some code commented as it's only for testing purposes * migration added * dataset_view.py updated with the default userData parameter; dataset fixture updated with the user entry * user data path added and set as the default for data storage * docker compose for test instance updated * upload file paths updated to the prod one and appropriate migration added * appropriate migration added * direction changed, first the file and then the metadata is saved * getting raw file path added as property * a very first draft of the user data reader added * model updated to store dimension names; appropriate migration added * some code refinement done * environment updated * function name updated * dataset storage path updated to not include the file name; get_raw_file_path property updated to strip also '/' * User upload data (#493) * user-file-upload component added * user-file-upload component place on the user-profile page * userFileUpload added to the validationrun service * userFileUpload added to the app.modules * api url for uploading added, a draft view for serving for it added * tsconfig updated * user file component updated * userFileUpload updated and some styling improved * my-datasets page added * my-dataset page added to the navigation menu * user-file-upload component moved to my datasets page * some styling applied * my dataset page updated * user-file-upload component updated * class 'center' moved to the global css file * directory update done * prime icons updated * upload file changed to select file button and new button for uploading added * file-upload-form component added * help page updated - added a section for used data standard * work around added to add scroll-to-section option * user data uploading form added * user data uploading form updated * draft of user data file added * uploading file form updated, so now first the file has to be chosen and then metadata form shows up * file-upload-form component not needed * draft back-end function for uploading file added * a blank line added * some updates in the uploading file serializer done * uploading data view created, uploading view and serializers moved to the new file, urls imports updated * getting list of user data files added to the back end * user-data-file.dto.ts added to map the file model from the back end * user-dataset-list component added to present list of files uploaded by the user * user-dataset service added and respective code moved there from the validationrun service file * user-file-upload updated to use appropriate service * my-datasets site update to include list of user datasets * deleting user data added on both front and back end sides * my datasets table updated, some columns for metadata added * condition updated so it doesn't send two requests to the back-end * condition updated, so it doesn't show the table when there are no entries * dataset model updated to include the user that the data belongs to; the appropriate api view updated * user_dataset_file model added and upload_user_data_view updated * getting datasets into front end updated with the possibility of showing user data * urls updated, because id is now a string not int * id instead of pk taken * tests updated * refreshing page added when a file is uploaded * bug fixed, now it returns united data * uploading data updated, now first the metadata is sent, appropriate dataset, its version and variable are created and then file is uploaded * uploading file and metadata functions updated * removing file when the instance is removed added * my-datasets list updated to present information from db * caching updated to remember if also user datasets should be taken or not * user data are not taken for the reference datasets * position removed as not needed * ? added to the async pipe * a spinner added to inform user that the data is being uploaded * user data file id changed to string * a button added to run some tests on the uploaded file; instead of passing formData, only the file is passed, what fixes the problem with opening uploaded netCDF * some code commented as it's only for testing purposes * migration added * dataset_view.py updated with the default userData parameter; dataset fixture updated with the user entry * user data path added and set as the default for data storage * docker compose for test instance updated * upload file paths updated to the prod one and appropriate migration added * appropriate migration added * direction changed, first the file and then the metadata is saved * getting raw file path added as property * a very first draft of the user data reader added * model updated to store dimension names; appropriate migration added * some code refinement done * environment updated * function name updated * dataset storage path updated to not include the file name; get_raw_file_path property updated to strip also '/' * env updated to include a test version of qa4sm-preprocessing package * User upload data (#494) * user-file-upload component added * user-file-upload component place on the user-profile page * userFileUpload added to the validationrun service * userFileUpload added to the app.modules * api url for uploading added, a draft view for serving for it added * tsconfig updated * user file component updated * userFileUpload updated and some styling improved * my-datasets page added * my-dataset page added to the navigation menu * user-file-upload component moved to my datasets page * some styling applied * my dataset page updated * user-file-upload component updated * class 'center' moved to the global css file * directory update done * prime icons updated * upload file changed to select file button and new button for uploading added * file-upload-form component added * help page updated - added a section for used data standard * work around added to add scroll-to-section option * user data uploading form added * user data uploading form updated * draft of user data file added * uploading file form updated, so now first the file has to be chosen and then metadata form shows up * file-upload-form component not needed * draft back-end function for uploading file added * a blank line added * some updates in the uploading file serializer done * uploading data view created, uploading view and serializers moved to the new file, urls imports updated * getting list of user data files added to the back end * user-data-file.dto.ts added to map the file model from the back end * user-dataset-list component added to present list of files uploaded by the user * user-dataset service added and respective code moved there from the validationrun service file * user-file-upload updated to use appropriate service * my-datasets site update to include list of user datasets * deleting user data added on both front and back end sides * my datasets table updated, some columns for metadata added * condition updated so it doesn't send two requests to the back-end * condition updated, so it doesn't show the table when there are no entries * dataset model updated to include the user that the data belongs to; the appropriate api view updated * user_dataset_file model added and upload_user_data_view updated * getting datasets into front end updated with the possibility of showing user data * urls updated, because id is now a string not int * id instead of pk taken * tests updated * refreshing page added when a file is uploaded * bug fixed, now it returns united data * uploading data updated, now first the metadata is sent, appropriate dataset, its version and variable are created and then file is uploaded * uploading file and metadata functions updated * removing file when the instance is removed added * my-datasets list updated to present information from db * caching updated to remember if also user datasets should be taken or not * user data are not taken for the reference datasets * position removed as not needed * ? added to the async pipe * a spinner added to inform user that the data is being uploaded * user data file id changed to string * a button added to run some tests on the uploaded file; instead of passing formData, only the file is passed, what fixes the problem with opening uploaded netCDF * some code commented as it's only for testing purposes * migration added * dataset_view.py updated with the default userData parameter; dataset fixture updated with the user entry * user data path added and set as the default for data storage * docker compose for test instance updated * upload file paths updated to the prod one and appropriate migration added * appropriate migration added * direction changed, first the file and then the metadata is saved * getting raw file path added as property * a very first draft of the user data reader added * model updated to store dimension names; appropriate migration added * some code refinement done * environment updated * function name updated * dataset storage path updated to not include the file name; get_raw_file_path property updated to strip also '/' * env updated to include a test version of qa4sm-preprocessing package * setdatasetpaths updated to not to change user dataset storage directories * User upload data (#495) * user-file-upload component added * user-file-upload component place on the user-profile page * userFileUpload added to the validationrun service * userFileUpload added to the app.modules * api url for uploading added, a draft view for serving for it added * tsconfig updated * user file component updated * userFileUpload updated and some styling improved * my-datasets page added * my-dataset page added to the navigation menu * user-file-upload component moved to my datasets page * some styling applied * my dataset page updated * user-file-upload component updated * class 'center' moved to the global css file * directory update done * prime icons updated * upload file changed to select file button and new button for uploading added * file-upload-form component added * help page updated - added a section for used data standard * work around added to add scroll-to-section option * user data uploading form added * user data uploading form updated * draft of user data file added * uploading file form updated, so now first the file has to be chosen and then metadata form shows up * file-upload-form component not needed * draft back-end function for uploading file added * a blank line added * some updates in the uploading file serializer done * uploading data view created, uploading view and serializers moved to the new file, urls imports updated * getting list of user data files added to the back end * user-data-file.dto.ts added to map the file model from the back end * user-dataset-list component added to present list of files uploaded by the user * user-dataset service added and respective code moved there from the validationrun service file * user-file-upload updated to use appropriate service * my-datasets site update to include list of user datasets * deleting user data added on both front and back end sides * my datasets table updated, some columns for metadata added * condition updated so it doesn't send two requests to the back-end * condition updated, so it doesn't show the table when there are no entries * dataset model updated to include the user that the data belongs to; the appropriate api view updated * user_dataset_file model added and upload_user_data_view updated * getting datasets into front end updated with the possibility of showing user data * urls updated, because id is now a string not int * id instead of pk taken * tests updated * refreshing page added when a file is uploaded * bug fixed, now it returns united data * uploading data updated, now first the metadata is sent, appropriate dataset, its version and variable are created and then file is uploaded * uploading file and metadata functions updated * removing file when the instance is removed added * my-datasets list updated to present information from db * caching updated to remember if also user datasets should be taken or not * user data are not taken for the reference datasets * position removed as not needed * ? added to the async pipe * a spinner added to inform user that the data is being uploaded * user data file id changed to string * a button added to run some tests on the uploaded file; instead of passing formData, only the file is passed, what fixes the problem with opening uploaded netCDF * some code commented as it's only for testing purposes * migration added * dataset_view.py updated with the default userData parameter; dataset fixture updated with the user entry * user data path added and set as the default for data storage * docker compose for test instance updated * upload file paths updated to the prod one and appropriate migration added * appropriate migration added * direction changed, first the file and then the metadata is saved * getting raw file path added as property * a very first draft of the user data reader added * model updated to store dimension names; appropriate migration added * some code refinement done * environment updated * function name updated * dataset storage path updated to not include the file name; get_raw_file_path property updated to strip also '/' * env updated to include a test version of qa4sm-preprocessing package * setdatasetpaths updated to not to change user dataset storage directories * file path updated * User upload data (#496) * user-file-upload component added * user-file-upload component place on the user-profile page * userFileUpload added to the validationrun service * userFileUpload added to the app.modules * api url for uploading added, a draft view for serving for it added * tsconfig updated * user file component updated * userFileUpload updated and some styling improved * my-datasets page added * my-dataset page added to the navigation menu * user-file-upload component moved to my datasets page * some styling applied * my dataset page updated * user-file-upload component updated * class 'center' moved to the global css file * directory update done * prime icons updated * upload file changed to select file button and new button for uploading added * file-upload-form component added * help page updated - added a section for used data standard * work around added to add scroll-to-section option * user data uploading form added * user data uploading form updated * draft of user data file added * uploading file form updated, so now first the file has to be chosen and then metadata form shows up * file-upload-form component not needed * draft back-end function for uploading file added * a blank line added * some updates in the uploading file serializer done * uploading data view created, uploading view and serializers moved to the new file, urls imports updated * getting list of user data files added to the back end * user-data-file.dto.ts added to map the file model from the back end * user-dataset-list component added to present list of files uploaded by the user * user-dataset service added and respective code moved there from the validationrun service file * user-file-upload updated to use appropriate service * my-datasets site update to include list of user datasets * deleting user data added on both front and back end sides * my datasets table updated, some columns for metadata added * condition updated so it doesn't send two requests to the back-end * condition updated, so it doesn't show the table when there are no entries * dataset model updated to include the user that the data belongs to; the appropriate api view updated * user_dataset_file model added and upload_user_data_view updated * getting datasets into front end updated with the possibility of showing user data * urls updated, because id is now a string not int * id instead of pk taken * tests updated * refreshing page added when a file is uploaded * bug fixed, now it returns united data * uploading data updated, now first the metadata is sent, appropriate dataset, its version and variable are created and then file is uploaded * uploading file and metadata functions updated * removing file when the instance is removed added * my-datasets list updated to present information from db * caching updated to remember if also user datasets should be taken or not * user data are not taken for the reference datasets * position removed as not needed * ? added to the async pipe * a spinner added to inform user that the data is being uploaded * user data file id changed to string * a button added to run some tests on the uploaded file; instead of passing formData, only the file is passed, what fixes the problem with opening uploaded netCDF * some code commented as it's only for testing purposes * migration added * dataset_view.py updated with the default userData parameter; dataset fixture updated with the user entry * user data path added and set as the default for data storage * docker compose for test instance updated * upload file paths updated to the prod one and appropriate migration added * appropriate migration added * direction changed, first the file and then the metadata is saved * getting raw file path added as property * a very first draft of the user data reader added * model updated to store dimension names; appropriate migration added * some code refinement done * environment updated * function name updated * dataset storage path updated to not include the file name; get_raw_file_path property updated to strip also '/' * env updated to include a test version of qa4sm-preprocessing package * setdatasetpaths updated to not to change user dataset storage directories * file path updated * celery bound with data folder * User upload data (#497) * user-file-upload component added * user-file-upload component place on the user-profile page * userFileUpload added to the validationrun service * userFileUpload added to the app.modules * api url for uploading added, a draft view for serving for it added * tsconfig updated * user file component updated * userFileUpload updated and some styling improved * my-datasets page added * my-dataset page added to the navigation menu * user-file-upload component moved to my datasets page * some styling applied * my dataset page updated * user-file-upload component updated * class 'center' moved to the global css file * directory update done * prime icons updated * upload file changed to select file button and new button for uploading added * file-upload-form component added * help page updated - added a section for used data standard * work around added to add scroll-to-section option * user data uploading form added * user data uploading form updated * draft of user data file added * uploading file form updated, so now first the file has to be chosen and then metadata form shows up * file-upload-form component not needed * draft back-end function for uploading file added * a blank line added * some updates in the uploading file serializer done * uploading data view created, uploading view and serializers moved to the new file, urls imports updated * getting list of user data files added to the back end * user-data-file.dto.ts added to map the file model from the back end * user-dataset-list component added to present list of files uploaded by the user * user-dataset service added and respective code moved there from the validationrun service file * user-file-upload updated to use appropriate service * my-datasets site update to include list of user datasets * deleting user data added on both front and back end sides * my datasets table updated, some columns for metadata added * condition updated so it doesn't send two requests to the back-end * condition updated, so it doesn't show the table when there are no entries * dataset model updated to include the user that the data belongs to; the appropriate api view updated * user_dataset_file model added and upload_user_data_view updated * getting datasets into front end updated with the possibility of showing user data * urls updated, because id is now a string not int * id instead of pk taken * tests updated * refreshing page added when a file is uploaded * bug fixed, now it returns united data * uploading data updated, now first the metadata is sent, appropriate dataset, its version and variable are created and then file is uploaded * uploading file and metadata functions updated * removing file when the instance is removed added * my-datasets list updated to present information from db * caching updated to remember if also user datasets should be taken or not * user data are not taken for the reference datasets * position removed as not needed * ? added to the async pipe * a spinner added to inform user that the data is being uploaded * user data file id changed to string * a button added to run some tests on the uploaded file; instead of passing formData, only the file is passed, what fixes the problem with opening uploaded netCDF * some code commented as it's only for testing purposes * migration added * dataset_view.py updated with the default userData parameter; dataset fixture updated with the user entry * user data path added and set as the default for data storage * docker compose for test instance updated * upload file paths updated to the prod one and appropriate migration added * appropriate migration added * direction changed, first the file and then the metadata is saved * getting raw file path added as property * a very first draft of the user data reader added * model updated to store dimension names; appropriate migration added * some code refinement done * environment updated * function name updated * dataset storage path updated to not include the file name; get_raw_file_path property updated to strip also '/' * env updated to include a test version of qa4sm-preprocessing package * setdatasetpaths updated to not to change user dataset storage directories * file path updated * celery bound with data folder * some additional form fields added and handled * some code refinement done * variable and dimension part commented, as we are going to retrieve information from the file * UserDataFileDto updated according to the model changes * user dataset list updated with the possibility of editing variable and dimension names (only front-end) * model updated and appropriate migration added * retrieving dimensions and variable names from the file added * cancel button added and styled * upload date field added along with appropriate migration * user-data-row component added to develop each row separately * my-datsets component updated to use user-data-row instead of user-dataset-list * uploading form modified to consist of fewer fields * updateMetadata method added * updateMetadata url added * function for updating metadata updated to include also dimensions * toast added, some code refinement done * variable long name included on the list * Some code refinement done; styling and date format improved * preprocessing package updated * tooltips added * some changes in retrieving coordinate names from the file applied to use the function from the preprocessing package * migrations updated * model updated, appropriate migration added * list of front-end urls updated * api views for uploading file updated to be optimal and consistent * user data file updated according to changes in the model * user dataset row updated according to changes in the back-end * serializer updated; printing removed; * Information about user dataset managing options added; edit and tooltip icons added; tooltip text edited * editing dataset and version names added * scroll to top added, typo fixed * a property added to the user-data model to check if it has been used in a validation; removed button disabled for such a case; * some styling updated * retrieving variable name updated * User upload data (#499) * user-file-upload component added * user-file-upload component place on the user-profile page * userFileUpload added to the validationrun service * userFileUpload added to the app.modules * api url for uploading added, a draft view for serving for it added * tsconfig updated * user file component updated * userFileUpload updated and some styling improved * my-datasets page added * my-dataset page added to the navigation menu * user-file-upload component moved to my datasets page * some styling applied * my dataset page updated * user-file-upload component updated * class 'center' moved to the global css file * directory update done * prime icons updated * upload file changed to select file button and new button for uploading added * file-upload-form component added * help page updated - added a section for used data standard * work around added to add scroll-to-section option * user data uploading form added * user data uploading form updated * draft of user data file added * uploading file form updated, so now first the file has to be chosen and then metadata form shows up * file-upload-form component not needed * draft back-end function for uploading file added * a blank line added * some updates in the uploading file serializer done * uploading data view created, uploading view and serializers moved to the new file, urls imports updated * getting list of user data files added to the back end * user-data-file.dto.ts added to map the file model from the back end * user-dataset-list component added to present list of files uploaded by the user * user-dataset service added and respective code moved there from the validationrun service file * user-file-upload updated to use appropriate service * my-datasets site update to include list of user datasets * deleting user data added on both front and back end sides * my datasets table updated, some columns for metadata added * condition updated so it doesn't send two requests to the back-end * condition updated, so it doesn't show the table when there are no entries * dataset model updated to include the user that the data belongs to; the appropriate api view updated * user_dataset_file model added and upload_user_data_view updated * getting datasets into front end updated with the possibility of showing user data * urls updated, because id is now a string not int * id instead of pk taken * tests updated * refreshing page added when a file is uploaded * bug fixed, now it returns united data * uploading data updated, now first the metadata is sent, appropriate dataset, its version and variable are created and then file is uploaded * uploading file and metadata functions updated * removing file when the instance is removed added * my-datasets list updated to present information from db * caching updated to remember if also user datasets should be taken or not * user data are not taken for the reference datasets * position removed as not needed * ? added to the async pipe * a spinner added to inform user that the data is being uploaded * user data file id changed to string * a button added to run some tests on the uploaded file; instead of passing formData, only the file is passed, what fixes the problem with opening uploaded netCDF * some code commented as it's only for testing purposes * migration added * dataset_view.py updated with the default userData parameter; dataset fixture updated with the user entry * user data path added and set as the default for data storage * docker compose for test instance updated * upload file paths updated to the prod one and appropriate migration added * appropriate migration added * direction changed, first the file and then the metadata is saved * getting raw file path added as property * a very first draft of the user data reader added * model updated to store dimension names; appropriate migration added * some code refinement done * environment updated * function name updated * dataset storage path updated to not include the file name; get_raw_file_path property updated to strip also '/' * env updated to include a test version of qa4sm-preprocessing package * setdatasetpaths updated to not to change user dataset storage directories * file path updated * celery bound with data folder * some additional form fields added and handled * some code refinement done * variable and dimension part commented, as we are going to retrieve information from the file * UserDataFileDto updated according to the model changes * user dataset list updated with the possibility of editing variable and dimension names (only front-end) * model updated and appropriate migration added * retrieving dimensions and variable names from the file added * cancel button added and styled * upload date field added along with appropriate migration * user-data-row component added to develop each row separately * my-datsets component updated to use user-data-row instead of user-dataset-list * uploading form modified to consist of fewer fields * updateMetadata method added * updateMetadata url added * function for updating metadata updated to include also dimensions * toast added, some code refinement done * variable long name included on the list * Some code refinement done; styling and date format improved * preprocessing package updated * tooltips added * some changes in retrieving coordinate names from the file applied to use the function from the preprocessing package * migrations updated * model updated, appropriate migration added * list of front-end urls updated * api views for uploading file updated to be optimal and consistent * user data file updated according to changes in the model * user dataset row updated according to changes in the back-end * serializer updated; printing removed; * Information about user dataset managing options added; edit and tooltip icons added; tooltip text edited * editing dataset and version names added * scroll to top added, typo fixed * a property added to the user-data model to check if it has been used in a validation; removed button disabled for such a case; * some styling updated * retrieving variable name updated * user dataset file model added to the admin panel * User upload data (#500) * user-file-upload component added * user-file-upload component place on the user-profile page * userFileUpload added to the validationrun service * userFileUpload added to the app.modules * api url for uploading added, a draft view for serving for it added * tsconfig updated * user file component updated * userFileUpload updated and some styling improved * my-datasets page added * my-dataset page added to the navigation menu * user-file-upload component moved to my datasets page * some styling applied * my dataset page updated * user-file-upload component updated * class 'center' moved to the global css file * directory update done * prime icons updated * upload file changed to select file button and new button for uploading added * file-upload-form component added * help page updated - added a section for used data standard * work around added to add scroll-to-section option * user data uploading form added * user data uploading form updated * draft of user data file added * uploading file form updated, so now first the file has to be chosen and then metadata form shows up * file-upload-form component not needed * draft back-end function for uploading file added * a blank line added * some updates in the uploading file serializer done * uploading data view created, uploading view and serializers moved to the new file, urls imports updated * getting list of user data files added to the back end * user-data-file.dto.ts added to map the file model from the back end * user-dataset-list component added to present list of files uploaded by the user * user-dataset service added and respective code moved there from the validationrun service file * user-file-upload updated to use appropriate service * my-datasets site update to include list of user datasets * deleting user data added on both front and back end sides * my datasets table updated, some columns for metadata added * condition updated so it doesn't send two requests to the back-end * condition updated, so it doesn't show the table when there are no entries * dataset model updated to include the user that the data belongs to; the appropriate api view updated * user_dataset_file model added and upload_user_data_view updated * getting datasets into front end updated with the possibility of showing user data * urls updated, because id is now a string not int * id instead of pk taken * tests updated * refreshing page added when a file is uploaded * bug fixed, now it returns united data * uploading data updated, now first the metadata is sent, appropriate dataset, its version and variable are created and then file is uploaded * uploading file and metadata functions updated * removing file when the instance is removed added * my-datasets list updated to present information from db * caching updated to remember if also user datasets should be taken or not * user data are not taken for the reference datasets * position removed as not needed * ? added to the async pipe * a spinner added to inform user that the data is being uploaded * user data file id changed to string * a button added to run some tests on the uploaded file; instead of passing formData, only the file is passed, what fixes the problem with opening uploaded netCDF * some code commented as it's only for testing purposes * migration added * dataset_view.py updated with the default userData parameter; dataset fixture updated with the user entry * user data path added and set as the default for data storage * docker compose for test instance updated * upload file paths updated to the prod one and appropriate migration added * appropriate migration added * direction changed, first the file and then the metadata is saved * getting raw file path added as property * a very first draft of the user data reader added * model updated to store dimension names; appropriate migration added * some code refinement done * environment updated * function name updated * dataset storage path updated to not include the file name; get_raw_file_path property updated to strip also '/' * env updated to include a test version of qa4sm-preprocessing package * setdatasetpaths updated to not to change user dataset storage directories * file path updated * celery bound with data folder * some additional form fields added and handled * some code refinement done * variable and dimension part commented, as we are going to retrieve information from the file * UserDataFileDto updated according to the model changes * user dataset list updated with the possibility of editing variable and dimension names (only front-end) * model updated and appropriate migration added * retrieving dimensions and variable names from the file added * cancel button added and styled * upload date field added along with appropriate migration * user-data-row component added to develop each row separately * my-datsets component updated to use user-data-row instead of user-dataset-list * uploading form modified to consist of fewer fields * updateMetadata method added * updateMetadata url added * function for updating metadata updated to include also dimensions * toast added, some code refinement done * variable long name included on the list * Some code refinement done; styling and date format improved * preprocessing package updated * tooltips added * some changes in retrieving coordinate names from the file applied to use the function from the preprocessing package * migrations updated * model updated, appropriate migration added * list of front-end urls updated * api views for uploading file updated to be optimal and consistent * user data file updated according to changes in the model * user dataset row updated according to changes in the back-end * serializer updated; printing removed; * Information about user dataset managing options added; edit and tooltip icons added; tooltip text edited * editing dataset and version names added * scroll to top added, typo fixed * a property added to the user-data model to check if it has been used in a validation; removed button disabled for such a case; * some styling updated * retrieving variable name updated * user dataset file model added to the admin panel * fields names updated * User upload data (#501) * user-file-upload component added * user-file-upload component place on the user-profile page * userFileUpload added to the validationrun service * userFileUpload added to the app.modules * api url for uploading added, a draft view for serving for it added * tsconfig updated * user file component updated * userFileUpload updated and some styling improved * my-datasets page added * my-dataset page added to the navigation menu * user-file-upload component moved to my datasets page * some styling applied * my dataset page updated * user-file-upload component updated * class 'center' moved to the global css file * directory update done * prime icons updated * upload file changed to select file button and new button for uploading added * file-upload-form component added * help page updated - added a section for used data standard * work around added to add scroll-to-section option * user data uploading form added * user data uploading form updated * draft of user data file added * uploading file form updated, so now first the file has to be chosen and then metadata form shows up * file-upload-form component not needed * draft back-end function for uploading file added * a blank line added * some updates in the uploading file serializer done * uploading data view created, uploading view and serializers moved to the new file, urls imports updated * getting list of user data files added to the back end * user-data-file.dto.ts added to map the file model from the back end * user-dataset-list component added to present list of files uploaded by the user * user-dataset service added and respective code moved there from the validationrun service file * user-file-upload updated to use appropriate service * my-datasets site update to include list of user datasets * deleting user data added on both front and back end sides * my datasets table updated, some columns for metadata added * condition updated so it doesn't send two requests to the back-end * condition updated, so it doesn't show the table when there are no entries * dataset model updated to include the user that the data belongs to; the appropriate api view updated * user_dataset_file model added and upload_user_data_view updated * getting datasets into front end updated with the possibility of showing user data * urls updated, because id is now a string not int * id instead of pk taken * tests updated * refreshing page added when a file is uploaded * bug fixed, now it returns united data * uploading data updated, now first the metadata is sent, appropriate dataset, its version and variable are created and then file is uploaded * uploading file and metadata functions updated * removing file when the instance is removed added * my-datasets list updated to present information from db * caching updated to remember if also user datasets should be taken or not * user data are not taken for the reference datasets * position removed as not needed * ? added to the async pipe * a spinner added to inform user that the data is being uploaded * user data file id changed to string * a button added to run some tests on the uploaded file; instead of passing formData, only the file is passed, what fixes the problem with opening uploaded netCDF * some code commented as it's only for testing purposes * migration added * dataset_view.py updated with the default userData parameter; dataset fixture updated with the user entry * user data path added and set as the default for data storage * docker compose for test instance updated * upload file paths updated to the prod one and appropriate migration added * appropriate migration added * direction changed, first the file and then the metadata is saved * getting raw file path added as property * a very first draft of the user data reader added * model updated to store dimension names; appropriate migration added * some code refinement done * environment updated * function name updated * dataset storage path updated to not include the file name; get_raw_file_path property updated to strip also '/' * env updated to include a test version of qa4sm-preprocessing package * setdatasetpaths updated to not to change user dataset storage directories * file path updated * celery bound with data folder * some additional form fields added and handled * some code refinement done * variable and dimension part commented, as we are going to retrieve information from the file * UserDataFileDto updated according to the model changes * user dataset list updated with the possibility of editing variable and dimension names (only front-end) * model updated and appropriate migration added * retrieving dimensions and variable names from the file added * cancel button added and styled * upload date field added along with appropriate migration * user-data-row component added to develop each row separately * my-datsets component updated to use user-data-row instead of user-dataset-list * uploading form modified to consist of fewer fields * updateMetadata method added * updateMetadata url added * function for updating metadata updated to include also dimensions * toast added, some code refinement done * variable long name included on the list * Some code refinement done; styling and date format improved * preprocessing package updated * tooltips added * some changes in retrieving coordinate names from the file applied to use the function from the preprocessing package * migrations updated * model updated, appropriate migration added * list of front-end urls updated * api views for uploading file updated to be optimal and consistent * user data file updated according to changes in the model * user dataset row updated according to changes in the back-end * serializer updated; printing removed; * Information about user dataset managing options added; edit and tooltip icons added; tooltip text edited * editing dataset and version names added * scroll to top added, typo fixed * a property added to the user-data model to check if it has been used in a validation; removed button disabled for such a case; * some styling updated * retrieving variable name updated * user dataset file model added to the admin panel * fields names updated * problem with pretty_name vs short_name of variable fixed * User upload data (#502) * user-file-upload component added * user-file-upload component place on the user-profile page * userFileUpload added to the validationrun service * userFileUpload added to the app.modules * api url for uploading added, a draft view for serving for it added * tsconfig updated * user file component updated * userFileUpload updated and some styling improved * my-datasets page added * my-dataset page added to the navigation menu * user-file-upload component moved to my datasets page * some styling applied * my…
- Loading branch information