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

[WIP] Nightly full pa11y scan #3834

Closed
wants to merge 44 commits into from
Closed

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    7e35304 View commit details
    Browse the repository at this point in the history
  2. Fix cron formatting

    caleywoods committed May 16, 2024
    Configuration menu
    Copy the full SHA
    9261d8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a68972 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fccc74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f333e0b View commit details
    Browse the repository at this point in the history
  6. Fix pa11y scan job step

    caleywoods committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f7b9783 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    64c2251 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e6bcc5 View commit details
    Browse the repository at this point in the history
  9. Remove conditions on the Jekyll build

    The pa11y_targets file is always going to be created by the jekyll
    build and it doesn't seem harmful to go ahead and store the list of
    changed files into the env variable regardless of whether this is a
    full site scan being done nightly or if it's in response to a commit
    from GitHub on a pull request. This simplifies the configuration
    logic.
    caleywoods committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d5708c5 View commit details
    Browse the repository at this point in the history
  10. Tweak the config file

    caleywoods committed May 16, 2024
    Configuration menu
    Copy the full SHA
    cac97a3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a3091fb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a5526b0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0c0d74f View commit details
    Browse the repository at this point in the history
  14. Fix condition

    caleywoods committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c528632 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    378417b View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    c1d5057 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5fc9e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9623d8b View commit details
    Browse the repository at this point in the history
  4. Better conditional logic for pa11y scanning

    - Introduced a new env var `$DO_PA11Y_SCAN` which is used to conditionally
    run the changed files pa11y scan job.
    
    - The pa11y scan step is skipped all together in cases where the workflow
    trigger is a webhook but there were no changed files detected. This happens
    in cases where things like dependabot updates dependencies etc
    caleywoods committed May 22, 2024
    Configuration menu
    Copy the full SHA
    732c77b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    539ae00 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    851c3e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f78d29c View commit details
    Browse the repository at this point in the history
  8. Testing env secret

    caleywoods committed May 22, 2024
    Configuration menu
    Copy the full SHA
    25c4455 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a4df964 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    d1bbfff View commit details
    Browse the repository at this point in the history
  2. Fix config syntax error

    caleywoods committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    49a5b0f View commit details
    Browse the repository at this point in the history
  3. Add wrap0 for base64

    caleywoods committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c4d1a63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddc74be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09ff4ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb68065 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3450c9a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4615960 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

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

Commits on Jun 17, 2024

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

Commits on Jun 25, 2024

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

Commits on Jul 12, 2024

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

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    5120dde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f595ff4 View commit details
    Browse the repository at this point in the history
  3. Fix syntax error

    caleywoods committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0cd4099 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11f1f6e View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    5a1d403 View commit details
    Browse the repository at this point in the history
  2. Run hourly at 15 after

    caleywoods committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    fd50690 View commit details
    Browse the repository at this point in the history
  3. Back to nightly

    caleywoods committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ca02309 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Remove forced error

    caleywoods committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    913e924 View commit details
    Browse the repository at this point in the history