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

[kfetch] Add support for interceptors #22128

Merged
merged 26 commits into from
Aug 31, 2018

Commits on Aug 29, 2018

  1. Add kfetch interceptor

    sorenlouv committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    c10a5d4 View commit details
    Browse the repository at this point in the history
  2. Simplify tests

    sorenlouv committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    177e953 View commit details
    Browse the repository at this point in the history
  3. Rename KFetchError

    sorenlouv committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    85d9190 View commit details
    Browse the repository at this point in the history
  4. Mock all urls with wildcard

    sorenlouv committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    1c70ee4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8c081c View commit details
    Browse the repository at this point in the history
  6. Expose interceptors

    sorenlouv committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    cf51c90 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    931a160 View commit details
    Browse the repository at this point in the history
  8. Improve tests

    sorenlouv committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    6c9c5d3 View commit details
    Browse the repository at this point in the history
  9. Test chain of interceptors

    sorenlouv committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    17c113e View commit details
    Browse the repository at this point in the history
  10. Use try/catch over .catch

    sorenlouv committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    2d4c2bc View commit details
    Browse the repository at this point in the history
  11. Add more tests

    sorenlouv committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    77a64d0 View commit details
    Browse the repository at this point in the history
  12. Add better typings

    sorenlouv committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    43f7956 View commit details
    Browse the repository at this point in the history
  13. Add tests for async cases

    sorenlouv committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    faaffbe View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    467fbd7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d248dcd View commit details
    Browse the repository at this point in the history
  16. Update tests

    sorenlouv committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    57d2ee2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5baf16d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e1be538 View commit details
    Browse the repository at this point in the history
  19. Addressed feedback

    sorenlouv committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    502ccb4 View commit details
    Browse the repository at this point in the history
  20. Add more types

    sorenlouv committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    023b849 View commit details
    Browse the repository at this point in the history
  21. Minor cleanup

    sorenlouv committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    e8c9061 View commit details
    Browse the repository at this point in the history
  22. Add comments

    sorenlouv committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    3bf672b View commit details
    Browse the repository at this point in the history
  23. Cleanup tests

    sorenlouv committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    7830094 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

  1. Use lodash merge

    sorenlouv committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    e1f6736 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f84cec View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary noop

    sorenlouv committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    bd970fd View commit details
    Browse the repository at this point in the history