Update version (v1.1.0)#2
Merged
willowweevil merged 48 commits intomainfrom Feb 19, 2026
Merged
Conversation
willowweevil
added a commit
that referenced
this pull request
Feb 19, 2026
willowweevil
added a commit
that referenced
this pull request
Apr 22, 2026
* add project v1.0.0 * ad CHANGELOG.md * add LICENSE * add --rm flag to docker run * add build-binary stage * update ci to run by pushing tag in main * set build by tag from main/develop branches * update locations * add rate limits logic * remove build-binary from needs in build stage * initialize v1.0.0 * add branding materials * update metrics * update error metric * add metrics labels * update metrics * update README.md * add grafana dashboards * update README * update dashboards * add 'apatit_mp_data_status' metric * add data status stat panel * update ci * add helm-chart * change version in arg * add locations.json to release * update locations * fix 'status' metric name * update monitoring dashboard * fix typo in REQUEST_DELAY env var; extend default delay up to 3s * update README * update goland and libaries * Remove "EngMPNames" from Config struct * Remove "EngMPNames" from exporter.Config * Remove "translator" module from import and translator initialization from newApp * Remove "translator" module * Use both EN and RU monitoring point names as labels in MP-related metrics * Add EN monitoring point names in models. * Remove "translator" module from project. * Remove transpose-related commented code. * Fix formatting issues. * Remove unused function 'envBool'. * update "Unavailable Monitoring Points" panel * Remove 'locations.json' * Update README.md * Update CHANGELOG.md * Update README.md * update (#3) * Update version (v1.1.0) (#2) Remove all 'translation' - related logic. Add EN and RU labels to metrics and JSON stats. * Remove translator.go and locations.json * Fix sigfault. * Add profiling test. * Update helm-chart.
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.
Remove all 'translation' - related logic.
Add EN and RU labels to metrics and JSON stats.