Branch: refs/heads/master
  Home:   https://github.com/PathwayCommons/factoid
  Commit: b99ffea048088a622a1a63368189eddec997ead4
      
https://github.com/PathwayCommons/factoid/commit/b99ffea048088a622a1a63368189eddec997ead4
  Author: Max Franz <[email protected]>
  Date:   2017-02-28 (Tue, 28 Feb 2017)

  Changed paths:
    A .babelrc
    A .cssnano.json
    A .cssnext.json
    A .dockerignore
    A .eslintignore
    R .eslintrc
    A .eslintrc.json
    A .stylelintrc.json
    A .travis.yml
    A .uglify.json
    A Dockerfile
    M README.md
    M gulpfile.js
    M package.json
    R public/app.css
    R public/app.js
    A public/bundle.css
    A public/bundle.js
    M src/client/debug.js
    R src/client/dom-ready.js
    M src/config.js
    R src/model/acl.js
    M src/model/document/document.js
    R src/model/document/private-login.js
    R src/model/document/pubsub.js
    A src/model/element-cache.js
    A src/model/element-set.js
    M src/model/element/element.js
    M src/model/element/entity.js
    M src/model/element/factory.js
    M src/model/element/interaction.js
    R src/model/element/pubsub.js
    A src/model/empty-element-cache.js
    A src/model/event-emitter-mixin.js
    R src/model/pub.js
    R src/model/synched.js
    A src/model/syncher.js
    R src/server/app.js
    M src/server/index.js
    A src/styles/index.css
    R src/styles/index.less
    R src/styles/normalize.less
    R src/styles/skeleton.less
    A src/styles/vendor/skeleton.css
    A src/util/assert.js
    M src/util/index.js
    A src/util/is.js
    M src/util/obj.js
    M src/util/promise.js
    M src/views/index.ejs
    A test/document.js
    M test/element.js
    A test/entity.js
    A test/interaction.js
    A test/mock/cache.js
    A test/mock/socket.js
    R test/synched.js
    A test/syncher.js
    A test/util/conf.js
    A test/util/socket-io.js
    A test/util/table.js
    A test/util/when.js

  Log Message:
  -----------
  Update to latest model
- Unit tests of each level of the model
- Server-only integration tests
- Client-only integration tests
- Server-client integration tests
- Client-client synch through server integration tests
- Use ElementCache for preventing double loads etc
- Use ElementFactory for loading unknown types from the db
- Use common ElementSet class to simplify Document and Interaction
- Simple EmptyElementCache to always load from db
- Syncher is used by composition rather than inheritance
- EventEmitter mixin forwards to this.emitter for more modularity
- Latest version of the build system / scaffolding


-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/cytoscape-cvs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to