Skip to content
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
merged 140 commits into from
Apr 20, 2020
Merged

Merge to master #152

merged 140 commits into from
Apr 20, 2020

Commits on Feb 23, 2020

  1. docs: add code of conduct

    flybayer authored Feb 23, 2020
    Configuration menu
    Copy the full SHA
    6579e85 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    flybayer authored Feb 23, 2020
    Configuration menu
    Copy the full SHA
    8a7f793 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. remove broken gh action

    flybayer committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    7739c3e View commit details
    Browse the repository at this point in the history
  2. chore: update readme

    flybayer committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    250c49c View commit details
    Browse the repository at this point in the history
  3. Add initial Blitz Core and First Demo 🎉 (#11)

    * 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  <michael@edel.mn>
    flybayer and Michael Edelman authored Feb 26, 2020
    Configuration menu
    Copy the full SHA
    8623d5a View commit details
    Browse the repository at this point in the history
  4. Live Demo Deployment (#12)

    * 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
    flybayer authored Feb 26, 2020
    Configuration menu
    Copy the full SHA
    82ae278 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Configuration menu
    Copy the full SHA
    5f5b589 View commit details
    Browse the repository at this point in the history
  2. fix(demo): untitled posts

    flybayer committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    ef6bf61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eaa6fc8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ee2ef0 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Configuration menu
    Copy the full SHA
    4e64784 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55b7350 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66af983 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c48fd89 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2020

  1. feat(cli): Add initial CLI (#8)

    * 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 <mina@abadir.email>
    Co-authored-by: Lorenzo Rapetti <lorenzo.rapetti.94@gmail.com>
    3 people authored Mar 1, 2020
    Configuration menu
    Copy the full SHA
    8f6d0e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. chore(core): Add core tests (#16)

    * 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 <yanick.belanger@yahoo.com>
    Co-authored-by: Brandon Bayer <b@bayer.ws>
    3 people authored Mar 2, 2020
    Configuration menu
    Copy the full SHA
    4113124 View commit details
    Browse the repository at this point in the history
  2. fix: noop @prisma/client in browser, closes #13 (#19)

    Co-authored-by: Brandon Bayer <b@bayer.ws>
    jimthedev and flybayer authored Mar 2, 2020
    Configuration menu
    Copy the full SHA
    18d38d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. feat(core): Add withBlitz webpack wrapper + fix prisma/client (#31)

    * add withBlitz webpack config wrapper
    
    * Move prisma/client noop into withBlitz!
    flybayer authored Mar 3, 2020
    Configuration menu
    Copy the full SHA
    c82c0b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Configuration menu
    Copy the full SHA
    590b20f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16c2031 View commit details
    Browse the repository at this point in the history
  3. feat(cli): Add blitz console command (#32)

    Co-authored-by: Brandon Bayer <b@bayer.ws>
    quirk0o and flybayer authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    6d6a689 View commit details
    Browse the repository at this point in the history
  4. feat(cli): Add blitz test command (#30)

    * 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 <b@bayer.ws>
    
    closes #22
    camilo86 authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    ab4a3d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c51443b View commit details
    Browse the repository at this point in the history
  6. docs: fix typo

    flybayer committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    667566e View commit details
    Browse the repository at this point in the history
  7. chore: comment cleanup

    flybayer committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    b1aee93 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Configuration menu
    Copy the full SHA
    cdb5ff2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97bb455 View commit details
    Browse the repository at this point in the history
  3. bug(webpack): Create webpack package to avoid context bugs (#42)

    * Add new webpack package
    
    * Delete webpack files from core
    
    * Pin dependencies
    flybayer authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    949e7eb View commit details
    Browse the repository at this point in the history
  4. feat(cli): use custom REPL in console command (#38)

    Co-authored-by: Brandon Bayer <b@bayer.ws>
    flybayer authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    d26be24 View commit details
    Browse the repository at this point in the history
  5. feat(core): Return 404 if controller action is not defined (#39)

    Co-authored-by: Brandon Bayer <b@bayer.ws>
    flybayer authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    903644b View commit details
    Browse the repository at this point in the history
  6. fix(core): Add support for multiple attribute types for id (#35)

    * Add support for multiple attribute types for id
    
    * Add comment + tests
    flybayer authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    b430c87 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2020

  1. test(examples): add cypress tests to first demo (#47)

    * [examples] feat: setup cypress in first demo
    
    * [examples] spec: add cypress tests for first demo
    
    closes #44
    quirk0o authored Mar 8, 2020
    Configuration menu
    Copy the full SHA
    3c044fd View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. feat(cli): Compile to Next (#45)

    * Only create a prisma client when it actually needed
    
    * Setup start script for a simple next-project
    
    * Enable "compile to next" on first-demo
    
    * Whitespace
    
    * Fix failing webpack config test
    
    * Testing spawn call
    
    * Neaten up code
    
    * Test tsExtraMock instead of reporter
    
    * Test file deletion
    
    * Better file locations
    
    * Dont need persistent anymore
    
    * Development, Production, Build, Deploy
    
    * Add ts-ignore so we dont get compiler errors
    
    * Remove test on command with flags
    
    * Tidy up typescript config and add test
    
    * Add comment around type issues
    
    * Remove author field
    
    * Tidy up config changs
    
    * quiet core tests
    
    * move es6 from root tsconfig to cli tsconfig
    
    * Rename start -> scripts and tidy up descriptions
    
    * Test build script
    
    * Fix up test description
    
    * Fix bug in build script
    
    Closes #21, #36
    
    Co-authored-by: Brandon Bayer <b@bayer.ws>
    ryardley and flybayer authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    93a5fb0 View commit details
    Browse the repository at this point in the history
  2. fix(cli): Fix bug in build script (#49)

    * Unlink doesnt work on folders
    
    * Mock remove
    ryardley authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    4bb86dc View commit details
    Browse the repository at this point in the history
  3. feat(cli): Add blitz test watch command #23 (#50)

    * Add test watch
    
    * Add test:watch
    
    closes #23
    
    Co-authored-by: Brandon Bayer <b@bayer.ws>
    tsawan and flybayer authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    b5e0d7a View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. tweak funding

    flybayer committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    3294466 View commit details
    Browse the repository at this point in the history
  2. feat(cli): Add blitz db command #24 (#51)

    * Add db command
    
    * fixed test
    
    closes #24
    
    Co-authored-by: Brandon Bayer <b@bayer.ws>
    tsawan and flybayer authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    df0e5d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54e4759 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. refactor(server): create server package (#57)

    * @blitzjs/webpack -> @blitzjs/server
    
    * Move server code out of cli
    
    * Fix up type and lerna issues
    
    * Prebuild non-cli before test
    
    * Remove noise in PR
    ryardley authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    e773b26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    968b507 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0677a16 View commit details
    Browse the repository at this point in the history
  4. feat: Upgrade next to latest release v9.3.0, closes #60 (#65)

    Co-authored-by: Brandon Bayer <b@bayer.ws>
    gielcobben and flybayer authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    dfbcb5b View commit details
    Browse the repository at this point in the history
  5. feat(server): Errors respect file path redirection (#66)

    * Expose next-executable
    
    * Redirecting errors correctly with mocked rules
    
    * Add comments about what is waiting
    
    * Remove prepare as it was causing errors when installing dependencies
    
    * Mock outer function instead of call to spawn
    
    * Try using import *
    
    * Remove CI switch as that was not the problem
    
    Co-authored-by: Brandon Bayer <b@bayer.ws>
    ryardley and flybayer authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    b1f620a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a1e7e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. docs: update readme

    flybayer committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    f0159a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Configuration menu
    Copy the full SHA
    0521b59 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. feat(server): Transform rules and synchronisation manifest (#69)

    * Extract config
    
    * Use gulp pipes to apply tranforms and write manifest.
    
    * Add linting comments to allow import reordering
    
    * Fix manifest bug
    
    * Refactor to pipeline and fix testing method
    
    * Include clean
    
    * Fix up dependencies and tidy up code
    
    * Fix newline issue
    
    * Fix dependencies again
    
    * Fix up testing strategy for file manipulations
    
    * Renaming file because of inconsistency pt1
    
    * Renaming file because of inconsistency pt2
    
    * Update CLI test
    
    * Debug CI build failures not occuring locally
    
    * Include catch for missing unlink
    ryardley authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    4f21628 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. bug(server): CI pathname errors for readable-stream (#71)

    * Try setting normalise to false on tree testing
    
    * Remove debugging log
    ryardley authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    d8c2f69 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. feat(cli): load dependencies in blitz console (#68)

    * [cli] feat: autoload package dependencies in console
    
    * feat: load Prisma Client into console context
    
    * [cli] spec: fix spec for console command
    
    Co-authored-by: Brandon Bayer <b@bayer.ws>
    quirk0o and flybayer authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    828c8d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Update MANIFESTO.md

    flybayer authored Apr 1, 2020
    Configuration menu
    Copy the full SHA
    3e63287 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Configuration menu
    Copy the full SHA
    f48a776 View commit details
    Browse the repository at this point in the history
  2. Revert "add initial file structure rfc"

    This reverts commit f48a776.
    flybayer committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    7f81d62 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    flybayer authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    f09b968 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. doc: Add All Contributors Spec, Add CONTRIBUTING.md, Update Readme (#77)

    * Added financial contributors to the README
    
    * Add @flybayer as a contributor
    
    * Add @medelman17 as a contributor
    
    * Add @ryardley as a contributor
    
    * Add @toddgeist as a contributor
    
    * Add @quirk0o as a contributor
    
    * Add @tsawan as a contributor
    
    * Add @camilo86 as a contributor
    
    * Add @dkempner as a contributor
    
    * Add @gielcobben as a contributor
    
    * Add @MrLeebo as a contributor
    
    * Add @jimthedev as a contributor
    
    * update readme & add CONTRIBUTING.md
    
    * add Kristina
    
    * Add @robdrosenberg as a contributor
    
    * Add @jasonblalock as a contributor
    
    * Add @coreybrown89 as a contributor
    
    * Add @aej11a as a contributor
    
    * update badegs
    
    * tweak
    
    * tweak
    
    * more
    
    Co-authored-by: Jess <jessachandler@gmail.com>
    flybayer and monkeywithacupcake authored Apr 3, 2020
    Configuration menu
    Copy the full SHA
    1dad620 View commit details
    Browse the repository at this point in the history
  2. docs: add lorenzorapetti as a contributor (#80)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Apr 3, 2020
    Configuration menu
    Copy the full SHA
    bce5a4b View commit details
    Browse the repository at this point in the history
  3. docs: add aem as a contributor (#79)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    Co-authored-by: Brandon Bayer <b@bayer.ws>
    allcontributors[bot] and flybayer authored Apr 3, 2020
    Configuration menu
    Copy the full SHA
    52e93a6 View commit details
    Browse the repository at this point in the history
  4. docs: add rishabhpoddar as a contributor (#78)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    Co-authored-by: Brandon Bayer <b@bayer.ws>
    allcontributors[bot] and flybayer authored Apr 3, 2020
    Configuration menu
    Copy the full SHA
    6879be0 View commit details
    Browse the repository at this point in the history
  5. docs: add marcoseoane as a contributor (#81)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    Co-authored-by: Brandon Bayer <b@bayer.ws>
    allcontributors[bot] and flybayer authored Apr 3, 2020
    Configuration menu
    Copy the full SHA
    fa6067e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. fix readme

    flybayer authored Apr 5, 2020
    Configuration menu
    Copy the full SHA
    72697f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. refactor(cli): CLI refactoring (#25)

    * Add base generator class
    
    * change from mem-fs to fs.mkdirSync due to undefined error
    
    * Add base command class
    
    * Add conflict checker
    
    * Add dry run to generator
    
    * Add install via npm or yarn
    
    * Add --no-yarn
    
    * remove unused nyc dependency
    
    Co-authored-by: marcoseoane <marcorseoane@outlook.com>
    Co-authored-by: Brandon Bayer <b@bayer.ws>
    3 people authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    e44785b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef579da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    046b2ed View commit details
    Browse the repository at this point in the history
  4. chore: tweak readme

    flybayer committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    277c704 View commit details
    Browse the repository at this point in the history
  5. chore: update readme

    flybayer authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    9250985 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Fix dangling chokidar watch and add temporary logging. (#82)

    * Add logging
    
    * Add better commit message
    
    * Ensure will only run if jest is running
    
    * Add manifest to output log
    
    * Update message
    
    * Use specific ignore in build folder
    
    * Add dot ahead of ignored patterns
    
    * Close Watcher
    
    * Remove stray reference
    
    * Neaten up
    ryardley authored Apr 7, 2020
    Configuration menu
    Copy the full SHA
    2a9ac48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25ff552 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump acorn from 5.7.3 to 5.7.4 (#83)

    Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
    - [Release notes](https://github.com/acornjs/acorn/releases)
    - [Commits](acornjs/acorn@5.7.3...5.7.4)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Brandon Bayer <b@bayer.ws>
    Co-authored-by: Rudi Yardley <contact@rudiyardley.com>
    3 people authored Apr 7, 2020
    Configuration menu
    Copy the full SHA
    9d8edb6 View commit details
    Browse the repository at this point in the history
  4. docs: Fix website link (#86)

    * Fix website link
    
    * regenerate readme
    
    Co-authored-by: Brandon Bayer <b@bayer.ws>
    merelinguist and flybayer authored Apr 7, 2020
    Configuration menu
    Copy the full SHA
    bc3aa30 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. docs: update readme

    flybayer authored Apr 9, 2020
    Configuration menu
    Copy the full SHA
    e16d66a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. chore: remove all prototype code in prep for new architecture code (#90)

    * remove all prototype code and clean up deps
    
    * fixes
    flybayer authored Apr 11, 2020
    Configuration menu
    Copy the full SHA
    53eab98 View commit details
    Browse the repository at this point in the history
  2. Fix launchEditor bug (#92)

    ryardley authored Apr 11, 2020
    Configuration menu
    Copy the full SHA
    81735c4 View commit details
    Browse the repository at this point in the history
  3. fix(server): Fix ignorePath (#94)

    * Fix up globs
    
    * Revert move as it doesnt really matter because of ignorePaths
    ryardley authored Apr 11, 2020
    Configuration menu
    Copy the full SHA
    9bdc435 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64185b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. feat: Implement the new Architecture! (#95)

    * wip
    
    * working rpc mutation
    
    * queries and mutations working!!
    
    * prewarm the lamba
    
    * update withBlitz config wrapper - remove stuff no longer needed
    
    * switch from `pages` to `routes`
    
    * fix a test issue
    
    * fix cli test
    
    * Add file addition and subtraction to transform stream
    
    * Remove comments
    
    * Allow pages and routes
    
    * Allow routes folder without context
    
    * Tidy up build rules
    
    * Fix broken transform test
    
    * Use done callback to ensure all events have passed in stream test
    
    * Fix next build breaking
    
    * File generation RPC works
    
    * Remove commented out code
    
    * Ensure correct jest version so tests run and tidy up
    
    * Fix up linting
    
    * Tidy up synchroniser
    
    * Ensure watcher close is run when watchmode is false
    
    * typo
    
    * update cli readme
    
    * Fix start error
    
    * Downgrade ts-jest to remove warning
    
    * fix build with static pages
    
    * rerun prettier on all files
    
    * yarn workspace: nohoist husky and prisma
    
    * add missing dependency
    
    Co-authored-by: Rudi Yardley <contact@rudiyardley.com>
    flybayer and ryardley authored Apr 13, 2020
    Configuration menu
    Copy the full SHA
    c82de5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48861cb View commit details
    Browse the repository at this point in the history
  3. chore: update lerna config

    flybayer committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    4658f61 View commit details
    Browse the repository at this point in the history
  4. v0.0.1-canary.0

    flybayer committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    ae99dc4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d103345 View commit details
    Browse the repository at this point in the history
  6. v0.0.1-canary.1

    flybayer committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    6719104 View commit details
    Browse the repository at this point in the history
  7. chore: update githead

    flybayer committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    e2eed22 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. fix(examples): Fix Yarn link blitz cli failing (#105)

    * Add version to example
    
    * Try using generic versions
    ryardley authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    bb93ed8 View commit details
    Browse the repository at this point in the history
  2. fix(cli): spawn Windows .cmd entrypoints on win32 platform (#109)

    Co-authored-by: Brandon Bayer <b@bayer.ws>
    wKovacs64 and flybayer authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    1ea4398 View commit details
    Browse the repository at this point in the history
  3. docs: add wKovacs64 as a contributor (#111)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    5d22f9b View commit details
    Browse the repository at this point in the history
  4. feat(server): Warning about invalid routes/api structure (#106)

    * First pass at warning about duplicate routes
    
    * Move dupe checker to its own function
    
    * Fix some accidental changes
    
    * Revert yarn.lock(?)
    
    * Route > page
    
    * Use pages for store example
    
    * Warn about nested api routes
    
    * Check for duplicate api routes
    
    * Warn api dupe routes
    
    * Remove stray process.exit
    
    * Merge api and pages dupe checkers
    
    * Delete old checkers
    
    * Remove stray line
    
    Co-authored-by: merelinguist <merelinguist@users.noreply.github.com>
    Co-authored-by: Brandon Bayer <b@bayer.ws>
    3 people authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    be1c57b View commit details
    Browse the repository at this point in the history
  5. docs: add merelinguist as a contributor (#112)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    93865f4 View commit details
    Browse the repository at this point in the history
  6. feat: use db folder instead of prisma (#114)

    * feat: use `db` folder instead of `prisma`
    
    * fix tests
    flybayer authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    c3dee22 View commit details
    Browse the repository at this point in the history
  7. feat(cli): don't bundle cli (and remove pkg) (#115)

    * feat(cli): don't bundle cli with pkg or anything. npm package now working
    
    * fix tests
    flybayer authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    2d54568 View commit details
    Browse the repository at this point in the history
  8. chore: update lerna script

    flybayer committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    5933b61 View commit details
    Browse the repository at this point in the history
  9. v0.0.1-0.0.1-canary.4.0

    flybayer committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    4184a4f View commit details
    Browse the repository at this point in the history
  10. v0.0.2-alpha.0

    flybayer committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    95713e6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c05afe8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f800719 View commit details
    Browse the repository at this point in the history
  13. chore(examples): Make store work in prod (switch to Postgres) (#117)

    * wip
    
    * fix(example): changes for deploying store to Zeit. Switch to postgres
    flybayer authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    256387c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0b18df1 View commit details
    Browse the repository at this point in the history
  15. v0.0.2-canary.0

    flybayer committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    b749884 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Configuration menu
    Copy the full SHA
    bb4272b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ca88af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    227c120 View commit details
    Browse the repository at this point in the history
  4. docs: readme typo

    flybayer authored Apr 15, 2020
    Configuration menu
    Copy the full SHA
    4b29564 View commit details
    Browse the repository at this point in the history
  5. Change blitz new template to be a working blitz app (#123)

    * change blitz new template to be a working blitz app
    
    * fix tests
    flybayer authored Apr 15, 2020
    Configuration menu
    Copy the full SHA
    d956da6 View commit details
    Browse the repository at this point in the history
  6. Add the blitz package (#125)

    flybayer authored Apr 15, 2020
    Configuration menu
    Copy the full SHA
    9e1ce7d View commit details
    Browse the repository at this point in the history
  7. Revert "Add the blitz package (#125)"

    This reverts commit 9e1ce7d.
    flybayer committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    b939130 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. fix(cli): leverage cross-spawn for cross-platform compatibility (#122)

    * fix(cli): leverage cross-spawn for cross-platform compatibility
    
    * refactor(server): use cross-spawn in next-utils for consistency
    wKovacs64 authored Apr 16, 2020
    Configuration menu
    Copy the full SHA
    df76a4b View commit details
    Browse the repository at this point in the history
  2. feat(server): blitz.config.js config support without `withBlit… (#130)

    * Allow blitz config
    
    * Add error message
    
    * Update tests
    
    * Support only blitz.config.js
    
    * Remove blitz.config.js
    
    Co-authored-by: Brandon Bayer <b@bayer.ws>
    ryardley and flybayer authored Apr 16, 2020
    Configuration menu
    Copy the full SHA
    6f66e5b View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Configuration menu
    Copy the full SHA
    93dcd6d View commit details
    Browse the repository at this point in the history
  2. Update .all-contributorsrc

    flybayer authored Apr 17, 2020
    Configuration menu
    Copy the full SHA
    29820ac View commit details
    Browse the repository at this point in the history
  3. Update README.md

    flybayer authored Apr 17, 2020
    Configuration menu
    Copy the full SHA
    ecd1118 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    flybayer authored Apr 17, 2020
    Configuration menu
    Copy the full SHA
    9209c93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36b4f10 View commit details
    Browse the repository at this point in the history
  6. Add blitz db studio and blitz db introspect (#134)

    (minor)
    flybayer authored Apr 17, 2020
    Configuration menu
    Copy the full SHA
    4c1eed6 View commit details
    Browse the repository at this point in the history
  7. Implement ssrQuery (#136)

    flybayer authored Apr 17, 2020
    Configuration menu
    Copy the full SHA
    4bcc2ef View commit details
    Browse the repository at this point in the history
  8. add medelman17 for code

    flybayer committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    167fc25 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9010566 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a4d6fe1 View commit details
    Browse the repository at this point in the history
  11. Update CONTRIBUTING.md

    flybayer authored Apr 17, 2020
    Configuration menu
    Copy the full SHA
    549115a View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. feat(cli): add help for db commands (#139)

    Sajjad Hashemian authored Apr 18, 2020
    Configuration menu
    Copy the full SHA
    36c0acd View commit details
    Browse the repository at this point in the history
  2. docs: add sijad as a contributor (#141)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Apr 18, 2020
    Configuration menu
    Copy the full SHA
    b70296a View commit details
    Browse the repository at this point in the history
  3. v0.0.2-canary.1

    flybayer committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    ba540bb View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

  1. tweak readme

    flybayer authored Apr 19, 2020
    Configuration menu
    Copy the full SHA
    9dfc5c5 View commit details
    Browse the repository at this point in the history
  2. Fix server for deployment to Zeit (#143)

    * fix production, but tests still failing
    
    * Fix missing await and avoid changing source folder
    
    Co-authored-by: Rudi Yardley <contact@rudiyardley.com>
    flybayer and ryardley authored Apr 19, 2020
    Configuration menu
    Copy the full SHA
    5d3afb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f8a7af View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Automatically run blitz db migrate on every blitz start (#147)

    * Automatically run `blitz db migrate` on every `blitz start`
    
    * Fix test
    
    Co-authored-by: merelinguist <merelinguist@users.noreply.github.com>
    merelinguist and merelinguist authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    6443184 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50dd2dc View commit details
    Browse the repository at this point in the history
  3. Update README.md

    flybayer authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    bd3841b View commit details
    Browse the repository at this point in the history
  4. Update MANIFESTO.md

    flybayer authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    cf94dc8 View commit details
    Browse the repository at this point in the history
  5. Add the blitz package and proper global/local CLI handling (#128)

    * 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 <michael@fabulas.io>
    flybayer and Michael Edelman authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    e891273 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    45a0991 View commit details
    Browse the repository at this point in the history
  7. add publish script

    flybayer committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    67950db View commit details
    Browse the repository at this point in the history
  8. v0.5.0-canary.0

    flybayer committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    0659b37 View commit details
    Browse the repository at this point in the history
  9. v0.5.0-canary.1

    flybayer committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    3b5f7bc View commit details
    Browse the repository at this point in the history
  10. Many updates to blitz new template, including prettier, eslint,… (#150)

    * update template app
    
    * fix `blitz -v`
    flybayer authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    bf4b909 View commit details
    Browse the repository at this point in the history
  11. v0.5.0-canary.2

    flybayer committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    27e3148 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9c66a29 View commit details
    Browse the repository at this point in the history
  13. tweak link-cli scripts

    flybayer committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    6564a26 View commit details
    Browse the repository at this point in the history
  14. v0.5.0-canary.3

    flybayer committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    4c42176 View commit details
    Browse the repository at this point in the history
  15. Back out the auto db migrate, and instead only auto generate pri… (#151)

    * change to only generate prisma client on blitz start
    
    * add comment
    flybayer authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    2c91340 View commit details
    Browse the repository at this point in the history
  16. v0.5.0-canary.4

    flybayer committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    477094d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    11325ba View commit details
    Browse the repository at this point in the history
  18. v0.5.0-canary.5

    flybayer committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    c00e78c View commit details
    Browse the repository at this point in the history
  19. Add the Alpha User Guide (#131)

    * 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
    flybayer authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    8d38c6c View commit details
    Browse the repository at this point in the history