This repository has been archived by the owner on Jun 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 243
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
Sync with main repo
@oyeanuj nice work! |
strues
approved these changes
Oct 3, 2017
Merged! |
oyeanuj
added a commit
to oyeanuj/react-universally
that referenced
this pull request
Oct 3, 2017
* ctrlplusb/master: Server logging enhancements (ctrlplusb#508) Minor readme updates (ctrlplusb#501)
oyeanuj
added a commit
to oyeanuj/react-universally
that referenced
this pull request
Oct 6, 2017
* Improving logging experience + consolidating to single log function * Adding pretty-error for more readable node error stack * Fix eslint error * Logging requests received * Re-commit logging requests received
oyeanuj
added a commit
to oyeanuj/react-universally
that referenced
this pull request
Oct 6, 2017
* colors-to-chalk: Replacing colors with chalk Server logging enhancements (ctrlplusb#508) Minor readme updates (ctrlplusb#501)
oyeanuj
pushed a commit
to oyeanuj/react-universally
that referenced
this pull request
Oct 6, 2017
* feature/redux-opinionated: (25 commits) Adding logging for redux actions, and updating DevTools syntax to the latest. Updating tests to pass. Pushing updated lock files (without merge indicators) Added lock files. Also, previous commit was merging master into redux/opinionated. Ignore previous commit message Server logging enhancements (ctrlplusb#508) Minor readme updates (ctrlplusb#501) Remove link to phantom page Updates failing snapshots. Updates deps and adds an npmrc to make sure dep installs are always exact. Replaces yarn with npm. Added 100% coverage for utils folder (ctrlplusb#484) Fix link to phantom page in the documentation. (ctrlplusb#507) Rebase Remove link to phantom page Checkout refinements and deps updates from ctrlplusb#489 Update redux dependencies next -> redux opinionated (ctrlplusb#366) Updates to latest react-jobs and fixes job attached to Post. Migrates from the 'task routes' implementation for data loading to the usage of the 'react-jobs' library. Fixes missing dependencies. ...
strues
pushed a commit
that referenced
this pull request
Oct 11, 2017
* Minor readme updates (#501) * Update Webpack version * Update Webpack version * Fix acronym * Fix markdown formatting. * Update that redux branch does not have Flow * Add 'Who is using it' section in the README As per @ctrlplusb’s comment here: #437 (comment) 98854669 * Server logging enhancements (#508) * Improving logging experience + consolidating to single log function * Adding pretty-error for more readable node error stack * Fix eslint error * Logging requests received * Re-commit logging requests received * Replacing colors with chalk
xzyfer
pushed a commit
to xzyfer/react-universally
that referenced
this pull request
Oct 16, 2017
* Improving logging experience + consolidating to single log function * Adding pretty-error for more readable node error stack * Fix eslint error * Logging requests received * Re-commit logging requests received
ctrlplusb
pushed a commit
that referenced
this pull request
Oct 16, 2017
* Minor readme updates (#501) * Update Webpack version * Update Webpack version * Fix acronym * Fix markdown formatting. * Update that redux branch does not have Flow * Add 'Who is using it' section in the README As per @ctrlplusb’s comment here: #437 (comment) 98854669 * Server logging enhancements (#508) * Improving logging experience + consolidating to single log function * Adding pretty-error for more readable node error stack * Fix eslint error * Logging requests received * Re-commit logging requests received * Replacing colors with chalk
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.
Hi folks! Just a small PR that ports over some changes I made in my fork -
log
function declared as autil
function.special
to help visually prioritize the different message.pretty-error
for more readable node error stacks.Let me know if this looks good!