Commit f9d9ab9
committed
feat(schema): add graph_execution_module — 7 partitioned execution tables + execution tree
Phase 2 schema: split graph_module (definitions only) from
graph_execution_module (ephemeral execution state + merkle tree).
New execution tables (all partitioned by time):
- executions, outputs, node_states (moved from graph_module)
- execution_tree_object, _store, _commit, _ref (merkle tree for
time-travel debugging)
New execution_store_id column on executions table links each
execution to its merkle tree store.
Includes pgpm modules, SDK (schemas, ORM, CLI, hooks), and
pgpm-test CI workflow.1 parent 8f4d30e commit f9d9ab9
5,731 files changed
Lines changed: 172818 additions & 0 deletions
File tree
- .agents/skills
- cli-api
- references
- cli-common
- references
- cli-compute
- references
- cli-objects
- references
- compute-worker
- dev-tiers
- fbp
- hooks-api
- references
- hooks-compute
- references
- hooks-objects
- references
- orm-api
- references
- orm-compute
- references
- orm-objects
- references
- .github/workflows
- pgpm
- constructive-compute
- deploy/schemas
- constructive_compute_private
- procedures
- platform_complete_node
- platform_copy_subtree
- platform_deserialize_graph
- platform_fail_node
- platform_insert_subnet_nodes
- platform_serialize_graph
- platform_tick_execution
- schema
- default_function_privs
- default_seq_privs
- default_table_privs
- tables
- platform_execution_tree_commit
- alterations
- columns
- created_at
- alterations
- database_id
- alterations
- date
- alterations
- id
- alterations
- message
- alterations
- parent_ids
- alterations
- store_id
- alterations
- tree_id
- alterations
- constraints/platform_execution_tree_commits_pkey
- indexes
- platform_execution_tree_object
- alterations
- columns
- created_at
- alterations
- database_id
- alterations
- data
- alterations
- id
- alterations
- kids
- alterations
- ktree
- alterations
- constraints/platform_execution_tree_objects_pkey
- platform_execution_tree_ref
- alterations
- columns
- commit_id
- alterations
- created_at
- alterations
- database_id
- alterations
- id
- alterations
- name
- alterations
- store_id
- alterations
- constraints/platform_execution_tree_refs_pkey
- indexes
- platform_execution_tree_store
- alterations
- columns
- created_at
- alterations
- database_id
- alterations
- hash
- alterations
- id
- alterations
- name
- alterations
- constraints/platform_execution_tree_stores_pkey
- platform_function_graph_execution_node_states
- alterations
- columns
- completed_at
- alterations
- created_at
- alterations
- database_id
- alterations
- error_code
- alterations
- error_message
- alterations
- execution_id
- alterations
- id
- alterations
- node_name
- alterations
- output_id
- alterations
- started_at
- alterations
- status
- alterations
- constraints/platform_function_graph_execution_node_states_pkey
- indexes
- platform_function_graph_execution_outputs
- alterations
- columns
- created_at
- alterations
- database_id
- alterations
- data
- alterations
- hash
- alterations
- id
- alterations
- constraints/platform_function_graph_execution_outputs_pkey
- indexes
- platform_function_graph_executions
- alterations
- columns
- completed_at
- alterations
- current_wave
- alterations
- database_id
- alterations
- definitions_commit_id
- alterations
- entity_id
- alterations
- error_code
- alterations
- error_message
- alterations
- execution_plan
- alterations
- execution_store_id
- alterations
- graph_id
- alterations
- id
- alterations
- input_payload
- alterations
- invocation_id
- alterations
- max_pending_jobs
- alterations
- max_ticks
- alterations
- node_outputs
- alterations
- output_node
- alterations
- output_payload
- alterations
- output_port
- alterations
- parent_execution_id
- alterations
- parent_node_name
- alterations
- started_at
- alterations
- status
- alterations
- tick_count
- alterations
- timeout_at
- alterations
- constraints
- platform_function_graph_executions_graph_id_fkey
- platform_function_graph_executions_pkey
- constructive_compute_public
- procedures
- platform_add_edge_and_save
- platform_add_edge
- platform_add_node_and_save
- platform_add_node
- platform_copy_graph
- platform_create_function_graph
- platform_import_definitions
- platform_import_graph_json
- platform_read_function_graph
- platform_save_graph
- platform_start_execution
- platform_validate_function_graph
- schema
- default_function_privs
- default_seq_privs
- default_table_privs
- tables
- org_function_execution_logs
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- id
- alterations
- invocation_id
- alterations
- log_level
- alterations
- message
- alterations
- metadata
- alterations
- task_identifier
- alterations
- constraints/org_function_execution_logs_pkey
- indexes
- org_function_invocations
- alterations
- columns
- actor_id
- alterations
- completed_at
- alterations
- created_at
- alterations
- duration_ms
- alterations
- error
- alterations
- graph_execution_id
- alterations
- id
- alterations
- job_id
- alterations
- parent_invocation_id
- alterations
- payload
- alterations
- result
- alterations
- started_at
- alterations
- status
- alterations
- task_identifier
- alterations
- constraints/org_function_invocations_pkey
- indexes
- platform_function_definitions
- alterations
- columns
- created_at
- alterations
- description
- alterations
- id
- alterations
- is_built_in
- alterations
- is_invocable
- alterations
- max_attempts
- alterations
- namespace_id
- alterations
- name
- alterations
- priority
- alterations
- queue_name
- alterations
- required_configs
- alterations
- required_secrets
- alterations
- scope
- alterations
- service_url
- alterations
- task_identifier
- alterations
- updated_at
- alterations
- constraints
- platform_function_definitions_namespace_id_fkey
- platform_function_definitions_pkey
- platform_function_definitions_scope_name_key
- indexes
- triggers
- platform_function_execution_logs
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- database_id
- alterations
- id
- alterations
- invocation_id
- alterations
- log_level
- alterations
- message
- alterations
- metadata
- alterations
- task_identifier
- alterations
- constraints/platform_function_execution_logs_pkey
- indexes
- platform_function_graphs
- alterations
- columns
- context
- alterations
- created_at
- alterations
- created_by
- alterations
- database_id
- alterations
- definitions_commit_id
- alterations
- description
- alterations
- entity_id
- alterations
- id
- alterations
- is_valid
- alterations
- name
- alterations
- store_id
- alterations
- updated_at
- alterations
- validation_errors
- alterations
- constraints/platform_function_graphs_pkey
- indexes
- platform_function_invocations
- alterations
- columns
- actor_id
- alterations
- completed_at
- alterations
- created_at
- alterations
- database_id
- alterations
- duration_ms
- alterations
- error
- alterations
- graph_execution_id
- alterations
- id
- alterations
- job_id
- alterations
- parent_invocation_id
- alterations
- payload
- alterations
- result
- alterations
- started_at
- alterations
- status
- alterations
- task_identifier
- alterations
- constraints/platform_function_invocations_pkey
- indexes
- platform_secret_definitions
- alterations
- columns
- annotations
- alterations
- created_at
- alterations
- database_id
- alterations
- description
- alterations
- id
- alterations
- is_built_in
- alterations
- labels
- alterations
- name
- alterations
- updated_at
- alterations
- constraints
- platform_secret_definitions_name_key
- platform_secret_definitions_pkey
- indexes
- triggers
- types/function_requirement
- revert/schemas
- constructive_compute_private
- procedures
- platform_complete_node
- platform_copy_subtree
- platform_deserialize_graph
- platform_fail_node
- platform_insert_subnet_nodes
- platform_serialize_graph
- platform_tick_execution
- schema
- default_function_privs
- default_seq_privs
- default_table_privs
- tables
- platform_execution_tree_commit
- alterations
- columns
- created_at
- alterations
- database_id
- alterations
- date
- alterations
- id
- alterations
- message
- alterations
- parent_ids
- alterations
- store_id
- alterations
- tree_id
- alterations
- constraints/platform_execution_tree_commits_pkey
- indexes
- platform_execution_tree_object
- alterations
- columns
- created_at
- alterations
- database_id
- alterations
- data
- alterations
- id
- alterations
- kids
- alterations
- ktree
- alterations
- constraints/platform_execution_tree_objects_pkey
- platform_execution_tree_ref
- alterations
- columns
- commit_id
- alterations
- created_at
- alterations
- database_id
- alterations
- id
- alterations
- name
- alterations
- store_id
- alterations
- constraints/platform_execution_tree_refs_pkey
- indexes
- platform_execution_tree_store
- alterations
- columns
- created_at
- alterations
- database_id
- alterations
- hash
- alterations
- id
- alterations
- name
- alterations
- constraints/platform_execution_tree_stores_pkey
- platform_function_graph_execution_node_states
- alterations
- columns
- completed_at
- alterations
- created_at
- alterations
- database_id
- alterations
- error_code
- alterations
- error_message
- alterations
- execution_id
- alterations
- id
- alterations
- node_name
- alterations
- output_id
- alterations
- started_at
- alterations
- status
- alterations
- constraints/platform_function_graph_execution_node_states_pkey
- indexes
- platform_function_graph_execution_outputs
- alterations
- columns
- created_at
- alterations
- database_id
- alterations
- data
- alterations
- hash
- alterations
- id
- alterations
- constraints/platform_function_graph_execution_outputs_pkey
- indexes
- platform_function_graph_executions
- alterations
- columns
- completed_at
- alterations
- current_wave
- alterations
- database_id
- alterations
- definitions_commit_id
- alterations
- entity_id
- alterations
- error_code
- alterations
- error_message
- alterations
- execution_plan
- alterations
- execution_store_id
- alterations
- graph_id
- alterations
- id
- alterations
- input_payload
- alterations
- invocation_id
- alterations
- max_pending_jobs
- alterations
- max_ticks
- alterations
- node_outputs
- alterations
- output_node
- alterations
- output_payload
- alterations
- output_port
- alterations
- parent_execution_id
- alterations
- parent_node_name
- alterations
- started_at
- alterations
- status
- alterations
- tick_count
- alterations
- timeout_at
- alterations
- constraints
- platform_function_graph_executions_graph_id_fkey
- platform_function_graph_executions_pkey
- constructive_compute_public
- procedures
- platform_add_edge_and_save
- platform_add_edge
- platform_add_node_and_save
- platform_add_node
- platform_copy_graph
- platform_create_function_graph
- platform_import_definitions
- platform_import_graph_json
- platform_read_function_graph
- platform_save_graph
- platform_start_execution
- platform_validate_function_graph
- schema
- default_function_privs
- default_seq_privs
- default_table_privs
- tables
- org_function_execution_logs
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- id
- alterations
- invocation_id
- alterations
- log_level
- alterations
- message
- alterations
- metadata
- alterations
- task_identifier
- alterations
- constraints/org_function_execution_logs_pkey
- indexes
- org_function_invocations
- alterations
- columns
- actor_id
- alterations
- completed_at
- alterations
- created_at
- alterations
- duration_ms
- alterations
- error
- alterations
- graph_execution_id
- alterations
- id
- alterations
- job_id
- alterations
- parent_invocation_id
- alterations
- payload
- alterations
- result
- alterations
- started_at
- alterations
- status
- alterations
- task_identifier
- alterations
- constraints/org_function_invocations_pkey
- indexes
- platform_function_definitions
- alterations
- columns
- created_at
- alterations
- description
- alterations
- id
- alterations
- is_built_in
- alterations
- is_invocable
- alterations
- max_attempts
- alterations
- namespace_id
- alterations
- name
- alterations
- priority
- alterations
- queue_name
- alterations
- required_configs
- alterations
- required_secrets
- alterations
- scope
- alterations
- service_url
- alterations
- task_identifier
- alterations
- updated_at
- alterations
- constraints
- platform_function_definitions_namespace_id_fkey
- platform_function_definitions_pkey
- platform_function_definitions_scope_name_key
- indexes
- triggers
- platform_function_execution_logs
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- database_id
- alterations
- id
- alterations
- invocation_id
- alterations
- log_level
- alterations
- message
- alterations
- metadata
- alterations
- task_identifier
- alterations
- constraints/platform_function_execution_logs_pkey
- indexes
- platform_function_graphs
- alterations
- columns
- context
- alterations
- created_at
- alterations
- created_by
- alterations
- database_id
- alterations
- definitions_commit_id
- alterations
- description
- alterations
- entity_id
- alterations
- id
- alterations
- is_valid
- alterations
- name
- alterations
- store_id
- alterations
- updated_at
- alterations
- validation_errors
- alterations
- constraints/platform_function_graphs_pkey
- indexes
- platform_function_invocations
- alterations
- columns
- actor_id
- alterations
- completed_at
- alterations
- created_at
- alterations
- database_id
- alterations
- duration_ms
- alterations
- error
- alterations
- graph_execution_id
- alterations
- id
- alterations
- job_id
- alterations
- parent_invocation_id
- alterations
- payload
- alterations
- result
- alterations
- started_at
- alterations
- status
- alterations
- task_identifier
- alterations
- constraints/platform_function_invocations_pkey
- indexes
- platform_secret_definitions
- alterations
- columns
- annotations
- alterations
- created_at
- alterations
- database_id
- alterations
- description
- alterations
- id
- alterations
- is_built_in
- alterations
- labels
- alterations
- name
- alterations
- updated_at
- alterations
- constraints
- platform_secret_definitions_name_key
- platform_secret_definitions_pkey
- indexes
- triggers
- types/function_requirement
- sql
- verify/schemas
- constructive_compute_private
- procedures
- platform_complete_node
- platform_copy_subtree
- platform_deserialize_graph
- platform_fail_node
- platform_insert_subnet_nodes
- platform_serialize_graph
- platform_tick_execution
- schema
- default_function_privs
- default_seq_privs
- default_table_privs
- tables
- platform_execution_tree_commit
- alterations
- columns
- created_at
- alterations
- database_id
- alterations
- date
- alterations
- id
- alterations
- message
- alterations
- parent_ids
- alterations
- store_id
- alterations
- tree_id
- alterations
- constraints/platform_execution_tree_commits_pkey
- indexes
- platform_execution_tree_object
- alterations
- columns
- created_at
- alterations
- database_id
- alterations
- data
- alterations
- id
- alterations
- kids
- alterations
- ktree
- alterations
- constraints/platform_execution_tree_objects_pkey
- platform_execution_tree_ref
- alterations
- columns
- commit_id
- alterations
- created_at
- alterations
- database_id
- alterations
- id
- alterations
- name
- alterations
- store_id
- alterations
- constraints/platform_execution_tree_refs_pkey
- indexes
- platform_execution_tree_store
- alterations
- columns
- created_at
- alterations
- database_id
- alterations
- hash
- alterations
- id
- alterations
- name
- alterations
- constraints/platform_execution_tree_stores_pkey
- platform_function_graph_execution_node_states
- alterations
- columns
- completed_at
- alterations
- created_at
- alterations
- database_id
- alterations
- error_code
- alterations
- error_message
- alterations
- execution_id
- alterations
- id
- alterations
- node_name
- alterations
- output_id
- alterations
- started_at
- alterations
- status
- alterations
- constraints/platform_function_graph_execution_node_states_pkey
- indexes
- platform_function_graph_execution_outputs
- alterations
- columns
- created_at
- alterations
- database_id
- alterations
- data
- alterations
- hash
- alterations
- id
- alterations
- constraints/platform_function_graph_execution_outputs_pkey
- indexes
- platform_function_graph_executions
- alterations
- columns
- completed_at
- alterations
- current_wave
- alterations
- database_id
- alterations
- definitions_commit_id
- alterations
- entity_id
- alterations
- error_code
- alterations
- error_message
- alterations
- execution_plan
- alterations
- execution_store_id
- alterations
- graph_id
- alterations
- id
- alterations
- input_payload
- alterations
- invocation_id
- alterations
- max_pending_jobs
- alterations
- max_ticks
- alterations
- node_outputs
- alterations
- output_node
- alterations
- output_payload
- alterations
- output_port
- alterations
- parent_execution_id
- alterations
- parent_node_name
- alterations
- started_at
- alterations
- status
- alterations
- tick_count
- alterations
- timeout_at
- alterations
- constraints
- platform_function_graph_executions_graph_id_fkey
- platform_function_graph_executions_pkey
- constructive_compute_public
- procedures
- platform_add_edge_and_save
- platform_add_edge
- platform_add_node_and_save
- platform_add_node
- platform_copy_graph
- platform_create_function_graph
- platform_import_definitions
- platform_import_graph_json
- platform_read_function_graph
- platform_save_graph
- platform_start_execution
- platform_validate_function_graph
- schema
- default_function_privs
- default_seq_privs
- default_table_privs
- tables
- org_function_execution_logs
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- id
- alterations
- invocation_id
- alterations
- log_level
- alterations
- message
- alterations
- metadata
- alterations
- task_identifier
- alterations
- constraints/org_function_execution_logs_pkey
- indexes
- org_function_invocations
- alterations
- columns
- actor_id
- alterations
- completed_at
- alterations
- created_at
- alterations
- duration_ms
- alterations
- error
- alterations
- graph_execution_id
- alterations
- id
- alterations
- job_id
- alterations
- parent_invocation_id
- alterations
- payload
- alterations
- result
- alterations
- started_at
- alterations
- status
- alterations
- task_identifier
- alterations
- constraints/org_function_invocations_pkey
- indexes
- platform_function_definitions
- alterations
- columns
- created_at
- alterations
- description
- alterations
- id
- alterations
- is_built_in
- alterations
- is_invocable
- alterations
- max_attempts
- alterations
- namespace_id
- alterations
- name
- alterations
- priority
- alterations
- queue_name
- alterations
- required_configs
- alterations
- required_secrets
- alterations
- scope
- alterations
- service_url
- alterations
- task_identifier
- alterations
- updated_at
- alterations
- constraints
- platform_function_definitions_namespace_id_fkey
- platform_function_definitions_pkey
- platform_function_definitions_scope_name_key
- indexes
- triggers
- platform_function_execution_logs
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- database_id
- alterations
- id
- alterations
- invocation_id
- alterations
- log_level
- alterations
- message
- alterations
- metadata
- alterations
- task_identifier
- alterations
- constraints/platform_function_execution_logs_pkey
- indexes
- platform_function_graphs
- alterations
- columns
- context
- alterations
- created_at
- alterations
- created_by
- alterations
- database_id
- alterations
- definitions_commit_id
- alterations
- description
- alterations
- entity_id
- alterations
- id
- alterations
- is_valid
- alterations
- name
- alterations
- store_id
- alterations
- updated_at
- alterations
- validation_errors
- alterations
- constraints/platform_function_graphs_pkey
- indexes
- platform_function_invocations
- alterations
- columns
- actor_id
- alterations
- completed_at
- alterations
- created_at
- alterations
- database_id
- alterations
- duration_ms
- alterations
- error
- alterations
- graph_execution_id
- alterations
- id
- alterations
- job_id
- alterations
- parent_invocation_id
- alterations
- payload
- alterations
- result
- alterations
- started_at
- alterations
- status
- alterations
- task_identifier
- alterations
- constraints/platform_function_invocations_pkey
- indexes
- platform_secret_definitions
- alterations
- columns
- annotations
- alterations
- created_at
- alterations
- database_id
- alterations
- description
- alterations
- id
- alterations
- is_built_in
- alterations
- labels
- alterations
- name
- alterations
- updated_at
- alterations
- constraints
- platform_secret_definitions_name_key
- platform_secret_definitions_pkey
- indexes
- triggers
- types/function_requirement
- constructive-infra-seed
- deploy
- grants
- partitions
- schemas
- constructive_compute_public/tables/platform_function_definitions/fixtures
- constructive_infra_public
- partitions
- tables/platform_namespaces/fixtures
- constructive_store_private/tables/platform_secrets/fixtures
- revert
- grants
- partitions
- schemas
- constructive_compute_public/tables/platform_function_definitions/fixtures
- constructive_infra_public
- partitions
- tables/platform_namespaces/fixtures
- constructive_store_private/tables/platform_secrets/fixtures
- verify
- grants
- partitions
- schemas
- constructive_compute_public/tables/platform_function_definitions/fixtures
- constructive_infra_public
- partitions
- tables/platform_namespaces/fixtures
- constructive_store_private/tables/platform_secrets/fixtures
- constructive-infra-services
- deploy
- register_function_module
- register_invocation_module
- revert
- register_function_module
- register_invocation_module
- verify
- register_function_module
- register_invocation_module
- constructive-infra
- deploy/schemas
- constructive_infra_private
- trigger_fns
- constructive_infra_public
- tables
- platform_function_definitions
- alterations
- columns
- created_at
- alterations
- description
- alterations
- id
- alterations
- is_built_in
- alterations
- is_invocable
- alterations
- max_attempts
- alterations
- namespace_id
- alterations
- name
- alterations
- payload_schema
- priority
- alterations
- queue_name
- alterations
- required_configs
- alterations
- required_secrets
- alterations
- scope
- alterations
- service_url
- alterations
- task_identifier
- alterations
- updated_at
- alterations
- constraints
- platform_function_definitions_namespace_id_fkey
- platform_function_definitions_pkey
- platform_function_definitions_scope_name_key
- indexes
- triggers
- platform_function_execution_logs
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- database_id
- alterations
- id
- alterations
- invocation_id
- alterations
- log_level
- alterations
- message
- alterations
- metadata
- alterations
- task_identifier
- alterations
- constraints/platform_function_execution_logs_pkey
- indexes
- platform_function_invocations
- alterations
- columns
- actor_id
- alterations
- completed_at
- alterations
- created_at
- alterations
- database_id
- alterations
- duration_ms
- alterations
- error
- alterations
- function_id
- alterations
- id
- alterations
- job_id
- alterations
- payload
- alterations
- result
- alterations
- started_at
- alterations
- status
- alterations
- task_identifier
- alterations
- constraints/platform_function_invocations_pkey
- indexes
- platform_namespace_events
- alterations
- columns
- actor_id
- alterations
- cpu_millicores
- alterations
- created_at
- alterations
- database_id
- alterations
- event_type
- alterations
- id
- alterations
- memory_bytes
- alterations
- message
- alterations
- metadata
- alterations
- metrics
- alterations
- namespace_id
- alterations
- network_egress_bytes
- alterations
- network_ingress_bytes
- alterations
- pod_count
- alterations
- storage_bytes
- alterations
- constraints/platform_namespace_events_pkey
- indexes
- platform_namespaces
- alterations
- columns
- annotations
- alterations
- created_at
- alterations
- database_id
- alterations
- description
- alterations
- id
- alterations
- is_active
- alterations
- labels
- alterations
- namespace_name
- alterations
- name
- alterations
- updated_at
- alterations
- constraints
- platform_namespaces_database_id_name_key
- platform_namespaces_namespace_name_key
- platform_namespaces_pkey
- indexes
- triggers
- platform_secret_definitions
- alterations
- columns
- annotations
- alterations
- created_at
- alterations
- database_id
- alterations
- description
- alterations
- id
- alterations
- is_built_in
- alterations
- labels
- alterations
- name
- alterations
- updated_at
- alterations
- constraints
- platform_secret_definitions_name_key
- platform_secret_definitions_pkey
- indexes
- triggers
- types/function_requirement
- revert/schemas
- constructive_infra_private
- trigger_fns
- constructive_infra_public
- tables
- platform_function_definitions
- alterations
- columns
- created_at
- alterations
- description
- alterations
- id
- alterations
- is_built_in
- alterations
- is_invocable
- alterations
- max_attempts
- alterations
- namespace_id
- alterations
- name
- alterations
- payload_schema
- priority
- alterations
- queue_name
- alterations
- required_configs
- alterations
- required_secrets
- alterations
- scope
- alterations
- service_url
- alterations
- task_identifier
- alterations
- updated_at
- alterations
- constraints
- platform_function_definitions_namespace_id_fkey
- platform_function_definitions_pkey
- platform_function_definitions_scope_name_key
- indexes
- triggers
- platform_function_execution_logs
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- database_id
- alterations
- id
- alterations
- invocation_id
- alterations
- log_level
- alterations
- message
- alterations
- metadata
- alterations
- task_identifier
- alterations
- constraints/platform_function_execution_logs_pkey
- indexes
- platform_function_invocations
- alterations
- columns
- actor_id
- alterations
- completed_at
- alterations
- created_at
- alterations
- database_id
- alterations
- duration_ms
- alterations
- error
- alterations
- function_id
- alterations
- id
- alterations
- job_id
- alterations
- payload
- alterations
- result
- alterations
- started_at
- alterations
- status
- alterations
- task_identifier
- alterations
- constraints/platform_function_invocations_pkey
- indexes
- platform_namespace_events
- alterations
- columns
- actor_id
- alterations
- cpu_millicores
- alterations
- created_at
- alterations
- database_id
- alterations
- event_type
- alterations
- id
- alterations
- memory_bytes
- alterations
- message
- alterations
- metadata
- alterations
- metrics
- alterations
- namespace_id
- alterations
- network_egress_bytes
- alterations
- network_ingress_bytes
- alterations
- pod_count
- alterations
- storage_bytes
- alterations
- constraints/platform_namespace_events_pkey
- indexes
- platform_namespaces
- alterations
- columns
- annotations
- alterations
- created_at
- alterations
- database_id
- alterations
- description
- alterations
- id
- alterations
- is_active
- alterations
- labels
- alterations
- namespace_name
- alterations
- name
- alterations
- updated_at
- alterations
- constraints
- platform_namespaces_database_id_name_key
- platform_namespaces_namespace_name_key
- platform_namespaces_pkey
- indexes
- triggers
- platform_secret_definitions
- alterations
- columns
- annotations
- alterations
- created_at
- alterations
- database_id
- alterations
- description
- alterations
- id
- alterations
- is_built_in
- alterations
- labels
- alterations
- name
- alterations
- updated_at
- alterations
- constraints
- platform_secret_definitions_name_key
- platform_secret_definitions_pkey
- indexes
- triggers
- types/function_requirement
- verify/schemas
- constructive_infra_private
- trigger_fns
- constructive_infra_public
- tables
- platform_function_definitions
- alterations
- columns
- created_at
- alterations
- description
- alterations
- id
- alterations
- is_built_in
- alterations
- is_invocable
- alterations
- max_attempts
- alterations
- namespace_id
- alterations
- name
- alterations
- payload_schema
- priority
- alterations
- queue_name
- alterations
- required_configs
- alterations
- required_secrets
- alterations
- scope
- alterations
- service_url
- alterations
- task_identifier
- alterations
- updated_at
- alterations
- constraints
- platform_function_definitions_namespace_id_fkey
- platform_function_definitions_pkey
- platform_function_definitions_scope_name_key
- indexes
- triggers
- platform_function_execution_logs
- alterations
- columns
- actor_id
- alterations
- created_at
- alterations
- database_id
- alterations
- id
- alterations
- invocation_id
- alterations
- log_level
- alterations
- message
- alterations
- metadata
- alterations
- task_identifier
- alterations
- constraints/platform_function_execution_logs_pkey
- indexes
- platform_function_invocations
- alterations
- columns
- actor_id
- alterations
- completed_at
- alterations
- created_at
- alterations
- database_id
- alterations
- duration_ms
- alterations
- error
- alterations
- function_id
- alterations
- id
- alterations
- job_id
- alterations
- payload
- alterations
- result
- alterations
- started_at
- alterations
- status
- alterations
- task_identifier
- alterations
- constraints/platform_function_invocations_pkey
- indexes
- platform_namespace_events
- alterations
- columns
- actor_id
- alterations
- cpu_millicores
- alterations
- created_at
- alterations
- database_id
- alterations
- event_type
- alterations
- id
- alterations
- memory_bytes
- alterations
- message
- alterations
- metadata
- alterations
- metrics
- alterations
- namespace_id
- alterations
- network_egress_bytes
- alterations
- network_ingress_bytes
- alterations
- pod_count
- alterations
- storage_bytes
- alterations
- constraints/platform_namespace_events_pkey
- indexes
- platform_namespaces
- alterations
- columns
- annotations
- alterations
- created_at
- alterations
- database_id
- alterations
- description
- alterations
- id
- alterations
- is_active
- alterations
- labels
- alterations
- namespace_name
- alterations
- name
- alterations
- updated_at
- alterations
- constraints
- platform_namespaces_database_id_name_key
- platform_namespaces_namespace_name_key
- platform_namespaces_pkey
- indexes
- triggers
- platform_secret_definitions
- alterations
- columns
- annotations
- alterations
- created_at
- alterations
- database_id
- alterations
- description
- alterations
- id
- alterations
- is_built_in
- alterations
- labels
- alterations
- name
- alterations
- updated_at
- alterations
- constraints
- platform_secret_definitions_name_key
- platform_secret_definitions_pkey
- indexes
- triggers
- types/function_requirement
- constructive-objects
- deploy/schemas
- constructive_objects_private
- grants/usage
- procedures/object_hash_uuid
- schema
- default_function_privs
- default_seq_privs
- default_table_privs
- trigger_fns
- constructive_objects_public
- grants/usage
- procedures
- get_all
- get_node_at_path
- init_empty_repo
- insert_node_at_path
- set_data_at_path
- schema
- default_function_privs
- default_seq_privs
- default_table_privs
- tables
- commit
- alterations
- columns
- author_id
- alterations
- committer_id
- alterations
- database_id
- alterations
- date
- alterations
- id
- alterations
- message
- alterations
- parent_ids
- alterations
- store_id
- alterations
- tree_id
- alterations
- constraints/commits_pkey
- grants/authenticated
- insert
- select
- policies
- auth_ins_app_mem
- auth_sel_rel_ent_mem
- object
- alterations
- columns
- created_at
- alterations
- database_id
- alterations
- data
- alterations
- id
- alterations
- kids
- alterations
- ktree
- alterations
- constraints/objects_pkey
- grants/authenticated
- insert
- select
- policies
- auth_ins_app_mem
- auth_sel_rel_ent_mem
- triggers
- ref
- alterations
- columns
- commit_id
- alterations
- database_id
- alterations
- id
- alterations
- name
- alterations
- store_id
- alterations
- constraints/refs_pkey
- grants/authenticated
- insert
- select
- update
- policies
- auth_ins_app_mem
- auth_sel_rel_ent_mem
- auth_upd_app_mem
- store
- alterations
- columns
- created_at
- alterations
- database_id
- alterations
- hash
- alterations
- id
- alterations
- name
- alterations
- constraints/stores_pkey
- grants/authenticated
- insert
- select
- update
- indexes
- policies
- auth_ins_app_mem
- auth_sel_rel_ent_mem
- auth_upd_app_mem
- object_store_utils
- procedures
- revert/schemas
- constructive_objects_private
- grants/usage
- procedures/object_hash_uuid
- schema
- default_function_privs
- default_seq_privs
- default_table_privs
- trigger_fns
- constructive_objects_public
- grants/usage
- procedures
- get_all
- get_node_at_path
- init_empty_repo
- insert_node_at_path
- set_data_at_path
- schema
- default_function_privs
- default_seq_privs
- default_table_privs
- tables
- commit
- alterations
- columns
- author_id
- alterations
- committer_id
- alterations
- database_id
- alterations
- date
- alterations
- id
- alterations
- message
- alterations
- parent_ids
- alterations
- store_id
- alterations
- tree_id
- alterations
- constraints/commits_pkey
- grants/authenticated
- insert
- select
- policies
- auth_ins_app_mem
- auth_sel_rel_ent_mem
- object
- alterations
- columns
- created_at
- alterations
- database_id
- alterations
- data
- alterations
- id
- alterations
- kids
- alterations
- ktree
- alterations
- constraints/objects_pkey
- grants/authenticated
- insert
- select
- policies
- auth_ins_app_mem
- auth_sel_rel_ent_mem
- triggers
- ref
- alterations
- columns
- commit_id
- alterations
- database_id
- alterations
- id
- alterations
- name
- alterations
- store_id
- alterations
- constraints/refs_pkey
- grants/authenticated
- insert
- select
- update
- policies
- auth_ins_app_mem
- auth_sel_rel_ent_mem
- auth_upd_app_mem
- store
- alterations
- columns
- created_at
- alterations
- database_id
- alterations
- hash
- alterations
- id
- alterations
- name/alterations
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
Lines changed: 56 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments