Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Allow for greater reuse and simplify sessions

Compare
Choose a tag to compare
@pburkholder pburkholder released this 16 Nov 21:49
· 115 commits to master since this release
574f0e1

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