Skip to content

Conversation

@Itay-Tsabary-Starkware
Copy link
Contributor

No description provided.

@reviewable-StarkWare
Copy link

This change is Reviewable

@Itay-Tsabary-Starkware Itay-Tsabary-Starkware force-pushed the 11-10-apollo_deployments_change_row_type_to_string_to_remove_code_duplication_in_infra_panel_titles branch 2 times, most recently from f87dbbb to 700fbec Compare November 11, 2025 07:58
@Itay-Tsabary-Starkware Itay-Tsabary-Starkware force-pushed the 11-10-apollo_deployments_change_row_type_to_string_to_remove_code_duplication_in_infra_panel_titles branch from 700fbec to d1d4255 Compare November 11, 2025 08:06
@Itay-Tsabary-Starkware Itay-Tsabary-Starkware force-pushed the 11-10-apollo_deployments_change_row_type_to_string_to_remove_code_duplication_in_infra_panel_titles branch from d1d4255 to e4c2ec6 Compare November 11, 2025 11:03
@Itay-Tsabary-Starkware Itay-Tsabary-Starkware force-pushed the 11-10-apollo_dashboard_reorder_infra_panels_and_add_missing_config_manager_row branch 2 times, most recently from 6cb9014 to 8272ef3 Compare November 11, 2025 12:58
@Itay-Tsabary-Starkware Itay-Tsabary-Starkware force-pushed the 11-10-apollo_deployments_change_row_type_to_string_to_remove_code_duplication_in_infra_panel_titles branch from e4c2ec6 to 5580fae Compare November 11, 2025 12:58
Copy link
Collaborator

@matanl-starkware matanl-starkware left a comment

Choose a reason for hiding this comment

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

@matanl-starkware reviewed 2 of 3 files at r1, 1 of 1 files at r2, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @Itay-Tsabary-Starkware)


crates/apollo_dashboard/src/dashboard_definitions.rs line 81 at r2 (raw file):

            get_reverts_row(),
            get_storage_row(),
            get_component_infra_row("Batcher", &BATCHER_INFRA_METRICS),

I want this "Infra" suffix.
Do you want to add it to the get_infra_row builder fn?

Code quote:

Batcher

@Itay-Tsabary-Starkware Itay-Tsabary-Starkware force-pushed the 11-10-apollo_deployments_change_row_type_to_string_to_remove_code_duplication_in_infra_panel_titles branch from 5580fae to 7cccff6 Compare November 11, 2025 17:50
@Itay-Tsabary-Starkware Itay-Tsabary-Starkware force-pushed the 11-10-apollo_dashboard_reorder_infra_panels_and_add_missing_config_manager_row branch from 8272ef3 to 5901432 Compare November 11, 2025 17:50
@Itay-Tsabary-Starkware Itay-Tsabary-Starkware force-pushed the 11-10-apollo_deployments_change_row_type_to_string_to_remove_code_duplication_in_infra_panel_titles branch from 7cccff6 to f8264c7 Compare November 11, 2025 18:01
Copy link
Contributor Author

@Itay-Tsabary-Starkware Itay-Tsabary-Starkware left a comment

Choose a reason for hiding this comment

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

Reviewable status: 2 of 3 files reviewed, 1 unresolved discussion (waiting on @matanl-starkware)


crates/apollo_dashboard/src/dashboard_definitions.rs line 81 at r2 (raw file):

Previously, matanl-starkware (Matan Lior) wrote…

I want this "Infra" suffix.
Do you want to add it to the get_infra_row builder fn?

Of course, it is required, eitherwise it overruns the original Batcher row. Had a pr splitting issue, and this accidently got pushed into the next pr. Moved it here.

Copy link
Collaborator

@matanl-starkware matanl-starkware left a comment

Choose a reason for hiding this comment

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

@matanl-starkware reviewed 1 of 1 files at r3, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @Itay-Tsabary-Starkware)

@Itay-Tsabary-Starkware Itay-Tsabary-Starkware force-pushed the 11-10-apollo_deployments_change_row_type_to_string_to_remove_code_duplication_in_infra_panel_titles branch from f8264c7 to 8802c8c Compare November 12, 2025 13:52
Copy link
Contributor Author

@Itay-Tsabary-Starkware Itay-Tsabary-Starkware left a comment

Choose a reason for hiding this comment

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

@Itay-Tsabary-Starkware reviewed 2 of 3 files at r1, 1 of 1 files at r3, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @Itay-Tsabary-Starkware)

@Itay-Tsabary-Starkware Itay-Tsabary-Starkware force-pushed the 11-10-apollo_deployments_change_row_type_to_string_to_remove_code_duplication_in_infra_panel_titles branch from 8802c8c to f4d4e3c Compare November 12, 2025 16:29
@Itay-Tsabary-Starkware Itay-Tsabary-Starkware force-pushed the 11-10-apollo_dashboard_reorder_infra_panels_and_add_missing_config_manager_row branch from 034300c to 1ba9cbb Compare November 12, 2025 16:29
Copy link
Contributor Author

@Itay-Tsabary-Starkware Itay-Tsabary-Starkware left a comment

Choose a reason for hiding this comment

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

@Itay-Tsabary-Starkware reviewed 1 of 1 files at r4, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @Itay-Tsabary-Starkware)

@Itay-Tsabary-Starkware Itay-Tsabary-Starkware changed the base branch from 11-10-apollo_dashboard_reorder_infra_panels_and_add_missing_config_manager_row to main-v0.14.1 November 12, 2025 16:55
@Itay-Tsabary-Starkware Itay-Tsabary-Starkware force-pushed the 11-10-apollo_deployments_change_row_type_to_string_to_remove_code_duplication_in_infra_panel_titles branch from f4d4e3c to a083f23 Compare November 12, 2025 16:55
@graphite-app
Copy link

graphite-app bot commented Nov 12, 2025

Merge activity

  • Nov 12, 4:56 PM UTC: Graphite rebased this pull request, because this pull request is set to merge when ready.

@Itay-Tsabary-Starkware Itay-Tsabary-Starkware added this pull request to the merge queue Nov 12, 2025
Merged via the queue into main-v0.14.1 with commit 5f57e9f Nov 12, 2025
14 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Nov 14, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants