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 new SCRIPT SHOW subcommand to dump script via sha1 #617

Merged
merged 13 commits into from
Jun 19, 2024

Commits on Jun 16, 2024

  1. script add dump subcommand

    Change-Id: I60aacd3198652174883f335b36efc18d69a1fb43
    Signed-off-by: wei.kukey <wei.kukey@gmail.com>
    kukey committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    7a3353d View commit details
    Browse the repository at this point in the history
  2. Update src/commands/script-dump.json

    Co-authored-by: Madelyn Olson <madelyneolson@gmail.com>
    Signed-off-by: wei.kukey <wei.kukey@gmail.com>
    kukey and madolson committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    893d9da View commit details
    Browse the repository at this point in the history
  3. fix some problem

    Change-Id: I5656dc8a4f8010966b3f508e9c72bc7c26395f21
    Signed-off-by: wei.kukey <wei.kukey@gmail.com>
    kukey committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    d397507 View commit details
    Browse the repository at this point in the history
  4. Update src/commands/script-dump.json

    fix arity argument
    
    Co-authored-by: Binbin <binloveplay1314@qq.com>
    Signed-off-by: wei.kukey <wei.kukey@gmail.com>
    kukey and enjoy-binbin committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    259601e View commit details
    Browse the repository at this point in the history
  5. Update src/eval.c

    Co-authored-by: Binbin <binloveplay1314@qq.com>
    Signed-off-by: wei.kukey <wei.kukey@gmail.com>
    kukey and enjoy-binbin committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    b5a72a7 View commit details
    Browse the repository at this point in the history
  6. fix linux compile redefine macro

    Change-Id: I50d5703c636de565857ea5746d68f4084189a9cf
    Signed-off-by: wei.kukey <wei.kukey@gmail.com>
    kukey committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    522f0d7 View commit details
    Browse the repository at this point in the history
  7. invalid sha1 return noscript error message

    Change-Id: Icd4ccc06a2a970d04ac12d5f9cbc01613b493bce
    Signed-off-by: wei.kukey <wei.kukey@gmail.com>
    kukey committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    fc146f7 View commit details
    Browse the repository at this point in the history
  8. fix unit test spell wrong

    Change-Id: I46624f43824a6d61b0f43c399a2b7c53e1258e3d
    Signed-off-by: wei.kukey <wei.kukey@gmail.com>
    kukey committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    33f2f42 View commit details
    Browse the repository at this point in the history
  9. fix reply schema and add fast path to return noscript err

    Change-Id: Ia756dc5db4ebad5c83b4cc3b7f4a6702f94cfca4
    Signed-off-by: wei.kukey <wei.kukey@gmail.com>
    kukey committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    ed3c62d View commit details
    Browse the repository at this point in the history
  10. make script dump reply_schema clear

    Change-Id: I2034e9523ee27f824e01b82920faf8c8b32fd3c9
    Signed-off-by: wei.kukey <wei.kukey@gmail.com>
    kukey committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    24367ee View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. use script-show subcommand

    Change-Id: Ieb1b35629728b269c270ea97d775b4c2542a755f
    Signed-off-by: wei.kukey <wei.kukey@gmail.com>
    kukey committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ac7f7c0 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
    
    Co-authored-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
    madolson and zuiderkwast authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    36de039 View commit details
    Browse the repository at this point in the history
  3. Update src/commands.def

    Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
    madolson authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e8c0d1f View commit details
    Browse the repository at this point in the history