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

api: make iOS Headers and HeadersBuilder case-insensitive #2383

Merged
merged 39 commits into from
Jun 28, 2022

Commits on Jun 23, 2022

  1. use insensitive key

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    8ffc556 View commit details
    Browse the repository at this point in the history
  2. Make HeadersBuilder case insensitive

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    c3c9015 View commit details
    Browse the repository at this point in the history
  3. remove unnecessary call

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    8137392 View commit details
    Browse the repository at this point in the history
  4. Update code

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    15f722b View commit details
    Browse the repository at this point in the history
  5. Fix formatting

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    3576622 View commit details
    Browse the repository at this point in the history
  6. update version history

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    f7538f2 View commit details
    Browse the repository at this point in the history
  7. Lint fixes

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    516a1fc View commit details
    Browse the repository at this point in the history
  8. erge branch 'main' into make-headers-builder-case-insensitive

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    2ff4fb6 View commit details
    Browse the repository at this point in the history
  9. add doc

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    42897f2 View commit details
    Browse the repository at this point in the history
  10. fix casing

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    0e328a0 View commit details
    Browse the repository at this point in the history
  11. fix typo

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    8430f4f View commit details
    Browse the repository at this point in the history
  12. Improve version history

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    86ce3fc View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Make Headers case-insensitive too

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    37c6e5c View commit details
    Browse the repository at this point in the history
  2. lint fixes

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    35c0536 View commit details
    Browse the repository at this point in the history
  3. swiftlint fix

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    1fd9938 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. doc string fix

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    6389322 View commit details
    Browse the repository at this point in the history
  2. remove method

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    3ac922c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. small tweaks to docs and description property

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    6d6caf2 View commit details
    Browse the repository at this point in the history
  2. simplify code

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    cc40134 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into make-headers-builder-case-insensitive

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    eea7eff View commit details
    Browse the repository at this point in the history
  4. Doc updates

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    eac2d9d View commit details
    Browse the repository at this point in the history
  5. get rid of todo

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    302db00 View commit details
    Browse the repository at this point in the history
  6. use case-insensitive comparison

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    9069668 View commit details
    Browse the repository at this point in the history
  7. fix case insensitive comparison and add tests

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    15cb362 View commit details
    Browse the repository at this point in the history
  8. lint fixes

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    ca4441a View commit details
    Browse the repository at this point in the history
  9. cr comments

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    fe79cb3 View commit details
    Browse the repository at this point in the history
  10. Update library/swift/HeadersBuilder.swift

    Co-authored-by: JP Simard <[email protected]>
    
    Signed-off-by: Rafał Augustyniak <[email protected]>
    Augustyniak authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    a80ef6a View commit details
    Browse the repository at this point in the history
  11. Update library/swift/HeadersContainer.swift

    Co-authored-by: JP Simard <[email protected]>
    
    Signed-off-by: Rafał Augustyniak <[email protected]>
    Augustyniak authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    1a4d915 View commit details
    Browse the repository at this point in the history
  12. Update library/swift/HeadersContainer.swift

    Co-authored-by: JP Simard <[email protected]>
    
    Signed-off-by: Rafał Augustyniak <[email protected]>
    Augustyniak authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    2a5085a View commit details
    Browse the repository at this point in the history
  13. Update library/swift/HeadersBuilder.swift

    Co-authored-by: JP Simard <[email protected]>
    
    Signed-off-by: Rafał Augustyniak <[email protected]>
    Augustyniak authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    b9d1dd9 View commit details
    Browse the repository at this point in the history
  14. update version history

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    75a586d View commit details
    Browse the repository at this point in the history
  15. change used method

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    7295362 View commit details
    Browse the repository at this point in the history
  16. update example app

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    723c76f View commit details
    Browse the repository at this point in the history
  17. update example app

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    079a01a View commit details
    Browse the repository at this point in the history
  18. update example app

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    62885af View commit details
    Browse the repository at this point in the history
  19. update example apps

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    702bc24 View commit details
    Browse the repository at this point in the history
  20. update example apps

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    d3bd1ea View commit details
    Browse the repository at this point in the history
  21. update example apps

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    d45fa9f View commit details
    Browse the repository at this point in the history
  22. update example apps

    Signed-off-by: Rafal Augustyniak <[email protected]>
    Augustyniak committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    42b38bf View commit details
    Browse the repository at this point in the history