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
feat(basemaps): Update the create-pr cli to add new individual vector tileset. BM-992 #933
Merged
Conversation
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
Wentao-Kuang
requested review from
l0b0,
amfage,
MDavidson17,
paulfouquet and
blacha
March 21, 2024 00:45
Wentao-Kuang
changed the title
feat(basemaps): Update the create-pr cli to add new individual vector tileset.
feat(basemaps): Update the create-pr cli to add new individual vector tileset. BM-992
Mar 21, 2024
blacha
reviewed
Mar 21, 2024
Co-authored-by: Blayne Chard <bchard@linz.govt.nz>
blacha
reviewed
Mar 21, 2024
blacha
reviewed
Mar 21, 2024
l0b0
reviewed
Mar 21, 2024
blacha
reviewed
Mar 21, 2024
blacha
reviewed
Mar 24, 2024
blacha
reviewed
Mar 24, 2024
blacha
reviewed
Mar 24, 2024
blacha
reviewed
Mar 25, 2024
blacha
reviewed
Mar 26, 2024
blacha
reviewed
Mar 26, 2024
l0b0
reviewed
Mar 27, 2024
Wentao-Kuang
commented
Mar 27, 2024
l0b0
previously approved these changes
Mar 27, 2024
l0b0
previously approved these changes
Apr 3, 2024
blacha
reviewed
Apr 3, 2024
Co-authored-by: Blayne Chard <bchard@linz.govt.nz>
l0b0
approved these changes
Apr 3, 2024
blacha
approved these changes
Apr 3, 2024
github-merge-queue bot
pushed a commit
that referenced
this pull request
Apr 7, 2024
🤖 I have created a release *beep* *boop* --- ## [3.4.0](v3.3.2...v3.4.0) (2024-04-03) ### Features * **basemaps:** Update the create-pr cli to add new individual vector tileset. BM-992 ([#933](#933)) ([9234ffb](9234ffb)) * detects and error if the tiff is not 8 bits TDE-895 ([#890](#890)) ([9e639b7](9e639b7)) * force fully qualified domains for s3 requests TDE-1084 ([#940](#940)) ([3fdbf98](3fdbf98)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Motivation
We need to run another cron workflow to generate individual vector map output for the nz road addressing layer. So we need to allow the create-pr command to be able to add create pull request for it.
Modification
getContent
to return null for Not FoundChecklist
If not applicable, provide explanation of why.