Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stable release v.0.16.0 #232

Merged
merged 25 commits into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
e14ad29
feature/batch-plotting-advanced-settings (#220)
KevinJJackson May 13, 2024
6714720
enhancement/api-report-download (#221)
KevinJJackson May 31, 2024
0f0442e
build/remove-console
KevinJJackson May 31, 2024
b0238d1
Fix incorrect report config request body schemas (#222)
dennisgsmith Jun 27, 2024
36f23b5
remove export pdf for single plot config button
dennisgsmith Jun 28, 2024
2962e9d
enable report download job
dennisgsmith Jun 28, 2024
22513b5
patching
dennisgsmith Jun 28, 2024
35b515b
fix broken api url; update browserlist
dennisgsmith Jun 28, 2024
a0b3d13
fix other broken links; remove stray console.log
dennisgsmith Jun 28, 2024
30b23c2
feature/keycloak-auth (#223)
KevinJJackson Jul 8, 2024
0be7da2
enhancement/silent-sso-subfolder (#224)
KevinJJackson Jul 8, 2024
b5ea877
Revert "enhancement/silent-sso-subfolder (#224)" (#225)
KevinJJackson Jul 8, 2024
dbea288
bugfix/refetch-token-issue (#226)
KevinJJackson Jul 11, 2024
4c5d51d
bugfix/auth-artifacts (#227)
KevinJJackson Jul 12, 2024
4e00633
feature/new-plot-types (#228)
KevinJJackson Jul 29, 2024
c4d090b
change 'Batch Plotting' to 'Plotting'
dennisgsmith Jul 30, 2024
b97b048
npm audit fix
dennisgsmith Jul 30, 2024
f4804c9
bugfixes/new-plot-types (#229)
KevinJJackson Jul 30, 2024
82b90e2
enhancement/shared-plot-settings (#230)
KevinJJackson Aug 2, 2024
ab980a4
feature/cwms-data-integration (#231)
KevinJJackson Aug 9, 2024
4e2a648
error handling for keycloak auth failure
dennisgsmith Aug 14, 2024
0f737c2
update dep lock
dennisgsmith Aug 14, 2024
17be306
fix silent-check-sso.html path
dennisgsmith Aug 14, 2024
95a825c
add link to github releases, fix img styling
dennisgsmith Aug 14, 2024
3950f85
add login.gov message
dennisgsmith Aug 15, 2024
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
13 changes: 13 additions & 0 deletions .env.production
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# Application
VITE_ALERT_EDITOR=false
VITE_FORMULA_EDITOR=true
VITE_INSTRUMENT_CHART=true
VITE_CROSS_SECTION=true
VITE_DEVELOPMENT_BANNER=false
VITE_REPORT_DOWNLOAD=false

# API
VITE_API_URL=https://midas.sec.usace.army.mil/api
VITE_URL_BASE_PATH=/midas


# EXTERNAL APIS
VITE_CWMS_API_URL=https://cwms-data.usace.army.mil/cwms-data

# Keycloak
VITE_KC_URL=https://identity.sec.usace.army.mil/auth/
VITE_KC_REALM=cwbi
VITE_KC_CLIENT_ID=midas
12 changes: 12 additions & 0 deletions .env.test
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Application
VITE_ALERT_EDITOR=false
VITE_FORMULA_EDITOR=true
VITE_INSTRUMENT_CHART=true
VITE_CROSS_SECTION=true
VITE_DEVELOPMENT_BANNER=false
VITE_REPORT_DOWNLOAD=false

# API
VITE_API_URL=https://midas-test.cwbi.us/api
VITE_URL_BASE_PATH=/midas

# EXTERNAL APIS
VITE_CWMS_API_URL=https://cwms-data.usace.army.mil/cwms-data

# Keycloak
VITE_KC_URL=https://identity-test.cwbi.us/auth/
VITE_KC_REALM=cwbi
VITE_KC_CLIENT_ID=midas
6 changes: 6 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@ jobs:
VITE_INSTRUMENT_CHART: true
VITE_CROSS_SECTION: true
VITE_DEVELOPMENT_BANNER: true
VITE_REPORT_DOWNLOAD: true
VITE_API_URL: https://develop-midas-api.rsgis.dev
VITE_CWMS_API_URL: https://cwms-data.usace.army.mil/cwms-data
VITE_URL_BASE_PATH: ''
VITE_KC_URL: https://identity-test.cwbi.us/auth/
VITE_KC_REALM: cwbi
VITE_KC_CLIENT_ID: midas
VITE_BASE_REDIRECT_URI: https://develop-midas.rsgis.dev/
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
Loading
Loading