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

Mlcube edit command #598

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

Mlcube edit command #598

wants to merge 23 commits into from

Commits on Apr 27, 2024

  1. refactor entities

    hasan7n committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    ec41369 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Update cli/medperf/entities/interface.py

    Co-authored-by: Viacheslav Kukushkin <vy.kukushkin@gmail.com>
    hasan7n and VukW committed May 14, 2024
    Configuration menu
    Copy the full SHA
    9684e36 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Viacheslav Kukushkin <vy.kukushkin@gmail.com>
    hasan7n and VukW committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e807c0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e60e96 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

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

    hasan7n committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2e24261 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc0dac0 View commit details
    Browse the repository at this point in the history
  4. update tests

    hasan7n committed May 15, 2024
    Configuration menu
    Copy the full SHA
    d808b78 View commit details
    Browse the repository at this point in the history
  5. no need to complicate things

    hasan7n committed May 15, 2024
    Configuration menu
    Copy the full SHA
    d42e4d8 View commit details
    Browse the repository at this point in the history
  6. use dynamic local_id

    hasan7n committed May 15, 2024
    Configuration menu
    Copy the full SHA
    cd72637 View commit details
    Browse the repository at this point in the history
  7. test some type annotations

    hasan7n committed May 15, 2024
    Configuration menu
    Copy the full SHA
    1c6b01e View commit details
    Browse the repository at this point in the history
  8. modify __remote_prefilter

    hasan7n committed May 15, 2024
    Configuration menu
    Copy the full SHA
    271ee8d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    88a99f1 View commit details
    Browse the repository at this point in the history
  10. use TypeVar for type hints

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

Commits on Jun 4, 2024

  1. Merge branch 'main' into refactor-entities

    # Conflicts:
    #	cli/cli_tests.sh
    VukW committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    4453893 View commit details
    Browse the repository at this point in the history
  2. Typo fix

    VukW committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    075782a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

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

Commits on Jun 14, 2024

  1. added cube edit command

    VukW committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    8f3ec48 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

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

Commits on Jun 16, 2024

  1. These params are (1) never used, (2) broken

    if no other params are given, pytest.fixture.params is treated as list of <param> and one param is passed to test function at once. In our case it would be just str keys.
    VukW committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    3a4614b View commit details
    Browse the repository at this point in the history
  2. Improving tests: making a test storage

    New storage allows to use both get/upload/edit in the same test (say, upload and then get & check)
    VukW committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    6a002dc View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

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