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

refactor(update-webhooks): remove classes from elements #646

Merged
merged 6 commits into from Jun 28, 2022

Commits on Jun 28, 2022

  1. refactor(update-webhooks): remove classes from elements

    This change will remove all the classes from the cached HTML, except for classes which we actually look for in our code in order to extract payload examples
    
    Fixes #642
    wolfy1339 committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    c652891 View commit details
    Browse the repository at this point in the history
  2. refactor: use nullish coalescing instead of checking for null

    Co-authored-by: Gareth Jones <Jones258@Gmail.com>
    wolfy1339 and G-Rath committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    1fc6d1a View commit details
    Browse the repository at this point in the history
  3. lib(get-hml): remove all other classes than the ones we want to keep

    Co-authored-by: Oscar Dominguez <dominguez.celada@gmail.com>
    wolfy1339 and oscard0m committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    bb7c148 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3194d1 View commit details
    Browse the repository at this point in the history
  5. build: cache

    wolfy1339 committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    5486314 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a1a02b View commit details
    Browse the repository at this point in the history