Remove heliumcli dependency (phase 3 of 3)#58
Draft
alexdlaird wants to merge 3 commits into
Draft
Conversation
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
c429b4d to
a44ebf3
Compare
- Add bin/update-projects.sh as a bash replacement for `helium-cli update-projects` (clone-if-missing / fetch+pull / make install in each project under projects/) - Update Makefile install target to invoke the new script - Rename HELIUMCLI_PROJECTS Makefile var to PROJECTS; format change from JSON list to space-separated word list - Drop heliumcli==1.6.38 from requirements.txt - Delete .heliumcli.yml (no longer used) Phase 3 of the legacy-shutdown stack. Phase 2 removed the bulk of the heliumcli surface (trigger-release.py, the legacy release workflow, the legacy release script); this PR handles the remaining four touch points so the dep can be removed and HeliumEdu/heliumcli archived. Per HE-320.
56d99f1 to
b15ff74
Compare
…e/legacy-shutdown-phase-3-2026-08-01
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.
Final phase of the Aug 1, 2026 frontend-legacy shutdown. Removes the last heliumcli touch points so the dep can be dropped from
requirements.txtandHeliumEdu/heliumclican be archived.Phases 1+2 already removed the bulk of the heliumcli surface (release scripts, legacy release workflow, frontend-legacy/cluster-tests from the projects list). This PR handles the remaining orchestration the Makefile invokes on
make install.Changes
bin/update-projects.sh— bash replacement forhelium-cli update-projects(clone if missing, fetch+pull if present,make install -Cin each project)installtarget invokes the new script;HELIUMCLI_PROJECTSvariable renamed toPROJECTS, JSON-list format changed to space-separatedheliumcli==1.6.38fromrequirements.txt.heliumcli.ymlAfter this merges
Linked PRs — do not merge before Aug 1, 2026
Merge in order:
Test plan
make installclones each project on a fresh checkoutmake installfetches+pulls each project on an existing checkoutPROJECTS="platform frontend" make installhonors the override