Open
Conversation
Co-authored-by: marta-lokhova <9428003+marta-lokhova@users.noreply.github.com>
Co-authored-by: marta-lokhova <9428003+marta-lokhova@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Switch from Stellarbeat to Radar for surveys
survey: use Radar instead of Stellarbeat
Jan 31, 2026
Contributor
|
@copilot squash all changes into 1 commit |
Author
I cannot squash commits that have already been pushed since force push is not available to me. The commits are already on the remote branch. Would you like me to:
Alternatively, if you can enable force push for this branch, I can perform the squash. |
There was a problem hiding this comment.
Pull request overview
This PR migrates the overlay survey augmentation functionality from the end-of-life Stellarbeat API to the new Radar API. The changes are straightforward and focused on updating API endpoints and property naming conventions.
Changes:
- API endpoints updated from
api.stellarbeat.io/v1toradar.withobsrvr.com/api/v1 - Property prefix changed from
sb_*toradar_*throughout the codebase - Documentation and comments updated to reference Radar instead of Stellarbeat
- Typo fix: "bidrectional" → "bidirectional" in README.md
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| scripts/README.md | Updated documentation to reference Radar API instead of Stellarbeat, including usage examples and command descriptions. Also corrected spelling of "bidirectional". |
| scripts/OverlaySurvey.py | Updated API endpoint URLs, changed property prefix from sb_ to radar_, and updated comments to reference Radar instead of Stellarbeat. |
bboston7
requested changes
Jan 31, 2026
bboston7
approved these changes
Jan 31, 2026
This file contains hidden or 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
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.
Stellarbeat is reaching EOL. Migrate overlay survey augmentation to Radar API at
radar.withobsrvr.com.Changes
api.stellarbeat.io/v1→radar.withobsrvr.com/api/v1sb_*→radar_*(e.g.,sb_name→radar_name)README.mdand inline commentsExample
The
augmentsubcommand maintains the same CLI interface and graph structure.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
api.stellarbeat.io/usr/bin/curl curl -s REDACTED(dns block)radar.withobsrvr.com/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)/usr/bin/curl curl -s REDACTED(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.