-
Notifications
You must be signed in to change notification settings - Fork 0
feat: dem info endpoint (MAPCO-9814) #20
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
Open
vitaligi
wants to merge
52
commits into
feat/dem-service
Choose a base branch
from
feat/dem-info
base: feat/dem-service
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
362aa1a
fix: helm sync with boilerplate
vitaligi d7fa93e
build: add dependencies
vitaligi dbb0b3c
chore: define configurations
vitaligi d45b641
feat: implement info endpoint with minor api changes
vitaligi 0887639
refactor: inject gdal-async into gdal file handler and other changes
vitaligi ca5f3df
fix: rename resolutionDegrees to resolutionDegree
vitaligi 3d97721
refactor: pr comments
vitaligi 8da9e91
refactor: stricter validation on srs name
vitaligi 985298d
refactor: stricter validations on objects
vitaligi 0bad12c
refactor: use static method to get srs
vitaligi 0a578d3
fix: dataset var shadowing
vitaligi 5f7c9fe
refactor: revert to support additional metadata records
vitaligi 75d8e5f
feat: info validations (MAPCO-10133) (#23)
vitaligi f7f8a5c
build: move epsg-index to dependencies
vitaligi 6c7c11a
refactor: pr comment improved log handler
vitaligi a89878f
chore: sync with boilerplate
vitaligi 5257981
chore: sync with boilerplate
vitaligi 14950b4
refactor: import types
vitaligi 0de3c06
refactor: modify fileHandler interface to include handler name
vitaligi 255cdfd
refactor: define error messages for validations
vitaligi 9831a7b
refactor: add logs
vitaligi 973860f
refactor: pr comments organize validations
vitaligi fd99b7f
chore: pr comment modify info response schema
vitaligi f0cc37a
fix: validate against configured format
vitaligi f3154b1
chore: remove unnecessary space in start:dev script
vitaligi 3f9ff2f
fix: missing type
vitaligi 4af957c
fix: correctly swap input and output coordinate order
vitaligi ecacf51
refactor: change overview count validation schema and remove pixel sc…
vitaligi c139da9
refactor: use custom error to throw 422 error
vitaligi 729191c
build: add geographiclib-geodesic
vitaligi b20fc4c
build: update @map-colonies/schemas
vitaligi 0764ce8
refactor: resolution calculation
vitaligi a02d22b
docs: add readme file
vitaligi a92bbec
test: setup test configurations and vitest and OpenAPI validation
vitaligi e08933b
test: remove boilerplate tests files
vitaligi 3584c16
test: add info endpoint
vitaligi 23b47e1
chore: set correct service name
vitaligi c641073
style: format and remove disable eslint rule
vitaligi 60e58b5
test: fix test tmp dir location for ci
vitaligi a02622e
test: tmp dir setup and teardown
vitaligi 3be9bea
test: organize imports in info
vitaligi 2ff1d6c
test: remove unused boilerplate unit tests
vitaligi 12112e1
refactor: move hasKey into utility module
vitaligi 721f8d6
test: add unit tests for InfoManager functionality
vitaligi dbbb36c
test: add unit tests for GDALHandler functionality
vitaligi fb3e7e8
refactor: pr comment
vitaligi 67492f0
chore: pr comment service description in package.json
vitaligi f0d2636
test: remove unnecessary todo
vitaligi 91bc714
chore: rename chart references from ts-server-boilerplate to dem-gateway
vitaligi 0237977
chore: update catalog-info.yaml
vitaligi 2f5cff6
docs: remove todo
vitaligi 5caa5f5
refactor: pr comment
vitaligi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,17 @@ | ||
| apiVersion: backstage.io/v1alpha1 | ||
| kind: Component | ||
| metadata: | ||
| name: ts-server-boilerplate | ||
| description: A boilerplate github repo for a REST API service in NodeJS for MapColonies | ||
| name: dem-gateway | ||
| description: Gateway for DEM resources manipulation | ||
| annotations: | ||
| github.com/project-slug: MapColonies/ts-server-boilerplate | ||
| github.com/project-slug: MapColonies/dem-gateway | ||
| tags: | ||
| - nodejs | ||
| - typescript | ||
| - expressjs | ||
| - boilerplate | ||
| - dem | ||
| spec: | ||
| type: service | ||
| lifecycle: production | ||
| owner: DevInfra | ||
| system: boilerplate | ||
| owner: DEM | ||
| system: dem-ingestion |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,5 @@ | ||
| {} | ||
| { | ||
| "storageExplorer": { | ||
| "sourceDir": "/" | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.