Skip to content

Releases: cloud-gov/pages-core

0.8.2

Choose a tag to compare

@cloud-gov-pages-operations cloud-gov-pages-operations released this 24 Apr 20:31
0.8.2
7555648

Maintenance

  • add build task cancelled state

0.8.1

Choose a tag to compare

@cloud-gov-pages-operations cloud-gov-pages-operations released this 19 Apr 16:59
0.8.1
31aa59c

Maintenance

  • for build task targets, use domain for production branch urls

0.8.0

Choose a tag to compare

@cloud-gov-pages-operations cloud-gov-pages-operations released this 17 Apr 18:19
0.8.0
26b850c

Added

  • Revamp build scan display per #4446
  • Add concurrency and polling to build task queue worker
  • add build scan priority (#4476)

Maintenance

  • admin: add extra information for testing scans

0.7.1

Choose a tag to compare

@cloud-gov-pages-operations cloud-gov-pages-operations released this 11 Apr 20:51
0.7.1
087690d

Fixed

  • import Event model for logout error logging
  • prevent restarting build tasks, use enum, add test

Documentation

  • Add frontend conventions to DEVELOPMENT.md

0.7.0

Choose a tag to compare

@cloud-gov-pages-operations cloud-gov-pages-operations released this 02 Apr 21:08
0.7.0
3104c28

Added

  • Show last signin instead of last update in organization users list
  • Allow organization managers to resend invitations (#4371)
  • add accessibility scan (#4410)
  • update email layouts with new template (#4373)
  • add uswds identifier (#4413)
  • admin: add limited ability to register build tasks to a site
  • Update email invites based on user UAA origin #4370

Fixed

  • Fetch error for old build logs based on build details
  • resolve two async/await errors
  • Fix skipped heading levels in user settings page (#4396)
  • Fix skipped heading levels in sites list (#4396)
  • Add row header to published files table (#4397)
  • update reauthenication logic
  • update build task status logic (#4404)
  • Add message explaining that build logs are deleted after 180 days. (#4379)
  • Make invitation URL copyable (#4108)

Maintenance

  • vendor node dependencies
  • ci: use hardened node image, update playwright docs
  • try separate table dropping for user report test
  • update webpack and associated dependencies
  • Update passport deps and remove deprecated GH auth
  • update axios, remove unnecessary tests
  • ci: add hardened playwright, registry-image, general-task

0.6.1

Choose a tag to compare

@cloud-gov-pages-operations cloud-gov-pages-operations released this 22 Feb 23:24
0.6.1
4c5d9b7

Documentation

  • update developer documentation about commit patterns

0.6.0

Choose a tag to compare

@cloud-gov-pages-operations cloud-gov-pages-operations released this 21 Feb 19:08
0.6.0
bd5c206

Added

  • Simplify add org member form
  • Remove Github username from invite #4369
  • ops: Add invite flowchart to docs

Fixed

  • ci: Remove erroneous container params in stage/prod
  • ci: Run db migrations in CI task container with SSL #4354

Maintenance

  • Update resource types to use hardened images
  • Run build log archive job in dev and staging as well #4367
  • Add Dev and Staging section to OPERATIONS.md, starting with manual migrations #4366
  • Make Build a paranoid model (enable soft deletion) #4366
  • Remove isActive from User #4338

0.5.2

Choose a tag to compare

@cloud-gov-pages-operations cloud-gov-pages-operations released this 21 Dec 18:02
0.5.2
9966dce

Maintenance

  • Fix build task feature flag

0.5.1

Choose a tag to compare

@cloud-gov-pages-operations cloud-gov-pages-operations released this 21 Dec 00:27
0.5.1
4b4a53c

Maintenance

  • reimplement build task feature flag handling

0.5.0

Choose a tag to compare

@cloud-gov-pages-operations cloud-gov-pages-operations released this 20 Dec 22:06
0.5.0
09afca4

Added

  • add build task ui (#4171)
  • admin: Add active users report #4313

Fixed

  • don't throw if user isn't present on build
  • catch the InvalidRange v3 error, don't fail the last build log fetch
  • Check buildShaLink args if null on site build logs page
  • add e2e tests in staging, build env vars to build step
  • Await createUAAIdentity in admin user API tests
  • Explicitly truncate UAAIdentity after admin user API tests
  • Add global Sequelize hook to make count behavior consistent with find.

Maintenance

  • Update CommitSummary commponent data fetch to useState
  • correct staging e2e pipeline
  • Upgrade local and CI to Postgres v15
  • update depedencies
  • Fix syntax error and remove outdated setup step from developer documentation