-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
Feat: bundle builds #179
Merged
+1,373
−318
Merged
Feat: bundle builds #179
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
2bdf295
feat: native:bundle command
SRWieZ 08a3726
feat: native:bundle --clear
SRWieZ a2f9888
feat: php.ts run with bundle
SRWieZ 3535d22
fix: require nativephp/laravel on dev-feat/bundle-builds
SRWieZ b9c6ccf
wip: bundle cached services?
SRWieZ 37eca6a
wip: try with everything first
SRWieZ 613d955
wip: fix .env missing
SRWieZ 666f68b
fix: bundling
SRWieZ 130323a
feat: bundling a base L12 app works 🎉
SRWieZ e920c44
feat: native:reset command
SRWieZ b3ecbf6
fix: realpath() returns false if the directory does not exists
SRWieZ bb7b06a
feat: failsafe
SRWieZ 15de455
wip: it works, but need some minor cleaning/refactoring/testing
SRWieZ 118c85e
perf: fixes and perf of Laravel on subsequent launches
SRWieZ 5724b18
fix: running the bundle in dev mode
SRWieZ 72b29df
fix: consistent appData directory
SRWieZ ecb8a03
wip: fix running artisan commands in bundle
SRWieZ 029bd2e
feat: artisan commands in bundles
SRWieZ 3e660a7
feat: artisan commands in bundles
SRWieZ b8f54b9
fix: native:serve will no longer run the bundle
SRWieZ cba4063
refactor: even more consistency + reducing the size of the bundled bi…
SRWieZ d28ed6b
feat: Better reset command
SRWieZ 4156153
chore: upgrade outdated packages
SRWieZ a85d895
docs: added some comments
SRWieZ 6f6fd36
feat: include symlinked composer packages
SRWieZ 07dfc02
Merge branch 'main' into feat/bundle-builds
SRWieZ 22122a5
refactor: per Simon's review
SRWieZ ed76171
Attempt to understand
simonhamp 45231cd
Attempted fix
simonhamp 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 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 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 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 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 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 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.
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.
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.
This needs reverting before merge
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.
Yes! It was on purpose so @simonhamp could test the PR.
If I have a PR with both repos, I often leave the dependency to help reviewers.
I don't know if it's a good way to do it or not. Feedback is welcome.
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.
No worries! Just a message as a reminder is all! :)