Skip to content

Releases: spotify/lighthouse-audit-service

v2.0.0

08 Apr 18:54
208a1cd
Compare
Choose a tag to compare

2.0.0 (2022-04-08)

Bug Fixes

  • audits: use correct ReportGenerator import path (8d7fdd1)

Build System

BREAKING CHANGES

  • Update to latest, slimmer NodeJS image and use node user rather than root

v1.0.2

05 May 06:20
916d89d
Compare
Choose a tag to compare

1.0.2 (2021-05-05)

Bug Fixes

  • serialize tests to avoid concurrency bug (0f83cf6)
  • support credentials in url (929caa4)

v1.0.1

07 May 14:01
858c0ac
Compare
Choose a tag to compare

1.0.1 (2020-05-07)

Bug Fixes

  • build script was not properly run on publish (6fde39a)

v1.0.0

02 Apr 18:53
7e49de8
Compare
Choose a tag to compare

1.0.0 (2020-04-02)

Bug Fixes

  • set the status to 5xx if an unexpected error happens (704c410)
  • update methods and add tests (e6d94cd)

Features

  • add gett audit endpoint and API method (19aebe3)
  • add website api (e294b6e)
  • category data on audits, for trends (4883b6c)
  • delete an audit by id (9ee89ed)
  • get html when requested (d42fe3f)
  • list audits (with pagination) (cc0b9c3)
  • run a lighthouse audit and insert it into the db (3034dbf)
  • scaffolding project, initialize server (11fcb8b)
  • setup initial db work (ba96318)
  • website getter methods (d13f430)