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

Feature: Add the capability of setting "allow list" content policy #376

Merged
merged 50 commits into from
Jan 29, 2024

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    2be223e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46e8aa5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e672975 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0cd3ff View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Merge branch 'develop' of github.com:GoogleChromeLabs/cookie-analysis…

    …-tool into feat/allowed-list
    mohdsayed committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    4dca6d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f7543f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47b3926 View commit details
    Browse the repository at this point in the history
  4. Add test for BodyRow

    mohdsayed committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    fc16201 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9c80cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4821842 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c1c285 View commit details
    Browse the repository at this point in the history
  8. Add new clors to tailwind

    mohdsayed committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    d662828 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7acbb32 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Refactor cdoe

    mohdsayed committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    28e2935 View commit details
    Browse the repository at this point in the history
  2. Refactor code

    mohdsayed committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    0ce1f07 View commit details
    Browse the repository at this point in the history
  3. Refactor code

    mohdsayed committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    524e110 View commit details
    Browse the repository at this point in the history
  4. Add types

    mohdsayed committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9503f4f View commit details
    Browse the repository at this point in the history
  5. Refactor code

    mohdsayed committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    bcc05d3 View commit details
    Browse the repository at this point in the history
  6. Refactor code

    mohdsayed committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    4bc335f View commit details
    Browse the repository at this point in the history
  7. Refactor code

    mohdsayed committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    c02df0a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    006c217 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    5f7e096 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b81fda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3470d2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39609f1 View commit details
    Browse the repository at this point in the history
  5. Fix state update

    mohdsayed committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    a68989a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9bc8352 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Refactor: Add the capability of setting "allow list" content policy (#…

    …422)
    
    * Add new key in CookieTableData type
    
    * Pass row context menu as prop and remove useAllowList hook
    
    * Move useAllowedList logic into standalone functions
    
    * Move conext menu into CookieListing and introduce states and callback for modal
    
    * Remove selected row from table
    
    * Stop propagation on click
    
    * ref: Refactor the utils handling clicks, removal of domain, setting domain and parent domain
    
    * perf: clean up unrequired calls
    
    * chore: delete already moved files
    
    * ref: Refactor useEffects
    
    * fix: Update condition for getting domain in allow list
    
    * ref: move row context menu ui and logic to separate component
    
    * ref: move allowed list logic to a hook
    
    * test: add tests for rowContextMenu
    
    * fix: capitalize context menu options
    
    * test: add tests for utils
    mayan-000 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    ef3aea8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad32754 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    ba265b3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of github.com:GoogleChromeLabs/ps-analysis-too…

    …l into feat/allowed-list
    mohdsayed committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    6d7ac37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3871f17 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec9b3b5 View commit details
    Browse the repository at this point in the history
  5. Fix url pattern issue

    mohdsayed committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    7a6cba3 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Fix styling for border left

    mohdsayed committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    6bb2aa7 View commit details
    Browse the repository at this point in the history
  2. Update message

    mohdsayed committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    5c292e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    f82b3a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    ff92e85 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Refactor code

    mohdsayed committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    9d31a97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f37ecea View commit details
    Browse the repository at this point in the history
  3. Fix tests

    mohdsayed committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    2a50da3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2eb3f9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b1ee84 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f42183f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b9b04e6 View commit details
    Browse the repository at this point in the history
  8. Fix test case

    mohdsayed committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    05e6bbb View commit details
    Browse the repository at this point in the history
  9. Add code improvements

    mohdsayed committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    cf581e5 View commit details
    Browse the repository at this point in the history
  10. Fix test

    mohdsayed committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    74919ff View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    322a543 View commit details
    Browse the repository at this point in the history
  12. test: fix test

    mayan-000 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    7713e39 View commit details
    Browse the repository at this point in the history