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

Binder models tcgc #2759

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

Binder models tcgc #2759

wants to merge 115 commits into from

Commits on Aug 15, 2024

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

Commits on Aug 19, 2024

  1. generic serializers

    joheredi committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    1d0e542 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

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

Commits on Sep 2, 2024

  1. merge main

    qiaozha committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    fb5cc9f View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. fix paged result model name

    qiaozha committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    136a66b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1205b52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9446b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. fix serializer

    qiaozha committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    efe343b View commit details
    Browse the repository at this point in the history
  2. fix anomalydetector

    qiaozha committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1f251c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    e8ffadb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a7e682 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb143cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be80522 View commit details
    Browse the repository at this point in the history
  5. fix known enum name

    qiaozha committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    91e4e9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c61258e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    92c5a25 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5149443 View commit details
    Browse the repository at this point in the history
  9. Fix client not found issue

    joheredi committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    53e235f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. fix client factory signature

    qiaozha committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    a6384c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    160aa9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39703d1 View commit details
    Browse the repository at this point in the history
  3. add deserializer

    qiaozha committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    f15218b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    655e1d0 View commit details
    Browse the repository at this point in the history
  5. do not export deserializer

    qiaozha committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    bf9946c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. use operation template

    qiaozha committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    2da07d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce9bcd4 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    d2d6839 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    207268f View commit details
    Browse the repository at this point in the history
  3. fix duplicate imports

    qiaozha committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    45cdf02 View commit details
    Browse the repository at this point in the history
  4. fix record serializer missing

    qiaozha committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c203010 View commit details
    Browse the repository at this point in the history
  5. fix unused imports

    qiaozha committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b1532c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    02abce0 View commit details
    Browse the repository at this point in the history
  2. fix body optional

    qiaozha committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2b30bb3 View commit details
    Browse the repository at this point in the history
  3. use tcgc name

    qiaozha committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    4d799fc View commit details
    Browse the repository at this point in the history
  4. fix model namespace name

    qiaozha committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    849dbae View commit details
    Browse the repository at this point in the history
  5. smoke-test

    qiaozha committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e673ece View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. fix extra quotes

    qiaozha committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7794efc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c43a3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2aac9f4 View commit details
    Browse the repository at this point in the history
  4. add array serializer

    qiaozha committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4629802 View commit details
    Browse the repository at this point in the history
  5. add array serializer

    qiaozha committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0f092a8 View commit details
    Browse the repository at this point in the history
  6. refactor operation helpers

    qiaozha committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1aac384 View commit details
    Browse the repository at this point in the history
  7. fix serialize value

    qiaozha committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8a10a46 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. fix smoke test

    qiaozha committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    14e3118 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa62957 View commit details
    Browse the repository at this point in the history
  3. fix docs missing

    qiaozha committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    5132824 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd3fe73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5fb0ae6 View commit details
    Browse the repository at this point in the history
  6. move options into api folder

    qiaozha committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    66dd336 View commit details
    Browse the repository at this point in the history
  7. fix docs missing

    qiaozha committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3046174 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. fix unit test

    qiaozha committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    9c8d698 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

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

Commits on Sep 16, 2024

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

Commits on Sep 18, 2024

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

Commits on Sep 20, 2024

  1. fix some ut description

    qiaozha committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d1306cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b804c19 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    2995eb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f545ee View commit details
    Browse the repository at this point in the history
  3. resolve emit unit test

    qiaozha committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    308e4e0 View commit details
    Browse the repository at this point in the history
  4. fix some issues

    qiaozha committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    9130d15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3a06e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. add todo

    qiaozha committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    206a35e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b8b0d6 View commit details
    Browse the repository at this point in the history
  3. resolve ut

    qiaozha committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    5593e27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ce248e View commit details
    Browse the repository at this point in the history
  5. add notes for todo

    qiaozha committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    23ad282 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bdee238 View commit details
    Browse the repository at this point in the history
  7. fix smoke test

    qiaozha committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d0e1622 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. filter models with usage

    qiaozha committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    fa49888 View commit details
    Browse the repository at this point in the history
  2. fix test

    qiaozha committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    57f1e66 View commit details
    Browse the repository at this point in the history
  3. resolve cadl-ranch generation

    qiaozha committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9de22a8 View commit details
    Browse the repository at this point in the history
  4. fix cadl ranch

    qiaozha committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c6e37dc View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. fix addcredential filter

    qiaozha committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1f6b05f View commit details
    Browse the repository at this point in the history
  2. regen smoke test

    qiaozha committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    021aa8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3efe347 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    525a0f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79fe320 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95e722f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4f15b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4efe9f View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. fix smoke test

    qiaozha committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    2c98a3f View commit details
    Browse the repository at this point in the history
  2. fix cadl ranch regen

    qiaozha committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e5c54b6 View commit details
    Browse the repository at this point in the history
  3. fix smoke test

    qiaozha committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3f6181e View commit details
    Browse the repository at this point in the history
  4. improve ser/deser

    qiaozha committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a5c8ff2 View commit details
    Browse the repository at this point in the history
  5. fix ci

    qiaozha committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b6a60ee View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. add unit test

    qiaozha committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3444ad7 View commit details
    Browse the repository at this point in the history
  2. add extensible enum case

    qiaozha committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    286f8c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    9a87639 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b21b83d View commit details
    Browse the repository at this point in the history
  3. fix ci

    qiaozha committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    6257aaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27bcd94 View commit details
    Browse the repository at this point in the history
  5. fix duplicate expression

    qiaozha committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    9fa085f View commit details
    Browse the repository at this point in the history
  6. format change

    qiaozha committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5ad149e View commit details
    Browse the repository at this point in the history
  7. fix unit test

    qiaozha committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    653a022 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. fix unused identifiers

    qiaozha committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    898f6f9 View commit details
    Browse the repository at this point in the history
  2. fix format and ci

    qiaozha committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    78eff56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e179c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    3640607 View commit details
    Browse the repository at this point in the history
  2. resolve some comments

    qiaozha committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    8c965c8 View commit details
    Browse the repository at this point in the history
  3. resolve comments

    qiaozha committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0d4a12d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    d9f63a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c10613 View commit details
    Browse the repository at this point in the history
  3. merge main

    qiaozha committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    cbdd7b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab4991c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3fe29d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Update packages/typespec-ts/src/modular/emitSamples.ts

    Co-authored-by: Daniel Getu <dgetu00@gmail.com>
    qiaozha and dgetu authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    5c34b3f View commit details
    Browse the repository at this point in the history
  2. reserve work

    qiaozha committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b850fae View commit details
    Browse the repository at this point in the history
  3. filter out lro models

    qiaozha committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    aefe1e6 View commit details
    Browse the repository at this point in the history
  4. filter out context

    qiaozha committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    219814b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. fix union docs missing

    qiaozha committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0fd31e0 View commit details
    Browse the repository at this point in the history
  2. fix ci

    qiaozha committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d9d8a18 View commit details
    Browse the repository at this point in the history
  3. fix format

    qiaozha committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8b56f5d View commit details
    Browse the repository at this point in the history
  4. reserve work

    qiaozha committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1f25390 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c68c5b View commit details
    Browse the repository at this point in the history