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

WIP: Provide a way to convert the output of native executables to objects #19257

Closed

Commits on Mar 14, 2023

  1. Commands now being added to the pipeline.

    Still need to settle on how to avoid invocation of the json adapter.
    JamesWTruher committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    20ad3aa View commit details
    Browse the repository at this point in the history
  2. Make json adapter an experimental feature.

    Also remove AutoJsonAdapter property from ApplicationInfo (JsonAdapter is enough).
    Disable autoconversion if direction is used.
    JamesWTruher committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    3015ef0 View commit details
    Browse the repository at this point in the history
  3. history now working.

    JamesWTruher committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    1d7a3a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f46da9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2511f2a View commit details
    Browse the repository at this point in the history
  6. Change to add new property to historyinfo object.

    Remove modification of commandline history, it now reports what the user typed.
    Add tests for calling the adapter and validating that the history object has the proper property and value.
    JamesWTruher committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    1af4f7e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    acbaf39 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aa0dcb4 View commit details
    Browse the repository at this point in the history
  9. Make json adapter an experimental feature.

    Also remove AutoJsonAdapter property from ApplicationInfo (JsonAdapter is enough).
    Disable autoconversion if direction is used.
    JamesWTruher committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    2ad735f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b26095e View commit details
    Browse the repository at this point in the history
  11. Fix logic for Windows tests.

    Since we're using 2 different executables between Windows and Unix, we need to be sure we're using the correct adapter.
    JamesWTruher committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    8b69be8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    84193b5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    984c2f8 View commit details
    Browse the repository at this point in the history