Skip to content

Commit

Permalink
Merge pull request #1417 from cityofaustin/1.44.0-release-candidate
Browse files Browse the repository at this point in the history
Release VZ 1.44.0 - W Name
  • Loading branch information
mddilley authored Mar 28, 2024
2 parents 0677db9 + fb44f7a commit 1665e27
Show file tree
Hide file tree
Showing 31 changed files with 1,010 additions and 5,356 deletions.
6 changes: 3 additions & 3 deletions atd-toolbox/read_replica_proxy/haproxy.cfg.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ global
defaults
log global
mode tcp
timeout connect 5000ms
timeout client 50000ms
timeout server 50000ms
timeout connect 5s
timeout client 10m
timeout server 10m

frontend postgresql_front
bind 0.0.0.0:5432
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1715,3 +1715,16 @@ update_permissions:
filter: {}
check: null
comment: ""
delete_permissions:
- role: editor
permission:
filter:
temp_record:
_eq: true
comment: "Allow for the deletion of temp records only"
- role: vz-admin
permission:
filter:
temp_record:
_eq: true
comment: "Allow for the deletion of temp records only"
Original file line number Diff line number Diff line change
Expand Up @@ -370,3 +370,12 @@ update_permissions:
- updated_by
filter: {}
check: null
delete_permissions:
- role: editor
permission:
filter: {}
comment: ""
- role: vz-admin
permission:
filter: {}
comment: ""
Original file line number Diff line number Diff line change
Expand Up @@ -411,3 +411,12 @@ update_permissions:
- updated_by
filter: {}
check: null
delete_permissions:
- role: editor
permission:
filter: {}
comment: ""
- role: vz-admin
permission:
filter: {}
comment: ""
Original file line number Diff line number Diff line change
Expand Up @@ -886,3 +886,12 @@ update_permissions:
- vin
filter: {}
check: null
delete_permissions:
- role: editor
permission:
filter: {}
comment: ""
- role: vz-admin
permission:
filter: {}
comment: ""
Loading

0 comments on commit 1665e27

Please sign in to comment.