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

Replace vcr-py for tests #1198

Merged
merged 51 commits into from
Dec 3, 2024
Merged

Replace vcr-py for tests #1198

merged 51 commits into from
Dec 3, 2024

Commits on Sep 25, 2024

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

Commits on Sep 26, 2024

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

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    a9ad224 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33eb8e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72dca38 View commit details
    Browse the repository at this point in the history
  4. Add type hint.

    markbader committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    13437bc View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Update uv lock.

    markbader committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f0b1604 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4bda84 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    999e76e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    760c7b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

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

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    594e62c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ff7de9 View commit details
    Browse the repository at this point in the history
  3. Run linter.

    markbader committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b051312 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

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

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    20e540b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b48e4fa View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

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

Commits on Nov 4, 2024

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

Commits on Nov 7, 2024

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

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    6bce46d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6fbe04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be074fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    248389a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78353a0 View commit details
    Browse the repository at this point in the history
  6. Run linter.

    markbader committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    85cc153 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    53ae8f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e1aed0 View commit details
    Browse the repository at this point in the history
  3. Update ci.

    markbader committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    182b35d View commit details
    Browse the repository at this point in the history
  4. Remove groups from CI.

    markbader committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    892364e View commit details
    Browse the repository at this point in the history
  5. Update cassettes.

    markbader committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    0c1b9f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4364106 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    338bc2f View commit details
    Browse the repository at this point in the history
  8. Update timeout in test.sh.

    markbader committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    dd6149c View commit details
    Browse the repository at this point in the history
  9. Update test_duration file.

    markbader committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    60c9547 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Adapt test examples.

    markbader committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    95f3567 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e864add View commit details
    Browse the repository at this point in the history
  3. Remove unused import.

    markbader committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    54aa84f View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Skip flaky tests for now.

    markbader committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    16abfa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5c0086 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42c478e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a26f276 View commit details
    Browse the repository at this point in the history
  5. Merge branches 'introduce-proxay-for-tests' and 'introduce-proxay-for…

    …-tests' of github.com:scalableminds/webknossos-libs into introduce-proxay-for-tests
    markbader committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f3c61d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Update cassettes.

    markbader committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    79111f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    8f4afe0 View commit details
    Browse the repository at this point in the history
  2. Fix remote_datasets test.

    markbader committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    f61aec3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e56c626 View commit details
    Browse the repository at this point in the history
  4. Run linter and typechecker.

    markbader committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    c31ff21 View commit details
    Browse the repository at this point in the history
  5. Fix test learned_segmenter.

    markbader committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    ed0ba4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c64446 View commit details
    Browse the repository at this point in the history