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

[Docs][flyteagent] Added description of exception deletion cases. #6039

Merged
merged 5 commits into from
Nov 28, 2024

Commits on Nov 20, 2024

  1. [Fix] Add logger for compiler and marshal while comparing union (flyt…

    …eorg#6034)
    
    * feat: fix Union type with dataclass ambiguous error
    
    Signed-off-by: mao3267 <[email protected]>
    
    * fix: direct json comparison for superset
    
    Signed-off-by: mao3267 <[email protected]>
    
    * fix: go.mod missing entry for error
    
    Signed-off-by: mao3267 <[email protected]>
    
    * fix: update go module and sum
    
    Signed-off-by: mao3267 <[email protected]>
    
    * refactor: gci format
    
    Signed-off-by: mao3267 <[email protected]>
    
    * test: add dataset casting tests for same  (one/two levels) and superset (one level) dataclass
    
    Signed-off-by: mao3267 <[email protected]>
    
    * fix: support Pydantic BaseModel comparison
    
    Signed-off-by: mao3267 <[email protected]>
    
    * fix: handle nested pydantic basemodel
    
    Signed-off-by: mao3267 <[email protected]>
    
    * Reviews from Eduardo
    
    Signed-off-by: Future-Outlier <[email protected]>
    
    * fix: support strict subset match
    
    Signed-off-by: mao3267 <[email protected]>
    
    * test: update strict subset match test
    
    Signed-off-by: mao3267 <[email protected]>
    
    * fix: missing go mod entry
    
    Signed-off-by: mao3267 <[email protected]>
    
    * fix: missing go mod entry
    
    Signed-off-by: mao3267 <[email protected]>
    
    * fix: go mod entry
    
    Signed-off-by: mao3267 <[email protected]>
    
    * make go-tidy
    
    Signed-off-by: Future-Outlier <[email protected]>
    
    * comments
    
    Signed-off-by: Future-Outlier <[email protected]>
    
    * fix: strict subset match with draft 2020-12 mashumaro
    
    Signed-off-by: mao3267 <[email protected]>
    
    * refactor: make go-tidy
    
    Signed-off-by: mao3267 <[email protected]>
    
    * fix: support strict subset match with ambiguity
    
    Signed-off-by: mao3267 <[email protected]>
    
    * fix: change test name and fix err
    
    Signed-off-by: mao3267 <[email protected]>
    
    * Add comments
    
    Signed-off-by: Future-Outlier <[email protected]>
    
    * nit
    
    Signed-off-by: Future-Outlier <[email protected]>
    
    * add flytectl go-tidy in makefile
    
    Signed-off-by: Future-Outlier <[email protected]>
    
    * nit
    
    Signed-off-by: Future-Outlier <[email protected]>
    
    * fix: add comment for error checking
    
    Signed-off-by: mao3267 <[email protected]>
    
    * test: basemodel castable test, two level dataclass and ParentToChild failure
    
    Signed-off-by: mao3267 <[email protected]>
    
    * fix: add logger for jsonschema compiler
    
    Signed-off-by: mao3267 <[email protected]>
    
    * fix: add logger for marshal and compiler
    
    Signed-off-by: mao3267 <[email protected]>
    
    * better error msg format
    
    Signed-off-by: Future-Outlier <[email protected]>
    
    ---------
    
    Signed-off-by: mao3267 <[email protected]>
    Signed-off-by: Future-Outlier <[email protected]>
    Co-authored-by: Future-Outlier <[email protected]>
    Signed-off-by: SZL741023 <[email protected]>
    2 people authored and SZL741023 committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    b04cba3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b660f2c View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

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

    Signed-off-by: Future-Outlier <[email protected]>
    Future-Outlier committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    1b861f0 View commit details
    Browse the repository at this point in the history
  3. grammar update

    Signed-off-by: Future-Outlier <[email protected]>
    Future-Outlier committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    4f1fd21 View commit details
    Browse the repository at this point in the history