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

fix: run cmd using the shell's -c flag #1273

Merged
merged 10 commits into from
Jan 1, 2024
Merged

fix: run cmd using the shell's -c flag #1273

merged 10 commits into from
Jan 1, 2024

Commits on Nov 2, 2023

  1. fix: updates the decode function for OpMsg section

    the decode function is not able to distinguish the closing braces of the string json and sectionSingle, so used the prefix and suffix in place of regex to extract the document correctly
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    d51a65a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    8c4c6e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    835f63e View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

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

Commits on Nov 14, 2023

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

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    06382bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c68c97 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    4529a16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33c2b31 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. fix: runs the commands using the -c flag of sh

    the sh shell provides a flag to run multiple commands from a single shell cmd. So using this we will be able to use the parsing of script cmds of shell
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    4389343 View commit details
    Browse the repository at this point in the history