-
Notifications
You must be signed in to change notification settings - Fork 60
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
dx: add .nvmrc file #672
Merged
Merged
dx: add .nvmrc file #672
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
Current coverage is 92.28% (diff: 100%)@@ master #672 diff @@
==========================================
Files 180 180
Lines 1996 1996
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
Hits 1842 1842
Misses 154 154
Partials 0 0
|
zacharygolba
added a commit
that referenced
this pull request
Jan 29, 2017
fix: duplicate source materials entry in contributing.md docs: add preliminary content to code of conduct dx: add .nvmrc file (#672) docs: add build and test steps to contributing.md docs: add issue template docs: fix linter error for issue template docs: add docs for making documentation contributions docs: add link to rfcs repository in contributing.md docs: update readme and remove roadmap in favor of lux-rfcs repo style: whitespace change in contributing.md docs: left align column 2 of the commit style table in contributing.md docs: missing punctuation in code of conduct
zacharygolba
added a commit
that referenced
this pull request
Jan 30, 2017
fix: duplicate source materials entry in contributing.md docs: add preliminary content to code of conduct dx: add .nvmrc file (#672) docs: add build and test steps to contributing.md docs: add issue template docs: fix linter error for issue template docs: add docs for making documentation contributions docs: add link to rfcs repository in contributing.md docs: update readme and remove roadmap in favor of lux-rfcs repo style: whitespace change in contributing.md docs: left align column 2 of the commit style table in contributing.md docs: missing punctuation in code of conduct dx: add .nvmrc file (#672) docs: change irc to gitter in code of conduct
zacharygolba
added a commit
that referenced
this pull request
Mar 21, 2017
* docs: add code of conduct and contributing documentation fix: duplicate source materials entry in contributing.md docs: add preliminary content to code of conduct dx: add .nvmrc file (#672) docs: add build and test steps to contributing.md docs: add issue template docs: fix linter error for issue template docs: add docs for making documentation contributions docs: add link to rfcs repository in contributing.md docs: update readme and remove roadmap in favor of lux-rfcs repo style: whitespace change in contributing.md docs: left align column 2 of the commit style table in contributing.md docs: missing punctuation in code of conduct dx: add .nvmrc file (#672) docs: change irc to gitter in code of conduct * docs: use lux+moderators@postlight.com instead of lux@postlight.com * docs: copy changes in code of conduct docs: copy changes in code of conduct * docs: typo in contribting.md * docs: copy changes in contributing.md * docs: add instructions for reporting security vulnerabilities * docs: add a link to flow documentation in contributing.md * docs: typo in contributing.md * docs: add webstorm flow docs to contributing.md * docs: remove unecessary "that" in contributing.md * docs: widen the scope of the second bullet in the code of conduct * docs: add pull request template * docs: add "ways to contribute" section to contributing.md
zacharygolba
added a commit
that referenced
this pull request
Mar 21, 2017
* docs: add code of conduct and contributing documentation fix: duplicate source materials entry in contributing.md docs: add preliminary content to code of conduct dx: add .nvmrc file (#672) docs: add build and test steps to contributing.md docs: add issue template docs: fix linter error for issue template docs: add docs for making documentation contributions docs: add link to rfcs repository in contributing.md docs: update readme and remove roadmap in favor of lux-rfcs repo style: whitespace change in contributing.md docs: left align column 2 of the commit style table in contributing.md docs: missing punctuation in code of conduct dx: add .nvmrc file (#672) docs: change irc to gitter in code of conduct * docs: use lux+moderators@postlight.com instead of lux@postlight.com * docs: copy changes in code of conduct docs: copy changes in code of conduct * docs: typo in contribting.md * docs: copy changes in contributing.md * docs: add instructions for reporting security vulnerabilities * docs: add a link to flow documentation in contributing.md * docs: typo in contributing.md * docs: add webstorm flow docs to contributing.md * docs: remove unecessary "that" in contributing.md * docs: widen the scope of the second bullet in the code of conduct * docs: add pull request template * docs: add "ways to contribute" section to contributing.md
zacharygolba
added a commit
that referenced
this pull request
May 20, 2017
* refactor: use jest instead of mocha + chai * feat: add http and mock adapters * tests: updated failing test suites * fix: continued updates to unit tests * refactor: more test updates * refactor: more test updates * refactor: more test updates * feat: use jest-junit reporter * fix: attempt to set node_env in child processes * test: set node_env in circle.yml * fix: update junit output * refactor: toJSON() -> toObject() * fix: typo in recursive calls to model.toObject() * fix: typo in recursive calls to model.toObject() * fix: missing --skip-build flag on serve command * fix: move test setup to ci yml files * fix: syntax error in circle.yml * fix: cache test-app instances * fix: increase default timeout * fix: run tests serially * fix: update method in controller * fix: properly set database driver in circleci * fix: integrate codecov with jest * feat: use mocks for fs tests * style: remove excess whitespace in watcher module * fix: enable eslint in test files * fix: use utc dates in serializer snapshots * deps: remove sinon in favor of jest mocks * test: run jest on appveyor * fix: syntax error in appveyor.yml * fix: remove ids from fixtures * test: do not use junit reporter * fix: ensure serializer snapshots have consistent sorting * fix: ensure serializer snapshots have consistent sorting * fix: ensure relationship snapshots have consistent sorting * fix: do not use snapshots in relationships module * deps: update flow-bin to version 0.39.0 * test: add unit test for adapters * test: add unit test for adapter utils * refactor: rename test directories to follow jest conventions * deps: update to jest 19 * test: improve coverage for controller * deps: update flow to version 0.40.0 * test: improve test coverage for fs package * test: improve coverage for parse path method * test: upload coverage results from appveyor * fix: cleanup connections after each test * chore: use yarn instead of npm * fix: wrap destroys in controller test in a transaction * fix: install yarn via powershell during appveyor builds * fix: do not use transactions without a connection pool * fix: use preinstalled yarn on appveyor builds * fix: run yarn commands in powershell in appveyor builds * fix: use npm link instead of yarn link on appveyor * fix: increase heap size for tests * fix: disable jest cache in appveyor builds * fix: run tests in parallel * feat: use in memory db with sqlite driver * fix: properly set worker count in ci * feat: cache test-app dependencies in ci * fix: do not specify worker count in circle.yml * deps: update outdated dependencies * fix: cleanup application instance methods * style: use block comment for flow files * style: add no-irregular-whitespace eslint rule * style: remove excess whitespace * deps: update dependencies * deps: update dependencies * deps: update test-app dependencies * fix: eslint errors in debugger * test: use circleci 2 * fix: syntax error in circle.yml * fix: change working directory in circle.yml * fix: move working directory entry in circle.yml * test: run tests synchronously in circleci * fix: migrate and seed database in circleci * fix: errors in circle.yml * fix: errors in circle.yml * fix: missing then in circle.yml seed database command * fix: use root database user in circleci * test: update appveyor.yml * test: use visual studio 2017 build image in appveyor.yml * fix: increase js heap size in appveyor builds * test: log heap usage in appveyor builds * test: run tests in parallel during appveyor builds * test: disable cache in appveyor builds * test: output color from jest in circleci builds * fix: remove force exit in circleci.yml * fix: force postgres builds to exit during circleci builds * test: use 2 runners during circleci builds * test: use 3 runners during circleci builds * test: use 4 runners during circleci builds * test: do not force postgres builds to exit during circleci builds * test: specify parallelism in circle.yml * test: cache dependencies during circleci builds * test: reuse yarn cache in circleci * test: use eslint cache in circleci * test: use better cache keys in circle.yml * test: reuse jest cache between circleci builds * fix: typo in circle.yml * fix: typo in circle.yml * test: rearrange build steps in circle.yml * test: rearrange build steps in circle.yml * test: do not specify number of workers during circleci builds * test: do not specify number of workers during circleci builds * test: do not specify number of workers during circleci builds * test: use 6 runners during circleci builds * test: use 8 runners during circleci builds * refactor: simplify pool logic in test-app database config * test: use cache in appveyor builds * test: use 4 runners during appveyor builds * test: remove unnecessary env var in circle.yml * test: change database pool config for appveyor builds * test: use 4 runners during appveyor builds * test: conditionally seed database during appveyor builds * test: use 2 runners during appveyor builds * test: do not use watchman in appveyor builds * test: use 3 runners during appveyor builds * test: use 2 runners during appveyor builds * test: try to set memory limit during appveyor builds * test: try to set memory limit during appveyor builds * test: try to set memory limit during appveyor builds * test: do not call jest directly in appveyor.yml * docs: add code of conduct and contributing documentation (#671) * docs: add code of conduct and contributing documentation fix: duplicate source materials entry in contributing.md docs: add preliminary content to code of conduct dx: add .nvmrc file (#672) docs: add build and test steps to contributing.md docs: add issue template docs: fix linter error for issue template docs: add docs for making documentation contributions docs: add link to rfcs repository in contributing.md docs: update readme and remove roadmap in favor of lux-rfcs repo style: whitespace change in contributing.md docs: left align column 2 of the commit style table in contributing.md docs: missing punctuation in code of conduct dx: add .nvmrc file (#672) docs: change irc to gitter in code of conduct * docs: use lux+moderators@postlight.com instead of lux@postlight.com * docs: copy changes in code of conduct docs: copy changes in code of conduct * docs: typo in contribting.md * docs: copy changes in contributing.md * docs: add instructions for reporting security vulnerabilities * docs: add a link to flow documentation in contributing.md * docs: typo in contributing.md * docs: add webstorm flow docs to contributing.md * docs: remove unecessary "that" in contributing.md * docs: widen the scope of the second bullet in the code of conduct * docs: add pull request template * docs: add "ways to contribute" section to contributing.md * test: do not report test coverage in appveyor * test: report coverage after appveyor builds * refactor: reduce usage of test app in unit tests * test: develop against node 7 * fix: failing snapshot tests for loader module * fix: failing postgres tests * refactor: develop against node 6.10.0 * fix: do not cache node_modules * fix: use epoch timestamp in circleci dependency cache key * test: lock appveyor node version to 6.10.0 * test: run test script in powershell in appveyor * style: use "test" instead of "it" in test files * chore: add back missing tests and upgrade flow * fix: eslint errors * deps: update outdated packages * docs: add jest to the useful links section of readme.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.
If you use nvm to manage Node versions and zsh (like Oh-My-ZSH), you can have nvm switch to the correct Node version automatically when you cd into this repository. To do so, add the following to your
~/.zshrc
file: