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

Pretty printing catalog #3990

Merged
merged 48 commits into from
Jul 18, 2024
Merged

Commits on Jul 3, 2024

  1. Implemented basic __repr__

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    502f982 View commit details
    Browse the repository at this point in the history
  2. Updated __repr__

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    9aa704f View commit details
    Browse the repository at this point in the history
  3. Removed __str__

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    45b51e8 View commit details
    Browse the repository at this point in the history
  4. Updated _describe() for CachedDataset

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    94e6465 View commit details
    Browse the repository at this point in the history
  5. Made pretty_repr protected

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    e2884e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    248a2c0 View commit details
    Browse the repository at this point in the history
  2. Reverted width parameter to default

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    aea8ec0 View commit details
    Browse the repository at this point in the history
  3. Implemented repr for catalog

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    413481a View commit details
    Browse the repository at this point in the history
  4. Disable sorting

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    2c9a7bb View commit details
    Browse the repository at this point in the history
  5. Replace set with dict to keep original datasets order when printing

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7f3019f View commit details
    Browse the repository at this point in the history
  6. Updated printing params

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    659de36 View commit details
    Browse the repository at this point in the history
  7. Updated printing width

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    d1cb03f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a3a0c38 View commit details
    Browse the repository at this point in the history
  9. Removed params_repr

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    c85c92e View commit details
    Browse the repository at this point in the history
  10. Disable sorting

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    4de32c4 View commit details
    Browse the repository at this point in the history
  11. Disable sorting

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    9e6bae9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eb6f148 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    87dd387 View commit details
    Browse the repository at this point in the history
  2. Disabled compact

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    478df5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57f9a3f View commit details
    Browse the repository at this point in the history
  4. Updated test_str_representation

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e61a775 View commit details
    Browse the repository at this point in the history
  5. Updated cached dataset tests

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    0f84735 View commit details
    Browse the repository at this point in the history
  6. Updated data catalog tests

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    3a7e748 View commit details
    Browse the repository at this point in the history
  7. Updated core tests

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    216cb42 View commit details
    Browse the repository at this point in the history
  8. Updated versioned dataset tests

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ca42da1 View commit details
    Browse the repository at this point in the history
  9. Updated tests for lambda dataset

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    924b53e View commit details
    Browse the repository at this point in the history
  10. Updated tests for memory dataset

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f529c4b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    08a5f0f View commit details
    Browse the repository at this point in the history
  12. Updated release notes

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    967c43f View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Set width to maxsize

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7754078 View commit details
    Browse the repository at this point in the history
  2. Removed top-level keys sorting

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    14f237f View commit details
    Browse the repository at this point in the history
  3. Updated tests

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    cfac9d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfc0841 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69a2229 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7190b3c View commit details
    Browse the repository at this point in the history
  7. Updated release notes

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    54964f8 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'feature/3980-pretty-printing-dataset' into feature/3981…

    …-pretty-printing-catalog
    
    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    410c150 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Decoupled describe from pretty printing

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    1b0ae7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6a8a31 View commit details
    Browse the repository at this point in the history
  3. Returned old __str__ to avoid a breaking change

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    22aec50 View commit details
    Browse the repository at this point in the history
  4. Updated tests

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    28a961d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6edc5b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    d5cd26b View commit details
    Browse the repository at this point in the history
  2. Replaced deprecation comment with TODO

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d7f50aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1b1435 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

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

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    43d569d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feature/3981-pretty-printing-catalog

    Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
    ElenaKhaustova committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    ef3b2c0 View commit details
    Browse the repository at this point in the history