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

Deletes can have a body in rare circumstances, instead we will requir… #705

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

Commits on Apr 23, 2020

  1. Deletes can have a body in rare circumstances, instead we will requir…

    …e uses to annotate to assign fields as from query param
    smb158 committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    0df13fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2455dfd View commit details
    Browse the repository at this point in the history
  3. Check-Generate

    smb158 committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    f868cfc View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. parallelize endpoint gen, post gen hook, optimize loop, repeated read…

    …ing, scanning - part2 (#703)
    
    * parallelize endpoint gen, post gen hook, optimize loop
    
    * removing unnecessary reading of files repeatedly, optimize scanning
    
    * generate endpoint collection in a deterministic order
    
    * code fix to accomodate zanzibar user who has a different downstream converter
    
    * utilize parallel-go lib
    
    * transitive dep collection
    
    * closure param pass
    
    * parallelize factor
    abhishekparwal authored and smb158 committed May 20, 2020
    Configuration menu
    Copy the full SHA
    a360efe View commit details
    Browse the repository at this point in the history
  2. parallelize resolve module - part 3 (#706)

    * parallelize resolve module
    abhishekparwal authored and smb158 committed May 20, 2020
    Configuration menu
    Copy the full SHA
    92b40d7 View commit details
    Browse the repository at this point in the history
  3. parallelization module (#708)

    abhishekparwal authored and smb158 committed May 20, 2020
    Configuration menu
    Copy the full SHA
    750ec73 View commit details
    Browse the repository at this point in the history
  4. support for system wide whitelisting of default headers (#709)

    * support for system wide whitelisting of default headers
    
    we have a concept of default middleware, this is a same concept where we
    don't need a whitelist of headers per endpoint but rather a system-wide
    whitelist that will be always forwarded when available. These should be
    used for more of control plane kind of headers rather than application
    logic.
    rpatali authored and smb158 committed May 20, 2020
    Configuration menu
    Copy the full SHA
    a9f80e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80c6106 View commit details
    Browse the repository at this point in the history
  6. fix lint

    hothero authored and smb158 committed May 20, 2020
    Configuration menu
    Copy the full SHA
    67e5d4b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0bfc4d4 View commit details
    Browse the repository at this point in the history
  8. set followRedirect from reading config

    hothero authored and smb158 committed May 20, 2020
    Configuration menu
    Copy the full SHA
    d253bf0 View commit details
    Browse the repository at this point in the history
  9. check generate

    hothero authored and smb158 committed May 20, 2020
    Configuration menu
    Copy the full SHA
    9d37353 View commit details
    Browse the repository at this point in the history
  10. add a newline back

    hothero authored and smb158 committed May 20, 2020
    Configuration menu
    Copy the full SHA
    f635472 View commit details
    Browse the repository at this point in the history
  11. export defaultHeaders field (#710)

    * export package.defaultHeaders field
    
    missed exporting the field in a previous PR# 709
    rpatali authored and smb158 committed May 20, 2020
    Configuration menu
    Copy the full SHA
    144f3e2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cd58841 View commit details
    Browse the repository at this point in the history
  13. extend one endpoint in bar client to support redirect and write a tes…

    …t case for it
    hothero authored and smb158 committed May 20, 2020
    Configuration menu
    Copy the full SHA
    31526f3 View commit details
    Browse the repository at this point in the history
  14. remove unused test code

    hothero authored and smb158 committed May 20, 2020
    Configuration menu
    Copy the full SHA
    3bb877c View commit details
    Browse the repository at this point in the history
  15. manually fix generated code

    hothero authored and smb158 committed May 20, 2020
    Configuration menu
    Copy the full SHA
    76c1cb0 View commit details
    Browse the repository at this point in the history
  16. Refactor write json (#711)

    * refactor write_json
    
    * Refactor write_json
    tejaswiagarwal authored and smb158 committed May 20, 2020
    Configuration menu
    Copy the full SHA
    17c8f5d View commit details
    Browse the repository at this point in the history
  17. Selective module generation (#707)

    * selectively generate module code
    abhishekparwal authored and smb158 committed May 20, 2020
    Configuration menu
    Copy the full SHA
    5ba085b View commit details
    Browse the repository at this point in the history
  18. Update go version in travis tools to 1.14 (#713)

    - fix the generated code
    - glide-up and cleanup
    argouber authored and smb158 committed May 20, 2020
    Configuration menu
    Copy the full SHA
    df62c75 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9690765 View commit details
    Browse the repository at this point in the history
  20. check-generate

    smb158 committed May 20, 2020
    Configuration menu
    Copy the full SHA
    0f1f193 View commit details
    Browse the repository at this point in the history