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

✨ (v3) feature: Implement new generic functions: Params, Get and Convert #2850

Merged
merged 53 commits into from
Mar 18, 2024

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    bcfe218 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    986886a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfd0ecf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6c30c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17e2ec9 View commit details
    Browse the repository at this point in the history
  6. tests: add Test_Params_TypeAssertFail

    Co-authored-by: Jason McNeil <[email protected]>
    dozheiny and sixcolors authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    1ab9948 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7bc327 View commit details
    Browse the repository at this point in the history
  8. Update ctx_test.go

    gaby authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    35a9469 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9e1c312 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    99c9e7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c30dd4f View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    03b2eaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccd96fe View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    4a13c90 View commit details
    Browse the repository at this point in the history
  2. add genericParseType tests and benchmarks and simplify genericQuery a…

    …nd genericParams tests and benchmarks
    dozheiny committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    71d4a85 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

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

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    4502c2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5da9a62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e682a5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    659fdab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a63cebb View commit details
    Browse the repository at this point in the history
  6. Revert "added GetReqHeader generic function"

    This reverts commit a63cebb.
    dozheiny committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c6fbd5e View commit details
    Browse the repository at this point in the history
  7. resolve conflicts

    dozheiny committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    84d53bf View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    f3bc901 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dca0feb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d361736 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7db0375 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c30f74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6825691 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    464663a View commit details
    Browse the repository at this point in the history
  8. add convert function

    dozheiny committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    1ec2aa3 View commit details
    Browse the repository at this point in the history
  9. fix generic tests

    dozheiny committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    6e2cf41 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4f0b56b View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    232536a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    701c8c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. update generic benchmarks

    dozheiny committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    8b84bea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    178bcec View commit details
    Browse the repository at this point in the history
  3. reslove conflicts1

    dozheiny committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    60d1cb8 View commit details
    Browse the repository at this point in the history
  4. add specific tests to integer and unsigned integer

    generic parser
    dozheiny committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    50dbccc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a80cd6b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    958ad2f View commit details
    Browse the repository at this point in the history
  7. move generic types to utils.go file and change

    bitsize of int value type to 0
    dozheiny committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    f19afb4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b02cae9 View commit details
    Browse the repository at this point in the history
  9. update generic uint tests and pass value type in

    check functions
    dozheiny committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    0ba4911 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

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

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    874a80c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07b2e76 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

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

Commits on Mar 12, 2024

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

Commits on Mar 13, 2024

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

Commits on Mar 17, 2024

  1. Configuration menu
    Copy the full SHA
    2f44dc1 View commit details
    Browse the repository at this point in the history
  2. update convert docs

    dozheiny committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    0230b4e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

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