Skip to content

Latest commit

 

History

History
231 lines (183 loc) · 22.5 KB

CHANGELOG.md

File metadata and controls

231 lines (183 loc) · 22.5 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.4.0 (2023-03-10)

Bug Fixes

  • assets with vite (bcb4253)
  • docker compose (9e3104d)
  • platform-server: complete the snapshot when reports are all completed (e9c360e)
  • platform-server: wrong way to fetch project (f53e272)
  • platform: the interaction of bundle report (a76ee6e)

Features

  • platform-server: allow artifact upload with author (be267c7)
  • sdk: webhook type (bb721b3)

1.3.0 (2023-02-27)

Bug Fixes

  • add baseline on webhook (d243069)
  • add options to specify platform by plugin options (6fc85da)
  • bundle-analyzer: missing module path (6324071)
  • bundle-report: adjust build history style (9fe51f5)
  • move image build phase to prepare service (c42d0ce)
  • ori: apply clippy suggestions (a5893a4)
  • ori: check rust error (d93f4a1)
  • platform-server: adapt nest throttler v4 (5114ad9)
  • platform-server: artifact link use public path (d4add46)
  • platform-server: correct dataloader return type (2c0e00d)
  • platform-server: delete relevant files in storage when property is deleted (e30b9b5)
  • platform-server: patch unsigned user project accessing behavior (a37954b)
  • platform-server: try to complete the snapshot when all reports are completed (2d7ca5d)
  • platform: adjust commit message style (fd1de4c)
  • platform: cast possible numeric query value to string (397b1dc)
  • platform: dedupe sigi di which causes unresolved injections (0aac1e5)
  • platform: fix page setting style (b01a3d0)
  • platform: optimize the interaction of bundle packages (5c06ee1)
  • plugin-utils: missing commit message (1acc033)
  • schema: convert schema to commonjs (a306643)
  • typeorm cli need to always know migrations (fd1a4b8)
  • Update runner files (6ed1e46)

Features

  • organization (4aab6fc)
  • platform-server: auto add job available zone if new runner registered (b1f205e)
  • platform,platform-server: allow anonymous users visit public project (bf32d38)
  • platform,platform-server: show commit message (b3ea2fd)
  • platform,platform-server: webhook (061c081)
  • platform: install app page (9f3a089)
  • platform: only show online runners by default (2762bd5)
  • platform: remember projects page tab choice (b3686ad)
  • platform: show scores in audits detail (af93167)
  • platform: webhook show last delivery time (8eb57df)
  • plugin-utils: support dynamic artifactName by bundle results (fe4fe35)

1.2.0 (2022-12-19)

Bug Fixes

  • bundle-analyzer: fix stream decode error (71023a2)
  • platform: adjust layout detail (a9177d6)
  • platform: fix style issues (e609267)

Features

  • platform-server: usage packs and project usage limitation (2277911)
  • platform: add project usage information (cf92ebf)
  • platform: provide view of assets grouped by domain in lab reports (dcf521f)
  • platform: reorganize page layout (09c4a0d)
  • platform: usage pack management page (a167f02)
  • plugins, bundle-analyzer: stream serialize (3055b96)

1.1.0 (2022-11-04)

Bug Fixes

  • broken doc links (631be09)
  • components: fix donut chart style (900aec9)
  • job-runner-bundle: job update too big (34f3f98)
  • missing coverage if run integration test in container (5fcd833)
  • platform-server: fix docs path redirect (03bd0b3)
  • platform-server: github comment to wrong issues (b731ed6)
  • platform-server: mysql username env and job timeout env (5a23a16)
  • platform-server: static assets path (ec2804a)
  • platform: update environment with same site (45b164c)
  • plugin-utils: avoid plugin crashing if no git env found (a252282)
  • typo (0859717)

Features

  • job-runner-lab: lab console logger (1b1d13d)
  • platform-server,job-runner,bundle-analyzer: optimize source analyzer (7ffd788)
  • platform-server: impl application config and settings (87432b5)
  • platform-server: take snapshot restful api (b4c5a48)
  • platform,platform-server: allow project to add read permission users (6410428)
  • platform: adapt frontend with application settings (233a8f2)
  • platform: add descriptions and titles to each route (067fec6)
  • platform: add same site attribute for cookie (1ae7ece)
  • platform: merge owners and viewer into one table (7fe13bd)
  • platform: user info (c131f14)

1.0.0 (2022-10-18)

Bug Fixes

  • platform: remove localstorage item crash (fa22161)
  • plugin-utils: options typo (4bbeb95)
  • treemap: fix treemap missing files (d225969)

Features

  • platform: artifact selector name filter (30662fd)

1.0.0-alpha.4 (2022-09-29)

Bug Fixes

  • platform-server: fix email sender name (bfdde9e)
  • platform-server: github comment percentile (da0e51a)
  • platform, docs: move homepage to platform (f2b01fe)
  • platform: correct docs links (9271f19)
  • platform: minimal width & tooltip position in waterfall (31b609d)
  • platform: performance metric loading error state (d8e1b1b)
  • platform: remove dangrous button width limit (0afbc74)
  • platform: replace #TODO:LINK with real ones (1450275)
  • platform: the style of request filter in lab report (20a6ea7)
  • platform: wrong pagination in artifacts list (121866f)
  • plugin-utils: real ci commit hash (f8dc4c9)
  • plugin-utils: wrong default platform host (69d38f5)

Features

  • platform-server: adjust github bundle comment (405faec)
  • platform-server: graphql api filter artifacts by hash (033a31f)

1.0.0-alpha.3 (2022-09-19)

Note: Version bump only for package perfsee

1.0.0-alpha.2 (2022-09-19)

Bug Fixes

  • homepage loading twinkle (6599ec4)
  • platform-server: delete folders in storage when project is deleted (d785041)
  • platform-server: make environment field concrete types instead of JSON (4b26e22)
  • platform-server: make timer field concrete types (34339e5)

Features

  • platform,platform-server: make project public to anyone (8fc893b)

1.0.0-alpha.1 (2022-09-15)

Bug Fixes

  • adapt package extractor with yarn 3 (99bd9ab)
  • bundle-analyzer: always posix style separator in module parsing (7ab8d2b)
  • bundle-analyzer: using posix path make missing version info (3824d80)
  • chrome-finder: win32 may provide progrem files env with different name (808c2ef)
  • dependencies secure alerts (bee5416)
  • docs: footer link not correct (adcb8d5)
  • ori: exported functions name should be identical with previous version (50d4af9)
  • platform-server: create folder before upload file (a82ff16)
  • platform-server: fix github check runs (b93226c)
  • platform-server: fix session cookie behind proxy (e5605ec)
  • platform-server: github check runs show wrong percentile (7ced8a1)
  • platform-server: github no email error (b477eee)
  • platform-server: github redirect uri base on host (c05ea11)
  • platform-server: put builds under project folder (2f34d88)
  • platform-server: the special config of timed task (4841d2c)
  • platform: color map of request type (2332749)
  • platform: environment zone (1cb8883)
  • platform: the style of snapshot report tab on firefox (a82e30f)
  • sdk: remove unused references (d4636bb)

Features

  • dls: update default font family (865d1c2)
  • env localstorage (15fb8f7)
  • initial sdk package (7e3c546)
  • job-runner: save job artifacts by project id (b905be7)
  • optimize github import (2b34b85)
  • platform,platform-server: delete project (4104f53)
  • platform: clearer github account selection (5058812)
  • platform: environment settings (4b491b2)
  • platform: project homepage should start with loading (291a746)
  • website (59a4c01)

1.0.0-alpha.0 (2022-09-15)

Bug Fixes

  • adapt package extractor with yarn 3 (99bd9ab)
  • bundle-analyzer: always posix style separator in module parsing (7ab8d2b)
  • bundle-analyzer: using posix path make missing version info (3824d80)
  • chrome-finder: win32 may provide progrem files env with different name (808c2ef)
  • dependencies secure alerts (bee5416)
  • docs: footer link not correct (adcb8d5)
  • ori: exported functions name should be identical with previous version (50d4af9)
  • platform-server: create folder before upload file (a82ff16)
  • platform-server: fix github check runs (b93226c)
  • platform-server: fix session cookie behind proxy (e5605ec)
  • platform-server: github check runs show wrong percentile (7ced8a1)
  • platform-server: github no email error (b477eee)
  • platform-server: github redirect uri base on host (c05ea11)
  • platform-server: put builds under project folder (2f34d88)
  • platform-server: the special config of timed task (4841d2c)
  • platform: color map of request type (2332749)
  • platform: environment zone (1cb8883)
  • platform: the style of snapshot report tab on firefox (a82e30f)
  • sdk: remove unused references (d4636bb)

Features

  • dls: update default font family (865d1c2)
  • env localstorage (15fb8f7)
  • initial sdk package (7e3c546)
  • job-runner: save job artifacts by project id (b905be7)
  • optimize github import (2b34b85)
  • platform,platform-server: delete project (4104f53)
  • platform: clearer github account selection (5058812)
  • platform: environment settings (4b491b2)
  • platform: project homepage should start with loading (291a746)
  • website (59a4c01)