chore(#784): renamed cluster to model#814
Merged
kitsudaiki merged 10 commits intodevelopfrom Jan 15, 2026
Merged
Conversation
The old name "cluster" bothered me for quite some time. Originally it was choosen because it is a cluster of a bunch of hexagons. But the name fits better for other parts of the infrastructure. Because normally in AI contex these parts are called "model", I renamed them in my project now the same, even the are quite different. Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
721bdc6 to
942acd5
Compare
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.37.0 to 0.39.0. - [Commits](golang/term@v0.37.0...v0.39.0) --- updated-dependencies: - dependency-name: golang.org/x/term dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
Bumps the python-packages group in /src/sdk/python/ainari_sdk with 1 update: [jsonschema](https://github.com/python-jsonschema/jsonschema). Updates `jsonschema` from 4.25.1 to 4.26.0 - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](python-jsonschema/jsonschema@v4.25.1...v4.26.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
Bumps [pest](https://github.com/pest-parser/pest) from 2.8.4 to 2.8.5. - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](pest-parser/pest@v2.8.4...v2.8.5) --- updated-dependencies: - dependency-name: pest dependency-version: 2.8.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.48.0 to 1.49.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.48.0...tokio-1.49.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
Bumps [serial_test](https://github.com/palfrey/serial_test) from 3.2.0 to 3.3.1. - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](palfrey/serial_test@v3.2.0...v3.3.1) --- updated-dependencies: - dependency-name: serial_test dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.145 to 1.0.148. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.148) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.148 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/main/CHANGELOG.md) - [Commits](diesel-rs/diesel@v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: diesel dependency-version: 2.3.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
Bumps [log](https://github.com/rust-lang/log) from 0.4.28 to 0.4.29. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.28...0.4.29) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.29 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
Accidentially renamed too much from cluster to model in the helm-charts. Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
16e81b0 to
4aa7523
Compare
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.
Pull Request
Description
The old name "cluster" bothered me for quite some
time. Originally it was choosen because it is a
cluster of a bunch of hexagons. But the name fits
better for other parts of the infrastructure.
Because normally in AI contex these parts
are called "model", I renamed them in my project
now the same, even the are quite different.
Related Issues
How it was tested?