]> git.wincent.com - next.git/shortlog
next.git
2021-05-19  Greg Hurrellrefactor: consolidate two conditionals master
2021-05-19  Greg Hurrelltest: add tick() implementation to skip time in integra...
2021-05-19  Greg Hurrellfix: correct TypeScript type annotation for custom...
2021-05-19  Greg Hurrellrefactor: move integration tests "table of contents...
2021-05-19  Greg Hurrellrefactor: sort functions alphabetically
2021-05-19  Greg Hurrelltest: teach integration tests how to save/check/update...
2021-05-14  Greg Hurrellfeat: actually record project UUID when creating tasks
2021-05-13  Greg Hurrellchore: update dependencies
2021-05-13  Greg Hurrelltest: add first basic test script
2021-05-13  Greg Hurrellfeat: add simple shell syntax tokenizer
2021-05-13  Greg Hurrelltest: prepare skeleton for running integration tests
2021-05-13  Greg Hurrellfeat: add mulberry32 PRNG
2021-05-08  Greg Hurrellstyle: fix formatting
2021-05-08  Greg Hurrellfix: don't overwrite existing tasks
2021-05-08  Greg Hurrellfix: make sure newly created projects have metadata
2021-05-08  Greg Hurrellfix: correct a couple of random problems
2021-01-15  Greg Hurrellfeat: teach Store some more stuff
2021-01-15  Greg Hurrellfeat: continue fleshing out Store class
2021-01-10  Greg Hurrellfeat: start fleshing out "init" subcommand
2021-01-08  Greg Hurrellfeat: start fleshing out Store abstraction
2021-01-07  Greg Hurrelldocs: move subcommand docs into subfolder
2021-01-07  Greg Hurrellchore: add notes for how to initialize worktree with...
2021-01-06  Greg Hurrelldocs: add a couple more desired commands to docs/DESIGN.md
2021-01-05  Greg Hurrellfeat: add UUID()
2021-01-05  Greg Hurrellfeat: pass richer context to subcommands
2021-01-03  Greg Hurrellfeat: add some Markdown formatting of sample docs
2021-01-03  Greg Hurrellfeat: wire up help logic
2021-01-03  Greg Hurrellfix: remove duplicate named exports
2021-01-02  Greg Hurrellfeat: allow subcommands to specify additional options
2021-01-02  Greg Hurrellrefactor: use terser format for dynamic import
2021-01-02  Greg Hurrellfeat: wire up initial sucbommands
2021-01-02  Greg Hurrellfeat: load config from -c/--config file, if specified
2020-12-31  Greg Hurrellfeat: add simple option parsing
2020-12-30  Greg Hurrellfeat: add `yarn build:force`
2020-12-30  Greg Hurrellrefactor: provide Config type to represent normalize...
2020-12-30  Greg Hurrellchore: add repo to nextrc file
2020-12-30  Greg Hurrellfix: handle full range of `git worktree list --porcelai...
2020-12-30  Greg Hurrellchore: turn on incremental compilation and add a watch...
2020-12-30  Greg Hurrelltest: make sure jest doesn't run twice
2020-12-30  Greg Hurrellfix: handle edge cases in StringScanner#location reporting
2020-12-30  Greg Hurrellfeat: add "clean" script
2020-12-30  Greg Hurrelltest: add test for subprocesses exiting due to a signal
2020-12-29  Greg Hurrellfeat: plumb in basic check for git-worktree
2020-12-29  Greg Hurrelltest: revert to previous fix
2020-12-29  Greg Hurrellrefactor: apply neater fix for Node v10 failures on CI
2020-12-29  Greg Hurrelltest: attempt fix for CI failure on Node v10
2020-12-29  Greg Hurrellfeat: add loadRC() function
2020-12-29  Greg Hurrellfeat: add dev-only helper to catch resource staleness
2020-12-29  Greg Hurrelldocs: add `next init` to wishlist
2020-12-29  Greg Hurrellfeat: add basic INI parsing
2020-12-29  Greg Hurrellchore: configure Prettier to ignore built files
2020-12-29  Greg Hurrelldocs: add CI status badge to README.md
2020-12-29  Greg Hurrellfeat: add "ci" script
2020-12-29  Greg Hurrellfeat: set up CI
2020-12-29  Greg Hurrellfeat: set up linting
2020-12-29  Greg Hurrelltest: set up basic test infra
2020-12-29  Greg Hurrellstyle: manually prepare tsconfig.json for future formatting
2020-12-29  Greg Hurrellstyle: format generated file
2020-12-29  Greg Hurrellfeat: add stub executable
2020-12-29  Greg Hurrellchore: add stub tsconfig.json file
2020-12-29  Greg Hurrelldocs: add initial seed of design draft document
2020-12-29  Greg Hurrellchore: set-up basic project dependencies
2020-12-28  Greg Hurrellchore: seed "master" branch with MIT license file