Skip to content

Commit

Permalink
Merge pull request #1452 from cityofaustin/2.21.0-release-candidate
Browse files Browse the repository at this point in the history
2.21.0 Lake Sam's Club
  • Loading branch information
mddilley authored Oct 10, 2024
2 parents 8857541 + 77ed397 commit b983617
Show file tree
Hide file tree
Showing 35 changed files with 2,563 additions and 645 deletions.
2 changes: 1 addition & 1 deletion moped-database/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
services:
hasura:
image: hasura/graphql-engine:v2.43.0
restart: always
depends_on:
- moped-pgsql
expose:
Expand All @@ -21,6 +20,7 @@ services:
- 'HASURA_GRAPHQL_JWT_SECRET={"type":"RS256","jwk_url": "https://cognito-idp.us-east-1.amazonaws.com/us-east-1_U2dzkxfTv/.well-known/jwks.json","claims_format": "stringified_json"}'
- HASURA_GRAPHQL_ADMIN_SECRET=hasurapassword
- ACTIVITY_LOG_API_SECRET=hasurapassword
- HASURA_GRAPHQL_NO_OF_RETRIES=30
command: ["graphql-engine", "serve", "--enable-console"]


Expand Down
38 changes: 3 additions & 35 deletions moped-database/metadata/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -432,13 +432,6 @@
check: {}
set:
updated_by_user_id: x-hasura-user-db-id
delete_permissions:
- role: moped-admin
permission:
filter: {}
- role: moped-editor
permission:
filter: {}
event_triggers:
- name: activity_log_feature_drawn_lines
definition:
Expand Down Expand Up @@ -583,13 +576,6 @@
check: {}
set:
updated_by_user_id: x-hasura-user-db-id
delete_permissions:
- role: moped-admin
permission:
filter: {}
- role: moped-editor
permission:
filter: {}
event_triggers:
- name: activity_log_feature_drawn_points
definition:
Expand Down Expand Up @@ -734,13 +720,6 @@
check: {}
set:
updated_by_user_id: x-hasura-user-db-id
delete_permissions:
- role: moped-admin
permission:
filter: {}
- role: moped-editor
permission:
filter: {}
event_triggers:
- name: activity_log_feature_intersections
definition:
Expand Down Expand Up @@ -1103,13 +1082,6 @@
check: {}
set:
updated_by_user_id: x-hasura-user-db-id
delete_permissions:
- role: moped-admin
permission:
filter: {}
- role: moped-editor
permission:
filter: {}
event_triggers:
- name: activity_log_feature_signals
definition:
Expand Down Expand Up @@ -1292,13 +1264,6 @@
check: {}
set:
updated_by_user_id: x-hasura-user-db-id
delete_permissions:
- role: moped-admin
permission:
filter: {}
- role: moped-editor
permission:
filter: {}
event_triggers:
- name: activity_log_feature_street_segments
definition:
Expand Down Expand Up @@ -5505,6 +5470,7 @@
- current_phase_simple
- date_added
- ecapris_subproject_id
- funding_program_names
- funding_source_and_program_names
- funding_source_name
- interim_project_id
Expand Down Expand Up @@ -5557,6 +5523,7 @@
- current_phase_simple
- date_added
- ecapris_subproject_id
- funding_program_names
- funding_source_and_program_names
- funding_source_name
- interim_project_id
Expand Down Expand Up @@ -5609,6 +5576,7 @@
- current_phase_simple
- date_added
- ecapris_subproject_id
- funding_program_names
- funding_source_and_program_names
- funding_source_name
- interim_project_id
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UPDATE moped_components SET component_name = 'Signal', component_subtype = 'School Zone Beacon' WHERE component_id = 39
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UPDATE moped_components SET component_name = 'Beacon', component_subtype = 'School Zone' WHERE component_id = 39
Loading

0 comments on commit b983617

Please sign in to comment.