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

Rename core dust-api into core-api #8970

Merged
merged 2 commits into from
Nov 27, 2024
Merged

Rename core dust-api into core-api #8970

merged 2 commits into from
Nov 27, 2024

Conversation

spolu
Copy link
Contributor

@spolu spolu commented Nov 27, 2024

Description

We keep both binaries names + build around as we need a 2 step change with dust-infra

Risk

Large: if bootup fails. Hence why we keep both binaries for now

Deploy Plan

  • deploy core (deploying should still use the old binary since the deploy is dust-infra driven)
  • update dust-infra https://github.com/dust-tt/dust-infra/pull/85
  • deploy core (check that the deploy runs core-api now)
  • remove all references to dust-api
  • deploy core

@spolu spolu requested a review from fontanierh November 27, 2024 16:51
Copy link
Contributor

@fontanierh fontanierh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -10,7 +10,7 @@ use axum::{
routing::{delete, get, patch, post},
Router,
};
use futures::future::{try_join, try_join_all};
use futures::future::try_join_all;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my bad. I would have expected CI to catch this 🤔

@spolu spolu merged commit 0b5ddeb into main Nov 27, 2024
8 checks passed
@spolu spolu deleted the spolu-rename branch November 27, 2024 17:08
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