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

Iter13 #13

Open
wants to merge 50 commits into
base: main
Choose a base branch
from
Open

Iter13 #13

wants to merge 50 commits into from

Commits on Feb 6, 2024

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

Commits on Feb 7, 2024

  1. Update responses

    shilin-anton committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    99b61eb View commit details
    Browse the repository at this point in the history
  2. Fix WriteReader order

    shilin-anton committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    dd4b6c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    0cddb61 View commit details
    Browse the repository at this point in the history
  2. Close body in a test

    shilin-anton committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    7b0b190 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    491b1e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c146465 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    e4bd004 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86ff933 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    d6a19a0 View commit details
    Browse the repository at this point in the history
  2. FIx run address

    shilin-anton committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    8fcb776 View commit details
    Browse the repository at this point in the history
  3. Fix host

    shilin-anton committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    e595f4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4296de View commit details
    Browse the repository at this point in the history
  5. FIx

    shilin-anton committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    06c9355 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Add ENV params

    shilin-anton committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    53def49 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Fixes after review

    shilin-anton committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    809a583 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Add logger

    shilin-anton committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b3b87b4 View commit details
    Browse the repository at this point in the history
  2. Fix linter offences

    shilin-anton committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    37ec342 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    68bc72e View commit details
    Browse the repository at this point in the history
  2. Fix struct key

    shilin-anton committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    0b79cd2 View commit details
    Browse the repository at this point in the history
  3. Fix route

    shilin-anton committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    e4d5a71 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Add gzip middleware

    shilin-anton committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    050e81a View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Add file-manager to control local file storage

    Small storage fix
    shilin-anton committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    8597962 View commit details
    Browse the repository at this point in the history
  2. Fix linter offences

    shilin-anton committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    914a918 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    ac7ff68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a18246 View commit details
    Browse the repository at this point in the history
  3. Temp commit

    shilin-anton committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    4f0ae4b View commit details
    Browse the repository at this point in the history
  4. Refactor code

    Remove storage import from file-manager,
    Change logic in main,
    Change code style in files,
    Remove server package,
    Fix tests
    shilin-anton committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    156fe72 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. More refactor

    Separate filemanager layer from handlers,
    Improve filemanager handling in storage
    shilin-anton committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    0b79f63 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Add psql

    shilin-anton committed May 6, 2024
    Configuration menu
    Copy the full SHA
    5db583b View commit details
    Browse the repository at this point in the history
  2. Fix handler test

    shilin-anton committed May 6, 2024
    Configuration menu
    Copy the full SHA
    2659eff View commit details
    Browse the repository at this point in the history
  3. Fix linter offences

    shilin-anton committed May 6, 2024
    Configuration menu
    Copy the full SHA
    5dacc74 View commit details
    Browse the repository at this point in the history
  4. Unwrap gzip middleware

    shilin-anton committed May 6, 2024
    Configuration menu
    Copy the full SHA
    9ba98e7 View commit details
    Browse the repository at this point in the history
  5. Change default DSN

    shilin-anton committed May 6, 2024
    Configuration menu
    Copy the full SHA
    49f4b1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e4cf49f View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Add database storage

    shilin-anton committed May 7, 2024
    Configuration menu
    Copy the full SHA
    d95a08c View commit details
    Browse the repository at this point in the history
  2. commented default DSN

    shilin-anton committed May 7, 2024
    Configuration menu
    Copy the full SHA
    6ccac89 View commit details
    Browse the repository at this point in the history
  3. Revert default DSN

    shilin-anton committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b4f5389 View commit details
    Browse the repository at this point in the history
  4. Remove default DSN

    shilin-anton committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e1ddc2c View commit details
    Browse the repository at this point in the history
  5. Change var name

    shilin-anton committed May 7, 2024
    Configuration menu
    Copy the full SHA
    7e53f33 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4870d3e View commit details
    Browse the repository at this point in the history
  7. Add err handling

    shilin-anton committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0abe909 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    39b1b52 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    77779bc View commit details
    Browse the repository at this point in the history
  2. Fix linter offences

    shilin-anton committed May 8, 2024
    Configuration menu
    Copy the full SHA
    c02ff35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59c29e0 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Fix batch response

    shilin-anton committed May 17, 2024
    Configuration menu
    Copy the full SHA
    42f1028 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Add not unique error handling

    Some code refactor
    shilin-anton committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b8ccb65 View commit details
    Browse the repository at this point in the history
  2. Revert gzip wrapper

    shilin-anton committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7f75e90 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Fix iter12

    shilin-anton committed May 25, 2024
    Configuration menu
    Copy the full SHA
    e242b0b View commit details
    Browse the repository at this point in the history