Skip to content

Commit

Permalink
Fix: QA issues (#789)
Browse files Browse the repository at this point in the history
* Fix tsc-packages.

* Fix build commands.

* Fix cookieStore.getAll.

* Fix types in analysis-utils

* Fix CLI error on not able to execute cookieStore.getAll

* Add size and priority to cookies with issues csv

* Fix sorting of http only and partitionKey.
Fix types.

* Fix failing tests.

* Fix partitionKey issue.

* Fix CLI console error.

* Fix failing tests.

* Use index.ejs instead of statis html file.

* Fix httpOnly sorting.

* Add current Date and time to reportCSV

* Fix CLI banner acceptance.

* Add overflow to panel

* Add condition to hide exempted cookies section

* Add type to imports.

* pass data inside report util

* Remove if condition

* package lock update

* Remove extra spacing

---------

Co-authored-by: Mayank Rana <mayankranax1@gmail.com>
Co-authored-by: sayedtaqui <sayedwp@gmail.com>
  • Loading branch information
3 people authored Jul 30, 2024
1 parent f62ee2f commit a477a7f
Show file tree
Hide file tree
Showing 51 changed files with 2,941 additions and 22,623 deletions.
2 changes: 1 addition & 1 deletion dashboard.webpack.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const dashboard = {
}),
new HtmlWebpackPlugin({
title: 'Report',
template: '../cli-dashboard/public/index.html',
template: '../cli-dashboard/public/index.ejs',
filename: 'index.html',
inject: commonConfig.mode === 'production' ? 'body' : false,
}),
Expand Down
Loading

0 comments on commit a477a7f

Please sign in to comment.