Commit Graph

10 Commits

Author SHA1 Message Date
Peter Hedenskog 631271126f
New plugins structure and esmodule (#3769)
* New plugins structure and esmodule
2023-02-25 11:16:58 +01:00
Peter Hedenskog a17a3b3904
Handle alias correctly (#3222) 2020-12-22 12:51:33 +01:00
Peter Hedenskog 7cc5562204
Remove Bluebird promises and use await/sync where we can. (#2205) 2018-11-20 09:14:05 +01:00
Tobias Lidskog 56bfc48bac Simplify storagemanager (#1799)
* Remove unused gzip parameter for writing html.

* Simplify storagemanager.

* Simplify how promises are handled, and directories created.
* Move out gzip handling to the plugins that use it, so storagemanager just writes strings and buffers unmodified.
* Make argument order consistent for write methods.
2017-11-18 21:52:53 +01:00
Tobias Lidskog ec8f27a02d Remove unused require statements. (#1765) 2017-10-29 15:17:43 +01:00
Tobias Lidskog 3debfec0b4 Format code using the Prettier formatter. (#1677) 2017-07-20 21:24:12 +02:00
Peter Hedenskog 79136b26c9 gzip HAR files (#1515)
* gzip HAR files

* fixes
2017-03-14 19:50:53 +01:00
Tobias Lidskog 720d3b93c2 Set plugin name by default when loading it 2017-03-13 17:40:29 +01:00
Tobias Lidskog 468368ee8c Fix incorrect plugin names.
The ’name’ function wasn’t updated when these plugins moved from single files to directories. This resulted in multiple plugins being named ’index’.
2017-03-13 09:23:44 +01:00
soulgalore 55bba8f054 store the HAR file per default, closes #1174 2016-10-06 12:23:20 +02:00