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

Add manifest-exists rule and make other improvements #54

Merged
merged 5 commits into from
Mar 21, 2017
Merged

Add manifest-exists rule and make other improvements #54

merged 5 commits into from
Mar 21, 2017

Commits on Mar 21, 2017

  1. Add rule to check the existence of a manifest file

    Add rule to check if a single web app manifest file is specified,
    * and if that specified file is accessible.
    alrra committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    9a29246 View commit details
    Browse the repository at this point in the history
  2. Fix error in rule-runner when using element::name::index

    The `::index` part wasn't being removed when calling the
    event and caused an exception.
    molant authored and alrra committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    608c373 View commit details
    Browse the repository at this point in the history
  3. Fix manifest-exists rule

    molant authored and alrra committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    6df65f4 View commit details
    Browse the repository at this point in the history
  4. Make rule-runner allow to specify request results

    * Change `rule-runner` to allow to specify the results for requests
      made by `fetchContent`.
    * Add `statusCode` member to the `FetchResponse` interface.
    * Update, improve, and fix the code for the `manifest-exists` rule.
    alrra committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    99cf297 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ee1076 View commit details
    Browse the repository at this point in the history