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

Feat add puppeteer #54

Merged
merged 22 commits into from
Nov 1, 2023
Merged

Feat add puppeteer #54

merged 22 commits into from
Nov 1, 2023

Commits on Oct 25, 2023

  1. adding service discovery and endpoint dispatcher - need to update ver…

    …sion with 'stashing-changes' branch
    LilaKelland committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    d57269a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4967187 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93fcc31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46413e6 View commit details
    Browse the repository at this point in the history
  5. Installed headless chrome in dev container (and added to Dockerfile).…

    … Still errored, so added per docs --no-sandbox (though may not want to do in prod...., but now it works).
    LilaKelland committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    bf94c70 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Added installchrome into dockerfile (properly this time so works), al…

    …so added global install of puppeteer which seems to be required. Will remove chrome install as not sure needed with puppeteer not global in future iterations.
    LilaKelland committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    118cff3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b1fc7a View commit details
    Browse the repository at this point in the history
  3. saving all before shutting down - getting report for pages with webho…

    …ok - need to reformat to fit schema
    LilaKelland committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    77ff2f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. added markdown linter to devcontainer - added back in chrome install,…

    … reformatted results and installed graphql-request to use API in future.
    LilaKelland committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    3c39624 View commit details
    Browse the repository at this point in the history
  2. Removed extra packages, reordered dev container to install puppeteer …

    …globally as node user, and added extra packages needed for debian to run Chrome. Will rebuild to confirm works.
    LilaKelland committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    0d4b199 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb5a1d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Removed non-web(api) endpoints, as well as graphiql. Included cached …

    …304 responses in the scan
    LilaKelland committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    43c4cad View commit details
    Browse the repository at this point in the history
  2. Cleaned up (had removed browser and page from src functions and put i…

    …n index - removed commented out lines
    LilaKelland committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    da438c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f36321c View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    fca9556 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dfcebe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fabbe91 View commit details
    Browse the repository at this point in the history
  4. reformed response to match the intended nested structure - changed NA…

    …Ts message to be WebEvent
    LilaKelland committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    159e42b View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. added cli command to decouple from github-cloned-repo-checks, cleaned…

    … up commented out stuff.
    LilaKelland committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    e886333 View commit details
    Browse the repository at this point in the history
  2. Decoupled accessibility checks from cloned repo checks - removed yaml…

    … parsing and publishing form cloned repo-checks
    LilaKelland committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    3dd48de View commit details
    Browse the repository at this point in the history
  3. renamed to web-endpoint-checks, removed database reference, added API…

    …_URL (though may be different once api is implimented)
    LilaKelland committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    9a8f438 View commit details
    Browse the repository at this point in the history
  4. added todos to readme and examples that will need to be moved into th…

    …e docs! only printing out message and html for nodes for incomplete (untested) and violations
    LilaKelland committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d841940 View commit details
    Browse the repository at this point in the history