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

feat(http-server): adds middleware instrumentation. #162

Merged
merged 20 commits into from
Jul 29, 2020
Merged

Commits on Jul 15, 2020

  1. Configuration menu
    Copy the full SHA
    1d18a24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd11c76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14fcc62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f462b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31faf67 View commit details
    Browse the repository at this point in the history
  6. chore: uses span error API.

    jcchavezs committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    754340d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9fa99f1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    64cb9f9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d737d34 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d15581c View commit details
    Browse the repository at this point in the history
  11. chore: moves RequestHeaders into propagation folder, also adds typing…

    … to the default parsers.
    jcchavezs committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    b3866a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Configuration menu
    Copy the full SHA
    398d4cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71275e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. chore(http-server): makes Request/Response interfaces abstract classe…

    …s to make sure the introduction of new methods won't break implementations.
    jcchavezs committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    a38152e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d51b511 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc571dc View commit details
    Browse the repository at this point in the history
  4. chore(http-server): removed the need to pass a parser when intended t…

    …o use the default one.
    jcchavezs committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    2b0c3a2 View commit details
    Browse the repository at this point in the history
  5. chore(http-server): adds default implementation for request/response …

    …methods that are likely to have a default value.
    jcchavezs committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    8b09a44 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. chore(http-server): removes getRoute as now we use abstract classes a…

    …nd hence method can be added later (when needed) without being a breaking change.
    jcchavezs committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    31bfded View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0406c52 View commit details
    Browse the repository at this point in the history