-
Notifications
You must be signed in to change notification settings - Fork 22
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
delete all devhub components and redeploy (not to be merged) #894
Closed
Conversation
This file contains 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
petersalomonsen
requested review from
Megha-Dev-19 and
Tguntenaar
as code owners
July 20, 2024 23:05
petersalomonsen
temporarily deployed
to
devhub.near
July 20, 2024 23:05 — with
GitHub Actions
Inactive
petersalomonsen
temporarily deployed
to
devhub.near
July 20, 2024 23:07 — with
GitHub Actions
Inactive
petersalomonsen
changed the title
delete all components and redeploy
delete all devhub components and redeploy
Jul 20, 2024
…into delete-all-components-and-redeploy
petersalomonsen
temporarily deployed
to
devhub.near
July 20, 2024 23:09 — with
GitHub Actions
Inactive
petersalomonsen
temporarily deployed
to
devhub.near
July 20, 2024 23:11 — with
GitHub Actions
Inactive
petersalomonsen
temporarily deployed
to
devhub.near
July 20, 2024 23:34 — with
GitHub Actions
Inactive
petersalomonsen
had a problem deploying
to
devhub.near
July 20, 2024 23:38 — with
GitHub Actions
Failure
petersalomonsen
changed the title
delete all devhub components and redeploy
delete all devhub components and redeploy (not to be merged)
Jul 20, 2024
petersalomonsen
had a problem deploying
to
devhub.near
July 20, 2024 23:53 — with
GitHub Actions
Failure
petersalomonsen
had a problem deploying
to
devhub.near
July 21, 2024 04:00 — with
GitHub Actions
Failure
petersalomonsen
had a problem deploying
to
devhub.near
July 21, 2024 04:01 — with
GitHub Actions
Failure
petersalomonsen
had a problem deploying
to
devhub.near
July 21, 2024 04:14 — with
GitHub Actions
Failure
petersalomonsen
temporarily deployed
to
devhub.near
July 21, 2024 04:16 — with
GitHub Actions
Inactive
petersalomonsen
temporarily deployed
to
devhub.near
July 21, 2024 04:28 — with
GitHub Actions
Inactive
petersalomonsen
temporarily deployed
to
devhub.near
July 21, 2024 04:30 — with
GitHub Actions
Inactive
petersalomonsen
temporarily deployed
to
devhub.near
July 21, 2024 04:31 — with
GitHub Actions
Inactive
petersalomonsen
had a problem deploying
to
devhub.near
July 21, 2024 04:32 — with
GitHub Actions
Failure
bos component deploy did not work.. use near-cli-rs instead
petersalomonsen
temporarily deployed
to
devhub.near
July 21, 2024 04:35 — with
GitHub Actions
Inactive
petersalomonsen
had a problem deploying
to
devhub.near
July 23, 2024 11:05 — with
GitHub Actions
Failure
petersalomonsen
had a problem deploying
to
devhub.near
July 23, 2024 18:38 — with
GitHub Actions
Failure
petersalomonsen
had a problem deploying
to
devhub.near
July 24, 2024 09:20 — with
GitHub Actions
Failure
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.
This PR is jsut for deleting components to free up storage, so that a clean redeploy of devhub can be done.
During testing of this I learned that
bos components deploy
gives this error message regardless of available storage. In this PRnear-cli-rs
is used instead, with an additional javascript to generate the arguments json with all the component contents.@Megha-Dev-19 @Tguntenaar Let's consider switching from
bos-cli
to this way of creating a json to use as arguments forbos-cli-rs
. In the dry-run we can then show this json file with the exact contents of what will be deployed