Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
234 commits
Select commit Hold shift + click to select a range
68ebcf8
set up org dashboard
heyitsmebev Oct 6, 2025
0168331
adding total chart
heyitsmebev Oct 7, 2025
08d39d7
Moved usage to it's own route to not confuse with dashboard
heyitsmebev Oct 14, 2025
1e58c3d
Merge branch 'main' into 2966-create-organization-dashboard-pageroute…
heyitsmebev Oct 14, 2025
f4d3267
added feature flag
heyitsmebev Oct 14, 2025
14c4f3a
we only need current financial year
heyitsmebev Oct 14, 2025
5ca2ffc
fix pytest
heyitsmebev Oct 14, 2025
e041ea4
f-strings instead of .format()
heyitsmebev Oct 14, 2025
2db7152
sanitize
heyitsmebev Oct 14, 2025
11d7f58
Add Service Status and message usage count
heyitsmebev Oct 14, 2025
69bee58
adding todo
heyitsmebev Oct 15, 2025
6cde067
remove comment
heyitsmebev Oct 15, 2025
4f05f37
Bump cryptography from 46.0.2 to 46.0.3 (#3017)
dependabot[bot] Oct 16, 2025
9a27247
Bump coverage from 7.10.7 to 7.11.0 (#3015)
dependabot[bot] Oct 16, 2025
ed2c588
Bump hypothesis from 6.141.0 to 6.141.1 (#3016)
dependabot[bot] Oct 16, 2025
730e3b8
Bump numpy from 2.3.3 to 2.3.4 (#3014)
dependabot[bot] Oct 16, 2025
b9884ed
Bump humanize from 4.13.0 to 4.14.0 (#3013)
dependabot[bot] Oct 16, 2025
7c9ed23
Merge pull request #2975 from GSA/2966-create-organization-dashboard-…
heyitsmebev Oct 16, 2025
8877087
Merge remote-tracking branch 'origin/main' into 2967-calculate-an-org…
heyitsmebev Oct 16, 2025
fb528f0
Add organization message usage and service counts to dashboard
heyitsmebev Oct 16, 2025
a8400c1
add enums
heyitsmebev Oct 16, 2025
3e5bc09
refactor
heyitsmebev Oct 16, 2025
a89163c
updated the styling
heyitsmebev Oct 16, 2025
847101f
add test
heyitsmebev Oct 16, 2025
507c33a
Add services overview table to organization dashboard
heyitsmebev Oct 17, 2025
d73d4d1
trigger action
heyitsmebev Oct 17, 2025
965f378
toggle description
heyitsmebev Oct 17, 2025
ae351c5
Bump playwright from 1.56.0 to 1.56.1 (#3024)
dependabot[bot] Oct 18, 2025
507e7fe
Bump moto from 5.1.14 to 5.1.15 (#3023)
dependabot[bot] Oct 18, 2025
e8d8a08
Bump @rollup/plugin-commonjs from 28.0.7 to 28.0.8 (#3020)
dependabot[bot] Oct 18, 2025
4845254
Bump hypothesis from 6.142.0 to 6.142.1 (#3019)
dependabot[bot] Oct 18, 2025
5534161
try a minimalistic approach
Oct 20, 2025
18d58c6
Cleaned up readme, un-removed e2e test services, updated e2e test to …
alexjanousekGSA Oct 20, 2025
cdc1eee
fix terraform version
Oct 20, 2025
74dbe6e
fix terraform version
Oct 20, 2025
f66ac17
fix provider name
Oct 20, 2025
43c076e
Copy updates. Changing client => people
alexjanousekGSA Oct 20, 2025
e15eb31
fix provider name
Oct 20, 2025
1313752
fix provider name
Oct 20, 2025
80af60c
fix provider name
Oct 20, 2025
e025a8c
fix provider name
Oct 20, 2025
e2597a8
fix provider name
Oct 20, 2025
18d3969
fix provider name
Oct 20, 2025
06415a1
fix provider name
Oct 20, 2025
3f88f88
fix provider name
Oct 20, 2025
b9ead9e
fix provider name
Oct 20, 2025
919fc38
fix provider name
Oct 20, 2025
de3133a
fix provider name
Oct 20, 2025
472192c
fix provider name
Oct 20, 2025
6d17cfa
fix provider name
Oct 20, 2025
8c593c6
fix provider name
Oct 20, 2025
5ec7741
fix provider name
Oct 20, 2025
7d85d2a
fix provider name
Oct 20, 2025
d822b25
fix provider name
Oct 20, 2025
e3b495a
fix provider name
Oct 20, 2025
afef497
refactor org model and removed enum
heyitsmebev Oct 20, 2025
3127de7
refactor
heyitsmebev Oct 20, 2025
fa7e7f2
refactor
heyitsmebev Oct 20, 2025
4020f61
fix provider name
Oct 20, 2025
43b0584
fix provider name
Oct 20, 2025
8fdd1fe
fix test
heyitsmebev Oct 20, 2025
c20aa04
fix provider name
Oct 20, 2025
b0518c5
Merge pull request #3026 from GSA/terraform_upgrade3
ccostino Oct 20, 2025
9bf35b2
add two providers to other tiers
Oct 20, 2025
c53c9f5
Removed jquery from a few simple javascript files
alexjanousekGSA Oct 20, 2025
ea5cb5c
Bump hypothesis from 6.142.1 to 6.142.2 (#3029)
dependabot[bot] Oct 21, 2025
eab682f
Bump flake8-pytest-style from 2.1.0 to 2.2.0 (#3028)
dependabot[bot] Oct 21, 2025
2ba8779
Converted more files
alexjanousekGSA Oct 21, 2025
2bf52b8
Merge pull request #3004 from GSA/2967-calculate-an-organizations-mes…
ccostino Oct 21, 2025
5e32691
More javascript converted
alexjanousekGSA Oct 21, 2025
095de8d
try dry run terraform provider replace
Oct 21, 2025
b0adac4
fix tfstate file names
Oct 21, 2025
3d23140
Merge pull request #3027 from GSA/terraform_upgrade3
ccostino Oct 21, 2025
ba01e6e
Merge branch 'main' of github.com:GSA/notifications-admin into 3021-c…
heyitsmebev Oct 21, 2025
288b248
Merge pull request #3030 from GSA/terraform_upgrade4
ccostino Oct 21, 2025
d4d87d9
replace dry-run with creating a new state file and printing out the p…
Oct 21, 2025
75d063c
Merge pull request #3031 from GSA/terraform_upgrade4
ccostino Oct 21, 2025
0a3d212
get service and usage
heyitsmebev Oct 21, 2025
b29bd7f
See if we can destroy a specific module
Oct 21, 2025
ac00611
Merge pull request #3032 from GSA/terraform_upgrade4
ccostino Oct 21, 2025
215adde
add username and password
Oct 21, 2025
d119ac9
2 more files converted
alexjanousekGSA Oct 21, 2025
b76ab1a
update date format
heyitsmebev Oct 21, 2025
0594a0b
provide pytest
heyitsmebev Oct 21, 2025
11a5f01
update table columns
heyitsmebev Oct 21, 2025
362c52c
table-overflow-x-auto
heyitsmebev Oct 21, 2025
51c7587
Converted another js file
alexjanousekGSA Oct 22, 2025
e0f8cfb
Bump regex from 2025.9.18 to 2025.10.23 (#3033)
dependabot[bot] Oct 22, 2025
7b7f864
fix username and password maybe
Oct 22, 2025
e709b29
Merge pull request #3034 from GSA/terraform_upgrade4
ccostino Oct 22, 2025
c5432d2
try again
Oct 22, 2025
867af9c
try again
Oct 22, 2025
89160f4
try again
Oct 22, 2025
3cc87b0
Merge pull request #3036 from GSA/terraform_upgrade4
ccostino Oct 22, 2025
19e6959
destroy module.logo_upload_bucket
Oct 22, 2025
1882b46
rebuild module.logo_upload_bucket with cloudfoundry provider
Oct 22, 2025
a1aebe4
Merge pull request #3037 from GSA/terraform_upgrade5
ccostino Oct 22, 2025
f2a9666
destroy module.logo_upload_bucket
Oct 22, 2025
63c0aad
Merge pull request #3039 from GSA/terraform_upgrade5
terrazoon Oct 22, 2025
e2e1778
comment out module.logo_upload_bucket so it doesnt get recreated
Oct 22, 2025
0d949ca
Merge pull request #3040 from GSA/terraform_upgrade5
ccostino Oct 22, 2025
46b6335
build the new moduule.logo_upload_bucket
Oct 22, 2025
818264c
resolve conflicts
Oct 22, 2025
e885542
Merge pull request #3038 from GSA/terraform_upgrade6
ccostino Oct 22, 2025
2fdb0e3
Another converted file
alexjanousekGSA Oct 22, 2025
f5c2c39
set up module.redis-v70 for upgrade
Oct 22, 2025
f5f1566
Merge pull request #3041 from GSA/terraform_upgrade6
ccostino Oct 22, 2025
2fa1d5b
actually destroy module.redis-v70 on staging
Oct 22, 2025
ab842ac
recreate redis-v70 with the new terraform provider
Oct 22, 2025
834a6c2
recreate redis-v70 with the new terraform provider
Oct 22, 2025
374d7e7
Merge pull request #3042 from GSA/terraform_upgrade6
ccostino Oct 22, 2025
6e00dfb
try to change api_network_route
Oct 22, 2025
3261d4a
try to change api_network_route
Oct 22, 2025
146a5cb
Bump hypothesis from 6.142.2 to 6.142.3
dependabot[bot] Oct 22, 2025
6e26252
Merge pull request #3044 from GSA/dependabot/pip/hypothesis-6.142.3
ccostino Oct 23, 2025
a8027bc
Bump redis from 6.4.0 to 7.0.0
dependabot[bot] Oct 23, 2025
675952e
comment out terraform debug
Oct 23, 2025
6c978fd
Merge pull request #3043 from GSA/terraform_upgrade6
ccostino Oct 23, 2025
3a07afe
re add api_network_route with new provider
Oct 23, 2025
d3e5fc8
re add api_network_route with new provider
Oct 23, 2025
cedfd4f
Another file converted
alexjanousekGSA Oct 23, 2025
7655530
Merge pull request #3048 from GSA/terraform_upgrade6
ccostino Oct 23, 2025
16b6066
Merge pull request #3045 from GSA/dependabot/pip/redis-7.0.0
ccostino Oct 23, 2025
06b4ecb
Bug Fix: One-off button is missing for users with only ‘send message’…
heyitsmebev Oct 23, 2025
5fa8074
add test for send-one-off
heyitsmebev Oct 23, 2025
0fe7bc6
Bump sass-loader from 16.0.5 to 16.0.6
dependabot[bot] Oct 23, 2025
b407d81
Merge pull request #3049 from GSA/3012-one-off-button-is-missing-for-…
ccostino Oct 24, 2025
4a924ca
Merge pull request #3050 from GSA/dependabot/npm_and_yarn/sass-loader…
ccostino Oct 24, 2025
21a8b17
Updated template folder form to not use jquery
alexjanousekGSA Oct 24, 2025
e89369b
Bump @babel/preset-env from 7.28.3 to 7.28.5 (#3052)
dependabot[bot] Oct 24, 2025
2fda7f4
Bump flake8-bugbear from 24.12.12 to 25.10.21 (#3046)
dependabot[bot] Oct 24, 2025
6e2c590
Bump @babel/core from 7.28.4 to 7.28.5 (#3051)
dependabot[bot] Oct 24, 2025
9ead834
adding templates and refactor to use dashboard data endpoint
heyitsmebev Oct 24, 2025
bda5a25
Bump phonenumbers from 9.0.16 to 9.0.17
dependabot[bot] Oct 24, 2025
6121e6b
Bump @rollup/plugin-commonjs from 28.0.8 to 28.0.9
dependabot[bot] Oct 24, 2025
40049b5
Merge pull request #3053 from GSA/dependabot/pip/phonenumbers-9.0.17
ccostino Oct 27, 2025
38f1402
Merge pull request #3054 from GSA/dependabot/npm_and_yarn/rollup/plug…
ccostino Oct 27, 2025
950ff9a
Removed jquery
alexjanousekGSA Oct 27, 2025
6c3a516
Upgraded node
alexjanousekGSA Oct 27, 2025
c273d5d
Added more unit tests to increase code coverage
alexjanousekGSA Oct 27, 2025
636c364
Bump redis from 7.0.0 to 7.0.1
dependabot[bot] Oct 27, 2025
c7c4b37
update test
heyitsmebev Oct 27, 2025
304efab
update test
heyitsmebev Oct 28, 2025
c80b17f
Merge pull request #3056 from GSA/dependabot/pip/redis-7.0.1
ccostino Oct 28, 2025
df1d403
Bump pip from 25.2 to 25.3
dependabot[bot] Oct 28, 2025
f7f77ea
Merge pull request #3060 from GSA/dependabot/pip/pip-25.3
ccostino Oct 28, 2025
340a63a
Bump python-dotenv from 1.1.1 to 1.2.1 (#3059)
dependabot[bot] Oct 28, 2025
fb57ca4
Bump hypothesis from 6.142.3 to 6.142.4 (#3058)
dependabot[bot] Oct 28, 2025
4bddda6
Bump pyexcel from 0.7.3 to 0.7.4 (#3057)
dependabot[bot] Oct 28, 2025
21f8efc
Bump bleach from 6.2.0 to 6.3.0 (#3055)
dependabot[bot] Oct 28, 2025
f0ca651
Merge branch 'main' into 3021-create-aggregate-table-of-services-per-org
heyitsmebev Oct 28, 2025
3ec039c
PR changes
alexjanousekGSA Oct 28, 2025
bb43d81
One last tweak
alexjanousekGSA Oct 29, 2025
dc1603f
Merge pull request #3025 from GSA/fix/frontend-optimization
ccostino Oct 29, 2025
3cbdffa
Merge pull request #3022 from GSA/3021-create-aggregate-table-of-serv…
ccostino Oct 29, 2025
f498553
Fix feature flag case sensitivity for Cloud Foundry environments
heyitsmebev Oct 29, 2025
a4f1c13
Merge pull request #3061 from GSA/feature-flag
ccostino Oct 29, 2025
1665e52
Bump virtualenv from 20.35.3 to 20.35.4 (#3063)
dependabot[bot] Oct 30, 2025
3a3458e
Potential fix for code scanning alert no. 23: URL redirection from re…
alexjanousekGSA Oct 30, 2025
949f09b
Add inline forms to organization dashboard for creating services and …
heyitsmebev Oct 30, 2025
32f82cc
Removed dead code and dead depcrecated route
alexjanousekGSA Oct 30, 2025
6e20ebb
Added new buttons for forms to be inline and visual highlight
heyitsmebev Oct 30, 2025
ce98732
a11y fixes
heyitsmebev Oct 30, 2025
87e932d
button improvements
heyitsmebev Oct 30, 2025
fca008e
Merge branch 'main' into 3062-create-an-edit-modal
heyitsmebev Oct 30, 2025
820b6d2
fix test
heyitsmebev Oct 31, 2025
85fbf4e
fix test
heyitsmebev Oct 31, 2025
3957b14
Merge pull request #3065 from GSA/3062-create-an-edit-modal
heyitsmebev Oct 31, 2025
fb1aa37
Bump sass from 1.93.2 to 1.93.3 (#3072)
dependabot[bot] Nov 2, 2025
22c22a1
Bump hypothesis from 6.142.4 to 6.142.5 (#3070)
dependabot[bot] Nov 2, 2025
1566c70
Refactored sass implementation to allow easier customization
alexjanousekGSA Nov 2, 2025
68518b0
Bump @rollup/plugin-commonjs from 28.0.9 to 29.0.0 (#3069)
dependabot[bot] Nov 2, 2025
fc4007c
Bump sass-embedded from 1.93.2 to 1.93.3 (#3071)
dependabot[bot] Nov 2, 2025
968c662
Bump moto from 5.1.15 to 5.1.16
dependabot[bot] Nov 3, 2025
3797621
Merge pull request #3073 from GSA/dependabot/pip/moto-5.1.16
ccostino Nov 4, 2025
e5a46d1
Bump markdown from 3.9 to 3.10 (#3076)
dependabot[bot] Nov 4, 2025
447ddc6
Bump regex from 2025.10.23 to 2025.11.3 (#3075)
dependabot[bot] Nov 4, 2025
4860482
add editing actions
heyitsmebev Nov 4, 2025
d7ae209
Bump hypothesis from 6.142.5 to 6.145.1 (#3074)
dependabot[bot] Nov 4, 2025
3820f8a
Bump newrelic from 11.0.1 to 11.1.0 (#3078)
dependabot[bot] Nov 5, 2025
9374174
SCSS refactor, theme cleanup
alexjanousekGSA Nov 5, 2025
d86da8e
Linting tweaks
alexjanousekGSA Nov 5, 2025
d3f249f
confirmation modal
heyitsmebev Nov 5, 2025
3beba2b
Add service editing to organization dashboard with confirmation modal
heyitsmebev Nov 5, 2025
49f5e48
ove organization dashboard JS to separate file
heyitsmebev Nov 5, 2025
ab15220
Fix None rendering in empty email field
heyitsmebev Nov 5, 2025
3bfb8de
adding escaping
heyitsmebev Nov 5, 2025
ad62203
pytest
heyitsmebev Nov 5, 2025
4490a09
jest
heyitsmebev Nov 6, 2025
710d991
remove jest
heyitsmebev Nov 6, 2025
65389f2
Bump hypothesis from 6.145.1 to 6.146.0 (#3079)
dependabot[bot] Nov 6, 2025
f5ae07a
EMAIL_REGEX complied and css updates
heyitsmebev Nov 6, 2025
5d9719e
Stablized with all CSS working now
alexjanousekGSA Nov 6, 2025
79bd69f
Updated ref files
alexjanousekGSA Nov 6, 2025
634824b
Merged in main
alexjanousekGSA Nov 6, 2025
f1f8d95
Merge pull request #3077 from GSA/2970-service-status-display-live-vs…
ccostino Nov 6, 2025
13b3a1b
Bump hypothesis from 6.146.0 to 6.147.0 (#3081)
dependabot[bot] Nov 7, 2025
99f2627
Migrate styles from deprecated file and remove all comments
alexjanousekGSA Nov 7, 2025
74e15c1
add editing actions
heyitsmebev Nov 4, 2025
b7bdfb4
confirmation modal
heyitsmebev Nov 5, 2025
8ee2d38
Add service editing to organization dashboard with confirmation modal
heyitsmebev Nov 5, 2025
f57ad08
ove organization dashboard JS to separate file
heyitsmebev Nov 5, 2025
bdc6db1
Fix None rendering in empty email field
heyitsmebev Nov 5, 2025
9812166
adding escaping
heyitsmebev Nov 5, 2025
e259cdd
pytest
heyitsmebev Nov 5, 2025
76edf07
jest
heyitsmebev Nov 6, 2025
a65dbb6
remove jest
heyitsmebev Nov 6, 2025
d7e5a61
EMAIL_REGEX complied and css updates
heyitsmebev Nov 6, 2025
8be1155
Added nav link fix & merged in main
alexjanousekGSA Nov 7, 2025
7df22f1
Merge main into fix/js-cleanup - Resolved conflict by removing deprec…
alexjanousekGSA Nov 7, 2025
323b1ab
Signing to be verified
alexjanousekGSA Nov 7, 2025
7bd464a
Bump coverage from 7.11.0 to 7.11.1 (#3083)
dependabot[bot] Nov 10, 2025
4d860b9
Bump phonenumbers from 9.0.17 to 9.0.18 (#3082)
dependabot[bot] Nov 10, 2025
966b899
Merge branch 'main' into fix/js-cleanup
alexjanousekGSA Nov 11, 2025
c74e985
Bump black from 25.9.0 to 25.11.0 (#3087)
dependabot[bot] Nov 11, 2025
4035c3d
Bump autoprefixer from 10.4.21 to 10.4.22 (#3085)
dependabot[bot] Nov 11, 2025
a7da9ee
Bump pre-commit from 4.3.0 to 4.4.0 (#3084)
dependabot[bot] Nov 11, 2025
05448fe
Bump coverage from 7.11.1 to 7.11.3 (#3086)
dependabot[bot] Nov 11, 2025
72636ea
Updated dependencies
alexjanousekGSA Nov 11, 2025
033b6ab
Merge pull request #3068 from GSA/fix/js-cleanup
heyitsmebev Nov 11, 2025
a52b5ff
Add "Delete Service" button
heyitsmebev Nov 11, 2025
21d0d1f
add delete helper
heyitsmebev Nov 11, 2025
38a4143
remove bg color
heyitsmebev Nov 11, 2025
df9036c
Bump sass from 1.93.3 to 1.94.0 (#3090)
dependabot[bot] Nov 12, 2025
991ad26
Merge pull request #3089 from GSA/3088-org-dashboard---users-should-b…
ccostino Nov 12, 2025
5752906
CSS follow up fixes
alexjanousekGSA Nov 12, 2025
811f0e6
Merge pull request #3091 from GSA/fix/css-touchup
ccostino Nov 12, 2025
63d65c0
add js delete function
heyitsmebev Nov 12, 2025
77d9bfb
added encoded for defense
heyitsmebev Nov 12, 2025
0f995ce
adding back css that was removed
heyitsmebev Nov 12, 2025
8c01c39
Bump certifi from 2025.10.5 to 2025.11.12
dependabot[bot] Nov 12, 2025
a11d47d
Merge pull request #3096 from GSA/dependabot/pip/certifi-2025.11.12
ccostino Nov 13, 2025
66379f7
Merge pull request #3093 from GSA/3088-org-dashboard---users-should-b…
ccostino Nov 13, 2025
305db60
Fix Nav Highlighting and Styling (#3097)
heyitsmebev Nov 13, 2025
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
26 changes: 4 additions & 22 deletions .ds.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"filename": "app/config.py",
"hashed_secret": "577a4c667e4af8682ca431857214b3a920883efc",
"is_verified": false,
"line_number": 118,
"line_number": 127,
"is_secret": false
}
],
Expand Down Expand Up @@ -483,24 +483,6 @@
"is_secret": false
}
],
"tests/app/main/views/organizations/test_organization_invites.py": [
{
"type": "Secret Keyword",
"filename": "tests/app/main/views/organizations/test_organization_invites.py",
"hashed_secret": "bdbb156d25d02fd7792865824201dda1c60f4473",
"is_verified": false,
"line_number": 274,
"is_secret": false
},
{
"type": "Secret Keyword",
"filename": "tests/app/main/views/organizations/test_organization_invites.py",
"hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8",
"is_verified": false,
"line_number": 282,
"is_secret": false
}
],
"tests/app/main/views/test_accept_invite.py": [
{
"type": "Secret Keyword",
Expand Down Expand Up @@ -573,15 +555,15 @@
"filename": "tests/app/main/views/test_user_profile.py",
"hashed_secret": "8072d7aad32964ec43fbcb699c75dc38890792f7",
"is_verified": false,
"line_number": 336,
"line_number": 337,
"is_secret": false
},
{
"type": "Secret Keyword",
"filename": "tests/app/main/views/test_user_profile.py",
"hashed_secret": "4c9dbb972da179e4f66f023eaa5fb9451d835030",
"is_verified": false,
"line_number": 337,
"line_number": 338,
"is_secret": false
}
],
Expand Down Expand Up @@ -634,5 +616,5 @@
}
]
},
"generated_at": "2025-10-07T17:43:26Z"
"generated_at": "2025-10-31T00:31:47Z"
}
14 changes: 14 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,26 @@ jobs:
terraform_version: "^1.7.5"
terraform_wrapper: false


- name: Terraform init
working-directory: terraform/staging
env:
AWS_ACCESS_KEY_ID: ${{ secrets.TERRAFORM_STATE_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.TERRAFORM_STATE_SECRET_ACCESS_KEY }}
run: terraform init


# - name: Terraform see if we can destroy a specific module
# working-directory: terraform/staging
# env:
# AWS_ACCESS_KEY_ID: ${{ secrets.TERRAFORM_STATE_ACCESS_KEY }}
# AWS_SECRET_ACCESS_KEY: ${{ secrets.TERRAFORM_STATE_SECRET_ACCESS_KEY }}
# TF_VAR_cf_user: ${{ secrets.CLOUDGOV_USERNAME }}
# TF_VAR_cf_password: ${{ secrets.CLOUDGOV_PASSWORD }}
# run: |
# terraform plan -destroy -target=module.api_network_route


- name: Terraform apply
working-directory: terraform/staging
env:
Expand Down
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"esversion": 6, "esnext": false}
{"esversion": 11, "esnext": false}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.3.0
24.10.0
Loading