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

[0.2.0] Metadata Implementation #81

Merged
merged 37 commits into from
Dec 27, 2023
Merged

[0.2.0] Metadata Implementation #81

merged 37 commits into from
Dec 27, 2023

Commits on Dec 19, 2023

  1. Update file structure

    MooooCat committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    de083b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7834da0 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Update single_table.py

    MooooCat committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    dd87ee1 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Merge branch 'main' into feature-metadata

    Metadata will develop based on 0.1.0.
    MooooCat committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    14e83e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06a14f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac89e8e View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Configuration menu
    Copy the full SHA
    1c322d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    462b3cb View commit details
    Browse the repository at this point in the history
  3. add numeric inspector

    MooooCat committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    fb1565c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6da1d3 View commit details
    Browse the repository at this point in the history
  5. fix metadata initialization

    MooooCat committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    7e65c83 View commit details
    Browse the repository at this point in the history
  6. fix type hits error in py38

    MooooCat committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    329755b View commit details
    Browse the repository at this point in the history
  7. add inspectors

    MooooCat committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    f2d50f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1f4ff08 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. Update relationship.py

    MooooCat committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    10f0175 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c027feb View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Update multi-table-combiner

    MooooCat committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    9b026fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c768a24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8af1e1d View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Use a single list for single or composite primary key.
    
    Co-authored-by: Zhongsheng Ji <9573586@qq.com>
    MooooCat and Wh1isper committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    ed30dad View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Key are described using list, which is compatible with single or composite foreign key.
    
    Co-authored-by: Zhongsheng Ji <9573586@qq.com>
    MooooCat and Wh1isper committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    f2e4954 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44d0c61 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    75985e0 View commit details
    Browse the repository at this point in the history
  8. Sync with main.

    MooooCat committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    cfd2a11 View commit details
    Browse the repository at this point in the history
  9. Update expections

    MooooCat committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    644568f View commit details
    Browse the repository at this point in the history
  10. Update check functions

    Unit testing also needs to be implemented.
    MooooCat committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    c1b239c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d6077d6 View commit details
    Browse the repository at this point in the history
  12. Apply suggestions from code review

    Co-authored-by: Zhongsheng Ji <9573586@qq.com>
    MooooCat and Wh1isper committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    89e4d1f View commit details
    Browse the repository at this point in the history
  13. Apply suggestions from code review

    Unit testing also needs to be implemented.
    MooooCat committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    143eeb9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    49e02c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. update some test case

    still some cases not completed yet.
    MooooCat committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    b2889da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8faa6e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. update test cases

    MooooCat committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    4cf8db0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98f4596 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b50e41b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7687f77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad312c8 View commit details
    Browse the repository at this point in the history