Skip to content

Releases: Financial-Times/origami-build-service

patch: [EI-4701] - Use regex to validate system codes instead of making HTTP calls to biz-ops-system-codes

26 Apr 09:38
Compare
Choose a tag to compare
use regex to validate system codes instead of making HTTP calls to bi…

…z ops system codes

patch: Remove remainder of url updater

05 Apr 09:35
Compare
Choose a tag to compare
Including removing from the main nav

patch: fix: Remove polyfill.io use [OR-575]

26 Feb 14:53
Compare
Choose a tag to compare
v366.4.4

chore: regenerate package-lock

patch: Delete temporary directories proactively [OR-455]

13 Dec 10:40
a16de21
Compare
Choose a tag to compare
Delete temporary directories proactively (#622)

We are seeing Sentry errors from the build service "ENOSPC: no space left on device, mkdtemp /tmp/bundle/xxxx". We have seen this happen multiple times now. My assumption is that npm install is taking up available disk space. Restarting the dynos sorts it for a while, as storage is not persistent across restarts.

patch: fix: Increase cache duration for archived assets and demos

05 Dec 09:31
68b098e
Compare
Choose a tag to compare
fix: Increase cache duration for archived assets and demos (#620)

Archived assets are unlikely to change, and neither are demos. I have introduced a more granular surrogate key so we can clear the cache for specific component demos if needed.

patch: or-236: deprecate fonts by explicit name

12 Jul 10:10
03914df
Compare
Choose a tag to compare
v366.4.1

or-236: deprecate fonts by explicit name (#616)

minor: upgrade post-css and autoprefixer

15 Dec 15:16
Compare
Choose a tag to compare
v366.4.0

update css autoprefixer test expectations

minor: Update Surrogate-Key headers used for purging cache.

23 Aug 10:37
Compare
Choose a tag to compare
v366.3.0

backstage: remove remains of archive option

minor: backstage: Remove unused bower references from code

26 Jul 13:53
Compare
Choose a tag to compare
update /__about test expectations

the backends are hit directly, without the "/__origami/service/build" prefix

minor: backstage: Remove all routes which do not begin with '__/origami/...'

26 Jul 13:45
Compare
Choose a tag to compare
Our CDN has been updated and these are no longer needed.
https://github.com/Financial-Times/origami-build-service/pull/576

This commit also updates OBS v1 to redirect to v3 rather than v2.