-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Remove unused GhRepo starter type #3346
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
Conversation
2c17b14 to
2a0dd61
Compare
Deploying wasp-docs-on-main with
|
| Latest commit: |
2a0dd61
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://76a77b3a.wasp-docs-on-main.pages.dev |
| Branch Preview URL: | https://cprecioso-remove-gh-repo.wasp-docs-on-main.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still see some leftovers (e.g., the function fetchRepoFileContents). There are possibly more.
|
@sodic You're right. I was counting on the HLS to grey out unused definitions, but didn't realize that we have a |
sodic
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go!
Description
In #3196 I removed all the templates that used the
StarterTemplates.GhRepoconstructor. I didn't remove the constructor and its handling "in case we needed it in the future". This is not clean code. We should remove it! We can bring it back with Git if we need it.Connections
Followup to Use pre-built tarballs for
wasp new -t saas#3196Working towards
open-saasdevelopment version is out of sync withwaspdevelopment version #3073Part of WIP: Add local template option #3338 -- I split the refactors into their own PRs for ease of review:
Type of change
Checklist
I tested my change in a Wasp app to verify that it works as intended.
🧪 Tests:
I added unit tests for my change.(if you fixed a bug) I added a regression test for the bug I fixed.(if you added/updated a feature) I added/updated e2e tests atexamples/kitchen-sink/e2e-tests.(if you added/updated a feature) I updated the starter templates atwaspc/data/Cli/templates, as needed.📜 Documentation:
(if you added/updated a feature) I added/updated the documentation inweb/docs/.🆕 Changelog: (if change is more than just code/docs improvement)
I updatedwaspc/ChangeLog.mdwith a user-friendly description of the change.(if you did a breaking change) I added a step to the current migration guide atweb/docs/migration-guides/.I bumped theversioninwaspc/waspc.cabalto reflect the changes I introduced.