forked from albertodonato/query-exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
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
origin rebase #9
Merged
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
bradsbrown
commented
Jan 23, 2025
- Version 2.9.0
- [snap] fix build
- [snap] udpate metadata
- Dockerfile support for arm64 arch (Dockerfile support for arm64 arch albertodonato/query-exporter#160)
- [github] add python3.12
- disable python3.12 for now
- update to prometheus-aioexporter 2.0 (update to prometheus-aioexporter 2.0 albertodonato/query-exporter#165)
- [snap] [docker] add ClickHouse support
- Update README.rst (Update README.rst albertodonato/query-exporter#167)
- Update README.rst (Update README.rst albertodonato/query-exporter#166)
- fix typo README.rst (fix typo README.rst albertodonato/query-exporter#168)
- Version 2.9.1
- update version
- Update CHANGES.rst (Update CHANGES.rst albertodonato/query-exporter#170)
- Update README.rst (Update README.rst albertodonato/query-exporter#169)
- fix main script (fixes Issue when running v2.9.1 in docker albertodonato/query-exporter#171).
- Version 2.9.2
- fix(typs): Fixed minor typos (fix(typs): Fixed minor typos albertodonato/query-exporter#172)
- Bugfix- Added support for ODBC version 17 using argument (Bugfix- Added support for ODBC version 17 using argument albertodonato/query-exporter#174)
- update readme
- switch to ruff (switch to ruff albertodonato/query-exporter#181)
- add metric to track query execution timestamp (fixes Add a builtin metric of query_timestamp - reporting last time query_exporter ran the query albertodonato/query-exporter#178) (add metric to track query execution timestamp (fixes #178) albertodonato/query-exporter#182)
- [docker] define a volume containing the config file (fixes Add option to change config file path albertodonato/query-exporter#158) ([docker] define a volume containing the config file (fixes #158) albertodonato/query-exporter#184)
- fix tests for changed jsonschema error message
- drop codecov
- fix columns names in InvalidResultColumnNames being reported the wrong way round (fix columns names in InvalidResultColumnNames being reported the wrong way round albertodonato/query-exporter#185)
- Version 2.10.0
- Update the base image to 3.13-slim-bookworm (Update the base image to 3.13-slim-bookworm albertodonato/query-exporter#197)
- switch back to isort+black+flake8
- gh: add python 3.13 to matrix
- enable strict mode for mypy
- set scope for asyncio fixture in tests
- typing fix
- revert switch back from ruff
- drop unnecessary asyncio test markers
- snap: update to core24
- snap: specify build architectures
- require Python 3.11
- switch to SQLAlchemy 2 (switch to SQLAlchemy 2 albertodonato/query-exporter#198)
- add typing to config tests
- Version 2.11.0
- Version 2.11.1
- chore: update ruff config
- type fixes
- chore: add dependabot config (chore: add dependabot config albertodonato/query-exporter#209)
- Bump actions/checkout from 3 to 4 (Bump actions/checkout from 3 to 4 albertodonato/query-exporter#211)
- Bump actions/setup-python from 4 to 5 (Bump actions/setup-python from 4 to 5 albertodonato/query-exporter#210)
- upate dependabot config
- update dependabot config
- define requirements.txt
- rename tox target to update-dependencies
- docker action
- update docker workflow config
- switch to prometheus-aioexporter 3.0 (fixes Enable structured logging albertodonato/query-exporter#199)
- change "increment" default value for counters to False
- update dependencies
- docker/snap changes
- update doc
- add more typing to tests
- fix snap description
- Version 3.0.0
- chore: fix typo in readme
- chore(docker): build image on tag pushes
- chore(snap): build images only for amd64 and arm64
- chore(docker): document GHCR builds
- chore: split configuration file format docs (chore: split configuration file format docs albertodonato/query-exporter#215)
- feat: support YAML tags for env, file, and include (fixes Allow query sql to be defined in a file albertodonato/query-exporter#188) (feat: support YAML tags for env, file, and include (fixes #188) albertodonato/query-exporter#216)
- chore: split yaml module code
- chore: add table documenting exporter options
- chore: better typing
- feat: support combining config from multiple files (fixes Read metrics and queries from multiple files. albertodonato/query-exporter#108) (feat: support combining config from multiple files (fixes #108) albertodonato/query-exporter#218)
- chore: error if file content is not a mapping
- chore: update doc
- chore: fix table in doc
- chore: more tests typing fixes
- chore: complete typing for tests
- Bump pygments from 2.18.0 to 2.19.0 in the minor group (Bump pygments from 2.18.0 to 2.19.0 in the minor group albertodonato/query-exporter#219)
- Version 3.1.0
- typo in README.rst (typo in README.rst albertodonato/query-exporter#220)
- chore: add PyPI downloads badge to readme
- chore: extract module with builtin metrics
- chore: fix badge in README
- chore: drop unused s390x arch from packages
- Bump sqlalchemy from 2.0.36 to 2.0.37 (Bump sqlalchemy from 2.0.36 to 2.0.37 albertodonato/query-exporter#221)
- Bump pygments from 2.19.0 to 2.19.1 (Bump pygments from 2.19.0 to 2.19.1 albertodonato/query-exporter#222)
- chore: combine execute logic
- chore: move label definition
- chore: add contribution guidelines (chore: add contribution guidelines albertodonato/query-exporter#226)
- Bump referencing from 0.35.1 to 0.36.1 in the minor group (Bump referencing from 0.35.1 to 0.36.1 in the minor group albertodonato/query-exporter#227)
- chore: refactory Query adding QueryExecution (chore: refactory Query adding QueryExecution albertodonato/query-exporter#229)
- Bump structlog from 24.4.0 to 25.1.0 in the major group (Bump structlog from 24.4.0 to 25.1.0 in the major group albertodonato/query-exporter#228)
- chore: add discussions to the doc
- feat: add query interval metric (fixes add query_interval as a built-in metric albertodonato/query-exporter#225) (feat: add query interval metric (fixes #225) albertodonato/query-exporter#230)
- chore: fix url
- feat: run queries in explicit transactions, deprecate autocommit flag (feat: run queries in explicit transactions, deprecate autocommit flag albertodonato/query-exporter#232)
- Add the ability to connect to snowflake
- Infrastructure to support the query exporter.
- fix testing
- fix testing
- Fix the testing
- Fix tests
- fix test merges
…g way round (albertodonato#185) fix columns names in InvalidResultColumnNames being reported the wrong way round --------- Co-authored-by: Alberto Donato <[email protected]>
…ato#227) Bumps the minor group with 1 update: [referencing](https://github.com/python-jsonschema/referencing). Updates `referencing` from 0.35.1 to 0.36.1 - [Release notes](https://github.com/python-jsonschema/referencing/releases) - [Changelog](https://github.com/python-jsonschema/referencing/blob/main/docs/changes.rst) - [Commits](python-jsonschema/referencing@v0.35.1...v0.36.1) --- updated-dependencies: - dependency-name: referencing dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…o#228) Bumps the major group with 1 update: [structlog](https://github.com/hynek/structlog). Updates `structlog` from 24.4.0 to 25.1.0 - [Release notes](https://github.com/hynek/structlog/releases) - [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md) - [Commits](hynek/structlog@24.4.0...25.1.0) --- updated-dependencies: - dependency-name: structlog dependency-type: direct:production update-type: version-update:semver-major dependency-group: major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
lfyorke
approved these changes
Jan 24, 2025
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.