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

feat: support --format in manifest fetch command #1295

Merged
merged 46 commits into from
Apr 10, 2024

Commits on Mar 18, 2024

  1. feat: support --format in manifest fetch command

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    67dad87 View commit details
    Browse the repository at this point in the history
  2. add comment

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    fa0f2a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

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

Commits on Apr 1, 2024

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

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    e9c1226 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c73b0d View commit details
    Browse the repository at this point in the history
  4. use new printer

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    6614c92 View commit details
    Browse the repository at this point in the history
  5. bug fix

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    eb5f62d View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. fix struct fields with json tags

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ce6bc89 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    5dc8583 View commit details
    Browse the repository at this point in the history
  2. remove raw discarder

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c13ee29 View commit details
    Browse the repository at this point in the history
  3. fix e2e

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4b1e2f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

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

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    c7488d6 View commit details
    Browse the repository at this point in the history
  3. refactor

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    42ab0a3 View commit details
    Browse the repository at this point in the history
  4. add discard handler for raw output

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    d954405 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'upstream/main' into format-manifest-fetch

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    00a5895 View commit details
    Browse the repository at this point in the history
  6. revert focus

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    7460060 View commit details
    Browse the repository at this point in the history
  7. rename to content handler

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    de6acf1 View commit details
    Browse the repository at this point in the history
  8. fix e2e

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    4709b62 View commit details
    Browse the repository at this point in the history
  9. add e2e

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    3fcab69 View commit details
    Browse the repository at this point in the history
  10. fix e2e

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    f8c2dbf View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. use unmarshal and enhance e2e

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    90a3141 View commit details
    Browse the repository at this point in the history
  2. code clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ca0f082 View commit details
    Browse the repository at this point in the history
  3. resolve comments

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a1addb4 View commit details
    Browse the repository at this point in the history
  4. fix e2e

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    998ad76 View commit details
    Browse the repository at this point in the history
  5. code clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f93ba89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e66ed8e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a7656be View commit details
    Browse the repository at this point in the history
  8. code clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b54a2e6 View commit details
    Browse the repository at this point in the history
  9. code clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e682458 View commit details
    Browse the repository at this point in the history
  10. code clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    faa8c63 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

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

Commits on Apr 10, 2024

  1. add fetched model

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    4eb5b9f View commit details
    Browse the repository at this point in the history
  2. add experimental mark

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    3cbbf9b View commit details
    Browse the repository at this point in the history
  3. fix e2e

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    7b09792 View commit details
    Browse the repository at this point in the history
  4. fix e2e

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    cb98a26 View commit details
    Browse the repository at this point in the history
  5. resolve comments

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    6615478 View commit details
    Browse the repository at this point in the history
  6. add json test

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    a8c3de8 View commit details
    Browse the repository at this point in the history
  7. fix e2e

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    1dfd284 View commit details
    Browse the repository at this point in the history
  8. resolve comments

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    dfb8dce View commit details
    Browse the repository at this point in the history
  9. resolve comments

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    6c5e2cf View commit details
    Browse the repository at this point in the history
  10. add e2e coverage

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    bb69b39 View commit details
    Browse the repository at this point in the history
  11. remove used code

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    57d2078 View commit details
    Browse the repository at this point in the history
  12. use create file instead of open file

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    4ec65f9 View commit details
    Browse the repository at this point in the history