-
Notifications
You must be signed in to change notification settings - Fork 440
Dev: Add "framework" option #826
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
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
e5a4d74
Dev: Add "framework" option
RaeesBhatti 0d5075e
settings.type rename to settings.framework
RaeesBhatti f860bf5
Dev: Remove flag "framework"
RaeesBhatti 2e752f7
Detect Server: Provide process env as default
RaeesBhatti feef41b
Merge branch 'master' into raees/framework-option
RaeesBhatti f78e94d
Dev: Rename a prop
RaeesBhatti 8908318
Merge branch 'master' into raees/framework-option
RaeesBhatti ec0d518
Rename cra detector to create-react-app
RaeesBhatti 74081cd
Return settings.framework when configured
RaeesBhatti c721446
Detect Server: Change chooseDefaultSettings to chooseDefaultArgs
RaeesBhatti b38dbc6
Detect Server: Add some tests
RaeesBhatti 9e650c7
Add docs for "framework" option
RaeesBhatti 64dcc42
grammer
RaeesBhatti c8fa056
Detect Server test: Update valid detector
RaeesBhatti 2557912
Detect Server: Test command override
RaeesBhatti 8752f99
Dev Docs: Remove "framework" from default config
RaeesBhatti 9782105
Update an instruction log
RaeesBhatti 8492f05
Detect Server: Fix settings when single detector passed
RaeesBhatti af4e01f
Detect Server: Dont slice out run from npm command
RaeesBhatti b6e0d7b
Docs: Add docs for '#auto' and `#static` "framework" options
RaeesBhatti fdc281f
Dev: Fix a condition check
RaeesBhatti 3c592eb
Update a URL in log
RaeesBhatti 923b372
Improve a log
RaeesBhatti 4488512
Dev: Use dist from settings
RaeesBhatti 446a199
Dev: Don't use static if settings.proxyPort is present
RaeesBhatti 481a2bb
Dev: Improve a log
RaeesBhatti e3b37fe
Move all server settings logic to serverSettings function
RaeesBhatti 9cc4f6e
DetectServer: Add new tests and update previous
RaeesBhatti 92ec534
Merge branch 'master' into raees/framework-option
RaeesBhatti 14f7bd9
Detect Server test: use t.is instead
RaeesBhatti 7d3891f
Detect Server test: Change port to reduce conflict
RaeesBhatti 0569d0e
Remove unused require
RaeesBhatti aeeb0ec
Dev: Revamp functionDir config
RaeesBhatti a4f7464
Add test for "functions" config
RaeesBhatti 54bb9ce
Merge branch 'master' into raees/framework-option
RaeesBhatti 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
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
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
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
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
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
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.
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.
Shouldn't Prettier pick up those?
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 don't have prettier setup for
oncommithook, it messes up the staged hunks