Merge branch 'release/0.4.0'
.Rprofile
0 → 100644
.dockerignore
0 → 100644
{ | ||
"name": "api", | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"description": "", | ||
"author": "lisanne.nauta@wur.nl", | ||
"private": true, | ||
... | ... | @@ -10,8 +10,9 @@ |
"build": "nest build", | ||
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", | ||
"start": "nest start", | ||
"start:dev:nowatch": "NODE_ENV=dev nest start", | ||
"start:dev": "NODE_ENV=dev nest start --watch", | ||
"start:debug": "nest start --debug --watch", | ||
"start:debug": "NODE_ENV=dev nest start --debug --watch", | ||
"start:stag": "NODE_ENV=stag node dist/main", | ||
"start:dev:azure-test": "NODE_ENV=azure-test nest start --watch", | ||
"start:prod": "NODE_ENV=prod node dist/main", | ||
... | ... | @@ -28,6 +29,7 @@ |
"migration:generate:azure-test": "NODE_ENV=azure-test npm run typeorm -- migration:generate --config src/ormconfig -n", | ||
"migration:run:dev": "NODE_ENV=dev npm run typeorm -- migration:run --config src/ormconfig", | ||
"migration:run:azure-test": "NODE_ENV=azure-test npm run typeorm -- migration:run --config src/ormconfig", | ||
"migration:run:azure-release": "NODE_ENV=azure-release npm run typeorm -- migration:run --config src/ormconfig", | ||
"migration:revert:dev": "NODE_ENV=dev npm run typeorm -- migration:revert --config src/ormconfig", | ||
"migration:revert:azure-test": "NODE_ENV=azure-test npm run typeorm -- migration:revert --config src/ormconfig" | ||
}, | ||
... | ... | @@ -67,6 +69,7 @@ |
"@nestjs/testing": "^8.0.0", | ||
"@types/cron": "^1.7.3", | ||
"@types/express": "^4.17.13", | ||
"@types/geojson": "^7946.0.8", | ||
"@types/jest": "^27.0.1", | ||
"@types/node": "^16.0.0", | ||
"@types/passport-jwt": "^3.0.6", | ||
... | ... |
renv/.gitignore
0 → 100644
renv/activate.R
0 → 100644
This diff is collapsed.
scripts/backup_database.sh
0 → 100644
scripts/enable_postgis.sql
0 → 100644
scripts/restore_backup.sh
0 → 100644
scripts/upload_raster.sh
0 → 100644
soil_moisture_dry_run.sh
0 → 100644