- added the possibility to delete 'inprogress' dataset again for the submitter - concat run commands insider Dockerfile for better docker image - npm updates - add own Exception classes HttpException.ts and InternalServerException.ts
This commit is contained in:
parent
b6b1c90ff8
commit
6fa22aad9b
18 changed files with 473 additions and 251 deletions
|
@ -1,13 +1,14 @@
|
|||
// ./contracts/enums.ts
|
||||
|
||||
export enum DatasetTypes {
|
||||
analysisdata = 'analysisdata',
|
||||
measurementdata = 'measurementdata',
|
||||
monitoring = 'monitoring',
|
||||
remotesensing = 'remotesensing',
|
||||
gis = 'gis',
|
||||
models = 'models',
|
||||
mixedtype = 'mixedtype',
|
||||
analysisdata = 'Analysis',
|
||||
measurementdata = 'Measurements',
|
||||
monitoring = 'Monitoring',
|
||||
remotesensing = 'Remote Sensing',
|
||||
gis = 'GIS',
|
||||
models = 'Models',
|
||||
mixedtype = 'Mixed Type',
|
||||
vocabulary = 'Vocabulary',
|
||||
}
|
||||
|
||||
export enum ServerStates {
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue