Conversation
… command - Added instruction to upgrade pip to fix `pip install --group` error - Fixed mkdocs serve errors by ensuring dependencies and environment setup - Verified changes do not affect other parts of the system - Ready to discuss any proposed changes and feedback
… command - Added instruction to upgrade pip to fix `pip install --group` error - Fixed mkdocs serve errors by ensuring dependencies and environment setup - Verified changes do not affect other parts of the system - Ready to discuss any proposed changes and feedback
Changed the documentation server startup instructions to use the `just docs-serve` command instead of directly running `mkdocs serve`.
…mmands - Changed documentation to use `just docs-serve` for starting the local docs server - Added note about using `just docs-serve --full` for a full build with all dependencies
…mmands - Changed documentation to use `just docs-serve` for starting the local docs server - Added note about using `just docs-serve --full` for a full build with all dependencies
Lancetnik
marked this pull request as draft
August 14, 2025 17:44
Bumps the pip group with 3 updates: [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin), [ruff](https://github.com/astral-sh/ruff) and [zizmor](https://github.com/zizmorcore/zizmor). Updates `mkdocs-macros-plugin` from 1.3.7 to 1.3.9 - [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases) - [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md) - [Commits](fralau/mkdocs-macros-plugin@v1.3.7...v1.3.9) Updates `ruff` from 0.12.8 to 0.12.9 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.12.8...0.12.9) Updates `zizmor` from 1.11.0 to 1.12.0 - [Release notes](https://github.com/zizmorcore/zizmor/releases) - [Changelog](https://github.com/zizmorcore/zizmor/blob/main/docs/release-notes.md) - [Commits](zizmorcore/zizmor@v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: mkdocs-macros-plugin dependency-version: 1.3.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: ruff dependency-version: 0.12.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: zizmor dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/checkout` from 4.3.0 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08eba0b...08c6903) Updates `astral-sh/setup-uv` from 6.4.3 to 6.5.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@e92bafb...d9e0f98) Updates `github/codeql-action` from 3.29.8 to 3.29.9 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@76621b6...df55935) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: astral-sh/setup-uv dependency-version: 6.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 3.29.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
…actions-f199e20f30 chore(deps): bump the github-actions group with 3 updates
Lancetnik
marked this pull request as ready for review
August 14, 2025 18:00
Lancetnik
marked this pull request as draft
August 14, 2025 18:05
chore(deps): bump the pip group with 3 updates
Added a visual schema/table to the Lifespan Hooks documentation showing: - All existing hooks (`on_startup`, `after_startup`, `on_shutdown`, `after_shutdown`) - Their execution order - Available resources (CLI args, context, broker) for each hook This makes it easier to understand when hooks are called and what can be accessed at each stage.
Added a complete example in the Lifespan Hooks documentation showing: - All four hook types (`on_startup`, `after_startup`, `on_shutdown`, `after_shutdown`) - Multiple functions per hook type - Execution order with formatted console output This improves clarity on how hooks are registered, executed, and in what order they appear in logs.
Bumps the github-actions group with 3 updates: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv), [github/codeql-action](https://github.com/github/codeql-action) and [actions/dependency-review-action](https://github.com/actions/dependency-review-action). Updates `astral-sh/setup-uv` from 6.6.0 to 6.6.1 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@4959332...557e51d) Updates `github/codeql-action` from 3.29.11 to 3.30.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@3c3833e...2d92b76) Updates `actions/dependency-review-action` from 4.7.2 to 4.7.3 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@bc41886...595b5ae) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 6.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 3.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/dependency-review-action dependency-version: 4.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
…actions-0fc3b08fa3 chore(deps): bump the github-actions group with 3 updates
Feat: switch image from bitnami to confluent
Feature/update docs
Add new issue workflow
fix: 0.6.0rc2 release changes
Lancetnik
marked this pull request as ready for review
September 4, 2025 20:36
Lancetnik
requested review from
Sehat1137,
draincoder and
kumaranvpl
as code owners
September 4, 2025 20:36
github-merge-queue
Bot
removed this pull request from the merge queue due to a conflict with the base branch
Sep 4, 2025
github-merge-queue
Bot
removed this pull request from the merge queue due to a conflict with the base branch
Sep 4, 2025
github-merge-queue
Bot
removed this pull request from the merge queue due to a conflict with the base branch
Sep 4, 2025
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.
No description provided.