|
52 | 52 | "cy": "CYPRESS_dexUrl=https://$INGRESS_HOST:$PORT_HTTPS CYPRESS_baseUrl=http://localhost:9999 cypress open", |
53 | 53 | "cy:dev": "source ../monitor-ci/.env && CYPRESS_dexUrl=CLOUD CYPRESS_baseUrl=https://$INGRESS_HOST:$PORT_HTTPS cypress open --config testFiles='{cloud,shared}/**/*.*'", |
54 | 54 | "cy:dev-oss": "source ../monitor-ci/.env && CYPRESS_dexUrl=OSS CYPRESS_baseUrl=https://$INGRESS_HOST:$PORT_HTTPS cypress open --config testFiles='{oss,shared}/**/*.*'", |
55 | | - "generate": "export SHA=1a9e6dd4a72fb8dd313134ec7107d0117b52cfd2 && export REMOTE=https://raw.githubusercontent.com/influxdata/openapi/${SHA}/ && yarn generate-meta", |
| 55 | + "generate": "export SHA=912fc1474b63f022231dbd068c935451ca0f677a && export REMOTE=https://raw.githubusercontent.com/influxdata/openapi/${SHA}/ && yarn generate-meta", |
56 | 56 | "generate-local": "export REMOTE=../openapi/ && yarn generate-meta", |
57 | 57 | "generate-meta": "if [ -z \"${CLOUD_URL}\" ]; then yarn generate-meta-oss; else yarn generate-meta-cloud; fi", |
58 | | - "generate-meta-oss": "yarn oss-api && yarn notebooks && yarn unity && yarn annotations-oss && yarn pinned && yarn mapsd-oss && yarn cloudPriv && yarn fluxdocs", |
59 | | - "generate-meta-cloud": "yarn cloud-api && yarn notebooks && yarn unity && yarn annotations && yarn cloudPriv && yarn pinned && yarn mapsd && yarn fluxdocs", |
| 58 | + "generate-meta-oss": "yarn oss-api && yarn notebooks && yarn unity && yarn annotations-oss && yarn pinned && yarn mapsd-oss && yarn cloudPriv && yarn fluxdocs && yarn subscriptions-oss", |
| 59 | + "generate-meta-cloud": "yarn cloud-api && yarn notebooks && yarn unity && yarn annotations && yarn cloudPriv && yarn pinned && yarn mapsd && yarn fluxdocs && yarn subscriptions", |
60 | 60 | "oss": "oats ${REMOTE}contracts/oss-diff.yml > ./src/client/ossRoutes.ts", |
61 | 61 | "cloud": "oats ${REMOTE}contracts/cloud-diff.yml > ./src/client/cloudRoutes.ts", |
62 | 62 | "common": "oats ${REMOTE}contracts/common.yml > ./src/client/commonRoutes.ts", |
|
69 | 69 | "annotations-oss": "oats ${REMOTE}contracts/priv/annotationd-oss.yml > ./src/client/annotationdRoutes.ts", |
70 | 70 | "mapsd-oss": "touch ./src/client/mapsdRoutes.ts", |
71 | 71 | "mapsd": "oats ${REMOTE}contracts/mapsd.yml > ./src/client/mapsdRoutes.ts", |
| 72 | + "subscriptions": "oats ${REMOTE}contracts/priv/nifid.yml > ./src/client/subscriptionsRoutes.ts", |
| 73 | + "subscriptions-oss": "touch ./src/client/subscriptionsRoutes.ts", |
72 | 74 | "pinned": "oats ${REMOTE}contracts/priv/pinneditemsd.yml > ./src/client/pinnedItemRoutes.ts", |
73 | 75 | "fluxdocs": "oats ${REMOTE}contracts/priv/fluxdocsd.yml > ./src/client/fluxdocsdRoutes.ts", |
74 | 76 | "telegraf-plugins:update": "node src/writeData/utils/parsePluginsConfigurationText.mjs" |
|
0 commit comments