This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 214
Updating Node.js version for Travis CI and removing codecov #226
Merged
eliperelman
merged 1 commit into
neutrinojs:v6-dev
from
eliperelman:travis-node-versions
Jun 1, 2017
Merged
Updating Node.js version for Travis CI and removing codecov #226
eliperelman
merged 1 commit into
neutrinojs:v6-dev
from
eliperelman:travis-node-versions
Jun 1, 2017
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
eliperelman
added a commit
that referenced
this pull request
Jun 10, 2017
eliperelman
added a commit
that referenced
this pull request
Jun 14, 2017
eliperelman
added a commit
that referenced
this pull request
Jun 15, 2017
* Buffer: true; -> Buffer: false (#201) remove not-needed polyfill * Buffer: true; -> Buffer: false (#201) remove not-needed polyfill * V6 dev fast async (#202) * 🗼babel fast async to preset-web * 🗼babel fast async to preset-node * 📦🐈 yarn lock file for preset-node * 📦⬆ fast-async semver dep ⌨️⚒ node v -> string * ❎ remove `builtIns: false` * 🙃 flip builtIn: true * 👕 formatting * 💍 fast-async runtimePattern from 📌 entry point * 📌 add as entry point instead of regex * 🔙💍 update async for node * merge after bootstrap again * 🚚📌 move entry points to beginning * Bugfix/eslint jest rules (#212) * Fix ESLint Jest analyze * Add SCSS extension to the mocking list * Upgrade eslint jest plugin * Mark focused test as errors * Remove `Buffer` global rule from Web preset for v6 * Upgrade the package version to v6 * Upgrade dependencies to v6 * Switching HTML loader middleware to html-loader (#219) * Adding cacheDirectory to compile-loader (#221) * Replace events with generic event 'run' closes #166 * Add additional event run and prerun * Inline prerun and run names * Bugfix/react set state (#213) * Fix `setState()` exception in React * Upgrade React preset package version to v6 * Rollback versions * Redesign react babel config * Update dependencies to v5 * Update lock file * Add missing dependency * Update docs to include the additional run and prerun events (#224) * Adding default environment to eslint middleware (#225) * Updating Node.js version for Travis CI and removing codecov (#226) * Allow environment-specific configuration overrides (#230) * Allow environment-specific config override * Refine comment * Add docs for environment-specific configuration (#231) * PWA middleware (#227) * Caching based on hashed and inline manifest (#223) * Feature/dev server ip (#204) * Detect if dev server is public and log the local network IP in the terminal * Extract Dev server to a separate middleware * Add 'open' option to autostart a default browser * Upgrade version * Declare dependencies for the dev server middlware * Update Webpack Dev Server dependency * Correctly handle 'open' option * Change the server custom configuration scheme * Use 'public' option instead of 'host' for the Dev Server * Simplify open browser URL address detection * Exclude hot reload functionality from the web preset * Finish Dev Server documentatoin * Add customization documentation * Let dev server middleware to decide when to initialize * Fix typos in Docs * Make dev server middleware environment independent again * Fix versions dependencies * Redesign opennning of a browser so that server parameters may be redefined later * Move Hot middleware back to Web preset * Use Future instead of Promise * Fix bugs after refactoring * Upgrade dependencies * Split settings between the middleware and the preset * Fixing missing comma and duplicate package.json entry * Move from package.json configuration to .neutrinorc.js (#233) * Fixing missing port and https in dev-server * Adding transform-class-properties as default babel plugin for react preset (#234) * Switching to static directory for non-compiled/copyable assets (#235) * Custom commands 😍 (#236) * Add api.call for direct use and command execution (#238) * Buffer: true; -> Buffer: false (#201) remove not-needed polyfill * V6 dev fast async (#202) * 🗼babel fast async to preset-web * 🗼babel fast async to preset-node * 📦🐈 yarn lock file for preset-node * 📦⬆ fast-async semver dep ⌨️⚒ node v -> string * ❎ remove `builtIns: false` * 🙃 flip builtIn: true * 👕 formatting * 💍 fast-async runtimePattern from 📌 entry point * 📌 add as entry point instead of regex * 🔙💍 update async for node * merge after bootstrap again * 🚚📌 move entry points to beginning * Bugfix/eslint jest rules (#212) * Fix ESLint Jest analyze * Add SCSS extension to the mocking list * Upgrade eslint jest plugin * Mark focused test as errors * Remove `Buffer` global rule from Web preset for v6 * Upgrade the package version to v6 * Upgrade dependencies to v6 * Switching HTML loader middleware to html-loader (#219) * Adding cacheDirectory to compile-loader (#221) * Replace events with generic event 'run' closes #166 * Add additional event run and prerun * Inline prerun and run names * Adding default environment to eslint middleware (#225) * Updating Node.js version for Travis CI and removing codecov (#226) * Update docs to include the additional run and prerun events (#224) * Bugfix/react set state (#213) * Fix `setState()` exception in React * Upgrade React preset package version to v6 * Rollback versions * Redesign react babel config * Update dependencies to v5 * Update lock file * Add missing dependency * Allow environment-specific configuration overrides (#230) * Allow environment-specific config override * Refine comment * Add docs for environment-specific configuration (#231) * PWA middleware (#227) * Caching based on hashed and inline manifest (#223) * Feature/dev server ip (#204) * Detect if dev server is public and log the local network IP in the terminal * Extract Dev server to a separate middleware * Add 'open' option to autostart a default browser * Upgrade version * Declare dependencies for the dev server middlware * Update Webpack Dev Server dependency * Correctly handle 'open' option * Change the server custom configuration scheme * Use 'public' option instead of 'host' for the Dev Server * Simplify open browser URL address detection * Exclude hot reload functionality from the web preset * Finish Dev Server documentatoin * Add customization documentation * Let dev server middleware to decide when to initialize * Fix typos in Docs * Make dev server middleware environment independent again * Fix versions dependencies * Redesign opennning of a browser so that server parameters may be redefined later * Move Hot middleware back to Web preset * Use Future instead of Promise * Fix bugs after refactoring * Upgrade dependencies * Split settings between the middleware and the preset * Fixing missing comma and duplicate package.json entry * Move from package.json configuration to .neutrinorc.js (#233) * Fixing missing port and https in dev-server * Adding transform-class-properties as default babel plugin for react preset (#234) * Switching to static directory for non-compiled/copyable assets (#235) * Custom commands 😍 (#236) * Add api.call for direct use and command execution (#238) * Updating yarn.lock * Upgrading outdated dependencies (#240) * Upgrading v6 dependencies, part 2 (#245) * CLI: register before run; CLI: add --quiet; API: run registered command (#247) * v6 documentation changes (#252) * v6 documentation changes * Updating middleware documentation for v6 changes * v6 customization docs * v6 docs for Jest and Airbnb presets * Karma preset v6 documentation updates * Mocha preset documentation updates * Node.js preset v6 docs updates * React preset v6 docs updates * v6 docs for Web preset and dev middleware * Conditional config overrides * Remove travis cache (#253) * Adding rudimentary tests to all packages (#256) * Buffer: true; -> Buffer: false (#201) remove not-needed polyfill * V6 dev fast async (#202) * 🗼babel fast async to preset-web * 🗼babel fast async to preset-node * 📦🐈 yarn lock file for preset-node * 📦⬆ fast-async semver dep ⌨️⚒ node v -> string * ❎ remove `builtIns: false` * 🙃 flip builtIn: true * 👕 formatting * 💍 fast-async runtimePattern from 📌 entry point * 📌 add as entry point instead of regex * 🔙💍 update async for node * merge after bootstrap again * 🚚📌 move entry points to beginning * Switching HTML loader middleware to html-loader (#219) * Adding cacheDirectory to compile-loader (#221) * Replace events with generic event 'run' closes #166 * Add additional event run and prerun * Inline prerun and run names * Adding default environment to eslint middleware (#225) * Updating Node.js version for Travis CI and removing codecov (#226) * Update docs to include the additional run and prerun events (#224) * Bugfix/eslint jest rules (#212) * Fix ESLint Jest analyze * Add SCSS extension to the mocking list * Upgrade eslint jest plugin * Mark focused test as errors * Remove `Buffer` global rule from Web preset for v6 * Upgrade the package version to v6 * Upgrade dependencies to v6 * Bugfix/react set state (#213) * Fix `setState()` exception in React * Upgrade React preset package version to v6 * Rollback versions * Redesign react babel config * Update dependencies to v5 * Update lock file * Add missing dependency * Allow environment-specific configuration overrides (#230) * Allow environment-specific config override * Refine comment * Add docs for environment-specific configuration (#231) * PWA middleware (#227) * V6 dev fast async (#202) * 🗼babel fast async to preset-web * 🗼babel fast async to preset-node * 📦🐈 yarn lock file for preset-node * 📦⬆ fast-async semver dep ⌨️⚒ node v -> string * ❎ remove `builtIns: false` * 🙃 flip builtIn: true * 👕 formatting * 💍 fast-async runtimePattern from 📌 entry point * 📌 add as entry point instead of regex * 🔙💍 update async for node * merge after bootstrap again * 🚚📌 move entry points to beginning * Bugfix/eslint jest rules (#212) * Fix ESLint Jest analyze * Add SCSS extension to the mocking list * Upgrade eslint jest plugin * Mark focused test as errors * Remove `Buffer` global rule from Web preset for v6 * Upgrade the package version to v6 * Upgrade dependencies to v6 * Caching based on hashed and inline manifest (#223) * Feature/dev server ip (#204) * Detect if dev server is public and log the local network IP in the terminal * Extract Dev server to a separate middleware * Add 'open' option to autostart a default browser * Upgrade version * Declare dependencies for the dev server middlware * Update Webpack Dev Server dependency * Correctly handle 'open' option * Change the server custom configuration scheme * Use 'public' option instead of 'host' for the Dev Server * Simplify open browser URL address detection * Exclude hot reload functionality from the web preset * Finish Dev Server documentatoin * Add customization documentation * Let dev server middleware to decide when to initialize * Fix typos in Docs * Make dev server middleware environment independent again * Fix versions dependencies * Redesign opennning of a browser so that server parameters may be redefined later * Move Hot middleware back to Web preset * Use Future instead of Promise * Fix bugs after refactoring * Upgrade dependencies * Split settings between the middleware and the preset * Fixing missing comma and duplicate package.json entry * Move from package.json configuration to .neutrinorc.js (#233) * Fixing missing port and https in dev-server * Adding transform-class-properties as default babel plugin for react preset (#234) * Switching to static directory for non-compiled/copyable assets (#235) * Custom commands 😍 (#236) * Add api.call for direct use and command execution (#238) * Adding default environment to eslint middleware (#225) * Bugfix/react set state (#213) * Fix `setState()` exception in React * Upgrade React preset package version to v6 * Rollback versions * Redesign react babel config * Update dependencies to v5 * Update lock file * Add missing dependency * PWA middleware (#227) * Caching based on hashed and inline manifest (#223) * Feature/dev server ip (#204) * Detect if dev server is public and log the local network IP in the terminal * Extract Dev server to a separate middleware * Add 'open' option to autostart a default browser * Upgrade version * Declare dependencies for the dev server middlware * Update Webpack Dev Server dependency * Correctly handle 'open' option * Change the server custom configuration scheme * Use 'public' option instead of 'host' for the Dev Server * Simplify open browser URL address detection * Exclude hot reload functionality from the web preset * Finish Dev Server documentatoin * Add customization documentation * Let dev server middleware to decide when to initialize * Fix typos in Docs * Make dev server middleware environment independent again * Fix versions dependencies * Redesign opennning of a browser so that server parameters may be redefined later * Move Hot middleware back to Web preset * Use Future instead of Promise * Fix bugs after refactoring * Upgrade dependencies * Split settings between the middleware and the preset * Fixing missing comma and duplicate package.json entry * Move from package.json configuration to .neutrinorc.js (#233) * Adding transform-class-properties as default babel plugin for react preset (#234) * Switching to static directory for non-compiled/copyable assets (#235) * Custom commands 😍 (#236) * Upgrading outdated dependencies (#240) * Upgrading v6 dependencies, part 2 (#245) * CLI: register before run; CLI: add --quiet; API: run registered command (#247) * v6 documentation changes (#252) * v6 documentation changes * Updating middleware documentation for v6 changes * v6 customization docs * v6 docs for Jest and Airbnb presets * Karma preset v6 documentation updates * Mocha preset documentation updates * Node.js preset v6 docs updates * React preset v6 docs updates * v6 docs for Web preset and dev middleware * Conditional config overrides * Remove travis cache (#253) * Adding rudimentary tests to all packages (#256) * Switch fast-async to spec mode (#258) * Fail CI if git status is unclean
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Resolves #220.