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

refactor: change binary lists in mysql mocks to base64 strings for readability #1276

Merged
merged 12 commits into from
Jan 10, 2024

Commits on Jan 7, 2024

  1. ‘look by kind’changes in mysql

    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    Hermione2408 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    74e98c5 View commit details
    Browse the repository at this point in the history
  2. base64 encoding-decoding for some packet

    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    Hermione2408 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    d0bea23 View commit details
    Browse the repository at this point in the history
  3. refactor(mysqlparser): change binary lists in mysql mocks to base64 s…

    …trings for readability
    
    change binary lists in mysql mocks to base64 strings for readability and add a function to filter
    out the firstSQL mock for handshake
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    Hermione2408 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    a29a828 View commit details
    Browse the repository at this point in the history
  4. fix: run cmd using the shell's -c flag (keploy#1273)

    * 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>
    
    ---------
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    re-Tick authored and Hermione2408 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    cd7267a View commit details
    Browse the repository at this point in the history
  5. fix: unexpected behaviour with multiple dependencies (keploy#1214)

    * fix: remove binary match
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: add in memoryDb in test mode
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: merge conflicts
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: add binary matching with benchmark
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: remove mongo changes
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: remove print statements
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    ---------
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    charankamarapu authored and Hermione2408 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    d90dac6 View commit details
    Browse the repository at this point in the history
  6. ‘look by kind’changes in mysql

    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    Hermione2408 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    e5d6a06 View commit details
    Browse the repository at this point in the history
  7. refactor(mysql parser related files): add omitempty,flow to json,yaml…

    … tags in MYSQL
    
    add omitempty,flow to json,yaml tags in MYSQL
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    Hermione2408 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    24f7f48 View commit details
    Browse the repository at this point in the history
  8. fix: unexpected behaviour with multiple dependencies (keploy#1214)

    * fix: remove binary match
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: add in memoryDb in test mode
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: merge conflicts
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: add binary matching with benchmark
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: remove mongo changes
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: remove print statements
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    ---------
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    charankamarapu authored and Hermione2408 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    4c430c2 View commit details
    Browse the repository at this point in the history
  9. fix: fixed typo of word gracefully (keploy#1299)

    Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    officialasishkumar authored and Hermione2408 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    d405abd View commit details
    Browse the repository at this point in the history
  10. fix: generic bug (keploy#1297)

    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    charankamarapu authored and Hermione2408 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    589ea7a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d092da3 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

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