-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
enhancement / address build command papercuts #153
Open
gwleuverink
wants to merge
79
commits into
NativePHP:main
Choose a base branch
from
gwleuverink:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
79 commits
Select commit
Hold shift + click to select a range
49b0bdc
copy app to build path before cleanup & composer install
gwleuverink aa11099
copied CleansEnvFile trait from upstream PR #106
gwleuverink 29a7d55
copied updated app icon path from upstream PR #106
gwleuverink b097cce
copied app name fix from upstream PR #106
gwleuverink dc54e55
tidy
gwleuverink 442c265
tidy
gwleuverink 4db4dfb
added skip patterns from electron-builder & account for symlinks (for…
gwleuverink 52202d6
add more default skip patterns
gwleuverink f2b3a1d
Merge branch 'NativePHP:main' into main
gwleuverink 439c9b6
merge upstream
gwleuverink f1fe426
wip
gwleuverink d12628d
Build plugin
gwleuverink 507be34
wip
gwleuverink 2f6446f
remove redundant electron-builder app copy logic
gwleuverink 587a9f5
move php building from separate step to beforePack hook
gwleuverink 4c388eb
remove explicit php building from npm scripts
gwleuverink cc758fd
tidy
gwleuverink 679ba0c
make sure database, logs, sessions & cached views are never included …
gwleuverink f9311c3
use 8.1 compatible syntax
gwleuverink 0dba963
refactor to use symfony finder
gwleuverink d134a83
move vendor/bin & node_modules exclude to config file (see PR nativep…
gwleuverink 680f041
fix ignore paths
gwleuverink 08f6383
ignore vsc files
gwleuverink 00da744
revert back to using RecursiveDirectoryIterator
gwleuverink e3cffc0
Fix styling
gwleuverink 7670441
use npm ci for updating electron dependencies
gwleuverink a2633ac
Merge branch 'main' of github.com:gwleuverink/nativephp-electron
gwleuverink e1bd74d
update mac x86 comment
gwleuverink 550922d
add PrunesVendorDirectory trait
gwleuverink 7f6176b
move default exclude list to nativephp-internal config
gwleuverink b8eacfc
Fix styling
gwleuverink 0225bc9
add comments for file relocation when more adapters are added later on
gwleuverink 7d1f9aa
decouple terminal messages from the build traits
gwleuverink 5b63f37
decouple source path from build traits (for testing)
gwleuverink 99dc8ea
consolidate namespaces with identical purpose
gwleuverink 08cbb7c
bring back default exclude list to electron repo
gwleuverink de68451
fix regression
gwleuverink fa53b11
wip - tests
gwleuverink 0ad11cf
Merge branch 'main' of github.com:gwleuverink/nativephp-electron
gwleuverink 0f7b711
Fix styling
gwleuverink b2c0baf
add more tests
gwleuverink 017201b
Merge branch 'main' of github.com:gwleuverink/nativephp-electron
gwleuverink b310a74
Fix styling
gwleuverink 0e5438a
more flexibility when working with paths
gwleuverink 3229e7b
boyscouting
gwleuverink cf844ba
add filesystem stub directories to gitignore
gwleuverink 6c09f38
add CleanEnvFile tests
gwleuverink 5b94787
Merge branch 'main' of github.com:gwleuverink/nativephp-electron
gwleuverink 1ae6d10
Fix styling
gwleuverink df31f36
add more tests
gwleuverink db5f919
Merge branch 'main' of github.com:gwleuverink/nativephp-electron
gwleuverink 9a375e9
fix unclosed bracket
gwleuverink 16ed54c
Fix styling
gwleuverink 0a687c0
dependency compatibility for php 8.1
gwleuverink bf43fef
Merge branch 'main' of github.com:gwleuverink/nativephp-electron
gwleuverink 296f980
use php 8.1 compatible syntax
gwleuverink 42fb080
fix - native config not loaded in CI
gwleuverink 7978451
wip - fix CI inconsistencies
gwleuverink 2811d98
wip - typo
gwleuverink ca4ff79
fix typo
gwleuverink 20a9077
Fix styling
gwleuverink eee682f
fix - yet another mistake
gwleuverink 874cfbe
Merge branch 'main' of github.com:gwleuverink/nativephp-electron
gwleuverink 1256e4a
use platform specific directory separators
gwleuverink 63c8394
speed up tests & split by type
gwleuverink 3924d34
Fix styling
gwleuverink 73968c3
move app name step down
gwleuverink b0b9c34
remove mac x86 naming deviation
gwleuverink 933cb92
Merge branch 'main' of github.com:gwleuverink/nativephp-electron
gwleuverink c2ae5af
add workflow_run trigger (for debugging)
gwleuverink 330637d
Merge branch 'NativePHP:main' into main
gwleuverink fab50d9
workflow dispatch instead of run
gwleuverink 9b1a310
cover unhappy path
gwleuverink 141bccc
wip - fix test in CI
gwleuverink abe7dbd
wip - add dumps to debug CI errors
gwleuverink d5f16af
disable flaky test (due to tight repo coupling)
gwleuverink 1d51cd8
Merge branch 'NativePHP:main' into main
gwleuverink d2180e1
wip - fix composer version conflict after upstream merge
gwleuverink 956d2e3
Merge branch 'main' of github.com:gwleuverink/nativephp-electron
gwleuverink 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
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.
The version in the Laravel repo wasn't compatible with the matrix we're running. Needed a bump to prevent composer errors in CI