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

Upgrade to hapi version 18 #80468

Merged
merged 22 commits into from
Nov 2, 2020
Merged

Upgrade to hapi version 18 #80468

merged 22 commits into from
Nov 2, 2020

Commits on Oct 29, 2020

  1. Configuration menu
    Copy the full SHA
    9da2bf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f913f8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    172cd6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    309c284 View commit details
    Browse the repository at this point in the history
  5. TypeScript fix: Use correct ApplicationState interface

    The `ApplicationState` interface has in the new version of
    `@types/hapi__hapi` been split up into:
    
    - `RequestApplicationState`
    - `ResponeApplicationState`
    - `ServerApplicationState`
    
    See PR for more info:
    DefinitelyTyped/DefinitelyTyped#36361
    
    It looks like the one we want to use is `RequestApplicationState`.
    watson committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    d19511c View commit details
    Browse the repository at this point in the history
  6. Remove pre-hapi 18 hacks

    watson committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    d01b71a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0effa2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2aa4020 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eeb1043 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a8f9701 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    190ec43 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f770865 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6bb56f7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    aefad69 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2a75e98 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9a79f6a View commit details
    Browse the repository at this point in the history
  17. Fix TypeScript errors

    watson committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    20f05a3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cff8d2d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. Configuration menu
    Copy the full SHA
    5ae9c97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c6f223 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Address review comments

    watson committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    e74558e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    773fe2e View commit details
    Browse the repository at this point in the history