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

Streaming RPC support for gRPC calls #1783

Open
wants to merge 363 commits into
base: main
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Sep 28, 2023

  1. fix: implement stopper in service layer (keploy#907)

    * fix: stop keploy while test
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: stop keploy immediately on interrupt
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    ---------
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    charankamarapu committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    a49d5c0 View commit details
    Browse the repository at this point in the history
  2. stop and remove docker container (keploy#874)

    * stop and remove docker container
    
    Signed-off-by: 404fixer <govindtomar94@gmail.com>
    ---------
    
    Signed-off-by: 404fixer <govindtomar94@gmail.com>
    tomargovind committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    3948ecb View commit details
    Browse the repository at this point in the history
  3. feat: updated vaunt badges for community rewards (keploy#920)

    * feat: added hacktoberfest guide
    
    Signed-off-by: Animesh <kurosakiichigo.songoku@gmail.com>
    
    * feat: added hacktoberfest guide
    
    Signed-off-by: Animesh <kurosakiichigo.songoku@gmail.com>
    
    * feat: added vaunt badges
    
    Signed-off-by: Animesh <kurosakiichigo.songoku@gmail.com>
    
    * feat: added vaunt badges
    
    Signed-off-by: Animesh <kurosakiichigo.songoku@gmail.com>
    
    ---------
    
    Signed-off-by: Animesh <kurosakiichigo.songoku@gmail.com>
    Co-authored-by: Neha Gupta <gneha21@yahoo.in>
    Sonichigo and nehagup committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    aba5089 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. fix: yaml error and condition typo (keploy#928)

    Signed-off-by: Jeff Simpson <jeff1010322@gmail.com>
    jeff1010322 committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    4e36a8e View commit details
    Browse the repository at this point in the history
  2. fix: adds delay for the second test-set in serve cmd (keploy#919)

    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    d8afa82 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. feat: add curl command in yaml (keploy#929)

    * feat: add curl command in yaml
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: make curl top level field in .yaml
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: remove content-length from header in curl cmd
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    ---------
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    AkashKumar7902 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    7947b9a View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. fix: wrong test-case-path in test-report file (keploy#943)

    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    Co-authored-by: Animesh Pathak <53110238+Sonichigo@users.noreply.github.com>
    AkashKumar7902 and Sonichigo committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    67d8ac5 View commit details
    Browse the repository at this point in the history
  2. doc: removed --rm flag from record and test cmd (keploy#945)

    Signed-off-by: 404fixer <govindtomar94@gmail.com>
    Co-authored-by: Animesh Pathak <53110238+Sonichigo@users.noreply.github.com>
    tomargovind and Sonichigo committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    17a261e View commit details
    Browse the repository at this point in the history
  3. fix: remove stopper from hooks (keploy#944)

    * fix: remove stopper from hooks
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: add exitCmd channel
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: add comments
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    ---------
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    charankamarapu committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    d5a3598 View commit details
    Browse the repository at this point in the history
  4. fix: remove channel from stopper(keploy#953)

    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    charankamarapu committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    15bca2c View commit details
    Browse the repository at this point in the history
  5. feat: adding register for dependencies

    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    143dbfd View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. feat: Keploy side interface integration complete

    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    8758ab8 View commit details
    Browse the repository at this point in the history
  2. feat: readable mocks (keploy#951)

    * feat: writeable mocks
    shivamsouravjha committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    0ad602b View commit details
    Browse the repository at this point in the history
  3. fix: vaunt workflow not getting triggered (keploy#949)

    * feat: added hacktoberfest guide
    
    Signed-off-by: Animesh <kurosakiichigo.songoku@gmail.com>
    
    * feat: added hacktoberfest guide
    
    Signed-off-by: Animesh <kurosakiichigo.songoku@gmail.com>
    
    * feat: added vaunt badges
    
    Signed-off-by: Animesh <kurosakiichigo.songoku@gmail.com>
    
    * feat: added vaunt badges
    
    Signed-off-by: Animesh <kurosakiichigo.songoku@gmail.com>
    
    * feat: updated hacktoberfest banner
    
    Signed-off-by: Animesh <kurosakiichigo.songoku@gmail.com>
    
    * feat: updated hacktoberfest banner
    
    Signed-off-by: Animesh <kurosakiichigo.songoku@gmail.com>
    
    ---------
    
    Signed-off-by: Animesh <kurosakiichigo.songoku@gmail.com>
    Co-authored-by: Neha Gupta <gneha21@yahoo.in>
    Sonichigo and nehagup committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    b8a5a01 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. feat: option to name test cases (keploy#903)

    * feat: option to name test cases
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: changed header name
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: codeql error
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: remove lgtm comments
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    ---------
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    AkashKumar7902 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    ba5248c View commit details
    Browse the repository at this point in the history
  2. feat: updated the scope of the map

    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    eacec28 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. fix: channels communication between go routine in starting app via do…

    …cker (keploy#963)
    
    * fix: add comm chan in docker
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: add check on channel
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    ---------
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    charankamarapu committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    687af8c View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. refactor: removed commented code (keploy#891)

    * refactor: removed commented code
    Signed-off-by: Yash Singh <yashdsingh2004@gmail.com>
    VoidVampire committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    984cc06 View commit details
    Browse the repository at this point in the history
  2. fix: empty curl field in mock yaml (keploy#961)

    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    Co-authored-by: Ritik Jain <60597329+re-Tick@users.noreply.github.com>
    AkashKumar7902 and re-Tick committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    b01ba23 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. docs: update readme (keploy#971)

    Co-authored-by: Neha Gupta <gneha21@yahoo.in>
    Krishnakalani111 and nehagup committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    03289e6 View commit details
    Browse the repository at this point in the history
  2. fix: https mock for node v18.x.x not generating (keploy#931)

    * fix: https mock for node v18.x.x not generating
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * fix: make client acc to conn status
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    ---------
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    gouravkrosx committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    85a8f6d View commit details
    Browse the repository at this point in the history
  3. build: remove self-hosted GitHub actions (keploy#985)

    * fix remove channel
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: remove self-hosted actions
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    ---------
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    charankamarapu committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    93c01e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. fix: docker network injection not working properly (keploy#975)

    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    Co-authored-by: Sarthak Shyngle <50234097+Sarthak160@users.noreply.github.com>
    gouravkrosx and Sarthak160 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    a58b369 View commit details
    Browse the repository at this point in the history
  2. feat: support for running a given test-sets (keploy#956)

    * feat: support for running a given test-sets
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    Co-authored-by: Ritik Jain <60597329+re-Tick@users.noreply.github.com>
    AkashKumar7902 and re-Tick committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    4ad57f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. feat: logger with different color for each level

    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    AkashKumar7902 committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c94b555 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Fix: check build for arm architecture (keploy#988)

    * bug: check build for arm architecture
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * bug: changed version to v4 and added arch=arm
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * bug: add arm build for other workflows
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: removed arch arm
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: add arm64 in arch
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: add run-on-arch
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: github actions
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: build
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: arm build
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: build
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: build arm
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: build arm
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: build arm
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: build arm
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: build arm
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: build arm
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: build arm
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: build arm arm-runner-action complete
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: added build arm in build job with GOARCH=arm
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: check architecture
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: rename binary
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: list files
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: check arch
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: final commit
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: revert to v2
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    ---------
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    AkashKumar7902 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e48cae9 View commit details
    Browse the repository at this point in the history
  2. feat: Added support for sentry and improved the logging (keploy#935)

    * feat: added sentry for telemetry
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * feat: added all events for telemetry
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * feat: added all telemetry events except mocktest
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * style: merged main
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * feat: almost completed the integration
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * feat: added cmd field in the events and updated the README for the docker command
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removed unnecessary changes
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: added tests and records in one ping
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * feat: added env variables for docker and sentry
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * feat: added support for arch
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: checking for the value of Dsn
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: update goreleaser
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: update approach
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: addressed all the comments on the PR
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: fixed goreleaser and docker build issues
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: fix dsn
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated sentry logging mechanism
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: made changes according to the finalisation
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: added if checks before sending events and changed the logger
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: added additional mount directory for docker
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    ---------
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    920a302 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    131ffa6 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. feat: one touch installation of keploy (keploy#995)

    * feat:one touch install
    
    * update:cli refactor
    
    * update:add support of colima
    
    * refactor:removal of sudo
    
    * update: colimma update
    
    * refactor:adding echo
    
    * update:add exit
    
    * update:lyes no to y/n
    
    * update:example
    
    * update: keploy command to install
    
    * update:path for record
    
    * update:readme
    
    * update:alias for docker
    
    * update:location of keploy download
    
    * update:zshrc and bash saving
    
    * update: text
    
    * fix:text
    
    * refactor:removing continious append
    
    * update: alias
    
    * update:zsh command
    
    * fix command
    
    * update sudo mount
    
    * update:alias
    
    * updating readme
    
    * update:readme
    
    * update readme
    
    * update:readme
    shivamsouravjha committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    d05d670 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13b26b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c56b875 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cf312e View commit details
    Browse the repository at this point in the history
  5. fix: docker installation for macos in installation script (keploy#1011)

    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    gouravkrosx committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    70ecdfa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4aa8cd3 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. feat: made logger exportable and fixed the register function

    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    cdcaae8 View commit details
    Browse the repository at this point in the history
  2. fix: add userApplication error logs (keploy#1020)

    * fix remove channel
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: log user errors
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: remove commented code
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    ---------
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    charankamarapu committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    0d1571d View commit details
    Browse the repository at this point in the history
  3. feat: added proxy port as a flag (keploy#1006)

    * added port proxy as a flag
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * added custom proxy port flag to commands
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * fixed review issues for proxy port
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * fixed review issues for proxy port
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * removed proxy port as a parameter
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * removed proxy port as a parameter
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * fixed some syntax error
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * added proxy port as a flag
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    ---------
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    EraKin575 committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    efb4446 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. fix: header diffs sometimes misses keys (keploy#983)

    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    AkashKumar7902 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    beb661e View commit details
    Browse the repository at this point in the history
  2. fix fixed matching algorithm (keploy#1022)

    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    EraKin575 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8c24da2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f374388 View commit details
    Browse the repository at this point in the history
  4. feat: add link to test-reports and test summary (keploy#954)

    * feat: add link to test-reports and test summary
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: add log statement
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: add custom color encoder to zap
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: remove comments
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: added clone method
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: add comments
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: optimisation
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    ---------
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    Co-authored-by: Sarthak Shyngle <50234097+Sarthak160@users.noreply.github.com>
    AkashKumar7902 and Sarthak160 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    cd2ae8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6156fdf View commit details
    Browse the repository at this point in the history
  6. docs: adding spanish readme (keploy#993)

    Co-authored-by: Animesh Pathak <53110238+Sonichigo@users.noreply.github.com>
    Co-authored-by: Neha Gupta <gneha21@yahoo.in>
    3 people committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    a718ee2 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Update README.md (keploy#1015)

    Fixed typos and missing commas
    fahurox committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    7d77648 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6fe6f9 View commit details
    Browse the repository at this point in the history
  3. feat: add support for readable mocks for postgres (keploy#1018)

    * feat: add postgres parser to make pg mock readable
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    
    * fix: handle the buffer which contains multiple same packets
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    
    * refactor: add change pgproto3 version in go mod
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    
    * refactor: add context in postgres functions
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    
    * refactor: remove print statement
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    
    ---------
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    Sarthak160 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    7f704c3 View commit details
    Browse the repository at this point in the history
  4. fix: made seperate hooks for enterprise

    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    5e8e9d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. fix: add version in binary and docker (keploy#1030)

    * fix: add version in binary and docker
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: add dsn log
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: remove redundant
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    ---------
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    charankamarapu committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    85b928b View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. feat: refactoring some code for testing

    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    341bdb6 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. added timestamp support for test mode (keploy#1023)

    * added timestamp filtering of mocks in test mode 
    
    Signed-off-by: 404fixer <govindtomar94@gmail.com>
    
    ---------
    
    Signed-off-by: 404fixer <govindtomar94@gmail.com>
    tomargovind committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    483b778 View commit details
    Browse the repository at this point in the history
  2. feat: created getter and setter methods for Keploy-version

    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    6cb7fa3 View commit details
    Browse the repository at this point in the history
  3. fix: fixed mockrecord flag parsing error

    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    baee2ed View commit details
    Browse the repository at this point in the history
  4. feat: exported logger

    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    8884b78 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. removed repititve function definitions (keploy#1035)

    * removed repitive function definitions
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * removed unnecessary func definition
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    ---------
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    EraKin575 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    0e1a326 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Merge pull request keploy#998 from AkashKumar7902/feat-logger-with-di…

    …ff-color-for-each-level
    
    feat: logger with different color for each level
    PranshuSrivastava committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    c98d72a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. feat: create a keploy config file (keploy#982)

    * feat: create a keploy config file
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: add keploy-config.yaml
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: add testset entry in keploy-config.yaml
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    ---------
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    AkashKumar7902 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    5404dba View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. feat: made the test function modular, working on runtestset

    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    bdd8b85 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. MySQLparser-v2 (keploy#1025)

    * MySQLparser-v2
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * node changes
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * node app changes
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * WIP
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * ok packet changes
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * Bug fix
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * Bug fix
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * Removed log
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    ---------
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    Co-authored-by: Sarthak Shyngle <50234097+Sarthak160@users.noreply.github.com>
    Hermione2408 and Sarthak160 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    bc3d263 View commit details
    Browse the repository at this point in the history
  2. feat: divided test and runtestset function into modules

    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    809bfb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. fix: add version for sentry (keploy#1050)

    * fix: removed unnecessary log
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: testing version problem change
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated path of keploy logs and added function to delete them
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: testing sentry
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: checking
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: made changes according to the comments
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    ---------
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    b481907 View commit details
    Browse the repository at this point in the history
  2. fix: https mock not generating in docker (keploy#991)

    * fix: https mock not generating in docker
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * docs: update README.md
    
    ---------
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    gouravkrosx committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    1445a02 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. refactor: one click install example (keploy#1053)

    * add:one click install example
    
    Signed-off-by: shivamsouravjha <2019145@iiitdmj.ac.in>
    
    * refactor:without one click update
    
    Signed-off-by: shivamsouravjha <2019145@iiitdmj.ac.in>
    
    * refactor:flag name
    
    ---------
    
    Signed-off-by: shivamsouravjha <2019145@iiitdmj.ac.in>
    shivamsouravjha committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    cd67638 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. fix: updates the decode function for OpMsg section (keploy#1058)

    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
    6e85069 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c40ca25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91707b0 View commit details
    Browse the repository at this point in the history
  4. refactor: save encoded string in case of large buffer data incompatib…

    …le to decode (keploy#1047)
    
    * feat: create a keploy config file
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: add keploy-config.yaml
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: add testset entry in keploy-config.yaml
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: added code for fetching noise config
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: build
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: add regex code
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: keploy commands failing when no config file
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: update keploy-config
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: added the removed function
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * refactor: condition to match non readable payload
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    
    * refactor: condition to match non readable payload
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    
    * refactor: save encoded string in case of large buffer data
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    
    * refactor: remove buffered string from pg response
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    
    * feat: make unreadable data base64 in datarow packet
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    
    ---------
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    Co-authored-by: Akash Kumar <meakash7902@gmail.com>
    Co-authored-by: Akash Kumar <91385321+AkashKumar7902@users.noreply.github.com>
    3 people committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    a3b9b77 View commit details
    Browse the repository at this point in the history
  5. fix: removed v1beta2 and added the test return values into a struct

    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    295e3c2 View commit details
    Browse the repository at this point in the history
  6. fix:Modified Installation guide link in the readme (keploy#1014)

    Signed-off-by: Aditya Tomar <adi02032002@gmail.com>
    Adi9235 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    501c1c9 View commit details
    Browse the repository at this point in the history
  7. feat: merged main and finalised the changes for enterprise server

    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    e85bca2 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. fix: i/o timeout while reading https response (keploy#1063)

    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    gouravkrosx committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    e022a2e View commit details
    Browse the repository at this point in the history
  2. fix: api request time for mock filtering (keploy#1067)

    * fix: api request time for mock filtering
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * refactor: update amd c files
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    ---------
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    gouravkrosx committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    edaf781 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. refactor: upgrade pg-version in ps packet for django-client compatibi…

    …lity (keploy#1072)
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    Sarthak160 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    e0dffd0 View commit details
    Browse the repository at this point in the history
  2. refactor: serve with app command (keploy#1071)

    * update:serve with app command
    
    * refactor:serve cmd
    
    * refactor:remove fetch hook command
    
    * fix:path for serve
    
    Signed-off-by: shivamsouravjha <shivamsouravjha@gmail.com>
    
    ---------
    
    Signed-off-by: shivamsouravjha <shivamsouravjha@gmail.com>
    shivamsouravjha committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    c6c7529 View commit details
    Browse the repository at this point in the history
  3. added flag for req timestamp (keploy#1073)

    * added flag for req timestamp
    
    Signed-off-by: 404fixer <govindtomar94@gmail.com>
    
    * renamed flag
    
    Signed-off-by: 404fixer <govindtomar94@gmail.com>
    
    * fixed formatting
    
    Signed-off-by: 404fixer <govindtomar94@gmail.com>
    
    ---------
    
    Signed-off-by: 404fixer <govindtomar94@gmail.com>
    tomargovind committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    cd1e4bb View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. fix: adds the ismaster query call of mongo in the config calls to res…

    …olve conflct in matching (keploy#1075)
    
    * 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>
    
    * fix: adds the ismaster query in mongo config for node
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    
    ---------
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    85bb5c0 View commit details
    Browse the repository at this point in the history
  2. fix: unused flag of one click install (keploy#1077)

    * update:serve with app command
    
    * refactor:remove fetch hook command
    
    * refactor:keploy example flag
    
    Signed-off-by: shivamsouravjha <shivamsouravjha@gmail.com>
    
    * refactor:removing unused flag
    
    * removing keploy.sh file after install
    
    ---------
    
    Signed-off-by: shivamsouravjha <shivamsouravjha@gmail.com>
    shivamsouravjha committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    0ecb812 View commit details
    Browse the repository at this point in the history
  3. fix: fixed unexpected log and exported the sorting function

    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    455420d View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. feat: add support for SCRAM authentication in mongo/DocumentDB (keplo…

    …y#1089)
    
    * feat: add support for authentication of mongo
    
    adds scram support to authenticate into mongoDb during test. DocumentDB is supported since it uses SCRAM-SHA-1 for authentication
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    
    ---------
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    9a84874 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. fix: adds a check before accessing the buffer index (keploy#1093)

    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    ea352b4 View commit details
    Browse the repository at this point in the history
  2. fix: made changes according to the comments

    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    1f73577 View commit details
    Browse the repository at this point in the history
  3. docs: added comment to mysql parser

    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    09c9eab View commit details
    Browse the repository at this point in the history
  4. fix: fixed merge conflicts

    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    81209cd View commit details
    Browse the repository at this point in the history
  5. fix: fixed merge conflicts

    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    a7de35b View commit details
    Browse the repository at this point in the history
  6. fix: fixed merge conflicts

    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    d44804d View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. fix: updates the auth calls to config for mongo (keploy#1102)

    updates the authentication calls in mongo protocol to config calls for the database connection and fixes the issue of accessing an empty array after simulation by fetching tcs mocks after connection.read call
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    bc882e5 View commit details
    Browse the repository at this point in the history
  2. feat: add automatic port change (keploy#1066)

    * added automatic portChange feature if current port is busy
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * added for for continuous port change if consecutive ports are busy
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * defined a upper and lower bound and maxatempts
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * added a case where the system can't find a available port
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * improved code indentation
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * fixed emoji
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * fixed logger
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * removed useless imports
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * removed unnecessary logs
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    ---------
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    EraKin575 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    7f8c5a2 View commit details
    Browse the repository at this point in the history
  3. feat: add global noise

    * feat: create a keploy config file
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: add keploy-config.yaml
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: add testset entry in keploy-config.yaml
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: added code for fetching noise config
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: build
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: add regex code
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: keploy commands failing when no config file
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: update keploy-config
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: added the removed function
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: noise field in graphql
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: refactor to correct flow of code
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: add new flag for config-path
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: address review comments
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: changed noise to globalNoise in config yaml
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: build
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: add cmd for generate keploy config
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: address review comments
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: address review comments
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: address review comments
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: address review comments
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: address review comments
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: add comments in keploy config yaml
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: removed keploy-config
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: address review comments
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: address comments
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: address review comments
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: address review comments
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: address review comments
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: address review comments
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: adress review comments
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    ---------
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    AkashKumar7902 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    76d6d1a View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

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

Commits on Nov 13, 2023

  1. fix: made changes accorrding to the requirements

    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    1127955 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. fix: fixed merge conflicts

    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    fcf8345 View commit details
    Browse the repository at this point in the history
  2. fix: removed keploy-config file

    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    6bbd105 View commit details
    Browse the repository at this point in the history
  3. fix: tls connection in python (keploy#1111)

    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    gouravkrosx committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    b8174e0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request keploy#1078 from PranshuSrivastava/register-v2

    refactor: Refactored the code to make it more modular
    PranshuSrivastava committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    cf7bb6c View commit details
    Browse the repository at this point in the history
  5. fix: test cases not running (keploy#1110)

    * fix:  test cases not running
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: indent
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: assignment to entry in nil map
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: build
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    ---------
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    AkashKumar7902 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    2ca3dc0 View commit details
    Browse the repository at this point in the history
  6. style: removed incorrect log (keploy#1112)

    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    Co-authored-by: Ritik Jain <60597329+re-Tick@users.noreply.github.com>
    PranshuSrivastava and re-Tick committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    5f9c40b View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Adding option to configure recording of test cases (keploy#1115)

    * Adding option to configure recording of test cases
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * filter update
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * Return default false from path function
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * Convert urlMethods to array
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * Rename header in filter to ReqHeader
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    ---------
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    Hermione2408 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    68c528f View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. fix(cmd): disable cobra default completion cmd (keploy#1117)

    * feat: add automatic port change (keploy#1066)
    
    * added automatic portChange feature if current port is busy
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * added for for continuous port change if consecutive ports are busy
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * defined a upper and lower bound and maxatempts
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * added a case where the system can't find a available port
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * improved code indentation
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * fixed emoji
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * fixed logger
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * removed useless imports
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * removed unnecessary logs
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    ---------
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    Signed-off-by: dreamjz <25699818+dreamjz@users.noreply.github.com>
    
    * fix(cmd): disable cobra default completion cmd
    
    Signed-off-by: dreamjz <25699818+dreamjz@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    Signed-off-by: dreamjz <25699818+dreamjz@users.noreply.github.com>
    Co-authored-by: Tejas Kumar <100225222+EraKin575@users.noreply.github.com>
    dreamjz and EraKin575 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    f6d3e19 View commit details
    Browse the repository at this point in the history
  2. solved halting execution due to keploy config error (keploy#1122)

    * solved halting execution due to keploy config error
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * solved halting execution due to errors in keploy-config
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * solved halting execution due to errors in keploy-config
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    ---------
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    EraKin575 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    efc9ccf View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. fix: removed noise logic (keploy#1119)

    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    AkashKumar7902 committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    41fc54a View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. fix: fail to replace url host to containerIp on test-mode (keploy#1128)

    Signed-off-by: Sarthak Shyngle <50234097+Sarthak160@users.noreply.github.com>
    Sarthak160 committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    808b194 View commit details
    Browse the repository at this point in the history
  2. fix: remove timeout from chunking (keploy#1131)

    * fix: remove timeout from chunking
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: add EOF log
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    ---------
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    charankamarapu committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    e11e437 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. fix: fixes to set the auth password for mongo (keploy#1130)

    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0be130f View commit details
    Browse the repository at this point in the history
  2. feat: add support to filter some ports from intercepting (keploy#1138)

    * feat: add support to filter some ports from intercepting
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * refactor: added amd c files
    
    Signed-off-by: 404fixer <govindtomar94@gmail.com>
    
    ---------
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    Signed-off-by: 404fixer <govindtomar94@gmail.com>
    Co-authored-by: 404fixer <govindtomar94@gmail.com>
    gouravkrosx and tomargovind committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    51bde56 View commit details
    Browse the repository at this point in the history
  3. refactor: error handling when running keploy serve (keploy#1141)

    * refactor: error handling when running keploy serve
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * refactor: error description of ErrFailedUnitTest
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    ---------
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    gouravkrosx committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    4fa8be8 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. fix: change permissions of keploy-config (keploy#1146)

    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    AkashKumar7902 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    1fa021e View commit details
    Browse the repository at this point in the history
  2. fix: fixes the mongo decode section to extract the string (keploy#1155)

    * 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>
    
    ---------
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    87cce62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d739e7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71b3fab View commit details
    Browse the repository at this point in the history
  5. docs: change flow of readme (keploy#1157)

    Signed-off-by: Neha Gupta <gneha21@yahoo.in>
    nehagup committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    6ea5a99 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. refactor: made telemetry events async (keploy#1151)

    * refactor: made telemetry events async
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * refactor: remove unnecessary locking in SendTelemetry
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    ---------
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    gouravkrosx committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    fce9574 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b62a9c View commit details
    Browse the repository at this point in the history
  3. fix: payload issue for data row packet (keploy#1163)

    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    Sarthak160 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    b356474 View commit details
    Browse the repository at this point in the history
  4. fix: removed for loop to avoid error (keploy#1164)

    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    AkashKumar7902 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    e8db337 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Add filter when generating keploy-config (keploy#1159)

    * Add filter when generating keploy-config
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * Indentation fix
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * Indentation fix
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    ---------
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    Co-authored-by: Sarthak Shyngle <50234097+Sarthak160@users.noreply.github.com>
    Co-authored-by: Akash Kumar <91385321+AkashKumar7902@users.noreply.github.com>
    3 people committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    2ac3047 View commit details
    Browse the repository at this point in the history
  2. fix: updates the log for EOF error in generic to Debug level (keploy#…

    …1156)
    
    * fix: updates the error log for eof to debug level in generic
    
    ---------
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    46dbc97 View commit details
    Browse the repository at this point in the history
  3. feat: capture the code coverage of the go binaries in test (keploy#1171)

    * feat: captures code coverage for the go binaries
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    
    ---------
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    3f78251 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. feat: Add ci tests to validate PR changes (keploy#1176)

    * feat: added ci pipelline for testing gin-mongo
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated location of the app
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated keploy location
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated test command
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated keploy location
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updateed location
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removed eec
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated the pid mechanism
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated kill mechanism]
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: fixed sudo error
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * feat: made async
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: increased wait time
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: added mongo
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removed keploy network
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: inc sleep time
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: changed the branch
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: fixed branch issues
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated the time
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated the tijme
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: checking if the application started or not
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: added support for timestamp
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: fixed status
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removed echo
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * feat: checking python workflow
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: installed virtualenv before pushing
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * feat: added code to start keploy
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: fixed sed
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: fixed sed
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: udpated keploy binary
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated keploy location
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated the repo
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: added migrations
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: added sleep time
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated back to keploy
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removed virtualenv
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: check the containers
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated the config
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: added back keploy
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removed keploy
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: changed to fork
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: now checking the logs
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: checking on a diff portr
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: just checking the logs now
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: added keploy back
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: not checking the logs
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: checking if something is running on the port or not
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: checking with telnet
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: s
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: somethign
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: as
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: asd
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: asd
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated endpoint
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removed telnet
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removed migrations
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: changed starting of databse
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: starting the server again
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: checking docker containers
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: added back pid
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: added the logic for test
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: added backward compatibility to the testcases
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removing keploy now
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * feat: added pipeline for node
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated workflow file
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated the docker container
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * feat: added java linux workflow
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated location of the script
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: checking java version
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated java version
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updating apt
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: just checking the application
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: checking the installed java versions
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: checking the directories
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated java version
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: starting with keploy now
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated keploy location
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: added 2 extra steps
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: fixed indentation issues
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated the workflow
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: added update script
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updating the java version again
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: added the code for keploy test mode as well
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: just confirming where we are
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated the location of the script
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: increased the delay
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: checking the testcases
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: fixed location
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * feat: added postgres
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: running in detached mode
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: running in detached mode
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * feat: added java with docker
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: changed to java docker
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: added code to expand aliases
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: stopped using aliases
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removed keploy alias
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: starting keploy network
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removed detached mode
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removed interactiveness of the shell
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removed Home
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * feat: added support for golang docker
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removed using keplopy binary
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated the command to start the applciation
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: checming
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: checking again
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: checking if the file already exists or not
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: sending y
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removing keploy-config before
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: not checking out to a diff branch
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: checking again
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: building docker
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: stopping keploy differently
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: fixed test mode
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removing ginapp
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * feat: added support for python docker
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removed it
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: specifying host
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: checking logs
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: checking the logs again
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: checking logs again
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: switched docker network
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: not creating database
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated docker run command
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: comment added
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removed migrations
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: added initialisation script
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: made the path absolute
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: absolute path
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: inspecting the network
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: using docker ps
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: ps again
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: checking logs
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: checkj
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: running detached again
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: fixed test
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removing old keploy
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: stopping before removing
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: using rm -f
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: checking again
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: inc delay
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: added node docker
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: not using binary anymore
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removing preexisting testcases
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: inc the delay
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: checking logs
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: check
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: check
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: check
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: check
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: only testing binaries
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * feat: added for loop
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: using binary now
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: checking both the results
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: fixed
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: checking update
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: reverted some changes
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: waiting before next iteration
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated java
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated go branch
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: fixed location of script
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated again
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated python branch
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated repo
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    ---------
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    Co-authored-by: Gourav kumar <44055698+gouravkrosx@users.noreply.github.com>
    PranshuSrivastava and gouravkrosx committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    47d3de2 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Fix keploy#915: add support for running particular test (keploy#1165)

    * feat: add support for running particular test
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * address comments
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix indent
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: clear example
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * changed order of comment
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * removed unnesscary files
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * remove keploy-config
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * add keploy.sh
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    ---------
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    Co-authored-by: Sarthak Shyngle <50234097+Sarthak160@users.noreply.github.com>
    AkashKumar7902 and Sarthak160 committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    4fc1d5c View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. feat: make docker compose startup time configurable (keploy#1166)

    * feat: make docker compose startup time configurable
    
    Signed-off-by: IllTamer <78360471+IllTamer@users.noreply.github.com>
    
    * refactor: change the type of buildDelay
    
    Signed-off-by: IllTamer <78360471+IllTamer@users.noreply.github.com>
    
    * feat: removed buildDelay Flag in serve directive
    
    Signed-off-by: IllTamer <78360471+IllTamer@users.noreply.github.com>
    
    * feat: modified and improved the usage example of buildDelay Flag
    
    Signed-off-by: IllTamer <78360471+IllTamer@users.noreply.github.com>
    
    * feat: update the template of config file
    
    Signed-off-by: IllTamer <78360471+IllTamer@users.noreply.github.com>
    
    * fix: remove buildDelay parameter in serve command
    
    Signed-off-by: IllTamer <78360471+IllTamer@users.noreply.github.com>
    
    * fix: fixed error port in example
    
    Signed-off-by: IllTamer <78360471+IllTamer@users.noreply.github.com>
    
    * fix: fixed remaining issues
    
    Signed-off-by: IllTamer <78360471+IllTamer@users.noreply.github.com>
    
    * fix: remove unnecessary check
    
    Signed-off-by: IllTamer <78360471+IllTamer@users.noreply.github.com>
    
    * fix: merge conflict error
    
    Signed-off-by: IllTamer <78360471+IllTamer@users.noreply.github.com>
    
    * fix: remove unnecessary check in record
    
    Signed-off-by: IllTamer <78360471+IllTamer@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: IllTamer <78360471+IllTamer@users.noreply.github.com>
    IllTamer committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    b623c2a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. bug: added support for relative volume mounts in docker compose (kepl…

    …oy#1186)
    
    * bug: added support for relative volume mounts in docker compose
    
    Signed-off-by: Amogh Umesh <amoghumesh02@gmail.com>
    
    * bug: fixed bug in printing buildDelayy in warning
    
    Signed-off-by: Amogh Umesh <amoghumesh02@gmail.com>
    
    ---------
    
    Signed-off-by: Amogh Umesh <amoghumesh02@gmail.com>
    amoghumesh committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    fa1725d View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. fix: handle panic in logger (keploy#1192)

    * fix: handle panic in logger
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * refactor: change handlepanic logs
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    ---------
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    gouravkrosx committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    aaf3ba3 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. update:arm and amd generated code (keploy#1187)

    Co-authored-by: Akash Kumar <91385321+AkashKumar7902@users.noreply.github.com>
    Co-authored-by: Gourav kumar <44055698+gouravkrosx@users.noreply.github.com>
    3 people committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    4115c72 View commit details
    Browse the repository at this point in the history
  2. fix: modified return of nil response for HTTP Connection Error (keplo…

    …y#1174)
    
    Signed-off-by: Chinmay <chinmaysharma1020@gmail.com>
    Co-authored-by: Neha Gupta <gneha21@yahoo.in>
    ChinmayaSharma-hue and nehagup committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    4f52122 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. feature: passthrough for telemetry in record and test (keploy#1195)

    * add:adding passthorugh for certain hosts
    
    * refactor:pass through in test mode
    shivamsouravjha committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    f29564d View commit details
    Browse the repository at this point in the history
  2. fix: the logic to compare two slices should be changed (keploy#1100)

    * feat: create a keploy config file
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: add keploy-config.yaml
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: add testset entry in keploy-config.yaml
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: added code for fetching noise config
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: build
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: add regex code
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: keploy commands failing when no config file
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: update keploy-config
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: added the removed function
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: noise field in graphql
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: refactor to correct flow of code
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: add new flag for config-path
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: address review comments
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: changed noise to globalNoise in config yaml
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: build
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: add cmd for generate keploy config
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: address review comments
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: address review comments
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: address review comments
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: address review comments
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: address review comments
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: add comments in keploy config yaml
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: removed keploy-config
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: address review comments
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: address comments
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: comparsion logic
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: refactor
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: updated example
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * address review comments
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix build
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix build
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix workflow
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * check config
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * remove cat
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * remove test-set parameter from config file
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    ---------
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    AkashKumar7902 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    f27b82f View commit details
    Browse the repository at this point in the history
  3. fix unable to record custom name test cases (keploy#1189)

    * fix bug
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * replaced return with continue
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * address review comments
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * list files in testreports
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix workflow error
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * remove ls from workflow file
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    ---------
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    AkashKumar7902 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    1a6d446 View commit details
    Browse the repository at this point in the history
  4. refactor:updating return type of report (keploy#1124)

    * refactor:updating return time of report
    
    Signed-off-by: shivamsouravjha <shivamsouravjha@gmail.com>
    
    ---------
    
    Signed-off-by: shivamsouravjha <shivamsouravjha@gmail.com>
    shivamsouravjha committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    ead5db3 View commit details
    Browse the repository at this point in the history
  5. fix: generate config returns after logging error (keploy#1154)

    * fix: generate config returns after logging error
    officialasishkumar committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    cc84c04 View commit details
    Browse the repository at this point in the history
  6. refactor: keploy examples (keploy#1207)

    * refactor: keploy examples
    Shubhrant05 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    7360f5a View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Removed unused directory (keploy#1205)

    * fix: remove unused code
    officialasishkumar committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    cdf3cd7 View commit details
    Browse the repository at this point in the history
  2. fix testing pipeline (keploy#1211)

    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    AkashKumar7902 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    14b55e4 View commit details
    Browse the repository at this point in the history
  3. feat: add serve command in workflow (keploy#1204)

    * add serve command in workflow
    AkashKumar7902 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    af6e468 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    e46d834 View commit details
    Browse the repository at this point in the history
  2. Removed replay directory (keploy#1217)

    * refactor: removed replay related unused files
    officialasishkumar committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    b20e5da View commit details
    Browse the repository at this point in the history
  3. add:workflow to test single test sets (keploy#1220)

    * add:workflow to test single test suites
    shivamsouravjha committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    2869c32 View commit details
    Browse the repository at this point in the history
  4. feat: Added extra fields for sentry (keploy#1203)

    * fix: added extra fields for sentry
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removed unnecessary changes
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: fix merge conflicts
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: addressed the comments
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removed unnecessary files
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: fix indentation
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: remove binary
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    ---------
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    1dccf36 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

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

Commits on Dec 20, 2023

  1. refactor: logs in record and test commands (keploy#1228)

    * refactor: logs in record and test commands
    ananupam committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    603759c View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. feat: add repo options in issue template (keploy#1229)

    Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
    officialasishkumar committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    98d1728 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d41d56 View commit details
    Browse the repository at this point in the history
  3. feat: added pipeline tests for docker (keploy#1226)

    * feat: added pipeline test for docker
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: made changes according to the comments
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: added apiTimeout
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removed api timeout from record mode
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: update java linux
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated java linux and python docker
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    ---------
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    Co-authored-by: Gourav kumar <44055698+gouravkrosx@users.noreply.github.com>
    PranshuSrivastava and gouravkrosx committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    a2a54f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. fix: updated docker alias in keploy.sh (keploy#1242)

    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    ff9381c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc56629 View commit details
    Browse the repository at this point in the history
  3. feat: added writers-program repo. (keploy#1243)

    Signed-off-by: Arindam Majumder <arindammajumder2020@gmail.com>
    Co-authored-by: Animesh Pathak <53110238+Sonichigo@users.noreply.github.com>
    Arindam200 and Sonichigo committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    40c8a40 View commit details
    Browse the repository at this point in the history
  4. refactor:add keploy generated tests in gitignore (keploy#1249)

    Signed-off-by: shivamsouravjha <shivamsouravjha@gmail.com>
    shivamsouravjha committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    d1c2cca View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. fix: mysql issues with java and .Net runtimes (keploy#1222)

    * initial commit
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * WIP generic matching algo
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * WIP
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * WIP
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * WIP
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * WIP
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * WIP
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * Fixed Handshake-Response Decoding
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * minor fix
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * WIP
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * WIP
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * Bug fixes
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * Dotnet and java fixes
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * refactor:indent (keploy#1213)
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * Removed replay directory  (keploy#1217)
    
    * refactor: removed replay related unused files
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * add:workflow to test single test sets (keploy#1220)
    
    * add:workflow to test single test suites
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * feat: Added extra fields for sentry (keploy#1203)
    
    * fix: added extra fields for sentry
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removed unnecessary changes
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: fix merge conflicts
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: addressed the comments
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removed unnecessary files
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: fix indentation
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: remove binary
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    ---------
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * Updated README
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * Fix dco
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * Fix in resultSet Decoding
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * Removed logs
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * Minor Change in Decode
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * refactor:indent (keploy#1213)
    
    * [refactor]: remove unused files (keploy#1218)
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * refactor: logs in record and test commands (keploy#1228)
    
    * refactor: logs in record and test commands
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * feat: add repo options in issue template (keploy#1229)
    
    Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * Update --feature-request.yaml (keploy#1232)
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * feat: added pipeline tests for docker (keploy#1226)
    
    * feat: added pipeline test for docker
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: made changes according to the comments
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: added apiTimeout
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removed api timeout from record mode
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: update java linux
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: updated java linux and python docker
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    ---------
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    Co-authored-by: Gourav kumar <44055698+gouravkrosx@users.noreply.github.com>
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * Updated Documentation.
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * fix: updated docker alias in keploy.sh (keploy#1242)
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * refactor:concat strings for error logs(keploy#1248)
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * feat: added writers-program repo. (keploy#1243)
    
    Signed-off-by: Arindam Majumder <arindammajumder2020@gmail.com>
    Co-authored-by: Animesh Pathak <53110238+Sonichigo@users.noreply.github.com>
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * refactor:add keploy generated tests in gitignore (keploy#1249)
    
    Signed-off-by: shivamsouravjha <shivamsouravjha@gmail.com>
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * changed logger to debug for config error
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * debug statement instead of Warn
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    ---------
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
    Signed-off-by: Arindam Majumder <arindammajumder2020@gmail.com>
    Signed-off-by: shivamsouravjha <shivamsouravjha@gmail.com>
    Co-authored-by: Shivam Sourav Jha <60891544+shivamsouravjha@users.noreply.github.com>
    Co-authored-by: Asish Kumar <87874775+officialasishkumar@users.noreply.github.com>
    Co-authored-by: Pranshu Srivastava <37413698+PranshuSrivastava@users.noreply.github.com>
    Co-authored-by: Shubham Bajpai <shbajpai@vmware.com>
    Co-authored-by: Anjali Anupam <2019024@iiitdmj.ac.in>
    Co-authored-by: Animesh Pathak <53110238+Sonichigo@users.noreply.github.com>
    Co-authored-by: Gourav kumar <44055698+gouravkrosx@users.noreply.github.com>
    Co-authored-by: Arindam Majumder <109217591+Arindam200@users.noreply.github.com>
    Co-authored-by: Sarthak Shyngle <50234097+Sarthak160@users.noreply.github.com>
    10 people committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    6561af3 View commit details
    Browse the repository at this point in the history
  2. fix: prevent error logging of failed to read from client incase app e…

    …xits (keploy#1256)
    
    * fix: ignore the eof logs occuring after exiting user app
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    
    * refactor: change name of the hook function
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    
    ---------
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    Sarthak160 committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    47f634e View commit details
    Browse the repository at this point in the history
  3. feat: Docker support for Keploy installation on Darwin (keploy#1231)

    * feat: Docker support for Keploy installation on Darwin
    
    Signed-off-by: ananupam <2019024@iiitdmj.ac.in>
    
    * refactor: oneClick and example
    
    Signed-off-by: ananupam <2019024@iiitdmj.ac.in>
    
    * refactor: checker for docker volume
    
    Signed-off-by: ananupam <2019024@iiitdmj.ac.in>
    
    * refactor:check for docker context
    
    * refactor:context fix
    
    ---------
    
    Signed-off-by: ananupam <2019024@iiitdmj.ac.in>
    Co-authored-by: Gourav kumar <44055698+gouravkrosx@users.noreply.github.com>
    ananupam and gouravkrosx committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    ccb5ecc View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. debug: adds debug logs for the filter test case mocks (keploy#1263)

    * debug: adds debug logs for the filter mocks
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    
    ---------
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    00d1bac View commit details
    Browse the repository at this point in the history
  2. feat: hide file details of keploy logger in binary (keploy#1264)

    Signed-off-by: ananupam <2019024@iiitdmj.ac.in>
    ananupam committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    3d21ac5 View commit details
    Browse the repository at this point in the history
  3. feat: implemented pass through feature for postgres parser (keploy#1149)

    * solved halting execution due to keploy config error
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * solved halting execution due to errors in keploy-config
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * solved halting execution due to errors in keploy-config
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * implemented passthrough in postgres parser
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * added continue
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * removed unnecessary packages
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    ---------
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    Co-authored-by: Sarthak Shyngle <50234097+Sarthak160@users.noreply.github.com>
    EraKin575 and Sarthak160 committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    9bf6f28 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. 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>
    re-Tick committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    df2e195 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. 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>
    charankamarapu committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    490a151 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. fix: fixed typo of word gracefully (keploy#1299)

    Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
    officialasishkumar committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    5c9151c View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. fix: generic bug (keploy#1297)

    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    charankamarapu committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    c0cadfe View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. feat: add coverage flag to implement serve within test itself (keplo…

    …y#1300)
    
    * add coverage flag to implement serve
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * removed serve.go and moved functionality to test
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * changed workflow according to new changes
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * changed workflow according to new changes
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    ---------
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    EraKin575 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    013e6e2 View commit details
    Browse the repository at this point in the history
  2. fix: mongo scram (keploy#1302)

    * 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 Jan 8, 2024
    Configuration menu
    Copy the full SHA
    6c60264 View commit details
    Browse the repository at this point in the history
  3. refactor: provide some null checks in pg parser (keploy#1295)

    * refactor: provide some null checks in pg parser
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    
    * refactor: provide some null checks
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    
    * refactor: change log object to zap logger
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    
    ---------
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    Sarthak160 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    737d3ff View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Revert " feat: add coverage flag to implement serve within test itself (

    keploy#1300)" (keploy#1319)
    
    This reverts commit 013e6e2.
    
    Co-authored-by: Sarthak Shyngle <50234097+Sarthak160@users.noreply.github.com>
    charankamarapu and Sarthak160 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    3b54e80 View commit details
    Browse the repository at this point in the history
  2. fix: mongo read function (keploy#1321)

    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    charankamarapu committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    5e5d821 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. refactor: change binary lists in mysql mocks to base64 strings for re…

    …adability (keploy#1276)
    
    * ‘look by kind’changes in mysql
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * base64 encoding-decoding for some packet
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * refactor(mysqlparser): change binary lists in mysql mocks to base64 strings 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>
    
    * 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>
    
    * 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>
    
    * ‘look by kind’changes in mysql
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * 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>
    
    * 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>
    
    * fix: fixed typo of word gracefully (keploy#1299)
    
    Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    * fix: generic bug (keploy#1297)
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    
    ---------
    
    Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
    Co-authored-by: Ritik Jain <60597329+re-Tick@users.noreply.github.com>
    Co-authored-by: Charan Kamarapu <kamarapucharan@gmail.com>
    Co-authored-by: Asish Kumar <87874775+officialasishkumar@users.noreply.github.com>
    Co-authored-by: Sarthak Shyngle <50234097+Sarthak160@users.noreply.github.com>
    5 people committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    e8a9497 View commit details
    Browse the repository at this point in the history
  2. refactor: readme (keploy#1330)

    Co-authored-by: Neha Gupta <gneha21@yahoo.in>
    shivamsouravjha and nehagup committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    a6f4dda View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. feat(pg-parser): ignore deletion of startup request mocks during match (

    keploy#1341)
    
    * feat(pg-parser): ignore deletion of startup request mocks during match
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    
    * refactor: improve debug logs
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    
    ---------
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    Sarthak160 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    be573eb View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. fix: sorting of config mocks based on req timestamp (keploy#1352)

    * fix: refactor mock filtering and sorting logic
    
    * fix: change postgres mocks to config from tcs
    
    * refactor: save different mock names in yaml
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    
    * refactor: made some code change
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    
    * refactor: improve logging incase of no timestamp found
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    
    ---------
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    Co-authored-by: slayerjain <shubhamkjain@outlook.com>
    Sarthak160 and slayerjain committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    1c13f97 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

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

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    891acda View commit details
    Browse the repository at this point in the history
  2. feat: make priority based fuzzy match for config mocks (keploy#1373)

    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    Co-authored-by: Shubham Jain <shubhamkjain@outlook.com>
    Sarthak160 and slayerjain committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c13d99e View commit details
    Browse the repository at this point in the history
  3. fix: allow setting custom test-set folder names (keploy#1379)

    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    Co-authored-by: Shubham Jain <shubhamkjain@outlook.com>
    charankamarapu and slayerjain committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    179a315 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. fix: HTTP handling for partial header reception (keploy#1347)

    * fix: HTTP handling for partial header reception
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * fix: multiple content-length of http response in mocks
    
    * bug: add nil check for destConn in test mode
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * enhanced: saving http mock in separate goroutine
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    ---------
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    gouravkrosx committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    f5d3aa5 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. chore: logging an example when generate-config fails (keploy#1308)

    * chore: logging an example when generate-config fails
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * refactor: removed unnecessary changes in mod files
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * refactor: removed unnecessary files
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    ---------
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    0e7fde2 View commit details
    Browse the repository at this point in the history
  2. fix: error while extracting the OpMsg section (keploy#1381)

    * fix: generalize test-set name
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: error in mongo
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: add logs
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: if condition
    
    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>
    Co-authored-by: Shubham Jain <shubhamkjain@outlook.com>
    Co-authored-by: Pranshu Srivastava <37413698+PranshuSrivastava@users.noreply.github.com>
    3 people committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    f0a459b View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. fix: matching logic in generic and Postgres (keploy#1380)

    * fix: matching logic
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: change boolean
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: limit unfiltered mocks to 10
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: remove go-memdb
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: remove mock limit
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: append Id
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: postgres matching bug
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    ---------
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    Co-authored-by: Shubham Jain <shubhamkjain@outlook.com>
    charankamarapu and slayerjain committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    e84f3e0 View commit details
    Browse the repository at this point in the history
  2. fix: race conditions in tele methods (keploy#1403)

    Signed-off-by: slayerjain <shubhamkjain@outlook.com>
    slayerjain committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    ada087f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. fix: some http calls are not captured due to missing req data (keploy…

    …#1407)
    
    * fix: empty req in case of multiple chunk resp
    
    Signed-off-by: slayerjain <shubhamkjain@outlook.com>
    
    * fix: missing requests and their timestamps (keploy#1405)
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add ebpf objects for amd64
    
    * fix: set conn tracker processing event loop to 100ms
    
    Signed-off-by: slayerjain <shubhamkjain@outlook.com>
    
    ---------
    
    Signed-off-by: slayerjain <shubhamkjain@outlook.com>
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    Co-authored-by: Gourav kumar <44055698+gouravkrosx@users.noreply.github.com>
    slayerjain and gouravkrosx committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    8e6f0f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. feat:updated file structure for test reports (keploy#1408)

    * feat: updated file structure for test reports
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    ---------
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    Co-authored-by: Ritik Jain <60597329+re-Tick@users.noreply.github.com>
    EraKin575 and re-Tick committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    1370d62 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. feature: Implement Non-Zero Exit Code for Keploy Test Failures (keplo…

    …y#1366)
    
    * feat(command) : test return non-zero exit code
    
    Signed-off-by: seipan <yamasakipann0218@gmail.com>
    
    * fix : remove log & use os.Exit()
    
    Signed-off-by: seipan <yamasakipann0218@gmail.com>
    
    ---------
    
    Signed-off-by: seipan <yamasakipann0218@gmail.com>
    Co-authored-by: Ritik Jain <60597329+re-Tick@users.noreply.github.com>
    seipan and re-Tick committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    b557ded View commit details
    Browse the repository at this point in the history
  2. chore: add url metadata to logs in the http parser (keploy#1428)

    Signed-off-by: Shubham Jain <shubhamkjain@outlook.com>
    slayerjain committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    51f0457 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. feat: make serve command usage to test with coverage flag (keploy#1344)

    * updated file structure for test reports
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * updated file structure for test reports
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * updated file structure for test reports
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * updated file structure for test reports
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * updated file structure for test reports
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * updated file structure for test reports
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * resolving conflicts
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * Revert "Merge branch 'coverage'"
    
    This reverts commit b310711, reversing
    changes made to 51f0457.
    
    * updated PR
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * updated PR
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    ---------
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    EraKin575 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    623be30 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. refactor: remove redudant workflows and removed serve package (keploy…

    …#1432)
    
    * fixed workflows and removed serve package
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * fixed workflows and removed serve package
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * fixed workflows
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * fixed workflows
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * fixed java workflow
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * fixed java workflow
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * fixed java workflow
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * fixed java workflow
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * fixed java workflow
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * fixed java workflow
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * fixed java workflow
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * fixed java workflow
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * fixed java workflow
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * fixed java workflow
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * fixed java workflow
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * fixed java workflow
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * changed java workflows
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * changed docker container name in workflows
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * changed docker container name in workflows
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * changed docker container name in workflows
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    * changed python workflow
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    
    ---------
    
    Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
    EraKin575 committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    7ddd789 View commit details
    Browse the repository at this point in the history
  2. fix: unknown path problem in docker (keploy#1396)

    * fixed unknown path problem in docker
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * added changes to the test mode as well
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: made changes according to the comments
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: build errors
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    ---------
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    Co-authored-by: Gourav kumar <44055698+gouravkrosx@users.noreply.github.com>
    PranshuSrivastava and gouravkrosx committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    c17dd8c View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. feat: add support for test assertions and mock assertion preparation (k…

    …eploy#1437)
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    Co-authored-by: Sarthak Shyngle <50234097+Sarthak160@users.noreply.github.com>
    gouravkrosx and Sarthak160 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    91c820d View commit details
    Browse the repository at this point in the history
  2. [Feature]: Create Keploy --version Flag to CLI (keploy#1376)

    * Feature: Added Keploy Update to CLI
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Feature: Added Version Check to notify users about new release
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Feature:AddedChangelog, Refactoring, Update Version message
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Feature: Update Version message
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * requested changes
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * Feature: Added Keploy Update to CLI
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Feature: Added Version Check to notify users about new release
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Feature: Added Update Command to CLI
    
    Signed-off-by: Akash Singh <akashsingh2210670@gmail.com>
    
    * Feature: Added Keploy Update to CLI
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Feature: Added Version Check to notify users about new release
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Feature:AddedChangelog, Refactoring, Update Version message
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Feature: Update Version message
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * requested changes
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * Feature: Added Version Check to notify users about new release
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Feature: Added Update Command to CLI
    
    Signed-off-by: Akash Singh <akashsingh2210670@gmail.com>
    
    * Updated Review Comments and Formatted Markdown
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Rebased with upstream and fixed modularity issues
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * remove comments
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * Resolved comments and added silent to curl command
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * [Feature]: Create Keploy version flag
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Addressed Review Comments + Refactoring
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Refactored and adressed comments
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Fixed typo in version setting
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Refactored to use Cobra Version To set the version flag
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Fixed Indentation and Refactored to Remove Update Message
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Addressed review comments
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Addressed review comments
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    ---------
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    Signed-off-by: Akash Singh <akashsingh2210670@gmail.com>
    Co-authored-by: Akash Kumar <91385321+AkashKumar7902@users.noreply.github.com>
    Co-authored-by: Akash Kumar <meakash7902@gmail.com>
    3 people committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d9c5c91 View commit details
    Browse the repository at this point in the history
  3. fix: Mounting the folder in keploy container on /files(keploy#1414)

    * fix bug
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * replaced references to /files with current directory path
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix typo
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    ---------
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    Co-authored-by: Charan Kamarapu <kamarapucharan@gmail.com>
    AkashKumar7902 and charankamarapu committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    0efd1ba View commit details
    Browse the repository at this point in the history
  4. refactor:setting time stamp for response only after verified response (

    …keploy#1433)
    
    * refactor:use time for current instead of array
    
    * refactor:remove print
    shivamsouravjha committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    76cc78b View commit details
    Browse the repository at this point in the history
  5. feat:ignore order of data in json match(keploy#1413)

    * f
    
    * refactor:add log for same array different mock
    
    * refactor:updating emoji
    
    * fix:match used in abs match
    
    * refactor:config for ignore ordering
    
    * refactor:remove unused code
    
    * refactor:name of flag
    
    ---------
    
    Co-authored-by: Charan Kamarapu <kamarapucharan@gmail.com>
    shivamsouravjha and charankamarapu committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    68ecf14 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. feat:support of pass throught hosts (keploy#1397)

    * feat:support of pass throught hosts
    
    * refactor:filter, stub and passthrough
    
    * refactor:passthroughthosts
    
    * refactor: pipeline code
    
    * refactor:PassThroughHosts
    
    * feat:support of pass throught hosts
    
    * refactor:filter, stub and passthrough
    
    * refactor:parse and loader
    
    * fix:yam
    
    * udpate:append
    
    * refactor:log
    
    * refactor:url match
    
    * refactor:logic to update passthrough hosts
    
    * refactor:update function name,move source port logic
    
    * refactor:removing filters from tests
    
    * refactor:logs and config
    
    * fix:merge errors
    
    * fix:selected tests in config
    
    * refactor:passthrough host and path
    
    * update:name of variable
    shivamsouravjha committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    7e44c3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06a7dea View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. feat: pass mongo password to serve command during test (keploy#1464)

    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    Sarthak160 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    7ed41ff View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. fix: bug due to change in destination from /files to current directory (

    keploy#1465)
    
    * fix: bug due to change in destination from /files to current directory
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * replicate changes in test.go
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: remove /files from dockerfile
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    ---------
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    AkashKumar7902 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e286945 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. feat: added changes to run keploy docker from binary (keploy#1480)

    * feat: added changes to run keploy docker from binary
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: made changes according to the comments
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: made changes according to comments
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removed unnecessary log
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    ---------
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    2a76ef7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ceee91 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Feature: Added Keploy Update Command to CLI (keploy#1325)

    * Feature: Added Keploy Update to CLI
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Feature: Added Version Check to notify users about new release
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Feature:AddedChangelog, Refactoring, Update Version message
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Feature: Update Version message
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * requested changes
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * Feature: Added Keploy Update to CLI
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Feature: Added Version Check to notify users about new release
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Feature: Added Update Command to CLI
    
    Signed-off-by: Akash Singh <akashsingh2210670@gmail.com>
    
    * Feature: Added Keploy Update to CLI
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Feature: Added Version Check to notify users about new release
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Feature:AddedChangelog, Refactoring, Update Version message
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Feature: Update Version message
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * requested changes
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * Feature: Added Version Check to notify users about new release
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Feature: Added Update Command to CLI
    
    Signed-off-by: Akash Singh <akashsingh2210670@gmail.com>
    
    * Updated Review Comments and Formatted Markdown
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * remove comments
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * Resolved comments and added silent to curl command
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * added formatted markdown
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * Added Cache File Functionality To Cache and Store User Input
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Merged with upstream
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Code refactoring and adressing comments
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Refactored to include --version flag
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * implemented binary update logic
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * bug fix
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * Changed file names and refactoring
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Addressed Review Comments and Refactoring
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Refactored Update Message and Added Message for docker users
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Updated Branch With Main
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Updated Branch With Main branch
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Merged with main
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Refactored code to remove update message and addressed comments
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Refactored Code and Addressed comments
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Changed default alias to keploybin
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Refactored error handling
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Added Check for -dev version
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    ---------
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    Signed-off-by: Akash Singh <akashsingh2210670@gmail.com>
    Co-authored-by: Akash Kumar <91385321+AkashKumar7902@users.noreply.github.com>
    Co-authored-by: Akash Kumar <meakash7902@gmail.com>
    3 people committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    b84f6a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab4e156 View commit details
    Browse the repository at this point in the history
  3. refactor: call next for passthrough post (keploy#1455)

    * refactor: call next for passthrough post
    
    * refactor:mutex check
    
    * update:passtrhough port check add
    
    * update:sleep for record
    
    * update:curl
    shivamsouravjha committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    7a84978 View commit details
    Browse the repository at this point in the history
  4. fix: sort with req timestamp instead of created timestamp (keploy#1494)

    Signed-off-by: Yaxhveer <yaxhcod@gmail.com>
    Yaxhveer committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    2ad2922 View commit details
    Browse the repository at this point in the history
  5. fix: set ignoreOrdering flag default value to true

    Signed-off-by: slayerjain <shubhamkjain@outlook.com>
    slayerjain committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    9d4e815 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. chore: gitignore server, keploy-config and keploy-logs (keploy#1501)

    * Added server, keploy-config and keploy-logs to gitignore
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Added logic only to ignore server binary files, not server folders
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Dummy Commit
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    ---------
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    Akash-Singh04 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a737c89 View commit details
    Browse the repository at this point in the history
  2. fix: Keploy Update command (keploy#1511)

    * Bug fix related to update command not running on dev version
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Deleted Server Binary
    
    ---------
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    Akash-Singh04 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a542aa0 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. chore: update interfaces (keploy#1516)

    * refactor:record and test refactoring
    
    * refactor:log for failed testcase mock path
    
    * refactor:mock path
    
    * refactor:test path of path
    
    * refactor:moving store to start test
    
    * refactor: moving fucntions to interface and fixing path
    
    * refactor:removing duplicate code
    
    * refactor:[ath
    
    * refactor:logger
    
    * refactor:using testcase db [ath
    
    * refactor:path for no testcase
    
    Signed-off-by: shivamsouravjha <shivamsouravjha@gmail.com>
    
    * refactor:return type of yaml store
    
    * merge: resolves merge conflicts
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    
    * merge: fixes the conflicting types of mysql
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    
    * Update the ReadMocks params to the right path
    
    * fix: updates the path to read the mocks in test
    
    * fix: adds json marshaller/unmarshaller for mongo models
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    
    * fix: resolves merge conflicts with main and add options to write custom content to the config
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    
    * style: removes the unwanted files and comments (keploy#1517)
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    
    ---------
    
    Signed-off-by: shivamsouravjha <shivamsouravjha@gmail.com>
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    Co-authored-by: shivamsouravjha <shivamsouravjha@gmail.com>
    re-Tick and shivamsouravjha committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    8b52aef View commit details
    Browse the repository at this point in the history
  2. fix: added check for sudo in installation script (keploy#1492)

    * Updated Docker Installation Alias for linux
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Added Docker group check
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    * Addressed Review Comment
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    
    ---------
    
    Signed-off-by: Akash <akashsingh2210670@gmail.com>
    Akash-Singh04 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    aaa178f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    336198e View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. feat: add relevant tags & badges on readme (keploy#1529)

    * feat: add relevant tags & badges on readme
    
    Signed-off-by: Animesh pathak <kurosakiichigo.songoku@gmail.com>
    
    * feat: add relevant tags & badges on readme
    
    Signed-off-by: Animesh pathak <kurosakiichigo.songoku@gmail.com>
    
    ---------
    
    Signed-off-by: Animesh pathak <kurosakiichigo.songoku@gmail.com>
    Sonichigo committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    0db16c7 View commit details
    Browse the repository at this point in the history
  2. fix: converts the redudant info logs to debug logs (keploy#1531)

    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    dfdc59a View commit details
    Browse the repository at this point in the history
  3. fix: updates the permission for the keploy dir while exiting the test (

    …keploy#1535)
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    a09513d View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    055e39e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b12d23c View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. fix:count of fail,test & total (keploy#1556)

    Signed-off-by: shivamsouravjha <shivamsouravjha@gmail.com>
    shivamsouravjha committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    433e9c9 View commit details
    Browse the repository at this point in the history
  2. Feature: added generateTestReport flag (keploy#1513)

    * added generateTestReport flag
    
    Signed-off-by: Yaxhveer <yaxhcod@gmail.com>
    
    * error fixed
    
    Signed-off-by: Yaxhveer <yaxhcod@gmail.com>
    
    * error fixed
    
    Signed-off-by: Yaxhveer <yaxhcod@gmail.com>
    
    * delete testReports in serve command
    
    Signed-off-by: Yaxhveer <yaxhcod@gmail.com>
    
    * error fixed
    
    Signed-off-by: Yaxhveer <yaxhcod@gmail.com>
    
    * fixed issues
    
    Signed-off-by: Yaxhveer <yaxhcod@gmail.com>
    
    * changes updated
    
    Signed-off-by: Yaxhveer <yaxhcod@gmail.com>
    
    * changes updated
    
    Signed-off-by: Yaxhveer <yaxhcod@gmail.com>
    
    * removed extra logs
    
    Signed-off-by: Yaxhveer <yaxhcod@gmail.com>
    
    ---------
    
    Signed-off-by: Yaxhveer <yaxhcod@gmail.com>
    Yaxhveer committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    e5e0872 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. fix: merged colima alias into docker and removed unnecessary sudo (ke…

    …ploy#1476)
    
    * fix: removed unnecessary sudo commands and added merged colima and docker commands
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removed unnecessary changes
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removed option for colima altogether
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: sudo problem
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * removed comment from rm
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: made changes according to the comments
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    ---------
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    648f677 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. fix: some fields not being set in test report (keploy#1499)

    * fix: fields not being set in test report
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: removed unnecessary fields
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    ---------
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    Co-authored-by: Sarthak Shyngle <50234097+Sarthak160@users.noreply.github.com>
    PranshuSrivastava and Sarthak160 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    f65b05c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9891d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

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

Commits on Feb 15, 2024

  1. feat: handling of dns queries coming over tcp (keploy#1570)

    * fix: handling of dns queries coming over tcp
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * add amd eBPF compiled binaries
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    ---------
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    gouravkrosx committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    266836c View commit details
    Browse the repository at this point in the history
  2. Added a timer goroutine to run for a specific duration and upon expir… (

    keploy#1519)
    
    * Added a timer goroutine to run for a specific duration and upon expiration sends an os.Interrupt signal which shuts down the recorder and exits the program
    
    Signed-off-by: heyyakash <akashsharma2002@gmail.com>
    
    * Changed the description and the variable name of timer command
    
    Signed-off-by: heyyakash <akashsharma2002@gmail.com>
    
    * Updated shorthand and stopping message
    
    Signed-off-by: heyyakash <akashsharma2002@gmail.com>
    
    ---------
    
    Signed-off-by: heyyakash <akashsharma2002@gmail.com>
    Co-authored-by: Pranshu Srivastava <37413698+PranshuSrivastava@users.noreply.github.com>
    heyyakash and PranshuSrivastava committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    80d9f7f View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. refactor(output): handled cli diff for response in a better way (kepl…

    …oy#1512)
    
    * refactor: diff viewer of response
    
    * refactor:error check and exact check
    
    * refactor:creating map for copy
    
    * refactor:chreck for text
    
    * refactor:json validate
    
    * refactor:different type response viewer
    
    * refactor:check for struct
    
    ---------
    
    Co-authored-by: Sarthak Shyngle <50234097+Sarthak160@users.noreply.github.com>
    shivamsouravjha and Sarthak160 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    7317a66 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    4803d99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76cea85 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

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

Commits on Feb 20, 2024

  1. feature: added golint in pipeline (keploy#1223)

    * feat: add golint
    
    Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
    
    * fix: updated golint
    
    Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
    
    * fix: removed useless comments
    
    Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
    
    * feat: added config file for golangci
    
    Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
    
    * feat: added concurrency in golangci
    
    Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
    
    * feat: golint only shows new issues if its a PR
    
    Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
    
    * fix: checking working of golint pipeline
    
    Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
    
    * feat: golint only checks new issues
    
    Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
    
    ---------
    
    Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
    Co-authored-by: Shivam Sourav Jha <60891544+shivamsouravjha@users.noreply.github.com>
    Co-authored-by: Pranshu Srivastava <37413698+PranshuSrivastava@users.noreply.github.com>
    Co-authored-by: Animesh Pathak <53110238+Sonichigo@users.noreply.github.com>
    4 people committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    e117ea1 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. refactor:custom names support (keploy#1602)

    Signed-off-by: shivamsouravjha <shivamsouravjha@gmail.com>
    shivamsouravjha committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2484073 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. fix: add network in linux installation script (keploy#1566)

    * fix: add netwoek in linux
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: add network in docker]
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: add sudo for mac
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: add darwin
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: remove && condition
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    ---------
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    charankamarapu committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    c24d16e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b86e53e View commit details
    Browse the repository at this point in the history
  3. fix: adds graph api to unload the ebpf hooks during unit test code co…

    …verage (keploy#1604)
    
    * fix: adds stopTest graph api to unload the ebpf hooks from kernel
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    
    * fix(serve): runs the proxy server after loading ebpf hooks
    
    since the keploy pid is extracted from the user space progrom pid and passed into the ebpf map from
    the c code itself when sys-bind is called. And sys-bind is called when a port allocation occurs so,
    need to start proxy server when the fetchTestsets is fired to load ebpf hooks correctly into the
    kernel.
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    
    * style: removes commented code
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    
    ---------
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    9fb89f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76684aa View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    6e18c49 View commit details
    Browse the repository at this point in the history
  2. fix: adds test filter to the serve to generate code coverage (keploy#…

    …1612)
    
    * fix: adds test filter to the serve to generate code coverage
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    
    * style: formats the resolver.go
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    
    ---------
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    1e6183b View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. feat: add cncf landscape badge in readme (keploy#1569)

    * feat: add cncf landscape badge in readme
    
    Signed-off-by: Animesh <kurosakiichigo.songoku@gmail.com>
    
    * fix: docker tls from readme
    
    Signed-off-by: Animesh <kurosakiichigo.songoku@gmail.com>
    
    ---------
    
    Signed-off-by: Animesh <kurosakiichigo.songoku@gmail.com>
    Sonichigo committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    5042dd7 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. fix(proxy): setup the ca store before starting testing framework cmd (k…

    …eploy#1620)
    
    * fix(proxy): setup the ca store before starting testing framework cmd
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    
    ---------
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    07239c0 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. refactor: add check to autoswitch authtype in case of scram only (kep…

    …loy#1616)
    
    * refactor: add check to autoswitch authtype in case of scram only
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    
    * chore: remove linting warnings
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    
    * refactor: change if conditions to switch case
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    
    ---------
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    Sarthak160 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    28e14bf View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. fix: adds a nil check before stopping the ebpf hooks (keploy#1635)

    * fix: adds a nil check before stopping the ebpf hooks
    
    * style: formats the changes in loader.go
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    
    * style(proxy.go): formats and removes unwanted debug logs in proxy
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    
    ---------
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4928947 View commit details
    Browse the repository at this point in the history
  2. refactor: make logs which doesn't effect test result to debug (keploy…

    …#1642)
    
    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    Sarthak160 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4b0bfa6 View commit details
    Browse the repository at this point in the history
  3. fix: updates the exec cmd to start user application (keploy#1643)

    * fix(launch.go): runs the user cmd in the user logged shell to preserve user env variables
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    
    ---------
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c389dbf View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. docs: correct slack and supported os, add record-replay gif (keploy#1655

    )
    
    * docs: correct slack and supported os, add record-replay gif
    
    Signed-off-by: Neha Gupta <gneha21@yahoo.in>
    
    * docs: correct slack and supported os, add record-replay gif
    
    Signed-off-by: Neha Gupta <gneha21@yahoo.in>
    
    ---------
    
    Signed-off-by: Neha Gupta <gneha21@yahoo.in>
    nehagup committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    faa19e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. fix: cmd failure if user is not sudoer (keploy#1663)

    Signed-off-by: slayerjain <shubhamkjain@outlook.com>
    slayerjain committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ec380c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. fix: broken slack url in contributing guide & code-of-conduct (keploy…

    …#1668)
    
    * feat: add cncf landscape badge in readme
    
    Signed-off-by: Animesh <kurosakiichigo.songoku@gmail.com>
    
    * fix: docker tls from readme
    
    Signed-off-by: Animesh <kurosakiichigo.songoku@gmail.com>
    
    * fix: link broken
    
    Signed-off-by: Animesh <kurosakiichigo.songoku@gmail.com>
    
    ---------
    
    Signed-off-by: Animesh <kurosakiichigo.songoku@gmail.com>
    Sonichigo committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    1b3acdd View commit details
    Browse the repository at this point in the history
  2. feat: add log for test-report url (keploy#1462)

    * add log for test-report url
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    
    ---------
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    AkashKumar7902 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    70e0ba9 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. style: adds debug logs in proxy/http-parser (keploy#1656)

    * style: adds debug logs in proxy/http-parser
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    
    ---------
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8018b19 View commit details
    Browse the repository at this point in the history
  2. fix: redirect dns calls by configuring nsswitch config file in linux (k…

    …eploy#1678)
    
    * fix: redirect dns calls by configuring nsswitch config file in linux
    
    linux distros like fedora uses systemd-resolve for dns resolution which makes unix socket with the application due to which keploy is not able to redirect them to proxy in test mode. This results in test failure. This is handled by editing the nsswitch.conf of /etc in linux to not use resolve in test mode
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    
    ---------
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    7fe9bc0 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. fix: adds timeout to the destination connection request in proxy (kep…

    …loy#1680)
    
    * fix: adds timeout to the destination cnnection request in proxy
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    
    ---------
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    e4f7cad View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. chore: refactor keploy v2 codebase (keploy#1571)

    * chore: wip refactoring v2 codebase
    
    Signed-off-by: slayerjain <shubhamkjain@outlook.com>
    
    * chore: refactor v2 cmds by removing duplicate code
    
    Signed-off-by: Shubham Jain <shubhamkjain@outlook.com>
    
    * chore: refactor the project structure and some interfaces
    
    Signed-off-by: Shubham Jain <shubhamkjain@outlook.com>
    
    * chore: add arg names in intrumentation interface
    
    Signed-off-by: Shubham Jain <shubhamkjain@outlook.com>
    
    * chore: add ctx to intrumentation.run method
    
    Signed-off-by: Shubham Jain <shubhamkjain@outlook.com>
    
    * chore: update pending subcommand with new structs
    
    Signed-off-by: Shubham Jain <shubhamkjain@outlook.com>
    
    * chore: add Hook interface to start hooks, proxy
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add register for mock and config comds
    
    Signed-off-by: Shubham Jain <shubhamkjain@outlook.com>
    
    * chore: rename module to server/v2 and add more interfaces
    
    Signed-off-by: Shubham Jain <shubhamkjain@outlook.com>
    
    * chore: add record service impl
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add mock-record service
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: modularize proxy package
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add testSetIds
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: implement app module to manage running apps
    
    Signed-off-by: Shubham Jain <shubhamkjain@outlook.com>
    
    * chore: update record
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: implement hooks module in core
    
    Signed-off-by: Shubham Jain <shubhamkjain@outlook.com>
    
    * chore: implement run service
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: add imports and test impl
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: update record service
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: update record service
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add test service
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add mocktest and tools service
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: refactor proxy and http parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add err chan in test service
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add treeDb to proxy
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: update integration interface
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: update http parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: update generic parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add enum for integration type
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * style: refactored serve package
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * chore: update postgres parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: initial refactoring of mysql parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: initial refactoring of mongo parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: update grpc parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: update mongo parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: update mysql parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * reafactor:platform related changes (keploy#1600)
    
    * refactor: mock initaliser and filtering (keploy#1615)
    
    * chore: update panic recovery function across codebase
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: cli integration
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: passed context in some functions
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: correct functions
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct functions
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: integrate CLI
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct functions
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chroe: remove unwanted files
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: remove deployment folder
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: update functions
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: changed fucntion name
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: remove cycle dep
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: correct imports
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add start to replay
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: clean tele
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: go routine to DBs
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * refactor:context cancell is create yaml (keploy#1618)
    
    * chore: go routine to DBs
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct fucntion names
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct testDB fucntions
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: remove extra fields in report
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * refactor:using yaml defind write functions in report (keploy#1627)
    
    * chore: refactor hooks, app, proxy
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * fix: mockdb functions
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: db functions
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add ctx in yaml
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: refactor apps,core
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: fix proxy port
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: refactor apps,core for userIP
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add installationId
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: remove compilation issues
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: correct cli
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: fix record command
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: fix bind bug
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: update graphql server
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: record working
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: releasing eBPF resources
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: releasing eBPF resources-2
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: remove extra keploy path
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: remove err log as parent is already doing it.
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct mocking
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add todo
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: fix reports
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: remove unnecessary go for saving mocks
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: fix app errors
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: service update
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct record service
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct record service
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct replay
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add err grps
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: remove todos
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: create provider package
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: remove errs
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct error handling
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct error handling
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct error handling
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: correct debug flag
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct test service
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add delay
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct report version
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: remove unused file
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * modify context cancellation function in exec.Cmd
    
    * chore: passed error channel to proxy
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add context.Canceled
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct one-click install
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add extra fields in report
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * modified error logs for context cancelled errors
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: refactor logger.error()
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: remove ioutil
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add linter
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: fix custom naming
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: update readMe
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: update error logs
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: fix import cycle
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: update error logs
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: synced some commits with main
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add record timer
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: return ctx error where needed
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: correct replay service
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: refactor folder names
    
    * chore: remove closing of error channel again:
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: correct time
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: closing outgoing channel after context done
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: lint cli, config, util
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: lint services
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: lint platform
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: lint models
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: lint graph
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add error group in socket listeners of ebpf
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: lint intergrations
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: lint proxy
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: resolve lint
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: lint
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add errorgroups in app, core
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: refactor test
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add delay
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add errorgroupin proxy
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add error group in generic parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add error group in grpc parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add error group in postgres parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: refactor replay
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add break
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: refactor unload
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: refactor errors
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: refactor errors
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: linters
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: handle ctx done in socket listeners
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: fix ctx cancel in dns servers
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: fix ctx cancel in proxy and readconn util functions
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: fix ctx cancel in generic parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: remove rand
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: fix ctx cancel in http parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: fix ctx cancel in mongo  parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: fix ctx cancel in postgres parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add nil check for error group typecast & handle ctx cancel in http parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: fix ctx cancel in mongo & mysql parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore:pass right context in parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore:lint
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add ctx impl in create yaml
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct platform
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add ctx in delay
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: fix closing of mock channel
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add go routine in tele
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add tele in record
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add nil check in channel in proxy
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add errgrps
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: remove delays
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add telemetry
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: lint
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: remove print
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: fix ebpf resources unloading errors
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: remove print
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: remove print
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: fix log
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add info log
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: change file permissions and remove errCh in outgoing
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: uncomment java setupCA
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add buffered channels
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add new err grps
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add new err grps
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add diff ctx cancel for hooks and proxy
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: ctx lint
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: remove print
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: fix ctx
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * filter mocks
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * after setting mocks
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * fix: sorting mocks
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: inital config mocks issue
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * fix: return in case of match error in mongo, postgres
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * fix: linter
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    ---------
    
    Signed-off-by: slayerjain <shubhamkjain@outlook.com>
    Signed-off-by: Shubham Jain <shubhamkjain@outlook.com>
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    Co-authored-by: gouravkrosx <gouravgreatkr@gmail.com>
    Co-authored-by: charankamarapu <kamarapucharan@gmail.com>
    Co-authored-by: Pranshu Srivastava <iampranshu24@gmail.com>
    Co-authored-by: Shivam Sourav Jha <60891544+shivamsouravjha@users.noreply.github.com>
    5 people committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    c139af2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    327b443 View commit details
    Browse the repository at this point in the history
  3. chore: refactor keploy codebase (keploy#1684)

    * chore: wip refactoring v2 codebase
    
    Signed-off-by: slayerjain <shubhamkjain@outlook.com>
    
    * chore: refactor v2 cmds by removing duplicate code
    
    Signed-off-by: Shubham Jain <shubhamkjain@outlook.com>
    
    * chore: refactor the project structure and some interfaces
    
    Signed-off-by: Shubham Jain <shubhamkjain@outlook.com>
    
    * chore: add arg names in intrumentation interface
    
    Signed-off-by: Shubham Jain <shubhamkjain@outlook.com>
    
    * chore: add ctx to intrumentation.run method
    
    Signed-off-by: Shubham Jain <shubhamkjain@outlook.com>
    
    * chore: update pending subcommand with new structs
    
    Signed-off-by: Shubham Jain <shubhamkjain@outlook.com>
    
    * chore: add Hook interface to start hooks, proxy
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add register for mock and config comds
    
    Signed-off-by: Shubham Jain <shubhamkjain@outlook.com>
    
    * chore: rename module to server/v2 and add more interfaces
    
    Signed-off-by: Shubham Jain <shubhamkjain@outlook.com>
    
    * chore: add record service impl
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add mock-record service
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: modularize proxy package
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add testSetIds
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: implement app module to manage running apps
    
    Signed-off-by: Shubham Jain <shubhamkjain@outlook.com>
    
    * chore: update record
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: implement hooks module in core
    
    Signed-off-by: Shubham Jain <shubhamkjain@outlook.com>
    
    * chore: implement run service
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: add imports and test impl
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: update record service
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: update record service
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add test service
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add mocktest and tools service
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: refactor proxy and http parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add err chan in test service
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add treeDb to proxy
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: update integration interface
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: update http parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: update generic parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add enum for integration type
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * style: refactored serve package
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * chore: update postgres parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: initial refactoring of mysql parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: initial refactoring of mongo parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: update grpc parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: update mongo parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: update mysql parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * reafactor:platform related changes (keploy#1600)
    
    * refactor: mock initaliser and filtering (keploy#1615)
    
    * chore: update panic recovery function across codebase
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: cli integration
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: passed context in some functions
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: correct functions
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct functions
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: integrate CLI
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct functions
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chroe: remove unwanted files
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: remove deployment folder
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: update functions
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: changed fucntion name
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: remove cycle dep
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: correct imports
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add start to replay
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: clean tele
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: go routine to DBs
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * refactor:context cancell is create yaml (keploy#1618)
    
    * chore: go routine to DBs
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct fucntion names
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct testDB fucntions
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: remove extra fields in report
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * refactor:using yaml defind write functions in report (keploy#1627)
    
    * chore: refactor hooks, app, proxy
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * fix: mockdb functions
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: db functions
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add ctx in yaml
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: refactor apps,core
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: fix proxy port
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: refactor apps,core for userIP
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add installationId
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: remove compilation issues
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: correct cli
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: fix record command
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: fix bind bug
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: update graphql server
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: record working
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: releasing eBPF resources
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: releasing eBPF resources-2
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: remove extra keploy path
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: remove err log as parent is already doing it.
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct mocking
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add todo
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: fix reports
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: remove unnecessary go for saving mocks
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: fix app errors
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: service update
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct record service
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct record service
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct replay
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add err grps
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: remove todos
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: create provider package
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: remove errs
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct error handling
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct error handling
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct error handling
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: correct debug flag
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct test service
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add delay
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct report version
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: remove unused file
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * modify context cancellation function in exec.Cmd
    
    * chore: passed error channel to proxy
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add context.Canceled
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct one-click install
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add extra fields in report
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * modified error logs for context cancelled errors
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: refactor logger.error()
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: remove ioutil
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add linter
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: fix custom naming
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: update readMe
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: update error logs
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: fix import cycle
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: update error logs
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: synced some commits with main
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add record timer
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: return ctx error where needed
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: correct replay service
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: refactor folder names
    
    * chore: remove closing of error channel again:
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: correct time
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: closing outgoing channel after context done
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: lint cli, config, util
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: lint services
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: lint platform
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: lint models
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: lint graph
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add error group in socket listeners of ebpf
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: lint intergrations
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: lint proxy
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: resolve lint
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: lint
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add errorgroups in app, core
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: refactor test
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add delay
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add errorgroupin proxy
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add error group in generic parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add error group in grpc parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add error group in postgres parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: refactor replay
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add break
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: refactor unload
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: refactor errors
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: refactor errors
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: linters
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: handle ctx done in socket listeners
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: fix ctx cancel in dns servers
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: fix ctx cancel in proxy and readconn util functions
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: fix ctx cancel in generic parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: remove rand
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: fix ctx cancel in http parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: fix ctx cancel in mongo  parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: fix ctx cancel in postgres parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add nil check for error group typecast & handle ctx cancel in http parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: fix ctx cancel in mongo & mysql parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore:pass right context in parser
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore:lint
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add ctx impl in create yaml
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: correct platform
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add ctx in delay
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: fix closing of mock channel
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add go routine in tele
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add tele in record
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add nil check in channel in proxy
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add errgrps
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: remove delays
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add telemetry
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: lint
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: remove print
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: fix ebpf resources unloading errors
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: remove print
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: remove print
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: fix log
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add info log
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: change file permissions and remove errCh in outgoing
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: uncomment java setupCA
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: add buffered channels
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add new err grps
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add new err grps
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * chore: add diff ctx cancel for hooks and proxy
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: ctx lint
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: remove print
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * chore: fix ctx
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * filter mocks
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * after setting mocks
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * fix: sorting mocks
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: inital config mocks issue
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * fix: return in case of match error in mongo, postgres
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    
    * fix: linter
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    ---------
    
    Signed-off-by: slayerjain <shubhamkjain@outlook.com>
    Signed-off-by: Shubham Jain <shubhamkjain@outlook.com>
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    Co-authored-by: gouravkrosx <gouravgreatkr@gmail.com>
    Co-authored-by: charankamarapu <kamarapucharan@gmail.com>
    Co-authored-by: Pranshu Srivastava <iampranshu24@gmail.com>
    Co-authored-by: Shivam Sourav Jha <60891544+shivamsouravjha@users.noreply.github.com>
    5 people committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    93d2476 View commit details
    Browse the repository at this point in the history
  4. chore: sync some commits (keploy#1687)

    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    gouravkrosx committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    7febf76 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. fix: refactor github action and lint issues (keploy#1686)

    * fix: linter github action and issues
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: linter github action and issues
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: linter github action and issues
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: linter issues
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: add only-new-issues in linter
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: keploy-config name in workflows
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: sudo issue
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: yaml to yml
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: Remove print statements
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: golang workflow
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: golang workflow
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: golang workflow
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: golang workflow
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: debug
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: golang workflow
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: debug
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: config
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: remove debug
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: python-on-linux
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: python-on-linux
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: python-on-linux
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: node-on-linux
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: node-on-linux
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: node-on-linux
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: node-on-linux
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: node-on-linux
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: node-on-linux
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: node-on-linux
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    ---------
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    charankamarapu committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    a954131 View commit details
    Browse the repository at this point in the history
  2. fix: config db (keploy#1688)

    * fix: linter github action and issues
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: linter github action and issues
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: linter github action and issues
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: linter issues
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: add only-new-issues in linter
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: keploy-config name in workflows
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: sudo issue
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: yaml to yml
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: Remove print statements
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: golang workflow
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: golang workflow
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: golang workflow
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: golang workflow
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: debug
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: golang workflow
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: debug
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: config
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: remove debug
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: python-on-linux
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: python-on-linux
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: python-on-linux
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: node-on-linux
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: node-on-linux
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: node-on-linux
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: node-on-linux
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: node-on-linux
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: node-on-linux
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: node-on-linux
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: enable telemetry
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: add testReports backward compatability
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    ---------
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    charankamarapu committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    84dcd57 View commit details
    Browse the repository at this point in the history
  3. fix: add selectedTests feat (keploy#1690)

    * fix: add selectedTests feat
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: add selectedTests feat
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: add selectedTests feat
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: linter
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    * fix: spelling
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    
    ---------
    
    Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
    charankamarapu committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    daadb36 View commit details
    Browse the repository at this point in the history
  4. fix: dns resolution in fedora (keploy#1691)

    * fix: dns resolution in fedora
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    ---------
    
    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    gouravkrosx committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    2554c2f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. feat: record mode for streaming RPCs`

    Signed-off-by: Aerowisca <aerowisca@gmail.com>
    aerowisca committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    2923569 View commit details
    Browse the repository at this point in the history
  2. feat: record mode for streaming RPCs

    Signed-off-by: Aerowisca <aerowisca@gmail.com>
    aerowisca committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    0ab6147 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. feat: implemented streaming rRPC for gRPC calls

    Signed-off-by: Aerowisca <aerowisca@gmail.com>
    aerowisca committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    569168b View commit details
    Browse the repository at this point in the history