-
Notifications
You must be signed in to change notification settings - Fork 0
feat: infrastructure and boilerplate deps upgrade (MAPCO-9937) #82
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
Merged
CL-SHLOMIKONCHA
merged 22 commits into
master
from
feat/infrastructure-boilerplate-update-v2
Jun 18, 2026
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
c9a89d3
feat: infrastructure and boilerplate deps upgrade
roicohen326 15800ea
style: fix formatting in gdalUtilities.spec.ts
roicohen326 cf24a33
fix(helm): remove redundant telemetry helper values
roicohen326 2a360cc
fix: migrate IConfig to ConfigType
roicohen326 4026f27
chore: minor whitespace
roicohen326 c9d7dfe
chore: merge master to resolve conflicts
roicohen326 020ac1e
fix: regenerate package-lock.json for npm ci compatibility
roicohen326 20b7247
fix: lint errors
roicohen326 255b8f5
test: add polygon parts manager 404 and 500 coverage tests
eyalr1100 2618c5e
fix: address PR review comments
roicohen326 692772f
chore: merge master into branch
roicohen326 136b329
chore: regenerate package-lock.json
roicohen326 11c712a
fix: upgrade js logger to v5
roicohen326 2f60e4d
chore: add .diff to gitignore
roicohen326 7018cfd
fix: use err shorthand in logger calls, fix lint warnings, helm confi…
roicohen326 4743f7c
fix: revert booleanContains to default import
roicohen326 a3b168f
style: fixed eslint errors & conventions
CL-SHLOMIKONCHA 5d4e257
style: fixed eslint errors & conventions
CL-SHLOMIKONCHA 63b35fe
Merge branch 'master' of https://github.com/MapColonies/ingestion-tri…
CL-SHLOMIKONCHA 4d4df43
test: fix geo validator unit tests
CL-SHLOMIKONCHA e2cf556
helm: added support for opentelemetry logger options
CL-SHLOMIKONCHA bf889b5
style: fixed lint error
CL-SHLOMIKONCHA 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,3 +16,5 @@ commitlint.config.json | |
| dist | ||
| build | ||
| reports | ||
| local.json | ||
|
|
||
This file was deleted.
Oops, something went wrong.
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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| { | ||
| "$schema": "https://swc.rs/schema.json", | ||
| "jsc": { | ||
| "parser": { | ||
| "syntax": "typescript", | ||
| "decorators": true | ||
| }, | ||
| "transform": { | ||
| "decoratorMetadata": true | ||
| } | ||
| } | ||
| } |
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,3 +1,4 @@ | ||
| { | ||
| "cSpell.words": ["shapefile"] | ||
| "cSpell.words": ["shapefile"], | ||
| "typescript.tsdk": "node_modules/typescript/lib" | ||
| } |
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
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 |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| import tsBaseConfig from '@map-colonies/eslint-config/ts-base'; | ||
| import jestConfig from '@map-colonies/eslint-config/jest'; | ||
| import { config } from '@map-colonies/eslint-config/helpers'; | ||
|
|
||
| export default config(jestConfig, tsBaseConfig); |
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
|
CL-SHLOMIKONCHA marked this conversation as resolved.
|
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.