feat: boilerplate and dependencies maintenance (MAPCO-10114)#63
Merged
Conversation
razbroc
reviewed
Apr 14, 2026
shimoncohen
requested changes
May 10, 2026
shimoncohen
requested changes
May 11, 2026
shimoncohen
requested changes
May 11, 2026
…/infrastructure-boilerplate-maintenance
shimoncohen
approved these changes
Jun 11, 2026
razbroc
approved these changes
Jun 21, 2026
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
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.
This pull request introduces significant improvements to configuration management, tracing, and metrics handling, as well as updates to dependencies and build tooling. The main changes include migrating to a new configuration system using
@map-colonies/config, updating tracing to use@map-colonies/tracing, removing legacy metrics support, and modernizing the build and linting setup. These changes streamline the codebase, improve maintainability, and align with newer package versions and best practices.Configuration and Tracing Modernization:
@map-colonies/configand@map-colonies/schemas, replacing the legacyconfigpackage and updating all related code to use typed configuration access via the newConfigTypeinterface (src/common/config.ts,src/containerConfig.ts). [1] [2] [3]@map-colonies/tracing, introducing a factory pattern for initialization and access, and removing legacy metrics integration (src/common/tracing.ts,src/containerConfig.ts). [1] [2]Metrics and Helm Cleanup:
helm/templates/configmap.yaml,helm/templates/deployment.yaml,helm/values.yaml). [1] [2] [3] [4] [5] [6]configManagementvalues in Helm for improved configuration control (helm/templates/configmap.yaml,helm/values.yaml). [1] [2]Dependency and Build Tooling Updates:
@map-colonies/error-express-handler,@map-colonies/express-access-log-middleware,@map-colonies/eslint-config, and others; added new dependencies for SWC, cross-env, tsc-alias, and eslint-plugin-jest (package.json). [1] [2].swcrc).package.json,Dockerfile). [1] [2]Linting and Testing Improvements:
@map-colonies/eslint-config,eslint-plugin-jest, and improved rule management for test files (eslint.config.mjs).commitlint.config.json,package.json). [1] [2]Miscellaneous Refinements:
config/custom-environment-variables.json,config/default.json). [1] [2]redocly.yaml. [1] [2] [3]These changes collectively modernize the project’s infrastructure and codebase, making it more robust and easier to maintain.