isomerpages / isomercms-backend

A static website builder and host for the Singapore Government
5 stars 1 forks source link

release v0.84.0 #1356

Closed kishore03109 closed 5 months ago

kishore03109 commented 5 months ago

New

Tests

fix(sitelaunch): do not throw for no dig results #1355

Locally enter these values into support/routes/v2/formsg/index.ts

formsgSiteLaunchRouter
  .digAAAADomainRecords({
    primaryDomainSource: "singaopreoae.sg",
  } as SiteLaunchResult)
  .then(console.log)
  .catch(console.error)

formsgSiteLaunchRouter
  .digCAADomainRecords({
    primaryDomainSource: "singaopreoae.sg",
  } as SiteLaunchResult)
  .then(console.log)
  .catch(console.error)

assert that the console log outputs

Screenshot 2024-04-30 at 9.24.39 AM.png

Deploy Notes

fix(sitelaunch): do not throw for no dig results #1355

This fix is meant to go into prod line asap

Full Changelog: https://github.com/isomerpages/isomercms-backend/compare/v0.83.0..v0.84.0