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

Static file serving #15

Merged
merged 23 commits into from
May 13, 2023
Merged

Static file serving #15

merged 23 commits into from
May 13, 2023

Commits on Apr 30, 2023

  1. Created configuration structure

    evg4b committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    a904d78 View commit details
    Browse the repository at this point in the history
  2. Covered decoding by tests

    evg4b committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    ba57f11 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    05828b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f587122 View commit details
    Browse the repository at this point in the history
  3. Fixed cloning issue

    evg4b committed May 1, 2023
    Configuration menu
    Copy the full SHA
    e12bbea View commit details
    Browse the repository at this point in the history
  4. Added tests for static serving

    evg4b committed May 1, 2023
    Configuration menu
    Copy the full SHA
    f63c910 View commit details
    Browse the repository at this point in the history
  5. Added static dirs pringing

    evg4b committed May 1, 2023
    Configuration menu
    Copy the full SHA
    1bf8af8 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Changed handler structure

    evg4b committed May 6, 2023
    Configuration menu
    Copy the full SHA
    74db49c View commit details
    Browse the repository at this point in the history
  2. Added static middleware draft

    evg4b committed May 6, 2023
    Configuration menu
    Copy the full SHA
    1345046 View commit details
    Browse the repository at this point in the history
  3. Fixed index file serving

    evg4b committed May 6, 2023
    Configuration menu
    Copy the full SHA
    c75b579 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    5553ebc View commit details
    Browse the repository at this point in the history
  2. Fixed mapping tests

    evg4b committed May 8, 2023
    Configuration menu
    Copy the full SHA
    18ea089 View commit details
    Browse the repository at this point in the history
  3. Fixed middelware tesrs

    evg4b committed May 8, 2023
    Configuration menu
    Copy the full SHA
    5d255c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a50b68 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Added tests for uncors handler

    evg4b committed May 9, 2023
    Configuration menu
    Copy the full SHA
    23ca86e View commit details
    Browse the repository at this point in the history
  2. Added tests for index file

    evg4b committed May 9, 2023
    Configuration menu
    Copy the full SHA
    53c9ee3 View commit details
    Browse the repository at this point in the history
  3. Added tests for mocks

    evg4b committed May 9, 2023
    Configuration menu
    Copy the full SHA
    c150a50 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Enabled skipped tests

    evg4b committed May 10, 2023
    Configuration menu
    Copy the full SHA
    c5f5e30 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Added fir for prefix cutting

    evg4b committed May 11, 2023
    Configuration menu
    Copy the full SHA
    030fd2f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Fixed error handling

    evg4b committed May 13, 2023
    Configuration menu
    Copy the full SHA
    e04e0d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70577fd View commit details
    Browse the repository at this point in the history
  3. Fixed sonar issues

    evg4b committed May 13, 2023
    Configuration menu
    Copy the full SHA
    9f70ab8 View commit details
    Browse the repository at this point in the history
  4. Updated readme

    evg4b committed May 13, 2023
    Configuration menu
    Copy the full SHA
    1b3e1f6 View commit details
    Browse the repository at this point in the history