- Progress Commit

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-03-20 18:18:24 -04:00
parent 27c24619c3
commit f31ae9ac6d
11 changed files with 488 additions and 98 deletions

View File

@@ -1,6 +1,6 @@
actions: [ ]
actions: []
custom_types:
enums: [ ]
input_objects: [ ]
objects: [ ]
scalars: [ ]
enums: []
input_objects: []
objects: []
scalars: []

View File

@@ -1 +1 @@
[ ]
[]

View File

@@ -1 +1 @@
[ ]
[]

View File

@@ -1 +1 @@
{ }
{}

View File

@@ -1 +1 @@
[ ]
[]

View File

@@ -1 +1 @@
[ ]
[]

View File

@@ -53,7 +53,7 @@
update_permissions:
- role: user
permission:
columns: [ ]
columns: []
filter:
jobline:
job:
@@ -569,6 +569,13 @@
table:
name: parts_orders
schema: public
- name: tasks
using:
foreign_key_constraint_on:
column: billid
table:
name: tasks
schema: public
insert_permissions:
- role: user
permission:
@@ -698,7 +705,7 @@
value_from_env: EVENT_SECRET
request_transform:
method: POST
query_params: { }
query_params: {}
template_engine: Kriti
url: '{{$base_url}}/opensearch'
version: 2
@@ -818,6 +825,13 @@
table:
name: inventory
schema: public
- name: ioevents
using:
foreign_key_constraint_on:
column: bodyshopid
table:
name: ioevents
schema: public
- name: jobs
using:
foreign_key_constraint_on:
@@ -846,6 +860,13 @@
table:
name: phonebook
schema: public
- name: tasks
using:
foreign_key_constraint_on:
column: bodyshopid
table:
name: tasks
schema: public
- name: timetickets
using:
foreign_key_constraint_on:
@@ -1653,7 +1674,7 @@
columns:
- config
- id
filter: { }
filter: {}
limit: 1
- role: user
permission:
@@ -2491,7 +2512,7 @@
- effective_date
- end_date
- content
filter: { }
filter: {}
- table:
name: exportlog
schema: public
@@ -2675,6 +2696,13 @@
- table:
name: ioevents
schema: public
object_relationships:
- name: bodyshop
using:
foreign_key_constraint_on: bodyshopid
- name: user
using:
foreign_key_constraint_on: useremail
- table:
name: job_ar_schema
schema: public
@@ -2824,6 +2852,13 @@
table:
name: parts_order_lines
schema: public
- name: tasks
using:
foreign_key_constraint_on:
column: joblineid
table:
name: tasks
schema: public
insert_permissions:
- role: user
permission:
@@ -3311,6 +3346,13 @@
table:
name: scoreboard
schema: public
- name: tasks
using:
foreign_key_constraint_on:
column: jobid
table:
name: tasks
schema: public
- name: timetickets
using:
foreign_key_constraint_on:
@@ -4200,13 +4242,13 @@
interval_sec: 10
num_retries: 0
timeout_sec: 60
webhook: https://worktest.home.irony.online
webhook_from_env: HASURA_API_URL
headers:
- name: event-secret
value_from_env: EVENT_SECRET
request_transform:
method: POST
query_params: { }
query_params: {}
template_engine: Kriti
url: '{{$base_url}}/job/statustransition'
version: 2
@@ -4220,7 +4262,7 @@
webhook_from_env: HASURA_API_URL
request_transform:
method: POST
query_params: { }
query_params: {}
template_engine: Kriti
url: '{{$base_url}}/record-handler/arms'
version: 2
@@ -4243,7 +4285,7 @@
value_from_env: EVENT_SECRET
request_transform:
method: POST
query_params: { }
query_params: {}
template_engine: Kriti
url: '{{$base_url}}/opensearch'
version: 2
@@ -4256,13 +4298,13 @@
columns:
- key
- value
filter: { }
filter: {}
- role: user
permission:
columns:
- key
- value
filter: { }
filter: {}
- table:
name: messages
schema: public
@@ -4694,7 +4736,7 @@
value_from_env: EVENT_SECRET
request_transform:
method: POST
query_params: { }
query_params: {}
template_engine: Kriti
url: '{{$base_url}}/opensearch'
version: 2
@@ -5008,6 +5050,13 @@
table:
name: parts_order_lines
schema: public
- name: tasks
using:
foreign_key_constraint_on:
column: partsorderid
table:
name: tasks
schema: public
insert_permissions:
- role: user
permission:
@@ -5302,7 +5351,7 @@
value_from_env: EVENT_SECRET
request_transform:
method: POST
query_params: { }
query_params: {}
template_engine: Kriti
url: '{{$base_url}}/opensearch'
version: 2
@@ -5623,6 +5672,129 @@
_eq: X-Hasura-User-Id
- active:
_eq: true
- table:
name: tasks
schema: public
object_relationships:
- name: bill
using:
foreign_key_constraint_on: billid
- name: bodyshop
using:
foreign_key_constraint_on: bodyshopid
- name: job
using:
foreign_key_constraint_on: jobid
- name: jobline
using:
foreign_key_constraint_on: joblineid
- name: parts_order
using:
foreign_key_constraint_on: partsorderid
- name: user
using:
foreign_key_constraint_on: assigned_to
- name: userByCreatedBy
using:
foreign_key_constraint_on: created_by
insert_permissions:
- role: user
permission:
check:
bodyshop:
associations:
_and:
- user:
authid:
_eq: X-Hasura-User-Id
- active:
_eq: true
columns:
- completed
- deleted
- priority
- assigned_to
- created_by
- description
- title
- completed_at
- created_at
- deleted_at
- due_date
- remind_at
- updated_at
- billid
- bodyshopid
- id
- jobid
- joblineid
- partsorderid
select_permissions:
- role: user
permission:
columns:
- completed
- deleted
- priority
- assigned_to
- created_by
- description
- title
- completed_at
- created_at
- deleted_at
- due_date
- remind_at
- updated_at
- billid
- bodyshopid
- id
- jobid
- joblineid
- partsorderid
filter:
bodyshop:
associations:
_and:
- user:
authid:
_eq: X-Hasura-User-Id
- active:
_eq: true
allow_aggregations: true
update_permissions:
- role: user
permission:
columns:
- completed
- deleted
- priority
- assigned_to
- created_by
- description
- title
- completed_at
- created_at
- deleted_at
- due_date
- remind_at
- updated_at
- billid
- bodyshopid
- id
- jobid
- joblineid
- partsorderid
filter:
bodyshop:
associations:
_and:
- user:
authid:
_eq: X-Hasura-User-Id
- active:
_eq: true
check: null
- table:
name: timetickets
schema: public
@@ -5843,7 +6015,7 @@
- user:
authid:
_eq: X-Hasura-User-Id
check: { }
check: {}
- table:
name: tt_approval_queue
schema: public
@@ -6006,6 +6178,13 @@
table:
name: exportlog
schema: public
- name: ioevents
using:
foreign_key_constraint_on:
column: useremail
table:
name: ioevents
schema: public
- name: messages
using:
foreign_key_constraint_on:
@@ -6034,6 +6213,20 @@
table:
name: parts_orders
schema: public
- name: tasks
using:
foreign_key_constraint_on:
column: assigned_to
table:
name: tasks
schema: public
- name: tasksByCreatedBy
using:
foreign_key_constraint_on:
column: created_by
table:
name: tasks
schema: public
- name: timetickets
using:
foreign_key_constraint_on:
@@ -6051,7 +6244,7 @@
insert_permissions:
- role: user
permission:
check: { }
check: {}
columns:
- authid
- email
@@ -6253,7 +6446,7 @@
value_from_env: EVENT_SECRET
request_transform:
method: POST
query_params: { }
query_params: {}
template_engine: Kriti
url: '{{$base_url}}/opensearch'
version: 2