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

Nhse d34 nhskv.i30 cachere #32

Open
wants to merge 14 commits into
base: nhse-develop-3.4
Choose a base branch
from

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    79a0e55 View commit details
    Browse the repository at this point in the history
  2. Remove tracers

    martinsumner committed May 2, 2024
    Configuration menu
    Copy the full SHA
    246774a View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Update rebar.config

    martinsumner committed May 11, 2024
    Configuration menu
    Copy the full SHA
    6c46b9d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Update rebar.config

    martinsumner committed May 14, 2024
    Configuration menu
    Copy the full SHA
    1d04e59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    123558b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8da63f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Use compiled regex (#31)

    Rather than compiling the regex and then discarding, use the compiled regex to improve query performance.
    
    Requires some further alignment of PB and HTTP API to check the compiled regular expression before forming the query within each aPI
    martinsumner authored May 16, 2024
    Configuration menu
    Copy the full SHA
    63d9913 View commit details
    Browse the repository at this point in the history
  2. Fix timeout validation

    i.e. use validated timeout
    martinsumner committed May 16, 2024
    Configuration menu
    Copy the full SHA
    9e20474 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Switch to map for HTTP headers

    Prevents continuous re-processing of strings to extract headers
    martinsumner committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    9c82f92 View commit details
    Browse the repository at this point in the history
  2. Add profiler

    martinsumner committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    ef61d8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a11d4d2 View commit details
    Browse the repository at this point in the history
  4. Type fix

    martinsumner committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    664b6e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc2bbc6 View commit details
    Browse the repository at this point in the history
  6. Remove more strings

    .. and use webmachine with support for looking up pre-normalised keys in request headers
    martinsumner committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    9605fb3 View commit details
    Browse the repository at this point in the history