Branch: refs/heads/unstable
Home: https://github.com/PathwayCommons/factoid
Commit: 3f040d3fdd23f9686e75f92e58e9239ea1262ea6
https://github.com/PathwayCommons/factoid/commit/3f040d3fdd23f9686e75f92e58e9239ea1262ea6
Author: Max Franz <[email protected]>
Date: 2019-10-29 (Tue, 29 Oct 2019)
Changed paths:
M src/client/components/editor/index.js
M src/client/router.js
M src/config.js
M src/model/syncher.js
M src/server/index.js
M src/server/routes/api/document/index.js
Log Message:
-----------
Add support for a demo route & enforce secret existence on create()
- Add a /demo route that always resolves to an editor view that has a document
ID of 'demo' and secret of 'demo'. If the document does not exist, it will be
created by accessing this URL.
- Enforce secret existence prior to client `syncher.create()` requests. This
makes it impossible for a client to create synched objects, unless the provided
secret already exists within the 'secret' table. An entry is added to the
secret table
- The demo document is excluded from POST /document listings.
- You can DELETE /demo to remove all data that uses the demo secret. This
removes the demo document and secrets. This requires the API key.
Commit: 783e7fe6865acdd2f4c8709a383a836335c2f3f5
https://github.com/PathwayCommons/factoid/commit/783e7fe6865acdd2f4c8709a383a836335c2f3f5
Author: Max Franz <[email protected]>
Date: 2019-10-29 (Tue, 29 Oct 2019)
Changed paths:
M package-lock.json
M package.json
A src/client/components/document-management.js
M src/client/components/document-seeder.js
M src/client/components/editor/cy/doc.js
M src/client/components/main-menu.js
M src/client/router.js
M src/config.js
M src/server/routes/api/document/index.js
M src/styles/base.css
A src/styles/document-management.css
M src/styles/index.css
M src/styles/main-menu.css
Log Message:
-----------
Merge unstable into demo-and-secrets
Commit: 1d80266c80d0d92b9ab7920e23bee043df35dc5a
https://github.com/PathwayCommons/factoid/commit/1d80266c80d0d92b9ab7920e23bee043df35dc5a
Author: Max Franz <[email protected]>
Date: 2019-10-29 (Tue, 29 Oct 2019)
Changed paths:
M src/client/router.js
Log Message:
-----------
Lint re. merge
Commit: f4bc902d8eed05f38eea6507e5f3b6489ca30e7d
https://github.com/PathwayCommons/factoid/commit/f4bc902d8eed05f38eea6507e5f3b6489ca30e7d
Author: Max Franz <[email protected]>
Date: 2019-10-31 (Thu, 31 Oct 2019)
Changed paths:
M src/server/routes/api/document/index.js
Log Message:
-----------
Resolve merge duplication re. GET document/
Commit: d11a8912657e6f49e7188e2e5b8270f97be01ed8
https://github.com/PathwayCommons/factoid/commit/d11a8912657e6f49e7188e2e5b8270f97be01ed8
Author: Max Franz <[email protected]>
Date: 2019-10-31 (Thu, 31 Oct 2019)
Changed paths:
M src/model/document/document.js
Log Message:
-----------
Make sure that the document `submitted` value is never undefined and make
sure the field is available in JSON APIs
Commit: 50cb96a10d04085ff05ed2c02b8b7da87f0a144f
https://github.com/PathwayCommons/factoid/commit/50cb96a10d04085ff05ed2c02b8b7da87f0a144f
Author: Max Franz <[email protected]>
Date: 2019-10-31 (Thu, 31 Oct 2019)
Changed paths:
M src/server/routes/api/document/index.js
Log Message:
-----------
Revise the GET /document route
- Return full document JSON
- Add `submitted` filter flag
- Add `ids` filter flag: Specify a comma-separated list of IDs for the
documents you want to get
Commit: 12ba038de409defce4afb8ffe12b9351a49489a7
https://github.com/PathwayCommons/factoid/commit/12ba038de409defce4afb8ffe12b9351a49489a7
Author: Max Franz <[email protected]>
Date: 2019-11-04 (Mon, 04 Nov 2019)
Changed paths:
M src/server/routes/api/document/index.js
Log Message:
-----------
Revise use of docEb & eleDb
Commit: 52c2f77d2f661dfd2429f28f1abb687c0f1a1e63
https://github.com/PathwayCommons/factoid/commit/52c2f77d2f661dfd2429f28f1abb687c0f1a1e63
Author: Jeffrey <[email protected]>
Date: 2019-11-05 (Tue, 05 Nov 2019)
Changed paths:
M src/client/components/editor/index.js
M src/client/router.js
M src/config.js
M src/model/document/document.js
M src/model/syncher.js
M src/server/index.js
M src/server/routes/api/document/index.js
Log Message:
-----------
Merge pull request #573 from PathwayCommons/demo-and-secrets
Demo and secrets
Compare:
https://github.com/PathwayCommons/factoid/compare/770e7c429333...52c2f77d2f66
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/cytoscape-cvs/PathwayCommons/factoid/push/refs/heads/unstable/770e7c-52c2f7%40github.com.