-
-
Notifications
You must be signed in to change notification settings - Fork 807
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
Merge to master #152
Merged
Merge to master #152
Conversation
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
* wip * chore: fix typings, tweak build config * update prettier config * set up husky to run prettier on commit * add migrate script and update readme * changes, still broken * add yarn dev command * more changes, still broken * demo working again! * fix: yarn why do you hate me so much? * add to gitignore * trying to get demo dev to work right * refactor and cleanup * more cleanup * update deps * tweak * update readme * fix * update readme Co-authored-by: Michael Edelman <[email protected]>
* add github link to demo * fix(core): connect to db right away + fix for connection undefined * changes to demo needed for production deployment * fix(demo): relax tsconfig * upgrade prisma & fix core for deployment * demo updates
* v0.0.1 Initial PR for oclif CLI * update prettier config * chore: repo updates - run prettier on commit * organize package.json + correct package name * Add initial app generator * changes & cleanup * more tweaks * Add basic nextjs generation * #9 Swapping Mocha with Jest for CLI Swapped Mocha with Jest. * Swapping Mocha with Jest for CLI Swapped Mocha with Jest. * add `yarn b [COMMAND]` for dev convenience * Formalize path arg * Make jest work * Remove empty commands and make tests pass * Fix path argument * Revert "target" in tsconfig.json * Remove `target` from cli package.json * Fix build command * Use custom tsconfig for test script * remove nyc because jest has coverage built in * little cleanup Co-authored-by: Mina Abadir <[email protected]> Co-authored-by: Lorenzo Rapetti <[email protected]>
* Add core tests - Tests cover Form and Controller - You can check code coverage with "yarn test --coverage" * A little formatting + form test modifications * add back console log Co-authored-by: Yanick Bélanger <[email protected]> Co-authored-by: Brandon Bayer <[email protected]>
Co-authored-by: Brandon Bayer <[email protected]>
* add withBlitz webpack config wrapper * Move prisma/client noop into withBlitz!
Co-authored-by: Brandon Bayer <[email protected]>
* add run tests command * add test command * add test cmd unit test * uses project package manager (npm/yarn) to run test script Co-authored-by: Brandon Bayer <[email protected]> closes #22
* Add new webpack package * Delete webpack files from core * Pin dependencies
Co-authored-by: Brandon Bayer <[email protected]>
Co-authored-by: Brandon Bayer <[email protected]>
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* fix production, but tests still failing * Fix missing await and avoid changing source folder Co-authored-by: Rudi Yardley <[email protected]>
* Automatically run `blitz db migrate` on every `blitz start` * Fix test Co-authored-by: merelinguist <[email protected]>
* add the `blitz` package (but yarn blitz start not working) * wip * working * updates * cleanup * adjustment * chore: make 'blitz' work (#129) * chore: make 'blitz' work * fix: make example work in dev mode with blitz mono-package * test: skip failing test re patched version of next * fix: issues re bundling & store example * fix blitz building in development and some other cleanup * fixes for CLI usage from blitz * more changes. blitz build still broken from child_process thing * remove .yarnrc * few DX fixes * fix bug in store example * fix the build and CLI! * code comments * delete vanilla-next * fix tests * fix tests * fix CI tests * remove server export from `blitz` since end-users don't use it * move README into the Blitz package * add link-cli script * change prisma resolve to use resolveBinAsync Co-authored-by: Michael Edelman <[email protected]>
* update template app * fix `blitz -v`
* change to only generate prisma client on blitz start * add comment
* Create USER_GUIDE.md * Update USER_GUIDE.md * Update USER_GUIDE.md * Update USER_GUIDE.md * Update USER_GUIDE.md * add custom header image * Update USER_GUIDE.md * add cli commands * add blitz db introspect * Update USER_GUIDE.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.