Skip to content

Conversation

@fmeum
Copy link
Collaborator

@fmeum fmeum commented Mar 4, 2025

This makes it possible to correlate individual requests sent to the remote downloader with the repo rule or module extension they originated from.

This makes it possible to correlate individual requests sent to the remote downloader with the repo rule or module extension they originated from.
@fmeum fmeum requested a review from a team as a code owner March 4, 2025 08:58
@fmeum fmeum requested review from Wyverald and meteorcloudy and removed request for a team March 4, 2025 08:58
@github-actions github-actions bot added team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file. team-Remote-Exec Issues and PRs for the Execution (Remote) team awaiting-review PR is awaiting review from an assigned reviewer labels Mar 4, 2025
Copy link
Member

@meteorcloudy meteorcloudy left a comment

Choose a reason for hiding this comment

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

Nice!

@meteorcloudy meteorcloudy added awaiting-PR-merge PR has been approved by a reviewer and is ready to be merge internally and removed awaiting-review PR is awaiting review from an assigned reviewer labels Mar 4, 2025
@fmeum
Copy link
Collaborator Author

fmeum commented Mar 4, 2025

@bazel-io fork 8.2.0

@copybara-service copybara-service bot closed this in f6aaa32 Mar 4, 2025
bazel-io pushed a commit to bazel-io/bazel that referenced this pull request Mar 4, 2025
This makes it possible to correlate individual requests sent to the remote downloader with the repo rule or module extension they originated from.

Closes bazelbuild#25442.

PiperOrigin-RevId: 733425060
Change-Id: I713bbef1b450a27c95f7f263f84c0a198e37fcc2
github-merge-queue bot pushed a commit that referenced this pull request Mar 5, 2025
This makes it possible to correlate individual requests sent to the
remote downloader with the repo rule or module extension they originated
from.

Closes #25442.

PiperOrigin-RevId: 733425060
Change-Id: I713bbef1b450a27c95f7f263f84c0a198e37fcc2

Commit
f6aaa32

Co-authored-by: Fabian Meumertzheim <fabian@meumertzhe.im>
@fmeum fmeum deleted the tag-remote-downloads branch March 7, 2025 08:08
buildRequestId,
commandId,
actionId,
actionMetadata != null ? actionMetadata.getProgressMessage() : null,
Copy link
Member

Choose a reason for hiding this comment

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

Is there a specific reason why we use actionMetadata.getProgressMessage() instead of actionMetadata.getMnemonic()?

I am trying to change the type of actionMetadata to ActionAnalysisMetadata in order to make import of #25448 easier.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It's actually a bug, could you change it back?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@iancha1992 Could you track this as a blocker for 8.2.0?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I sent #25724 to fix this at HEAD first.

@iancha1992
Copy link
Member

@bazel-io fork 8.2.0

@sgowroji sgowroji removed the awaiting-PR-merge PR has been approved by a reviewer and is ready to be merge internally label May 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file. team-Remote-Exec Issues and PRs for the Execution (Remote) team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants