Skip to content

[receiver/windowsservice] Added receiver scrape wireframe #40043

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

shalper2
Copy link
Contributor

Description

This PR adds the outline for the scraping functionality to the Windows Service receiver. This outlines the intended structure including how the receiver will access the win32 api and serialize the results. The actual implementation details will be submitted in a separate PR once the approach and framework is agreed upon.

The primary motivation for breaking the PRs up like this is to prevent scope creep and keep code light and easy to review.

Link to tracking issue

Fixes 38619

Testing

No testing required at this point.

Documentation

README.md included as well as scratch notes on the components.

@github-actions github-actions bot requested a review from pjanotti May 13, 2025 15:31
@pjanotti pjanotti added the Skip Changelog PRs that do not require a CHANGELOG.md entry label May 13, 2025
@shalper2 shalper2 force-pushed the 38619-add-scraper branch from 99bfb16 to d847c40 Compare May 13, 2025 21:11
Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label May 28, 2025
@shalper2 shalper2 force-pushed the 38619-add-scraper branch from 833ed31 to e91d3e3 Compare June 5, 2025 19:24
@pjanotti pjanotti added Skip Changelog PRs that do not require a CHANGELOG.md entry and removed Skip Changelog PRs that do not require a CHANGELOG.md entry labels Jun 5, 2025
@github-actions github-actions bot removed the Stale label Jun 6, 2025
@shalper2 shalper2 force-pushed the 38619-add-scraper branch from 7923fe9 to 58baf83 Compare June 6, 2025 16:28
@shalper2 shalper2 marked this pull request as ready for review June 6, 2025 16:35
@shalper2 shalper2 requested a review from a team as a code owner June 6, 2025 16:35
@shalper2 shalper2 requested a review from songy23 June 6, 2025 16:35
@songy23 songy23 added the Run Windows Enable running windows test on a PR label Jun 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
receiver/windowsservice Run Windows Enable running windows test on a PR Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Windows Service Receiver
4 participants