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

Blockaid banners implementation #6585

Merged
merged 41 commits into from
Aug 24, 2023
Merged

Blockaid banners implementation #6585

merged 41 commits into from
Aug 24, 2023

Commits on Aug 4, 2023

  1. Tests should use find by not just snapshots

    Signed-off-by: Olusegun Akintayo <akintayo.segun@gmail.com>
    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    2ffc052 View commit details
    Browse the repository at this point in the history
  2. BlockaidBanner implementation

    Signed-off-by: Olusegun Akintayo <akintayo.segun@gmail.com>
    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    fcde72c View commit details
    Browse the repository at this point in the history
  3. Blockaid banner tests

    Signed-off-by: Olusegun Akintayo <akintayo.segun@gmail.com>
    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    25b21dd View commit details
    Browse the repository at this point in the history
  4. add a flag type

    Signed-off-by: Olusegun Akintayo <akintayo.segun@gmail.com>
    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    aa72c6a View commit details
    Browse the repository at this point in the history
  5. Add attribution line

    fix tests
    
    Signed-off-by: Olusegun Akintayo <akintayo.segun@gmail.com>
    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    d64451e View commit details
    Browse the repository at this point in the history
  6. add flag type to stories

    Signed-off-by: Olusegun Akintayo <akintayo.segun@gmail.com>
    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    38f036c View commit details
    Browse the repository at this point in the history
  7. update banner snapshot

    Signed-off-by: Olusegun Akintayo <akintayo.segun@gmail.com>
    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    c5a3321 View commit details
    Browse the repository at this point in the history
  8. Organized import.

    Signed-off-by: Olusegun Akintayo <akintayo.segun@gmail.com>
    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    31d6053 View commit details
    Browse the repository at this point in the history
  9. Fix PR Comments

    Signed-off-by: Olusegun Akintayo <akintayo.segun@gmail.com>
    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    8ba58e4 View commit details
    Browse the repository at this point in the history
  10. fix import path

    Signed-off-by: Olusegun Akintayo <akintayo.segun@gmail.com>
    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    5c3b448 View commit details
    Browse the repository at this point in the history
  11. house cleaning

    Signed-off-by: Olusegun Akintayo <akintayo.segun@gmail.com>
    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    889b02e View commit details
    Browse the repository at this point in the history
  12. Add horizontal header alignment

    Signed-off-by: Olusegun Akintayo <akintayo.segun@gmail.com>
    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f793985 View commit details
    Browse the repository at this point in the history
  13. fix imports

    Signed-off-by: Olusegun Akintayo <akintayo.segun@gmail.com>
    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    3a18103 View commit details
    Browse the repository at this point in the history
  14. Update snapshots

    Signed-off-by: Olusegun Akintayo <akintayo.segun@gmail.com>
    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    ea86998 View commit details
    Browse the repository at this point in the history
  15. Use proper typing

    Use an object and function instead of switch
    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f16c834 View commit details
    Browse the repository at this point in the history
  16. Fix imports in stories

    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    ee13864 View commit details
    Browse the repository at this point in the history
  17. Fix couple of nits

    use blockaidbannerconstant instead of utils
    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    59f1fa1 View commit details
    Browse the repository at this point in the history
  18. Sort imports

    Signed-off-by: Olusegun Akintayo <akintayo.segun@gmail.com>
    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    b038d11 View commit details
    Browse the repository at this point in the history
  19. fixed see details i18n

    Signed-off-by: Olusegun Akintayo <akintayo.segun@gmail.com>
    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    faaccc9 View commit details
    Browse the repository at this point in the history
  20. Fix snapshot

    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    dd56a76 View commit details
    Browse the repository at this point in the history
  21. Sorted imports

    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    58b75a5 View commit details
    Browse the repository at this point in the history
  22. Lint fixes

    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    888e497 View commit details
    Browse the repository at this point in the history
  23. check flagType early

    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    a40f3e5 View commit details
    Browse the repository at this point in the history
  24. lint fixes

    Signed-off-by: Olusegun Akintayo <akintayo.segun@gmail.com>
    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    7b435df View commit details
    Browse the repository at this point in the history
  25. Sort attack types in alphabetical order

    Use enums
    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    ddd486c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    41ab826 View commit details
    Browse the repository at this point in the history
  27. margin between lines to make it look like figma

    sorted en.json alphabetically
    
    Signed-off-by: Olusegun Akintayo <akintayo.segun@gmail.com>
    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    6e01e02 View commit details
    Browse the repository at this point in the history
  28. Use security tick

    Signed-off-by: Olusegun Akintayo <akintayo.segun@gmail.com>
    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    bf8dbde View commit details
    Browse the repository at this point in the history
  29. Fix snapshot

    Signed-off-by: Olusegun Akintayo <akintayo.segun@gmail.com>
    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    ffc124e View commit details
    Browse the repository at this point in the history
  30. rename blockaid

    rename shield -> security tick
    
    Signed-off-by: Olusegun Akintayo <akintayo.segun@gmail.com>
    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    6bd01d9 View commit details
    Browse the repository at this point in the history
  31. snapshot fix

    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    efabe87 View commit details
    Browse the repository at this point in the history
  32. Fix PR comments.

    Signed-off-by: Olusegun Akintayo <akintayo.segun@gmail.com>
    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    5bcbdd5 View commit details
    Browse the repository at this point in the history
  33. fall back to others as reason for non existent reason

    Signed-off-by: Olusegun Akintayo <akintayo.segun@gmail.com>
    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    3bdcb5a View commit details
    Browse the repository at this point in the history
  34. For failed Response, show a normal banner alert

    Capitalize reasons
    Tests
    
    Signed-off-by: Olusegun Akintayo <akintayo.segun@gmail.com>
    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    648506d View commit details
    Browse the repository at this point in the history
  35. Fix snapshot and test titles

    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    bb0de2b View commit details
    Browse the repository at this point in the history
  36. do not show blockaid if no env. variable

    Signed-off-by: Olusegun Akintayo <akintayo.segun@gmail.com>
    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    76d605b View commit details
    Browse the repository at this point in the history
  37. lint fix

    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    e33e442 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    316e30c View commit details
    Browse the repository at this point in the history
  39. Add title for failed

    refactor code
    segun committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    3ec9aa5 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

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

Commits on Aug 16, 2023

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