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

chore(allTheThings): update to universal-redux npm module (react-router 2, redux-simple-router, babel 6) #759

Closed
wants to merge 75 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
75 commits
Select commit Hold shift + click to select a range
09229a5
update paths to npm module
bdefore Nov 26, 2015
1cdb2ac
working with npm module
bdefore Nov 26, 2015
126dd9e
point to new external source
bdefore Nov 26, 2015
e6bbd1b
add static path
bdefore Nov 26, 2015
0ac38ef
update to unconfigured api
bdefore Nov 26, 2015
7d86dc5
fix npm lint
bdefore Nov 26, 2015
58acb59
update version
bdefore Nov 26, 2015
652263e
remove some dependencies that are now handled by redux-universal-test
bdefore Nov 26, 2015
c1623f1
return bootstrap config settings, no longer an issue
bdefore Nov 26, 2015
6a8d6e9
update to latest on npm
bdefore Nov 26, 2015
c72c33d
webpack is not needed by this repo anymore directly
bdefore Nov 26, 2015
f8afc25
remove some more unneeded deps
bdefore Nov 26, 2015
dde48b3
all of these are devDependencies now
bdefore Nov 26, 2015
e7c628f
not sure how the NODE_ENV got lost here
bdefore Nov 26, 2015
197522b
update to latest npm module
bdefore Nov 27, 2015
de1b8c4
forgot to put Home back in
bdefore Nov 27, 2015
e7f316a
update to new version of npm module, without example code in it
bdefore Nov 27, 2015
9e9fe66
use npm module bins instead
bdefore Nov 27, 2015
7e45218
update to latest npm module
bdefore Nov 27, 2015
a6dba3e
update to 0.4.0 of npm module which removes example api actions, we n…
bdefore Nov 27, 2015
86c8044
remove unrelated test, rename dep to redux-universal-starter
bdefore Nov 27, 2015
8449048
merge in master
bdefore Nov 27, 2015
798e7cc
update to newest npm module and fix karma tests
bdefore Nov 28, 2015
16815ee
remove obselete test-node configuration in travis
bdefore Nov 28, 2015
948b611
update to 0.11.0 which allows custom isomorphic tools configuration
bdefore Nov 29, 2015
9ac9218
update to latest
bdefore Nov 29, 2015
08483f1
trigger another travis build
bdefore Nov 29, 2015
0d1f7c5
fix linting errors from carried-over isomorphic tools config
bdefore Nov 29, 2015
916d1b9
verbose logging
bdefore Dec 1, 2015
ad1a3d5
pass correct bootstrap config on production, fix serverside renders n…
bdefore Dec 1, 2015
fa68c1a
update to latest npm module
bdefore Dec 1, 2015
fd2962f
update to new module name, add url-loader as it is a peer dependency …
bdefore Dec 1, 2015
2479a3d
update latest changes from react-redux-universal-hot-example repo
bdefore Dec 1, 2015
81435f1
merge in master
bdefore Dec 1, 2015
e5df1f5
remove old logs
bdefore Dec 1, 2015
c3fc59d
enable socket io
bdefore Dec 2, 2015
cf597ca
drop back to redux router beta4
bdefore Dec 2, 2015
ff34e08
bump npm module version
bdefore Dec 2, 2015
6059438
update to latest and provide npm script for easier development of uni…
bdefore Dec 2, 2015
5ac0d49
bump version, builds paths to reducers smarter
bdefore Dec 2, 2015
a7fcd08
update to latest npm module, add api to dev-universal script
bdefore Dec 3, 2015
73bc07a
update to new configuration structure
bdefore Dec 3, 2015
e52ed71
midway through removing need for config alias
bdefore Dec 3, 2015
3b7a78a
update to streamlined npm module config
bdefore Dec 3, 2015
7ee068e
move api back to example project
bdefore Dec 5, 2015
2901d26
add back test-node script to travis
bdefore Dec 5, 2015
b3f60fa
update to new npm module. ApiClient is now fetcher.js and a redux mid…
bdefore Dec 7, 2015
3ca5f0f
fixes build issue on deploys
bdefore Dec 7, 2015
462a309
missed dependency
bdefore Dec 7, 2015
012e864
explicitly require npm 3
bdefore Dec 7, 2015
4ea989d
revert previous and import properly in production
bdefore Dec 7, 2015
16f43aa
add socket io import
bdefore Dec 7, 2015
6d47993
support redux-simple-router
bdefore Dec 9, 2015
90f91f3
add some more deps that npm2 needs
bdefore Dec 10, 2015
b2c4b68
add another dep
bdefore Dec 10, 2015
8727c3c
merge in master
bdefore Dec 10, 2015
780e12d
fix tests
bdefore Dec 10, 2015
515c12f
remove test that depended on redux/create
bdefore Dec 10, 2015
413fc8d
trigger travis again after strange error installing deps
bdefore Dec 10, 2015
ede39fe
update previous references to redux-router
bdefore Dec 10, 2015
e14d9a9
cherry pick update f5f8e7b9955bca32a0715dd1c39c21c940100114 from exam…
bdefore Dec 14, 2015
93eaaf8
remove check for universal existence
bdefore Dec 14, 2015
83d01f0
remove object.assign
bdefore Dec 20, 2015
58e386e
update to beta3
bdefore Dec 20, 2015
021c2de
update to beta4
bdefore Dec 20, 2015
5634477
update to redux-simple-router 1.0.1 and universal-redux 1.0.0-beta5
bdefore Dec 20, 2015
fa01234
update to react-router 1.0.2 and universal-redux 1.0.0-beta6
bdefore Dec 20, 2015
08700ea
babel6 support via universal-redux
bdefore Dec 21, 2015
c2d217a
update to latest universal-redux
bdefore Dec 30, 2015
df82cc9
update to version of universal-redux that does not include bootstrap,…
bdefore Dec 30, 2015
3f63d17
update to latest universal-redux with react router 2 support
bdefore Dec 31, 2015
57e9431
update to 3.0
bdefore Dec 31, 2015
4c35f70
remove obselete configuration code, update to beta4
bdefore Jan 3, 2016
d0737c6
update to latest universal-redux, apiclient does not yet have access …
bdefore Jan 13, 2016
ad042ba
update to latest universal-redux, still not able to log in
bdefore Jan 16, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
merge in master
  • Loading branch information
bdefore committed Nov 27, 2015
commit 8449048978fe27c24a06d7328a36ef18bb406312

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.