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

Ungarbled binary resources #1131

Merged
merged 4 commits into from
Sep 14, 2024
Merged

Ungarbled binary resources #1131

merged 4 commits into from
Sep 14, 2024

Commits on Sep 11, 2024

  1. Validation of resource content against cacheid

    Added a test that checks that the static resources returned by the
    server have content that matches their cacheid. This test currently
    fails because some binary resources (e.g. png images) are garbled by the
    dos2unix conversion.
    veloman-yunkan committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    920d603 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    425ae1e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Added an extension to an extensionless resource

    ... so that all resources have extensions and can be automatically
    categorized as binary or text based on extension (coming next).
    veloman-yunkan committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0ac3130 View commit details
    Browse the repository at this point in the history
  2. Protection against adding resources of new types

    Now if a static resource of a new type is added the build will
    fail unless the list of known file type extensions is updated.
    veloman-yunkan committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c8524b9 View commit details
    Browse the repository at this point in the history