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

Add support for string array type in endpoint parameter #3085

Merged
merged 36 commits into from
Sep 6, 2024
Merged

Add support for string array type in endpoint parameter #3085

merged 36 commits into from
Sep 6, 2024

Commits on Sep 1, 2024

  1. add support for string array

    sbera87 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    fa449f9 View commit details
    Browse the repository at this point in the history
  2. crt interface hook

    sbera87 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    c124cb3 View commit details
    Browse the repository at this point in the history
  3. fixes

    sbera87 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    bdb20ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8feb4fd View commit details
    Browse the repository at this point in the history
  5. fix compiler error

    sbera87 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    a4c3b18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3077f2d View commit details
    Browse the repository at this point in the history
  7. add tests to cmake

    sbera87 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    6c7a633 View commit details
    Browse the repository at this point in the history
  8. test tweak

    sbera87 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    58828f1 View commit details
    Browse the repository at this point in the history
  9. test tweak

    sbera87 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    020b604 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    da30382 View commit details
    Browse the repository at this point in the history
  11. codegen updates

    sbera87 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    5467ff1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bb88926 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ba94a2b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9358db3 View commit details
    Browse the repository at this point in the history
  15. remove stray whitespace

    sbera87 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    5974245 View commit details
    Browse the repository at this point in the history
  16. name changes for convention

    sbera87 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    a9e0975 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4aa793f View commit details
    Browse the repository at this point in the history
  18. header method name case fix

    sbera87 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    11b273f View commit details
    Browse the repository at this point in the history
  19. remove unused packages

    sbera87 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    c4354c4 View commit details
    Browse the repository at this point in the history
  20. fix method case

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

Commits on Sep 3, 2024

  1. address suggestions

    sbera87 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    1678c10 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. fix cmake

    sbera87 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    7370528 View commit details
    Browse the repository at this point in the history
  2. fix whitespace + namespace

    sbera87 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    d2d2418 View commit details
    Browse the repository at this point in the history
  3. fix ws

    sbera87 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    100284b View commit details
    Browse the repository at this point in the history
  4. tweaks

    sbera87 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    da6957f View commit details
    Browse the repository at this point in the history
  5. whitespace fixes

    sbera87 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    4c13d5c View commit details
    Browse the repository at this point in the history
  6. fix namespace

    sbera87 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    dc4f376 View commit details
    Browse the repository at this point in the history
  7. remove globals

    sbera87 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    2a0ea1d View commit details
    Browse the repository at this point in the history
  8. remove unused vars

    sbera87 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    67dfd07 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. moved test to core

    sbera87 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8e4bb85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4911831 View commit details
    Browse the repository at this point in the history
  3. fixes

    sbera87 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    cca3d26 View commit details
    Browse the repository at this point in the history
  4. remove redundant deps

    sbera87 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2e55271 View commit details
    Browse the repository at this point in the history
  5. add streams

    sbera87 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    5e2bef8 View commit details
    Browse the repository at this point in the history
  6. cleanup stray code

    sbera87 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    f4b39fa View commit details
    Browse the repository at this point in the history
  7. rename test class

    sbera87 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    68e8952 View commit details
    Browse the repository at this point in the history