Skip to content

feat(installer): add viz to repo menu (option 9)#18

Merged
WomB0ComB0 merged 1 commit intomainfrom
feat/installer-add-viz
Apr 19, 2026
Merged

feat(installer): add viz to repo menu (option 9)#18
WomB0ComB0 merged 1 commit intomainfrom
feat/installer-add-viz

Conversation

@WomB0ComB0
Copy link
Copy Markdown
Member

Summary

The `viz` repo (3D visualization — Three.js/Cesium web viewers + Unity .NET) is public, listed in `dev/README.md`'s ecosystem table, but was missing from both installers. Drift closed.

  • `install.sh`: `VALID_REPOS` gains `viz`; menu prompt extends to `1-9`; case arm for option 9 → `viz`; `print_repo_info` gains a section describing the TypeScript web viewers + Unity .NET 9 solution.
  • `install.ps1`: `$ValidRepos` gains `'viz'`; menu shows option 9; switch maps `'9' -> 'viz'`; `Show-RepoInfo` gains a matching branch.

`ardupilot` is public but a fork of `ArduPilot/ardupilot` — not added (it's not a ResQ dev repo).

Test plan

  • `sh -n`, `bash -n`, `shellcheck install.sh` all clean
  • `REPO=viz YES=1 sh install.sh` (in a throwaway dir / VM) clones viz and prints the What's included block
  • `./install.sh` interactive → option `9` works

Follow-up (not in this PR)

If the org adds more repos frequently, switch the hardcoded menu to a runtime `gh api /orgs/resq-software/repos` fetch with the hardcoded list as fallback. Worth doing if this breaks 10+ entries; fine hardcoded for now.

🤖 Generated with Claude Code

The viz repo (3D visualization — Three.js/Cesium web viewers + Unity .NET)
is public, documented in dev/README.md's ecosystem table, and missing from
both install.sh and install.ps1's REPO menu. Adding it closes the drift:

- install.sh: VALID_REPOS gains `viz`; menu prompt extends to 1-9; case
  arm `9) REPO="viz"`; print_repo_info adds a viz section describing the
  TypeScript web viewers + Unity .NET 9 solution file.
- install.ps1: $ValidRepos gains 'viz'; menu shows option 9; switch
  maps '9' -> 'viz'; Show-RepoInfo gains a matching viz branch.

Ardupilot is public but a fork of ArduPilot/ardupilot — not added to
the installer (it's not a ResQ dev repo).
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 19, 2026

Warning

Rate limit exceeded

@WomB0ComB0 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 13 minutes and 53 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 13 minutes and 53 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 6cda2df4-036e-4d8f-b826-34d163938633

📥 Commits

Reviewing files that changed from the base of the PR and between b6d6a07 and 787bfe5.

📒 Files selected for processing (2)
  • install.ps1
  • install.sh
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/installer-add-viz

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request adds a new repository option named 'viz' for 3D visualization to both the PowerShell (install.ps1) and Shell (install.sh) installation scripts. The changes include updating the valid repository lists, adding a new menu selection (option 9), and providing descriptive information for the new repository. I have no feedback to provide.

@WomB0ComB0 WomB0ComB0 merged commit e103cc8 into main Apr 19, 2026
16 checks passed
@WomB0ComB0 WomB0ComB0 deleted the feat/installer-add-viz branch April 19, 2026 06:23
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.

1 participant