Branch: refs/heads/unstable
  Home:   https://github.com/PathwayCommons/factoid
  Commit: ce50d17ba6a592fd8f5852558cb2f0a6a2c1c375
      
https://github.com/PathwayCommons/factoid/commit/ce50d17ba6a592fd8f5852558cb2f0a6a2c1c375
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2018-10-03 (Wed, 03 Oct 2018)

  Changed paths:
    M src/client/components/element-info/entity-info.js

  Log Message:
  -----------
  Fix '.cancel() not available' error


  Commit: 4f9a74ec6c193990dec1d87841d01f113550cc19
      
https://github.com/PathwayCommons/factoid/commit/4f9a74ec6c193990dec1d87841d01f113550cc19
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2018-10-03 (Wed, 03 Oct 2018)

  Changed paths:
    M src/client/components/editor/index.js

  Log Message:
  -----------
  Fix rm timeout causing render cycle update when unmounted


  Commit: 416abd65a8f9831f5276697f585f88c0d336d337
      
https://github.com/PathwayCommons/factoid/commit/416abd65a8f9831f5276697f585f88c0d336d337
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2018-10-03 (Wed, 03 Oct 2018)

  Changed paths:
    M .eslintignore
    M .stylelintrc.json

  Log Message:
  -----------
  Ignore build dir in linting tools to avoid VSC from using 100% CPU if you 
open one of the built files


  Commit: 8819961082101085aada9db650c0f5ad34fa9b6c
      
https://github.com/PathwayCommons/factoid/commit/8819961082101085aada9db650c0f5ad34fa9b6c
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2018-10-03 (Wed, 03 Oct 2018)

  Changed paths:
    A public/webpackjsonp.js
    M src/views/index.html
    M webpack.config.js

  Log Message:
  -----------
  Factor out the `webpackJsonP()` function into its own bundle.

- Allows for automatic polyfill bundle refs.  (No `polyfills` array in webpack 
config.)
- Fixes `webpackJsonP()` function missing for polyfill bundle.
- Enable the selective polyfill inclusion condition.


  Commit: 682f0bac5083871d0bea67ca4262b280da34d9df
      
https://github.com/PathwayCommons/factoid/commit/682f0bac5083871d0bea67ca4262b280da34d9df
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2018-10-03 (Wed, 03 Oct 2018)

  Changed paths:
    M src/client/components/debug-document-seeder.js
    A src/client/components/reach-interval-highlighter.js
    M src/styles/debug-document-seeder.css
    M src/styles/index.css
    A src/styles/reach-interval-highlighter.css

  Log Message:
  -----------
  Add textmining debug output to the debug page

- Use a separate ReachIntervalHighlighter component to be able to swap out 
Reach later with Sabre.
- Add an example button for quick testing.
- Add link to raw textmining output.
- Add titles.


  Commit: e7ad086626e3af61b09173511a7766a05359335a
      
https://github.com/PathwayCommons/factoid/commit/e7ad086626e3af61b09173511a7766a05359335a
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2018-10-03 (Wed, 03 Oct 2018)

  Changed paths:
    M src/client/components/element-info/entity-info.js

  Log Message:
  -----------
  Improved loading cancellation for entity info


  Commit: e6a764b6992b9786f8fe1082bcc5f932197d107c
      
https://github.com/PathwayCommons/factoid/commit/e6a764b6992b9786f8fe1082bcc5f932197d107c
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2018-10-03 (Wed, 03 Oct 2018)

  Changed paths:
    R browser-sync.config.js
    M package-lock.json
    M package.json
    M src/client/debug.js

  Log Message:
  -----------
  Basic `npm audit fix` and replace browsersync with livereload to lighten 
dependencies and reduce audit warnings


  Commit: b64a9d295f9897bedeb5e5722bbf7dde1506ab90
      
https://github.com/PathwayCommons/factoid/commit/b64a9d295f9897bedeb5e5722bbf7dde1506ab90
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2018-10-03 (Wed, 03 Oct 2018)

  Changed paths:
    M package-lock.json
    M package.json

  Log Message:
  -----------
  Update socket.io to remove `npm audit` warning


  Commit: a2a8af3b0eb91befa1e3815a347384fcf94c2a06
      
https://github.com/PathwayCommons/factoid/commit/a2a8af3b0eb91befa1e3815a347384fcf94c2a06
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2018-10-03 (Wed, 03 Oct 2018)

  Changed paths:
    M src/client/components/element-info/entity-info.js

  Log Message:
  -----------
  Lint


  Commit: 706176291f5c9218709c44e0b4da5ca8688a3aa5
      
https://github.com/PathwayCommons/factoid/commit/706176291f5c9218709c44e0b4da5ca8688a3aa5
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2018-10-04 (Thu, 04 Oct 2018)

  Changed paths:
    A src/client/components/copy-field.js
    M src/client/components/debug-document-seeder.js
    M src/client/components/document-linkout.js
    A src/styles/copy-field.css
    M src/styles/debug-document-seeder.css
    M src/styles/document-linkout.css
    M src/styles/index.css

  Log Message:
  -----------
  Improve debug page with more textmining debug info

- Request params : Can be used to reproduce the query in Insomnia or Postman
- Response JSON : Can be used to see difference between filtered result and raw 
textmining result
- Make the copy field component -- more re-usable than the link copier component


  Commit: 224d56eeaf3fc1263fcd291665a79931cf100f76
      
https://github.com/PathwayCommons/factoid/commit/224d56eeaf3fc1263fcd291665a79931cf100f76
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2018-10-04 (Thu, 04 Oct 2018)

  Changed paths:
    M src/client/components/debug-document-seeder.js

  Log Message:
  -----------
  Lint


  Commit: a7506e8d13e25370ffb60558c86c9e87b8ce20a6
      
https://github.com/PathwayCommons/factoid/commit/a7506e8d13e25370ffb60558c86c9e87b8ce20a6
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2018-10-04 (Thu, 04 Oct 2018)

  Changed paths:
    M .eslintignore
    M .stylelintrc.json
    R browser-sync.config.js
    M package-lock.json
    M package.json
    A public/webpackjsonp.js
    A src/client/components/copy-field.js
    M src/client/components/debug-document-seeder.js
    M src/client/components/document-linkout.js
    M src/client/components/editor/index.js
    M src/client/components/element-info/entity-info.js
    A src/client/components/reach-interval-highlighter.js
    M src/client/debug.js
    A src/styles/copy-field.css
    M src/styles/debug-document-seeder.css
    M src/styles/document-linkout.css
    M src/styles/index.css
    A src/styles/reach-interval-highlighter.css
    M src/views/index.html
    M webpack.config.js

  Log Message:
  -----------
  Merge pull request #372 from PathwayCommons/test

Fixes & debugging changes


Compare: 
https://github.com/PathwayCommons/factoid/compare/324877619567...a7506e8d13e2
      **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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 cytoscape-cvs+unsubscr...@googlegroups.com.
To post to this group, send email to cytoscape-cvs@googlegroups.com.
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