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

Deepanshutr/chore #436

Merged
merged 21 commits into from
Apr 24, 2024
Merged

Deepanshutr/chore #436

merged 21 commits into from
Apr 24, 2024

Commits on Apr 15, 2024

  1. fix(supplement):Update auxiliary_keeper to handle invalid requests

    Updated the Help function in auxiliary_keeper.go to handle invalid requests and null properties. Specifically, the request is now being type-checked and validated, and properties in the request are being checked for null before proceeding with further processing.
    deepanshutr committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    3ceec50 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary assertions in auxiliary_request_test

    The removed lines in the test file for auxiliary_request included assertions that were not necessary for the purpose of the test. This change simplifies the test and focuses it only on validating the auxiliary request functionality.
    deepanshutr committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    df05554 View commit details
    Browse the repository at this point in the history
  3. Refactor(supplement):removed dependency on the govalidator in auxilia…

    …ryRequest.Validate() and implemented custom validation. The validation now iterates over all properties in the PropertyList. Redundant function auxiliaryRequestFromInterface has been removed.
    deepanshutr committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2270f48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5c7dd2 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

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

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    5f6a76e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad29185 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    adf272d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9723446 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a55eff6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6553add View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    33dc248 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aa4cead View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    026a19f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cf31f89 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6d72faf View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    616a963 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb4de6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0eb6ef4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55b7b1b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    424ae50 View commit details
    Browse the repository at this point in the history