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

encoding/opeanpi: paths parsing for OpenAPI spec #1727

Open
wants to merge 32 commits into
base: master
Choose a base branch
from

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    852369c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7da9a34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    496044e View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

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

Commits on Apr 26, 2022

  1. Add error handling for PathBuilder struct

    Update pathBuilder struct
    qequ committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    dbb3bca View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Updated path parsing prefix & added parsing for content struct in ope…

    …rations
    
    now the paths are checked with a prefix of the form $/ instead of $
    qequ committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    e1ae134 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85a75c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9eb4a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46cff34 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Add tests for checking multiples responses in a path, and failing in …

    …the case of a wrong http status code
    qequ committed May 3, 2022
    Configuration menu
    Copy the full SHA
    99a1864 View commit details
    Browse the repository at this point in the history
  2. Update content parsing

    now checking with a regex with words of the form (...)/(...)
    qequ committed May 3, 2022
    Configuration menu
    Copy the full SHA
    4516632 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

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

Commits on May 17, 2022

  1. Correct unit tests according to changes in security parsing and descr…

    …iption parsing in operations
    qequ committed May 17, 2022
    Configuration menu
    Copy the full SHA
    38d5b69 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Configuration menu
    Copy the full SHA
    bb0aa1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    662e56b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Configuration menu
    Copy the full SHA
    e396460 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b0fd26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9230263 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0dae2f View commit details
    Browse the repository at this point in the history
  5. Add error handling for PathBuilder struct

    Update pathBuilder struct
    qequ committed May 20, 2022
    Configuration menu
    Copy the full SHA
    25e9efb View commit details
    Browse the repository at this point in the history
  6. Updated path parsing prefix & added parsing for content struct in ope…

    …rations
    
    now the paths are checked with a prefix of the form $/ instead of $
    qequ committed May 20, 2022
    Configuration menu
    Copy the full SHA
    443bd82 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e006996 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4ca6f8c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a512c92 View commit details
    Browse the repository at this point in the history
  10. Add tests for checking multiples responses in a path, and failing in …

    …the case of a wrong http status code
    qequ committed May 20, 2022
    Configuration menu
    Copy the full SHA
    87fba45 View commit details
    Browse the repository at this point in the history
  11. Update content parsing

    now checking with a regex with words of the form (...)/(...)
    qequ committed May 20, 2022
    Configuration menu
    Copy the full SHA
    a1de92c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dba1a8f View commit details
    Browse the repository at this point in the history
  13. Correct unit tests according to changes in security parsing and descr…

    …iption parsing in operations
    qequ committed May 20, 2022
    Configuration menu
    Copy the full SHA
    d4a60d3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1851a2f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1a8a276 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c64290d View commit details
    Browse the repository at this point in the history
  17. Remove unnecesary comments

    qequ committed May 20, 2022
    Configuration menu
    Copy the full SHA
    08b449f View commit details
    Browse the repository at this point in the history