GitHub user benkeen opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/668
Notifications update
This updates the global notifications to use the same store as the
notification panel, drop Backbone.
I chose to build it on Garren's Webpack branch:
https://github.com/apache/couchdb-fauxton/pull/641 because I needed to include
Velocity-React and it would have been a hack getting it into our current
master, due to some fussy dependencies. Now it's just a simple matter of
including it in the package.json file.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/benkeen/couchdb-fauxton notifications-update
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/668.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #668
----
commit 535ab17f73258e23f881c4375b33e3035d628a79
Author: Garren Smith <[email protected]>
Date: 2016-02-04T12:36:29Z
Change from requirejs to webpack
This gives us the benefits of managing our dependencies via npm. It also
means we can support the latest react and control all our transpiling
and minifying via webpack.
commit 9aeeb8b522db034821a1d682702d9d6d13d8ec4f
Author: Garren Smith <[email protected]>
Date: 2016-02-22T16:45:51Z
Remove old libraries
Remove dependancies no longer needed. These are all now managed via
webpack and npm
commit 508aaf17113b54e1f1fcc7968e29dc319c5b3838
Author: Garren Smith <[email protected]>
Date: 2016-02-22T16:55:09Z
Webpack improvements
More changes to get webpack working correctly
commit fb808c33f13aa9a2fd29df69248eb9af8b4f5780
Author: Robert Kowalski <[email protected]>
Date: 2016-03-01T17:39:51Z
fix override on registry/singleton pattern
commit 6f9e32e8ca6086095af626ed97157c2840de5235
Author: Robert Kowalski <[email protected]>
Date: 2016-03-01T18:24:22Z
fix race condition, make code testable
- the code tested an async event, but the test was syncronous
- had to refactor the code a little bit to make it actually
testable
commit dadf96b991d9f439bfcd4083c95a450325e4362f
Author: Ben Keen <[email protected]>
Date: 2016-03-02T17:55:27Z
zeroclipboard test update
commit 5adac0d09d62b99534e86fa3cc7ebb2500a9269c
Author: Garren Smith <[email protected]>
Date: 2016-03-10T06:49:05Z
update to latest mocha and mocha-phantomjs
Update to latest mocha-phantomjs (v4.0.2) and fix failing tests
commit 5e984f0763192173877bec4caed46890e3911ba4
Author: Ben Keen <[email protected]>
Date: 2016-03-15T18:27:36Z
converting notifications to React
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---