Skip to content
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

Preparing Main Branch #4281

Open
wants to merge 54 commits into
base: main
Choose a base branch
from
Open

Preparing Main Branch #4281

wants to merge 54 commits into from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Mar 21, 2025

Initial PR body for Main with categorized commits:

### CI Changes:
97b364e ci(disoxide): fixing docker compose, next adding it to the project.json

80cb016 ci(disoxide): preparing the kube charts after the docker compose.
e22944e ci(disoxide): adding a simple docker compose.

### Fixes:
5e9a277 fix(disoxide): updating the error handler.
b609913 fix(jedi): updating the redis wrapper to handle updated stream data.
887af70 fix(rentearth): minor error in the rust godot tower defense exit game signal.
1189926 fix(jedi): updating the proto for redis, including the serde integrations.
83feead fix(disoxide): adjusting the logging format to use tracing.

### Documentation:
74f091f docs(journal): updating the nightly entry.
822d5a3 docs(journal): updating the nightly entry.
c852c8d docs(journal): adding nightly entry.
6a4c8c0 docs(journal): updating daily entry.

### Features:
81446df feat(disoxide): added a simple health route.
0ce84e2 feat(jedi): updating temple state again to support broadcasting.
5ae9524 feat(jedi): expanding the redis support with RESP3.
c87a64b feat(jedi): adding the redis handler inside the wrapper.
de4c452 feat(jedi): preparing the tokio channels
a0c3026 feat(jedi): adding the base groq proto
4e56fed feat(jedi): adding the temple state management.
1c9971b feat(jedi): added bb8 error support.
e644c5e feat(jedi): added tower error into the error module.
f6c83c2 feat(disoxide): added jedi crate, preparing to migrate some of the code over.
32d8f36 feat(jedi): updating the error module.
a42923c feat(jedi): added error support for std io.

### Merge Commits:
57538e6 Merge pull request #4298 from KBVE/patch-atomic-updates-to-redis-03-23-2025-1742762393
055d4b1 Merge pull request #4297 from KBVE/patch-atomic-updating-the-docker-compose-example-03-23-2025-1742730446
a5a3b2b Merge pull request #4296 from KBVE/patch-atomic-adding-docker-compose-03-23-2025-1742725976
58ae110 Merge pull request #4295 from KBVE/patch-atomic-state-for-bb8-redis-03-23-2025-1742709460
39d8ad4 Merge pull request #4294 from KBVE/patch-atomic-state-for-bb8-redis-03-23-2025-1742703501
d48ceb2 Merge pull request #4293 from KBVE/patch-atomic-refactor-wrapper-03-22-2025-1742695855
e0ac55c Merge pull request #4292 from KBVE/patch-atomic-preparing-the-grpc-integration-03-22-2025-1742684773
17c4b18 Merge pull request #4291 from KBVE/patch-atomic-more-updates-to-the-core-03-22-2025-1742674732
14efca3 Merge pull request #4290 from KBVE/patch-atomic-groq-protobufs-03-22-2025-1742640079
063d260 Merge pull request #4289 from KBVE/patch-atomic-temple-order-state-03-22-2025-1742638336
d848438 Merge pull request #4288 from KBVE/patch-atomic-jedi-crate-updates-03-22-2025-1742633388
a60a145 Merge pull request #4287 from KBVE/patch-atomic-errors-expanded-jedi-03-22-2025-1742625948
c7df4e2 Merge pull request #4286 from KBVE/patch-atomic-sync-crate-changes-03-22-2025-1742619635
7ae199c Merge pull request #4285 from KBVE/patch-atomic-disoxide-adjustments-03-22-2025-1742616817
dd7e99d Merge pull request #4284 from KBVE/patch-atomic-preparing-the-api-03-20-2025-1742452420
c00d7ba Merge pull request #4283 from KBVE/patch-zeta-added-tracing-for-websocket-03-20-2025-1742473122
6f80114 Merge pull request #4282 from KBVE/patch-atomic-jedi-crate-updates-03-21-2025-1742604836
1c5c761 Merge pull request #4280 from KBVE/patch-atomic-minor-tweaks-to-the-disoxide-03-21-2025-1742587618

### Other Commits:
567224a build(disoxide): adjusting the docker compose for local dev.
6417370 build(disoxide): updating the ignores.
81728ee refactor(jedi): moving the wrapper into its own module.
0ff9f68 sync(jedi): additional changes for the temple state.
c584582 refactor(disoxide): preparing the jedi error crate.
693776c chore(disoxide): preparing Disoxide v1.2
9490c3e refactor(jedi): additional crates were migrated.
7d689d4 chore(jedi): more cargo migrations.
25b954b refactor(disoxide): adjusting the jedi/disoxide cargo.
db4d28f chore(jedi): updating the jedi dashmap to 6.1.
37d8655 refactor(jedi): preparing the jedi crate update.
29b4f73 chore(disoxide): bump version up to 1.1.0

@github-actions github-actions bot requested a review from h0lybyte as a code owner March 21, 2025 22:49
h0lybyte added 22 commits March 21, 2025 21:07
…-21-2025-1742604836

Patch atomic jedi crate updates 03 21 2025 1742604836
…cket-03-20-2025-1742473122

fix(disoxide): adjusting the logging format to use tracing.
…20-2025-1742452420

chore(disoxide): bump version up to 1.1.0
…03-22-2025-1742616817

chore(disoxide): preparing Disoxide v1.2
…-22-2025-1742619635

feat(jedi): added error support for std io.
…03-22-2025-1742625948

feat(jedi): updating the error module.
…-22-2025-1742633388

feat(jedi): added bb8 error support.
…-22-2025-1742638336

Patch atomic temple order state 03 22 2025 1742638336
…2025-1742640079

feat(jedi): adding the base groq proto
h0lybyte and others added 26 commits March 22, 2025 18:48
…ore-03-22-2025-1742674732

fix(jedi): updating the proto for redis, including the serde integrat…
…tegration-03-22-2025-1742684773

feat(jedi): preparing the tokio channels
…2-2025-1742695855

Patch atomic refactor wrapper 03 22 2025 1742695855
…3-23-2025-1742703501

feat(jedi): adding the redis handler inside the wrapper.
…3-23-2025-1742709460

feat(jedi): expanding the redis support with RESP3.
…-03-23-2025-1742725976

Patch atomic adding docker compose 03 23 2025 1742725976
…ompose-example-03-23-2025-1742730446

fix(disoxide): updating the error handler.
…3-2025-1742762393

build(disoxide): updating the ignores.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Review
Development

Successfully merging this pull request may close these issues.

1 participant