-
Notifications
You must be signed in to change notification settings - Fork 0
refactor: Refactor sync/save flow of project definition #435
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
Merged
kingston
merged 15 commits into
main
from
kingston/eng-469-when-syncing-and-saving-recently-modified-error-shows-up
Feb 13, 2025
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
adc1a15
Refactor client version gate and add tests
kingston b4e6978
Refactor project builder web app folder to better organize components
kingston 8a22c46
Refactor project-builder-web API layer
kingston a2a5b76
Refactor TRPC router to pass context within TRPC context
kingston 3d5d4b5
Initial version of remote project definition refactor
kingston 6114859
Fix useBlockUnsavedChagnesNavigate and fix fix-ref-deletions
kingston 019e579
Add comments to ref builder
kingston 2ff1563
Add additional comments to ref builder
kingston b39c1ca
Improve documentation of ref builder
kingston 0d5fed1
Log error when a parse error is encountered
kingston e0e7abd
Fix tests and add docs to tests
kingston 61fe063
Refactor name refs to become more flexible resolveName
kingston 3e24f5a
Fix lint issues
kingston c2117d0
Address knip and code review feedback
kingston e0a068f
Add one extra exception to tailwind
kingston File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| '@halfdomelabs/ui-components': patch | ||
| --- | ||
|
|
||
| Upgrade sonner to 1.7.4 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| '@halfdomelabs/project-builder-server': patch | ||
| '@halfdomelabs/project-builder-lib': patch | ||
| '@halfdomelabs/project-builder-web': patch | ||
| --- | ||
|
|
||
| Rewrite saving/syncing logic to clean up flows for parsing and saving project definition |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| '@halfdomelabs/project-builder-lib': patch | ||
| --- | ||
|
|
||
| Refactor nameRefs to use resolveName for resolving name of entities |
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.