From 465e0543465a663c8ba720787c70251f07ef2994 Mon Sep 17 00:00:00 2001 From: Roel Vreuls Date: Wed, 18 Sep 2024 17:54:22 +0200 Subject: [PATCH 1/4] Fix error on warning msg (#4279) --- lib/plugins/compare/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugins/compare/index.js b/lib/plugins/compare/index.js index ddce4925a6..68eaacc8c7 100644 --- a/lib/plugins/compare/index.js +++ b/lib/plugins/compare/index.js @@ -129,7 +129,7 @@ export default class ComparePlugin extends SitespeedioPlugin { ) log.warning( 'The baseline test has %s runs and you current have %s. You should make sure you test the same amount of runs', - baseline.timestamps.length, + baseline.browsertime.timestamps.length, this.options.browsertime.iterations ); log.info('Got a baseline:' + id + '-' + this.page); From 2582db6e01232fee543bffc524cc8df74db54a66 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Wed, 18 Sep 2024 21:10:07 +0200 Subject: [PATCH 2/4] new release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca0829de22..70e69e1cfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org)) +## 34.13.0 - 2024-09-18 +### Added +* Add support for `--ignoreExtends` that remove extends from your configuration file. This is useful when you want to test configuration locally on your machine and your test server extends configurations like uploading data to a data storage [#4280](https://github.com/sitespeedio/sitespeed.io/pull/4280). + +### Fixed +* Fixed support gnirehtet when using `--preWarmServer` [#4277](https://github.com/sitespeedio/sitespeed.io/pull/4277). +* Fix broken log message when using the compare plugin, comparing tests with different amount of runs. Thank you [Roel Vreuls](https://github.com/roelvv) for PR [#4279](https://github.com/sitespeedio/sitespeed.io/pull/4279). + ## 34.12.1 - 2024-09-13 ### Fixed * Updated to [Browsertime 22.10.2](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22102---2024-09-13) that fixes a bug in the wait.byIdAndVisible command. From f22327cc2df4c82c804587b671456aa7046eb8de Mon Sep 17 00:00:00 2001 From: soulgalore Date: Wed, 18 Sep 2024 21:11:01 +0200 Subject: [PATCH 3/4] 34.13.0 --- npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 2c56b0f59c..0e70c80e38 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "sitespeed.io", - "version": "34.12.1", + "version": "34.13.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sitespeed.io", - "version": "34.12.1", + "version": "34.13.0", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "3.609.0", diff --git a/package.json b/package.json index 087b32b646..b9aee05f6d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "sitespeed.io": "./bin/sitespeed.js", "sitespeed.io-wpr": "./bin/browsertimeWebPageReplay.js" }, - "version": "34.12.1", + "version": "34.13.0", "description": "sitespeed.io is an open-source tool for comprehensive web performance analysis, enabling you to test, monitor, and optimize your website’s speed using real browsers in various environments.", "keywords": [ "performance", From 54408d899361c37def689cc23fdbc61ca3741dbb Mon Sep 17 00:00:00 2001 From: soulgalore Date: Wed, 18 Sep 2024 21:12:09 +0200 Subject: [PATCH 4/4] bump --- docs/_includes/version/sitespeed.io.txt | 2 +- docs/feed/atom.xml | 39 +++++++++++++++---------- docs/feed/rss.xml | 33 ++++++++++++--------- docs/feed/sitespeed.io.atom | 39 +++++++++++++++---------- docs/feed/sitespeed.io.rss | 33 ++++++++++++--------- 5 files changed, 87 insertions(+), 59 deletions(-) diff --git a/docs/_includes/version/sitespeed.io.txt b/docs/_includes/version/sitespeed.io.txt index b03bb95d80..2ddebffa59 100644 --- a/docs/_includes/version/sitespeed.io.txt +++ b/docs/_includes/version/sitespeed.io.txt @@ -1 +1 @@ -34.12.1 \ No newline at end of file +34.13.0 \ No newline at end of file diff --git a/docs/feed/atom.xml b/docs/feed/atom.xml index 8feff19724..454eeaf8bc 100644 --- a/docs/feed/atom.xml +++ b/docs/feed/atom.xml @@ -2,7 +2,7 @@ sitespeed.io-release-feed sitespeed.io release feed - 2024-09-13T00:00:00.000Z + 2024-09-18T00:00:00.000Z https://github.com/jpmonette/feed Peter Hedenskog @@ -15,6 +15,28 @@ https://www.sitespeed.io/img/logos/sitespeed.io.png http://www.sitespeed.io/favicon.ico All rights reserved 2022, Peter Hedenskog and team + + <![CDATA[sitespeed.io 34.13.0]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.13.0 + + 2024-09-18T00:00:00.000Z + Added +
    +
  • Add support for --ignoreExtends that remove extends from your configuration file. This is useful when you want to test configuration locally on your machine and your test server extends configurations like uploading data to a data storage #4280.
  • +
+

Fixed

+
    +
  • Fixed support gnirehtet when using --preWarmServer #4277.
  • +
+
    +
  • Fix broken log message when using the compare plugin, comparing tests with different amount of runs. Thank you Roel Vreuls for PR #4279.
  • +
+]]>
+ + Sitespeed.io + https://www.sitespeed.io + +
<![CDATA[sitespeed.io 34.12.1]]> https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.12.1 @@ -308,21 +330,6 @@
  • Add extra check if the HAR file page misses an URL #2160.
-]]> - - Sitespeed.io - https://www.sitespeed.io - -
- - <![CDATA[sitespeed.io 34.7.1]]> - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.7.1 - - 2024-07-20T00:00:00.000Z - Fixed -
    -
  • Fix so the link to the geckoprofiler data works/shows again #4234.
  • -
]]>
Sitespeed.io diff --git a/docs/feed/rss.xml b/docs/feed/rss.xml index 16ee2adf2e..2229d290d0 100644 --- a/docs/feed/rss.xml +++ b/docs/feed/rss.xml @@ -4,7 +4,7 @@ sitespeed.io release feed https://www.sitespeed.io New releases and changelog feed of sitespeed.io - Fri, 13 Sep 2024 00:00:00 GMT + Wed, 18 Sep 2024 00:00:00 GMT https://validator.w3.org/feed/docs/rss2.html https://github.com/jpmonette/feed en @@ -15,6 +15,25 @@ All rights reserved 2022, Peter Hedenskog and team + + <![CDATA[sitespeed.io 34.13.0]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.13.0 + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.13.0 + Wed, 18 Sep 2024 00:00:00 GMT + Added +
    +
  • Add support for --ignoreExtends that remove extends from your configuration file. This is useful when you want to test configuration locally on your machine and your test server extends configurations like uploading data to a data storage #4280.
  • +
+

Fixed

+
    +
  • Fixed support gnirehtet when using --preWarmServer #4277.
  • +
+
    +
  • Fix broken log message when using the compare plugin, comparing tests with different amount of runs. Thank you Roel Vreuls for PR #4279.
  • +
+]]>
+ +
<![CDATA[sitespeed.io 34.12.1]]> https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.12.1 @@ -265,18 +284,6 @@ ]]> - - <![CDATA[sitespeed.io 34.7.1]]> - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.7.1 - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.7.1 - Sat, 20 Jul 2024 00:00:00 GMT - Fixed -
    -
  • Fix so the link to the geckoprofiler data works/shows again #4234.
  • -
-]]>
- -
<![CDATA[browsertime 22.6.0]]> https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.6.0 diff --git a/docs/feed/sitespeed.io.atom b/docs/feed/sitespeed.io.atom index 258fd46181..f0aa29f804 100644 --- a/docs/feed/sitespeed.io.atom +++ b/docs/feed/sitespeed.io.atom @@ -2,7 +2,7 @@ sitespeed.io-release-feed sitespeed.io release feed - 2024-09-13T06:27:00.809Z + 2024-09-18T19:11:35.692Z https://github.com/jpmonette/feed Peter Hedenskog @@ -16,6 +16,28 @@ http://www.sitespeed.io/favicon.ico All rights reserved 2022, Peter Hedenskog and team + + <![CDATA[sitespeed.io 34.13.0]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.13.0 + + 2024-09-18T00:00:00.000Z + Added +
    +
  • Add support for --ignoreExtends that remove extends from your configuration file. This is useful when you want to test configuration locally on your machine and your test server extends configurations like uploading data to a data storage #4280.
  • +
+

Fixed

+
    +
  • Fixed support gnirehtet when using --preWarmServer #4277.
  • +
+
    +
  • Fix broken log message when using the compare plugin, comparing tests with different amount of runs. Thank you Roel Vreuls for PR #4279.
  • +
+]]>
+ + Sitespeed.io + https://www.sitespeed.io + +
<![CDATA[sitespeed.io 34.12.1]]> https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.12.1 @@ -173,21 +195,6 @@
  • InfluxDB 2.x, Annotations. Send tags for filtering, thank you pavel bairov for PR #4197.
-]]> - - Sitespeed.io - https://www.sitespeed.io - -
- - <![CDATA[sitespeed.io 34.7.1]]> - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.7.1 - - 2024-07-20T00:00:00.000Z - Fixed -
    -
  • Fix so the link to the geckoprofiler data works/shows again #4234.
  • -
]]>
Sitespeed.io diff --git a/docs/feed/sitespeed.io.rss b/docs/feed/sitespeed.io.rss index e9d4965570..cf7de5b36e 100644 --- a/docs/feed/sitespeed.io.rss +++ b/docs/feed/sitespeed.io.rss @@ -4,7 +4,7 @@ sitespeed.io release feed https://www.sitespeed.io New releases and changelog feed of sitespeed.io - Fri, 13 Sep 2024 06:27:00 GMT + Wed, 18 Sep 2024 19:11:35 GMT https://validator.w3.org/feed/docs/rss2.html https://github.com/jpmonette/feed en @@ -16,6 +16,25 @@ All rights reserved 2022, Peter Hedenskog and team Web Performance + + <![CDATA[sitespeed.io 34.13.0]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.13.0 + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.13.0 + Wed, 18 Sep 2024 00:00:00 GMT + Added +
    +
  • Add support for --ignoreExtends that remove extends from your configuration file. This is useful when you want to test configuration locally on your machine and your test server extends configurations like uploading data to a data storage #4280.
  • +
+

Fixed

+
    +
  • Fixed support gnirehtet when using --preWarmServer #4277.
  • +
+
    +
  • Fix broken log message when using the compare plugin, comparing tests with different amount of runs. Thank you Roel Vreuls for PR #4279.
  • +
+]]>
+ +
<![CDATA[sitespeed.io 34.12.1]]> https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.12.1 @@ -149,18 +168,6 @@
  • InfluxDB 2.x, Annotations. Send tags for filtering, thank you pavel bairov for PR #4197.
-]]> - -
- - <![CDATA[sitespeed.io 34.7.1]]> - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.7.1 - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.7.1 - Sat, 20 Jul 2024 00:00:00 GMT - Fixed -
    -
  • Fix so the link to the geckoprofiler data works/shows again #4234.
  • -
]]>