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

feat: Add cluster admin cli #644

Merged
merged 1 commit into from
Apr 24, 2024
Merged

Conversation

AngelOnFira
Copy link
Contributor

@AngelOnFira AngelOnFira commented Apr 9, 2024

This will close RVTEE-67, RVTEE-66, RVTEE-64, RVTEE-62, RVTEE-58

This is part of RVTEE-43, RVTEE-44

@AngelOnFira AngelOnFira mentioned this pull request Apr 9, 2024
Copy link
Contributor Author

AngelOnFira commented Apr 9, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @AngelOnFira and the rest of your teammates on Graphite Graphite

Copy link
Contributor

graphite-app bot commented Apr 9, 2024

Your org requires the Graphite merge queue for merging into main

You must have a Graphite account in order to use the merge queue. Sign up using this link.

You can enable merging using labels in your Graphite merge queue settings.

@AngelOnFira AngelOnFira force-pushed the 04-09-feat_add_cluster_admin_cli branch 3 times, most recently from 726008f to 1833967 Compare April 11, 2024 17:41
@AngelOnFira AngelOnFira force-pushed the 04-09-docs_fern_installation_instructions_for_script branch from b36e7b2 to 74cb198 Compare April 11, 2024 17:55
@AngelOnFira AngelOnFira force-pushed the 04-09-feat_add_cluster_admin_cli branch from 1833967 to fb4bef6 Compare April 11, 2024 17:56
@AngelOnFira AngelOnFira force-pushed the 04-09-docs_fern_installation_instructions_for_script branch from 74cb198 to d7962d1 Compare April 11, 2024 17:59
@AngelOnFira AngelOnFira force-pushed the 04-09-feat_add_cluster_admin_cli branch from fb4bef6 to 63b7384 Compare April 11, 2024 17:59
@AngelOnFira AngelOnFira force-pushed the 04-09-docs_fern_installation_instructions_for_script branch from d7962d1 to 73b5e85 Compare April 11, 2024 18:00
@AngelOnFira AngelOnFira force-pushed the 04-09-feat_add_cluster_admin_cli branch 2 times, most recently from 8f08be3 to fe7bde8 Compare April 12, 2024 00:03
@AngelOnFira AngelOnFira force-pushed the 04-09-docs_fern_installation_instructions_for_script branch from 73b5e85 to 14ac9c5 Compare April 12, 2024 00:11
@AngelOnFira AngelOnFira force-pushed the 04-09-feat_add_cluster_admin_cli branch from fe7bde8 to 6a59793 Compare April 12, 2024 00:11
@AngelOnFira AngelOnFira force-pushed the 04-09-docs_fern_installation_instructions_for_script branch from 14ac9c5 to 350d294 Compare April 15, 2024 04:41
@AngelOnFira AngelOnFira force-pushed the 04-09-feat_add_cluster_admin_cli branch from 6a59793 to 23a7f4a Compare April 15, 2024 04:41
@NathanFlurry NathanFlurry marked this pull request as ready for review April 15, 2024 20:25
svc/api/admin/src/route/cluster/datacenter.rs Outdated Show resolved Hide resolved
svc/api/admin/src/route/cluster/datacenter.rs Outdated Show resolved Hide resolved
svc/api/admin/src/route/mod.rs Outdated Show resolved Hide resolved
lib/bolt/core/src/tasks/infra/mod.rs Outdated Show resolved Hide resolved
lib/bolt/core/src/tasks/infra/mod.rs Outdated Show resolved Hide resolved
lib/bolt/cli/src/commands/admin/cluster/datacenter.rs Outdated Show resolved Hide resolved
lib/bolt/cli/src/commands/admin/mod.rs Outdated Show resolved Hide resolved
svc/api/admin/src/route/mod.rs Outdated Show resolved Hide resolved
svc/api/admin/src/route/mod.rs Outdated Show resolved Hide resolved
fern/definition/admin/cluster/__package__.yml Show resolved Hide resolved
fern/definition/admin/cluster/datacenter/__package__.yml Outdated Show resolved Hide resolved
lib/bolt/cli/src/commands/admin/cluster/datacenter.rs Outdated Show resolved Hide resolved
lib/bolt/cli/src/commands/admin/cluster/datacenter.rs Outdated Show resolved Hide resolved
lib/bolt/cli/src/commands/admin/cluster/mod.rs Outdated Show resolved Hide resolved
lib/bolt/cli/src/commands/admin/cluster/datacenter.rs Outdated Show resolved Hide resolved
svc/api/admin/src/route/cluster/datacenter.rs Outdated Show resolved Hide resolved
svc/api/admin/src/route/cluster/datacenter.rs Outdated Show resolved Hide resolved
svc/api/admin/src/route/cluster/mod.rs Outdated Show resolved Hide resolved
svc/api/admin/src/route/mod.rs Outdated Show resolved Hide resolved
svc/api/admin/src/route/mod.rs Outdated Show resolved Hide resolved
@AngelOnFira AngelOnFira force-pushed the 04-09-docs_fern_installation_instructions_for_script branch from 350d294 to d5d70ab Compare April 16, 2024 15:44
@AngelOnFira AngelOnFira force-pushed the 04-09-feat_add_cluster_admin_cli branch from 23a7f4a to c4ae66f Compare April 16, 2024 15:44
@AngelOnFira AngelOnFira force-pushed the 04-09-docs_fern_installation_instructions_for_script branch from d5d70ab to 1ed48f9 Compare April 16, 2024 23:31
@AngelOnFira AngelOnFira force-pushed the 04-09-feat_add_cluster_admin_cli branch from af792d5 to 8571ee3 Compare April 22, 2024 20:08
lib/bolt/cli/src/commands/admin/cluster/mod.rs Outdated Show resolved Hide resolved
svc/api/admin/src/route/clusters/datacenters.rs Outdated Show resolved Hide resolved
svc/api/admin/src/route/clusters/datacenters.rs Outdated Show resolved Hide resolved
svc/api/admin/src/route/clusters/datacenters.rs Outdated Show resolved Hide resolved
svc/api/admin/src/route/clusters/mod.rs Outdated Show resolved Hide resolved
svc/api/admin/src/route/clusters/mod.rs Outdated Show resolved Hide resolved
svc/api/admin/src/route/clusters/mod.rs Outdated Show resolved Hide resolved
svc/api/admin/src/route/clusters/mod.rs Outdated Show resolved Hide resolved
lib/bolt/core/src/tasks/api.rs Outdated Show resolved Hide resolved
@AngelOnFira AngelOnFira changed the base branch from main to 04-23-chore_update_devcontainer_docker_base_image April 23, 2024 21:29
@AngelOnFira AngelOnFira force-pushed the 04-09-feat_add_cluster_admin_cli branch from 8571ee3 to 1c64480 Compare April 23, 2024 21:29
@AngelOnFira AngelOnFira force-pushed the 04-09-feat_add_cluster_admin_cli branch 2 times, most recently from b556585 to 4859917 Compare April 24, 2024 03:51
@AngelOnFira AngelOnFira force-pushed the 04-23-chore_update_devcontainer_docker_base_image branch from edbf3a1 to e91d538 Compare April 24, 2024 04:08
@AngelOnFira AngelOnFira changed the base branch from 04-23-chore_update_devcontainer_docker_base_image to main April 24, 2024 04:26
Copy link
Member

@NathanFlurry NathanFlurry left a comment

Choose a reason for hiding this comment

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

what happened to datacenter update?

this needs to get out now so let's leave it and add a ticket to the cleanup project

fern/definition/admin/clusters/datacenters/__package__.yml Outdated Show resolved Hide resolved
fern/definition/admin/clusters/__package__.yml Outdated Show resolved Hide resolved
@AngelOnFira AngelOnFira force-pushed the 04-09-feat_add_cluster_admin_cli branch from 4859917 to 9407fe7 Compare April 24, 2024 16:37
Copy link
Contributor Author

@AngelOnFira AngelOnFira force-pushed the 04-09-feat_add_cluster_admin_cli branch from 9407fe7 to da7f2c3 Compare April 24, 2024 19:36
svc/api/admin/src/route/clusters/datacenters.rs Outdated Show resolved Hide resolved
svc/api/admin/src/route/clusters/datacenters.rs Outdated Show resolved Hide resolved
svc/api/admin/src/route/clusters/mod.rs Outdated Show resolved Hide resolved
svc/api/admin/src/route/mod.rs Outdated Show resolved Hide resolved
svc/api/admin/src/route/mod.rs Show resolved Hide resolved
svc/api/admin/src/route/mod.rs Outdated Show resolved Hide resolved
@AngelOnFira AngelOnFira force-pushed the 04-09-feat_add_cluster_admin_cli branch 2 times, most recently from c47cf84 to bf6faef Compare April 24, 2024 20:40
@AngelOnFira AngelOnFira force-pushed the 04-09-feat_add_cluster_admin_cli branch from bf6faef to 5b9ba93 Compare April 24, 2024 21:40
Copy link
Contributor

graphite-app bot commented Apr 24, 2024

Merge activity

This will close RVTEE-67, RVTEE-66, RVTEE-64, RVTEE-62, RVTEE-58

This is part of RVTEE-43, RVTEE-44
@NathanFlurry NathanFlurry force-pushed the 04-09-feat_add_cluster_admin_cli branch from 5b9ba93 to 5b1de57 Compare April 24, 2024 21:46
@graphite-app graphite-app bot merged commit 5b1de57 into main Apr 24, 2024
9 of 10 checks passed
@graphite-app graphite-app bot deleted the 04-09-feat_add_cluster_admin_cli branch April 24, 2024 21:56
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.

3 participants