Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3,900 changes: 1,131 additions & 2,769 deletions .data/diligence/generate.py

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .data/diligence/postgres/budget_plans.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions .data/diligence/postgres/budget_vs_actual.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions .data/diligence/postgres/business_units.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions .data/diligence/postgres/capital_expenditures.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions .data/diligence/postgres/cash_flow.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions .data/diligence/postgres/chart_of_accounts.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions .data/diligence/postgres/customer_contacts.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions .data/diligence/postgres/customers.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions .data/diligence/postgres/debt_instruments.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions .data/diligence/postgres/departments.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions .data/diligence/postgres/financial_statement_items.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions .data/diligence/postgres/financial_statements.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions .data/diligence/postgres/general_ledger.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions .data/diligence/postgres/inventory.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions .data/diligence/postgres/inventory_movements.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions .data/diligence/postgres/marketing_campaigns.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions .data/diligence/postgres/order_items.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions .data/diligence/postgres/po_items.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions .data/diligence/postgres/product_categories.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions .data/diligence/postgres/products.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions .data/diligence/postgres/purchase_orders.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions .data/diligence/postgres/regions.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions .data/diligence/postgres/sales_orders.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions .data/diligence/postgres/suppliers.csv
Git LFS file not shown
18 changes: 9 additions & 9 deletions hasura/.env.diligence.template
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@

DILIGENCE_VALUATION_OPERATIONS_AUTHORIZATION_HEADER="Bearer pOAbhpq0UitIY7VgxAuEIg=="
DILIGENCE_VALUATION_OPERATIONS_HASURA_CONNECTOR_PORT=4477
DILIGENCE_VALUATION_OPERATIONS_HASURA_CONNECTOR_PORT=5150
DILIGENCE_VALUATION_OPERATIONS_HASURA_SERVICE_TOKEN_SECRET="pOAbhpq0UitIY7VgxAuEIg=="
DILIGENCE_VALUATION_OPERATIONS_OTEL_EXPORTER_OTLP_ENDPOINT="http://local.hasura.dev:4317"
DILIGENCE_VALUATION_OPERATIONS_OTEL_SERVICE_NAME="diligence_valuation_operations"
DILIGENCE_VALUATION_OPERATIONS_READ_URL="http://local.hasura.dev:4477"
DILIGENCE_VALUATION_OPERATIONS_WRITE_URL="http://local.hasura.dev:4477"
DILIGENCE_VALUATION_OPERATIONS_READ_URL="http://local.hasura.dev:5150"
DILIGENCE_VALUATION_OPERATIONS_WRITE_URL="http://local.hasura.dev:5150"
ERP_FINANCIALS_AUTHORIZATION_HEADER="Bearer g-kdEqz43gOuA9AMTVrDlw=="
ERP_FINANCIALS_JDBC_URL="jdbc:postgresql://local.hasura.dev:5432/financial?user=postgres&password=hbGciOiJIUzI1NiIsInR5cCI6IkpX"
ERP_FINANCIALS_JDBC_SCHEMAS="public"
ERP_FINANCIALS_HASURA_CONNECTOR_PORT=4194
ERP_FINANCIALS_HASURA_CONNECTOR_PORT=4114
ERP_FINANCIALS_HASURA_SERVICE_TOKEN_SECRET="g-kdEqz43gOuA9AMTVrDlw=="
ERP_FINANCIALS_OTEL_EXPORTER_OTLP_ENDPOINT="http://local.hasura.dev:4317"
ERP_FINANCIALS_OTEL_SERVICE_NAME="erp_financials"
ERP_FINANCIALS_READ_URL="http://local.hasura.dev:4194"
ERP_FINANCIALS_WRITE_URL="http://local.hasura.dev:4194"
ERP_FINANCIALS_READ_URL="http://local.hasura.dev:4114"
ERP_FINANCIALS_WRITE_URL="http://local.hasura.dev:4114"
ERP_OPERATIONS_AUTHORIZATION_HEADER="Bearer 3ZtRdpHi2uFwSdZ2Yf63-A=="
ERP_OPERATIONS_JDBC_URL="jdbc:postgresql://local.hasura.dev:5432/operations?user=postgres&password=hbGciOiJIUzI1NiIsInR5cCI6IkpX"
ERP_OPERATIONS_JDBC_SCHEMAS="public"
ERP_OPERATIONS_HASURA_CONNECTOR_PORT=6552
ERP_OPERATIONS_HASURA_CONNECTOR_PORT=5274
ERP_OPERATIONS_HASURA_SERVICE_TOKEN_SECRET="3ZtRdpHi2uFwSdZ2Yf63-A=="
ERP_OPERATIONS_OTEL_EXPORTER_OTLP_ENDPOINT="http://local.hasura.dev:4317"
ERP_OPERATIONS_OTEL_SERVICE_NAME="erp_operations"
ERP_OPERATIONS_READ_URL="http://local.hasura.dev:6552"
ERP_OPERATIONS_WRITE_URL="http://local.hasura.dev:6552"
ERP_OPERATIONS_READ_URL="http://local.hasura.dev:5274"
ERP_OPERATIONS_WRITE_URL="http://local.hasura.dev:5274"
JWT_SECRET="hptj8supNeslwet7nhGGr5Uu5MombVVjDmcGMOyrWa8"
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/hasura/ndc-nodejs-lambda:v1.13.0
FROM ghcr.io/hasura/ndc-nodejs-lambda:v1.16.0

COPY package-lock.json package.json /functions/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
version: v2
ndcSpecGeneration: v0.2
packagingDefinition:
type: ManagedDockerBuild
supportedEnvironmentVariables: []
commands:
upgradeConfiguration:
type: Dockerized
dockerImage: ghcr.io/hasura/ndc-nodejs-lambda:v1.13.0
dockerImage: ghcr.io/hasura/ndc-nodejs-lambda:v1.16.0
commandArgs:
- /scripts/upgrade.sh
dockerComposeWatch:
Expand All @@ -30,7 +32,7 @@ nativeToolchainDefinition:
upgradeConfiguration:
type: ShellScript
bash: |
./upgrade-connector.sh "$HASURA_PLUGIN_CONNECTOR_CONTEXT_PATH" "1.13.0"
./upgrade-connector.sh "$HASURA_PLUGIN_CONNECTOR_CONTEXT_PATH" "1.16.0"
powershell: |
& ./upgrade-connector.ps1 "$env:HASURA_PLUGIN_CONNECTOR_CONTEXT_PATH" "1.13.0"
& ./upgrade-connector.ps1 "$env:HASURA_PLUGIN_CONNECTOR_CONTEXT_PATH" "1.16.0"
documentationPage: https://hasura.info/nodejs-getting-started
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ services:
extra_hosts:
- local.hasura.dev:host-gateway
ports:
- 4477:8080
- 5150:8080
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: v2
definition:
name: valuation_operations
subgraph: diligence
source: hasura/nodejs:v1.13.0
source: hasura/nodejs:v1.16.0
context: .
envMapping:
HASURA_CONNECTOR_PORT:
Expand Down
Loading