Skip to content

Release 0.1.0#138

Merged
TiGrib merged 226 commits intomasterfrom
develop
Dec 25, 2024
Merged

Release 0.1.0#138
TiGrib merged 226 commits intomasterfrom
develop

Conversation

@TiGrib
Copy link
Contributor

@TiGrib TiGrib commented Dec 25, 2024

Change Summary

Release 0.1.0

Related issue number

[DOP-23134]

dolfinus and others added 30 commits June 27, 2024 14:43
…ndpoint

[DOP 16693] Add job endpoint. Return paginated page
pre-commit-ci bot and others added 20 commits December 3, 2024 11:42
updates:
- [github.com/pycqa/bandit: 1.7.10 → 1.8.0](PyCQA/bandit@1.7.10...1.8.0)
Bumps the python-packages group with 4 updates: [fastapi](https://github.com/fastapi/fastapi), [faststream](https://github.com/airtai/FastStream), [coverage](https://github.com/nedbat/coveragepy) and [types-python-dateutil](https://github.com/python/typeshed).


Updates `fastapi` from 0.115.5 to 0.115.6
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.5...0.115.6)

Updates `faststream` from 0.5.31 to 0.5.33
- [Release notes](https://github.com/airtai/FastStream/releases)
- [Changelog](https://github.com/airtai/faststream/blob/main/docs/update_releases.py)
- [Commits](ag2ai/faststream@0.5.31...0.5.33)

Updates `coverage` from 7.6.8 to 7.6.9
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.6.8...7.6.9)

Updates `types-python-dateutil` from 2.9.0.20241003 to 2.9.0.20241206
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: faststream
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: types-python-dateutil
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the python-packages group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.6.1` | `2.7.0` |
| [python-json-logger](https://github.com/nhairs/python-json-logger) | `2.0.7` | `3.2.1` |
| [uvicorn](https://github.com/encode/uvicorn) | `0.32.1` | `0.34.0` |
| [cramjam](https://github.com/milesgranger/pyrus-cramjam) | `2.9.0` | `2.9.1` |
| [python-keycloak](https://github.com/marcospereirampj/python-keycloak) | `4.7.3` | `5.1.1` |


Updates `pydantic-settings` from 2.6.1 to 2.7.0
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.6.1...v2.7.0)

Updates `python-json-logger` from 2.0.7 to 3.2.1
- [Release notes](https://github.com/nhairs/python-json-logger/releases)
- [Changelog](https://github.com/nhairs/python-json-logger/blob/main/docs/changelog.md)
- [Commits](nhairs/python-json-logger@v2.0.7...v3.2.1)

Updates `uvicorn` from 0.32.1 to 0.34.0
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](Kludex/uvicorn@0.32.1...0.34.0)

Updates `cramjam` from 2.9.0 to 2.9.1
- [Release notes](https://github.com/milesgranger/pyrus-cramjam/releases)
- [Commits](milesgranger/cramjam@v2.9.0...v2.9.1)

Updates `python-keycloak` from 4.7.3 to 5.1.1
- [Changelog](https://github.com/marcospereirampj/python-keycloak/blob/master/CHANGELOG.md)
- [Commits](marcospereirampj/python-keycloak@v4.7.3...v5.1.1)

---
updated-dependencies:
- dependency-name: pydantic-settings
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: python-json-logger
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: cramjam
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: python-keycloak
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
* [DOP-21576] Update Keycloak provider for auth with Frontend

* [DOP-21576] Move /auth/me -> /users/me; Remove state from redirect

* [DOP-21576] Small fixes

* [DOP-21576] remove logout

* [DOP-21576] Fix interaction schema

* [DOP-21576] Update schema
Bumps the python-packages group with 4 updates: [python-multipart](https://github.com/Kludex/python-multipart), [deepdiff](https://github.com/seperman/deepdiff), [mypy](https://github.com/python/mypy) and [types-pyyaml](https://github.com/python/typeshed).


Updates `python-multipart` from 0.0.19 to 0.0.20
- [Release notes](https://github.com/Kludex/python-multipart/releases)
- [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md)
- [Commits](Kludex/python-multipart@0.0.19...0.0.20)

Updates `deepdiff` from 8.0.1 to 8.1.1
- [Release notes](https://github.com/seperman/deepdiff/releases)
- [Changelog](https://github.com/seperman/deepdiff/blob/master/docs/changelog.rst)
- [Commits](seperman/deepdiff@8.0.1...8.1.1)

Updates `mypy` from 1.13.0 to 1.14.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.13.0...v1.14.0)

Updates `types-pyyaml` from 6.0.12.20240917 to 6.0.12.20241221
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: python-multipart
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: deepdiff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: types-pyyaml
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
updates:
- [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1)
Bumps the pip group with 1 update: [jinja2](https://github.com/pallets/jinja).


Updates `jinja2` from 3.1.4 to 3.1.5
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.4...3.1.5)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
* [DOP-22750] Add owner parsing for airflow run events

* [DOP-22750] Update tests

* [DOP-22750] add unit tests for 'airflow' owner

* [DOP-22750] make owner optional, add test for airflow dag/task without owner

* [DOP-22750] update extractor condition
@TiGrib TiGrib requested a review from dolfinus December 25, 2024 11:33
@TiGrib TiGrib self-assigned this Dec 25, 2024
Co-authored-by: Maxim Martynov <msmarty5@mts.ru>
@TiGrib TiGrib merged commit 35310ed into master Dec 25, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants