Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.7.0 #607

Merged
merged 134 commits into from
Apr 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
134 commits
Select commit Hold shift + click to select a range
28e6441
Feat:
amovar18 Dec 29, 2023
df0f584
Incorporate trustarc consent management system.
amovar18 Dec 29, 2023
851e752
Prettify code to handle multiple consent managers.
amovar18 Dec 29, 2023
7839654
Make a generic function to accept GDPR banners.
amovar18 Jan 1, 2024
1697c1b
Revert edge case for anchor button.
amovar18 Jan 1, 2024
a503f63
Chore:
amovar18 Jan 1, 2024
d652125
Refactor chrome.webRequest listeners.
amovar18 Feb 13, 2024
adcf792
Refactor Chrome debugger listener.
amovar18 Feb 13, 2024
b82734a
Add early return to CDP listener.
amovar18 Feb 13, 2024
1d4669a
Change message type to constants.
amovar18 Feb 16, 2024
1882bbb
Fix tsc error.
amovar18 Feb 16, 2024
a736f59
Prettify
amovar18 Feb 16, 2024
868cefa
Prettify and use Yoda conditions.
amovar18 Feb 16, 2024
874d1fc
Move frame getter to separate utility function.
amovar18 Feb 19, 2024
8118527
Remove comments.
amovar18 Feb 19, 2024
13be2d4
Add no tabId condition to the messagePassingListener.
amovar18 Feb 19, 2024
da8487d
Remove tabId as a state.
amovar18 Feb 19, 2024
4a80183
Organise cookies section.
amovar18 Feb 19, 2024
6a0f4e3
Merge branch 'develop' of github.com:GoogleChromeLabs/ps-analysis-too…
amovar18 Feb 21, 2024
af49eaf
Change name of folders in stateProviders or popup.
amovar18 Feb 21, 2024
484c6f8
Add new settings provider to popup.
amovar18 Feb 21, 2024
fb78e3b
Replace references for context-selectors.
amovar18 Feb 21, 2024
0edbd3d
Replace cookie provider:
amovar18 Feb 21, 2024
2b7bb51
Replace settings provider:
amovar18 Feb 21, 2024
7f97a5e
Replace references for cookie, settings context selector.
amovar18 Feb 21, 2024
d9fb87d
Fix tests.
amovar18 Feb 21, 2024
84d782f
Fix failing test and fix other references.
amovar18 Feb 21, 2024
eace9c8
Fix 2 step reload action.
amovar18 Feb 22, 2024
59bc53c
Fix console errors and fix analyse this tab.
amovar18 Feb 22, 2024
6ecbe7b
Move hardcoded string to constant.
amovar18 Feb 23, 2024
d7f2ac3
Fix: Allow listed rows to highlight after frame change (#518)
mohdsayed Feb 23, 2024
2eb6715
Refactor: Move `useContextSelector` to `common` package (#497)
mayan-000 Feb 25, 2024
fff7609
Merge branch 'develop' of github.com:GoogleChromeLabs/ps-analysis-too…
amovar18 Feb 26, 2024
b2a8e26
Fix references after develop merge.
amovar18 Feb 26, 2024
bbb348f
Fix derivation of the domain if domain not specified in the set-cooki…
amovar18 Feb 26, 2024
b941784
Merge branch 'main' of github.com:GoogleChromeLabs/ps-analysis-tool i…
mohdsayed Feb 27, 2024
a80cde2
Enhancement: Add context provider to table (#485)
mayan-000 Feb 29, 2024
4ee3a41
Fix add await to chrome.storage.session.set
amovar18 Feb 29, 2024
8cf3cca
expose settingsChanged directly.
amovar18 Feb 29, 2024
d497a6c
Merge branch 'develop' of github.com:GoogleChromeLabs/ps-analysis-too…
amovar18 Mar 1, 2024
d839816
Revert "Fix: Allow listed rows to highlight after frame change (#518)"
mohdsayed Mar 1, 2024
6c7379e
Merge pull request #540 from GoogleChromeLabs/revert-518-fix/allow-li…
mohdsayed Mar 1, 2024
8ad44f0
Merge main and resolve conflicts
mohdsayed Mar 1, 2024
d489f12
Fix cookie tests.
amovar18 Mar 1, 2024
d6655c7
Merge branch 'develop' of github.com:GoogleChromeLabs/ps-analysis-too…
amovar18 Mar 1, 2024
7f7c2c4
Fix failing tests.
amovar18 Mar 1, 2024
94c41f4
Fix import.
amovar18 Mar 7, 2024
b0f80b8
Fix typo.
amovar18 Mar 7, 2024
f3677ba
Fix condition and make it more readable.
amovar18 Mar 7, 2024
ab76d77
Fix correct section for cookies.
amovar18 Mar 7, 2024
0a33459
Prettify cookie landing for cli.
amovar18 Mar 7, 2024
c374d48
Fix blockedCookies section.
amovar18 Mar 8, 2024
b6c1c6d
Fix blockedCookies section.
amovar18 Mar 8, 2024
464c3b0
Fix data-testid.
amovar18 Mar 8, 2024
a022c66
Fix cookie section info icon.
amovar18 Mar 8, 2024
2368355
Fix the problem of inconsistent state of settings in popup and devtools.
amovar18 Mar 8, 2024
67edc70
Revert settingsChanged setter.
amovar18 Mar 11, 2024
02fa159
Merge branch 'develop' of github.com:GoogleChromeLabs/ps-analysis-too…
amovar18 Mar 11, 2024
6dd3fcf
Fix logic for euro news group.
amovar18 Mar 11, 2024
8a59d4e
Refactor: Update table storage and prefix icon type (#546)
mayan-000 Mar 11, 2024
71f45ce
Merge branch 'develop' of github.com:GoogleChromeLabs/ps-analysis-too…
amovar18 Mar 12, 2024
f392507
Sync bin with main
mohdsayed Mar 17, 2024
1ace7f8
Merge branch 'develop' into main-to-develop
mayan-000 Mar 19, 2024
0c43105
ref: import context selector from common package
mayan-000 Mar 19, 2024
a53cb44
Merge pull request #567 from GoogleChromeLabs/main-to-develop
mohdsayed Mar 20, 2024
b8e534f
Merge branch 'main' of github.com:GoogleChromeLabs/ps-analysis-tool i…
mohdsayed Mar 20, 2024
fa866ed
Merge branch 'develop' of github.com:GoogleChromeLabs/ps-analysis-too…
amovar18 Mar 21, 2024
1f58d83
Make allowedListProvider uniform.
amovar18 Mar 21, 2024
54323be
Move type name to constant.
amovar18 Mar 21, 2024
d50ee55
Keep only one isValidUrl.
amovar18 Mar 21, 2024
183475c
Merge branch 'develop' of github.com:GoogleChromeLabs/ps-analysis-too…
amovar18 Mar 22, 2024
6ecc78f
Refactor routine for cli.
amovar18 Mar 22, 2024
90f4e4b
Should accept banner if option has been passed.
amovar18 Mar 22, 2024
c27db67
Merge branch 'main' of github.com:GoogleChromeLabs/ps-analysis-tool i…
mohdsayed Mar 27, 2024
2db915b
Merge pull request #372 from GoogleChromeLabs/feat/automate-cli
mohdsayed Mar 28, 2024
a1877df
Merge pull request #519 from GoogleChromeLabs/ref/service-worker-prov…
mohdsayed Mar 28, 2024
08f168a
ref: rename cookie affected column to issues
ayushnirwal Apr 1, 2024
5f45235
ref: replace use of affected cookie to cookie with issues
ayushnirwal Apr 1, 2024
084a930
fix: fix import issues
ayushnirwal Apr 1, 2024
fb8b64a
Merge pull request #580 from GoogleChromeLabs/ref/rename-column
mohdsayed Apr 2, 2024
1747cc7
Feat: Add option to pass a port for development server (#579)
ayushnirwal Apr 2, 2024
5d3aef1
Refactor: Add disabled state to the Button component (#585)
ayushnirwal Apr 3, 2024
ca116d8
Fix: Left over references and make some more space in the cookie tabl…
amovar18 Apr 3, 2024
84b0e61
Enhancement: Add context provider to sidebar (#498)
mayan-000 Apr 4, 2024
8b45178
Update extension icons (#583)
mayan-000 Apr 4, 2024
d5cec37
Refactor: Restructure cookies landing page (#528)
mayan-000 Apr 5, 2024
d9283c2
Add information on how to verify if a user is part of 1% experimental…
mohdsayed Apr 8, 2024
faaf724
Fix: Clear cookie preview area (#568)
amovar18 Apr 9, 2024
e50dad8
Refactor: Increase testing coverage for extension package (#520)
amovar18 Apr 9, 2024
a83a404
Feature: Add i18n module (#575)
mayan-000 Apr 9, 2024
f0a113e
Feature: Export report in an HTML file (#545)
ayushnirwal Apr 9, 2024
4a7843e
Left align matrix component
mayan-000 Apr 9, 2024
e20ed93
Feature: Show Exempted cookies in extension (#522)
amovar18 Apr 9, 2024
cd8eaf8
Fix debugger not attached error notification.
amovar18 Apr 10, 2024
4991410
Fix debugger not attached error notification.
amovar18 Apr 10, 2024
fcd9cac
Fix debugger not attached error notification for single tab.
amovar18 Apr 10, 2024
a3e2426
style-fix: move download button in cli-dashboard (#595)
ayushnirwal Apr 10, 2024
c7d191f
Enlarge extension icon (#598)
mayan-000 Apr 10, 2024
4d33bf2
Enhancement: CLI, replace "Cookies with issues" with "Cookie issues" …
ayushnirwal Apr 10, 2024
5a0f62e
Enhancement : Add blocking status column in the CSV export from the t…
ayushnirwal Apr 11, 2024
c030270
Miscellaneous UI updates (#599)
mayan-000 Apr 11, 2024
536e159
Navigate to `Settings` page from `Blocked Cookies` section (#603)
mayan-000 Apr 11, 2024
44098b6
Fix: CLI dashboard showing multiple cookie entries for same cookies (…
ayushnirwal Apr 11, 2024
1501540
Use Warning icon with Cookie issues item (#604)
mayan-000 Apr 11, 2024
cdb93b7
Enhancement: CLI updates (#602)
ayushnirwal Apr 11, 2024
502c528
Add try catch for cookieStore.getAll
amovar18 Apr 11, 2024
75503db
Update changelog
mohdsayed Apr 11, 2024
7923158
Update cookie db
mohdsayed Apr 11, 2024
601f062
Update rws
mohdsayed Apr 11, 2024
5aec714
Bump version
mohdsayed Apr 11, 2024
17bb3cf
Run npm audit
mohdsayed Apr 11, 2024
9fd8428
scroll to top when navigation has to happen
mayan-000 Apr 11, 2024
7fd68ff
Remove dist/extension folder before creating build
mohdsayed Apr 11, 2024
090f9a0
Merge branch 'develop' of github.com:GoogleChromeLabs/ps-analysis-too…
mohdsayed Apr 11, 2024
c536d4b
update condition for blockreasons count
mayan-000 Apr 11, 2024
ee560da
fix: failing unit test
ayushnirwal Apr 11, 2024
9eb650c
Fix error on extension page.
amovar18 Apr 11, 2024
05440f4
Revert small change.
amovar18 Apr 11, 2024
ba3a33e
Fix cookie calculation.
amovar18 Apr 11, 2024
370acad
Update cookie badge text.
amovar18 Apr 11, 2024
b2314a5
Fix: Context invalidated for sites which do not send request after si…
amovar18 Apr 12, 2024
eeb1e14
Merge branch 'develop' of github.com:GoogleChromeLabs/cookie-analysis…
ayushnirwal Apr 15, 2024
1d333d4
fix: blocking reasons not showing up in cli dashboard details panel
ayushnirwal Apr 15, 2024
db49257
Revert "fix: blocking reasons not showing up in cli dashboard details…
ayushnirwal Apr 15, 2024
3d78f3d
Revert "fix: failing unit test"
ayushnirwal Apr 15, 2024
f218051
Fix: CLI dashboard blocking reason (#618)
ayushnirwal Apr 15, 2024
adff1a6
Refactor: Update cookies section on the landing page (#615)
mayan-000 Apr 15, 2024
bd6a3b7
Update changelog
mohdsayed Apr 15, 2024
259adf4
Update cookie database
mohdsayed Apr 15, 2024
f674295
Add generic storage flag to exemption reason filter
mayan-000 Apr 15, 2024
4d0a6ff
Increase menu bar width
mayan-000 Apr 15, 2024
0af9bb1
Remove not used styles in dashboard for menu bar
mayan-000 Apr 15, 2024
de25006
not using frame filtered cookies for exemption reason
mayan-000 Apr 15, 2024
2d7374f
Remove console warn to console.log.
amovar18 Apr 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
40 changes: 39 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,4 +294,42 @@


## Others
* Chrome-Launcher: Open all example.com URLs with CDP and multi-tab on. https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/560
* Chrome-Launcher: Open all example.com URLs with CDP and multi-tab on. https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/560


#v0.7.0

## Extension
* Feature: Export report in an HTML file https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/545
* Feature: Show exempted cookies in extension https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/522
* Feature: Add i18n module https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/575
* Feature: Accept GDPR banner consent. https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/372
* Fix: Left over references and make some more space in the cookie table https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/584
* Fix: Clear cookie preview area https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/568
* Refactor: Update table storage and prefix icon type https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/546
* Refactor: Extension UI and Service Worker. https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/519
* Refactor: Rename column cookie affected column to issues https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/580
* Refactor: Add disabled state to the Button component https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/585
* Refactor: Increase test coverage for extension package https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/520
* Refactor: Restructure cookies landing page https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/528
* Enhancement: Add information on how to verify if a user is part of 1% experimental group https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/543
* Enhancement:Update extension icons https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/583
* Enhancement: Enlarge extension icon https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/598
* Enhancement : Add blocking status column in the CSV export from the table in extension https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/591
* Enhancement: Add context provider to sidebar https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/498
* Miscellaneous UI updates https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/599
* Enhancement: Navigate to `Settings` page from `Blocked Cookies` section https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/603
* Enhancement: Use the warning icon on the cookie issues panel https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/604
* Refactor: Update cookies section on the landing page https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/615
* Fix: Context invalidated for sites which do not send request after the site is loaded. https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/611

## CLI
* Feature: Add option to pass a port for development server https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/579
* Enhancement: Move download report button in cli-dashboard to the sticky menu bar https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/595
* Enhancement: CLI, replace "Cookies with issues" with "Cookie issues" in the sidebar. https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/596
* Enhancement: CLI updates https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/602
* Fix: CLI dashboard showing multiple cookie entries for same cookies https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/597
* Fix: CLI dashboard blocking reason. https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/618

## Others
* Add demo RWS for command line launcher https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/578
Loading
Loading