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

Query, Header Default Value Tag Feature #2699

Draft
wants to merge 30 commits into
base: v2
Choose a base branch
from

Commits on Nov 1, 2023

  1. add: QueryParser default value tag feature and struct cache for speed

    Signed-off-by: Murat Mirgun Ercan <muratmirgunercan225@gmail.com>
    muratmirgun committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    1054478 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8181949 View commit details
    Browse the repository at this point in the history
  3. 📝 docs: add QueryParser defualt value docs

    Signed-off-by: Murat Mirgun Ercan <muratmirgunercan225@gmail.com>
    muratmirgun committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    80b3a67 View commit details
    Browse the repository at this point in the history
  4. 🩹 lint: reflect type handle exhaustive disable

    Signed-off-by: Murat Mirgun Ercan <muratmirgunercan225@gmail.com>
    
     On branch master
    muratmirgun committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    0afc148 View commit details
    Browse the repository at this point in the history
  5. ✏️ typo: empty line and wrong test run comment fix

    Signed-off-by: Murat Mirgun Ercan <muratmirgunercan225@gmail.com>
    muratmirgun committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    016c5a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. move: query default parser main functions to utils

    Signed-off-by: Murat Mirgun Ercan <muratmirgunercan225@gmail.com>
    muratmirgun committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    4d557ee View commit details
    Browse the repository at this point in the history
  2. 🧪 test: write basic tests for util/default

    Signed-off-by: Murat Mirgun Ercan <muratmirgunercan225@gmail.com>
    muratmirgun committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    06a8cf8 View commit details
    Browse the repository at this point in the history
  3. 📝 docs: add DefaultValueParser config field description

    Signed-off-by: Murat Mirgun Ercan <muratmirgunercan225@gmail.com>
    muratmirgun committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    257b399 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca1943e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. 🚀 feat: add pointer slice support for parser and test case update

    Signed-off-by: Murat Mirgun Ercan <muratmirgunercan225@gmail.com>
    muratmirgun committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    b85aecc View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    ba8eb0d View commit details
    Browse the repository at this point in the history
  2. 📝 docs: add header parser usage with default values

    Signed-off-by: Murat Mirgun Ercan <muratmirgunercan225@gmail.com>
    muratmirgun committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8394b30 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. lint: delete redundant conversion

    Signed-off-by: Murat Mirgun Ercan <muratmirgunercan225@gmail.com>
    muratmirgun committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    662f9d6 View commit details
    Browse the repository at this point in the history
  2. test: fix int assign issue on default slice parser

    Signed-off-by: Murat Mirgun Ercan <muratmirgunercan225@gmail.com>
    muratmirgun committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    00e4761 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. feat: add default value parser to cookie parser with tests

    Signed-off-by: Murat mirgun Ercan <muratmirgunercan225@gmail.com>
    muratmirgun committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    253b4c9 View commit details
    Browse the repository at this point in the history
  2. fix: codeql security fix

    Signed-off-by: Murat mirgun Ercan <muratmirgunercan225@gmail.com>
    muratmirgun committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    8b99f13 View commit details
    Browse the repository at this point in the history
  3. security: int value conversion check change for security

    Signed-off-by: Murat mirgun Ercan <muratmirgunercan225@gmail.com>
    muratmirgun committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a869138 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. add mutex

    efectn committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    ad89ced View commit details
    Browse the repository at this point in the history
  2. fix linter

    efectn committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    413f42a View commit details
    Browse the repository at this point in the history
  3. fix tests

    efectn committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    26dd708 View commit details
    Browse the repository at this point in the history
  4. fix sec

    efectn committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    daaed0d View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    14f8a80 View commit details
    Browse the repository at this point in the history
  2. Query, Header Default Value Tag Feature gofiber#2699

    💚 fix lint
    💡 add default parser to BodyParser and ParamsParser
    ReneWerner87 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    721c284 View commit details
    Browse the repository at this point in the history
  3. Query, Header Default Value Tag Feature gofiber#2699

    ⚡️ improve code and provide better unittests
    ReneWerner87 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    ce98c49 View commit details
    Browse the repository at this point in the history
  4. Query, Header Default Value Tag Feature gofiber#2699

    💚 fix lint
    ReneWerner87 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    a163888 View commit details
    Browse the repository at this point in the history
  5. Query, Header Default Value Tag Feature gofiber#2699

    💚 fix ParamsParser for empty route params
    ReneWerner87 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    96c39d4 View commit details
    Browse the repository at this point in the history
  6. Query, Header Default Value Tag Feature gofiber#2699

    📝 update Config docs
    ReneWerner87 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    d1e3487 View commit details
    Browse the repository at this point in the history
  7. Query, Header Default Value Tag Feature gofiber#2699

    📝 update docs
    ReneWerner87 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    a091b23 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Query, Header Default Value Tag Feature gofiber#2699

    add more test Cases
    ReneWerner87 committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    fc9ed03 View commit details
    Browse the repository at this point in the history
  2. Query, Header Default Value Tag Feature gofiber#2699

    add more test Cases
    ReneWerner87 committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    0102600 View commit details
    Browse the repository at this point in the history