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 videoapi grpc server and vidit tool #2

Merged
merged 56 commits into from
May 17, 2024
Merged

add videoapi grpc server and vidit tool #2

merged 56 commits into from
May 17, 2024

Commits on Apr 29, 2024

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

Commits on May 1, 2024

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

Commits on May 6, 2024

  1. add upload parts handling

    adwski committed May 6, 2024
    Configuration menu
    Copy the full SHA
    d5595d9 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. add upload and quota screens

    adwski committed May 7, 2024
    Configuration menu
    Copy the full SHA
    f5aad52 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. add multipart video upload

    adwski committed May 8, 2024
    Configuration menu
    Copy the full SHA
    96c03c2 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. add media reader

    adwski committed May 9, 2024
    Configuration menu
    Copy the full SHA
    5a11f13 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    d3ac939 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    461c23e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4b8306 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    137986a View commit details
    Browse the repository at this point in the history
  5. rm static css and js

    adwski committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9ec4846 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    373be02 View commit details
    Browse the repository at this point in the history
  7. disable tests temporary

    adwski committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8558d22 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    a751f36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5bedcf View commit details
    Browse the repository at this point in the history
  3. rename readerTS

    adwski committed May 11, 2024
    Configuration menu
    Copy the full SHA
    185e9fa View commit details
    Browse the repository at this point in the history
  4. update gitignore

    adwski committed May 11, 2024
    Configuration menu
    Copy the full SHA
    94796a5 View commit details
    Browse the repository at this point in the history
  5. fix lint errs

    adwski committed May 11, 2024
    Configuration menu
    Copy the full SHA
    f502ef1 View commit details
    Browse the repository at this point in the history
  6. update golangci-lint job

    adwski committed May 11, 2024
    Configuration menu
    Copy the full SHA
    4435baa View commit details
    Browse the repository at this point in the history
  7. update statictest job

    adwski committed May 11, 2024
    Configuration menu
    Copy the full SHA
    d8def34 View commit details
    Browse the repository at this point in the history
  8. fix some err handlings

    adwski committed May 11, 2024
    Configuration menu
    Copy the full SHA
    da5d9f4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9e34ad1 View commit details
    Browse the repository at this point in the history
  10. fix tests

    adwski committed May 11, 2024
    Configuration menu
    Copy the full SHA
    7a69360 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

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

Commits on May 13, 2024

  1. add goreleaser

    adwski committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ae1c608 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7db87e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5253739 View commit details
    Browse the repository at this point in the history
  4. chore: update coverage badge

    adwski committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c56a7a5 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. update video e2e tests

    adwski committed May 14, 2024
    Configuration menu
    Copy the full SHA
    cf32615 View commit details
    Browse the repository at this point in the history
  2. chore: update coverage badge

    adwski committed May 14, 2024
    Configuration menu
    Copy the full SHA
    102ebda View commit details
    Browse the repository at this point in the history
  3. rm test s3 pkg

    adwski committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a7eb3f1 View commit details
    Browse the repository at this point in the history
  4. chore: update coverage badge

    adwski committed May 14, 2024
    Configuration menu
    Copy the full SHA
    13a1478 View commit details
    Browse the repository at this point in the history
  5. add vidit state and init tests

    adwski committed May 14, 2024
    Configuration menu
    Copy the full SHA
    273f2af View commit details
    Browse the repository at this point in the history
  6. chore: update coverage badge

    adwski committed May 14, 2024
    Configuration menu
    Copy the full SHA
    58e8335 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    1775d18 View commit details
    Browse the repository at this point in the history
  2. chore: update coverage badge

    adwski committed May 15, 2024
    Configuration menu
    Copy the full SHA
    94fe54b View commit details
    Browse the repository at this point in the history
  3. add vidit e2e main flow test

    adwski committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c5dd359 View commit details
    Browse the repository at this point in the history
  4. try to fix missing tty error

    adwski committed May 15, 2024
    Configuration menu
    Copy the full SHA
    92cb369 View commit details
    Browse the repository at this point in the history
  5. chore: update coverage badge

    adwski committed May 15, 2024
    Configuration menu
    Copy the full SHA
    6a479ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    17982de View commit details
    Browse the repository at this point in the history
  7. chore: update coverage badge

    adwski committed May 15, 2024
    Configuration menu
    Copy the full SHA
    7f1b8c3 View commit details
    Browse the repository at this point in the history
  8. add requestid unittests

    adwski committed May 15, 2024
    Configuration menu
    Copy the full SHA
    86027d3 View commit details
    Browse the repository at this point in the history
  9. chore: update coverage badge

    adwski committed May 15, 2024
    Configuration menu
    Copy the full SHA
    47d6521 View commit details
    Browse the repository at this point in the history
  10. fix lint errs

    adwski committed May 15, 2024
    Configuration menu
    Copy the full SHA
    733951f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. add more auth unittests

    adwski committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8a33952 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41c8d85 View commit details
    Browse the repository at this point in the history
  3. chore: update coverage badge

    adwski committed May 16, 2024
    Configuration menu
    Copy the full SHA
    dd6476b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ba8aa1 View commit details
    Browse the repository at this point in the history
  5. chore: update coverage badge

    adwski committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e0e2b37 View commit details
    Browse the repository at this point in the history
  6. add session store unittests

    adwski committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f2ec549 View commit details
    Browse the repository at this point in the history
  7. chore: update coverage badge

    adwski committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e39f4e7 View commit details
    Browse the repository at this point in the history
  8. add comments

    adwski committed May 16, 2024
    Configuration menu
    Copy the full SHA
    9564338 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    960cbc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e58a2d View commit details
    Browse the repository at this point in the history
  3. update README, rm old doc

    adwski committed May 17, 2024
    Configuration menu
    Copy the full SHA
    5a887f1 View commit details
    Browse the repository at this point in the history
  4. chore: update coverage badge

    adwski committed May 17, 2024
    Configuration menu
    Copy the full SHA
    4995e3b View commit details
    Browse the repository at this point in the history