Releases: cloud-gov/cg-dashboard
Publish deprecation notice
Now with less Redis
#1290 Remove redis from dependencies and some comments
Allow for greater reuse and simplify sessions
Thanks to our antipodal compatriots with the Australian Government Digital Transformation Agency this release features a number of changes to make cg-dashboard easier to implement at other sites.
Their contributions also remove the Redis dependency by committing sessions entirely to cookies.
- Fix goreportcard issues #1232
- Allow all environment variables to be set in common way #1235
- Split SESSION_KEY into two variables (CSRF_KEY) and (SESSION_AUTHENTICATION_KEY) #1238
- Use a more idiomatic React outlet #1240
- Fix
GetValidToken
to save refreshed access tokens #1241 - Fix
NewEnvLookupFromCFAppNamedService()
to work outside of CF #1242 - Fix codecheck.sh to fail if the script itself fails #1249
- For org wait time, match dashboard description with docs description #1254
- Add ability to skip tests that require Docker #1251
- Add support for opaque tokens and cookiestore "backend" #1244
- Removes styler code #1250
- Fix overrides.css removed in previous commit #1261
- Move Go templates into `templates dir for skinning #1259
- Make breadcrumbs component dumb #1257
- Allow header disclaimer and logo to be skinned #1260
- Fix spelling errors in .md files #1270
- app: add panel to list UPS instances #1255
- webpack: ignore node_modules in any dir, not root #1267
- Fix incorrect loading state calculation in app page #1272
- mailer: make smtpFrom provide the full address #1277
- Remove dead navbar/Nav component #1276
- Load cloud.gov favicon in cg skin, not globally #1264
- Allow environment variable to specify which user-provided-service to target #1258
- Use non-US dates #1274
- Use TZ=UTC in frontend tests #1273
- Allow finer-grained skinning of home/overview page #1262
- api: don't handle response code in submitRequest #1278
- Rename CF_SKIN to SKIN_NAME #1275
- webpack: allow skins to add extra env variables #1282
- Change from glide to dep #1286
- Bye-bye redis #1285
- upgrade webpack #1287
- release 1.18.0 #1288
1.17.0
Refactor and copy editing
Fix instances of leftover React.PropTypes #1189
Split out space roles into own property for user #1190
Fetch Services and Plans once in component #1191
Don't show old login screen when user is not authed #1193
fix space user from automatically being populated upon invite #1194
flatten associated users roles #1195
changed wording on invite existing user selector #1196
Create default text for specified services with multiple required params #1197
Break out service_instance_table_row component #1198
New button text around multiple param service instances #1199
Adjust copy explaining org users #1200
Revert "[Snyk] Fix for 10 vulnerable dependency paths" #1201
Add user check org org manager #1202
Fix display button on multi param plans #1203
remove disabled coveralls #1204
updated copy on user roles #1205
Remove the alpha link in the top nav #1208
Add existing space users to org and better error management
Create space user's dropdown form for adding other org users #1172
Display error when service instance creation fails #1173
Amend service instance create error #1174
Properly extracts the value from form field object #1175
Restore old error message, handle a new one #1176
Specify the test selector and field name #1177
Fix user state bug #1178
Display error on service instance binding fail #1180
Remove outdated info about GovCloud env #1181
Fix invite flow depending on permissions #1182
Add Pagination for org users, org roles and org calls #1183
Remove old text from old login page #1184
Don't persist errors in different service creation forms #1185
Capitalize Cloud Foundry throughout #1186
you need to get the spaces first on the org page #1187
1.16.8
- Reduce logs from docker env #1170
- Restore entity specific button text #1169
- Check that user has org manage role in space #1168
- [Snyk] Fix for 10 vulnerable dependency paths #1167
- Fix link interpolation in invite fallback #1166
- Removes only one user state #1165
- Add a "Remove all space roles" button #1164
- Add error message when Space user exists on Org user removal #1163
- Invite users to spaces #1162
- Update staging url #1161
- bump cloudgov-style to 2.6.5 #1160
- Add indicator badge when deleting service instance #1159
- Break log items up into discrete components #1158
- Remove unused component #1157
- Update README.md #1156
- Move render function out of route handlers #1155
- More contributing documentation fixes #1154
- Fix warning where incorrect proptype ComplexList component #1153
- Update contrib document with new and updated information #1152
- Remove initial props pattern #1151
- Add prop-types package and update code #1150
- Move/dedupe logic in routes #1149
- Break up the render method logic into functions #1148
- Remove superfluous props assignment in constructor #1147
- fixed grammar in user roles warning #1146
Fix lingering user notifications and errors
Improve user invite flow
fix invite flow for new user #1142
Refactor delete org/space permission function to allow errorChangeUserRole to be called #1140
Check for user by e-mail before sending invite #1139
Clear saving
message on error, specs #1138
Upgrade cg-style to 2.6.4 #1137
Prevent the javascript error with failed email value #1136
Correct validator to use rfc822 email validation #1135
Update notification copy #1134
Display UI error when user attempts to add/remove a roles without proper permissions #1133
Change the association language around space/org to be non-dependent #1132
Only show user invite on org space #1131
fixed typo to spell "occurred" correctly #1128
Modify the user invite process to avoid using fetchUser #1127
Email validator in the invite form #1125
Build Maintenance:
- Force speed test results to true #1130
Release for 1.16.5
- Create the frontend notification when a user is invited/associated to an org #1124
- [Backend] Add the user check to see if is verified #1123
- Break a >100-character line into two <=100-character lines review-read #1122
- Update README and env.sample review-read #1121
- Update copy based on Britta's cg-site copy updates #1120
- Fix org and space role association #1119
- Do not allow role checkboxes to update in error cases #1118
- Fix user management #1117
- Front end utils needed to conform to new backend changes #1115
- Backend updates for user invitation functionality #1114
- Fix tests with timing problems #1113
- Fix user management permission issues #1112
- Remove region manifest #1111
- Try to fix intermittent build failures #1110
- Fix redis health check ping. #1109
- Change CI base to GovCloud #1106
- User invite error handling #1105