generated from linz/template-javascript-hello-world
-
Notifications
You must be signed in to change notification settings - Fork 4
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
refactor: Specify common types TDE-1030 #849
Closed
Closed
Changes from 36 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
25f890c
refactor: Specify common branded types
l0b0 243ceeb
docs: Explain branded types
l0b0 a119ba7
chore: Remove unused special case for JSON input
l0b0 907f18a
refactor: Use built-in `URL` type
l0b0 8f8c146
Merge remote-tracking branch 'origin/master' into refactor/types
l0b0 8d716c3
fix: Revert wrong use of base64url encoding
l0b0 3fe4a21
refactor: Re-use `UrlParser`
l0b0 9ca2b9e
fix: Handle local path in `$ACTION_PATH`
l0b0 aeeb40a
refactor: Use `UrlParser` instead of `tryParseUrl`
l0b0 48f5b2d
refactor: Use `fsa.join` instead of `normaliseHref`
l0b0 cf7aad3
fix: Use `URL` for STAC URL concatenation
l0b0 ab8603d
build(deps): Bump the chunkd group with 3 updates
dependabot[bot] 73e08c1
fix: Work with latest chunkd update
l0b0 e0f9241
refactor: fixup dependencies
blacha a5aa796
build: remove esno as its not used
blacha f341b8f
refactor: fixup linting
blacha f4f916d
refactor: apply linter
blacha 67a8bc0
refactor: correct import locations
blacha 1eeb1cc
refactor: createTiff is no longer needed
blacha 804b355
refactor: fixup tests for filter
blacha 86cfa0d
refactor: correct sample.json loading
blacha 40581de
refactor: missed a few tests
blacha 2cd22d5
fix: correct logic of relative test
blacha c6dc92b
Merge remote-tracking branch 'origin/master' into refactor/types
l0b0 fa98b63
Update src/commands/copy/copy.ts
l0b0 1f36e73
refactor: Join imports
l0b0 3b5eb17
fix: Use absolute path for file URL
l0b0 dcd9868
chore: Uncomment test
l0b0 f09b7d3
chore: Remove redundant lookup of `URL.href`
l0b0 5306cc8
refactor: Use existing `fsa.toUrl`
l0b0 273235e
refactor: Simplify by using synchronous URL parser
l0b0 cc9ddb1
Merge remote-tracking branch 'origin/master' into refactor/types
l0b0 87c913f
fix: Pass plain strings to workers
l0b0 894218c
Update src/commands/basemaps-mapsheet/create-mapsheet.ts
l0b0 1a26e94
refactor: Let `URL` constructor deal with relative `path`s
l0b0 767edc0
fix: Syntax and type
l0b0 fc92748
Merge remote-tracking branch 'origin/master' into refactor/types
l0b0 ffd1d02
refactor: Simplify URL generation
l0b0 8191600
refactor: Create URL with library method
l0b0 79737fc
Merge remote-tracking branch 'origin/master' into refactor/types
l0b0 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 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 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 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 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was using the wrong interpreter; please ignore the deleted comment.