This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| infra | |
| v2 compat in v1 | |
| db | |
| ingest_session table index on job_key | |
| auth | |
| graphql routes | |
| audit | |
| audit table flow-awareness | |
| audit.py flow-awareness | |
| ticketing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from functools import wraps | |
| import flask | |
| import flask_restplus | |
| from disco.collections.common.model.auth_resource import AuthResource | |
| from disco.collections.common.model.tenant.flowtype import FlowType | |
| from disco.collections.webserver.api import auth | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { // begin Collection Session | |
| "id": 12345, | |
| "parentFlowId": 123, // all other Flows in this Collection Session are children | |
| "flows": [ | |
| { | |
| "id": 123, | |
| "meta": { | |
| "sequenceNumber": 12345, // logical timestamp used to impose ordering on asynchronous updates | |
| "type": "WHITE_GLOVE" | "NATIVE_LITE" | "SELF_SERVE_NATIVE" | "SELF_SERVE_LOADFILE" | "SELF_SERVE_OVERLAY" | "SERVER_ADMIN_NATIVE" | "SERVER_ADMIN_LOADFILE" | "SERVER_ADMIN_OVERLAY", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| src | |
| python | |
| sql (currently /src/main/python/disco/collections/common/migration/migrations) | |
| html (currently /src/main/python/disco/collections/templates) | |
| config | |
| test | |
| unit | |
| integration | |
| manual (currently various files in /src/test/python) | |
| data (currently /resources) |