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

Implement reusing of async jobs for equivalent requests. #1414

Merged
merged 14 commits into from
Dec 1, 2023
Merged

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    febc9d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    035daa6 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Introducing RequestTagFactory to encapsulate the logic for creation o…

    …f RequestTags dependent on the state of the database.
    piotrszul committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    731d7e9 View commit details
    Browse the repository at this point in the history
  2. Refactoring: Replacing RequestDetails with ServletRequestDetails in c…

    …alls supporting async execution.
    piotrszul committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    0a344eb View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    beb591d View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    d58220f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Making selection of headers to be included in caching key for ansyc r…

    …equest case-insensitive.
    piotrszul committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    b5cf20d View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Merge branch 'release/6.2.0' into issue/1313

    # Conflicts:
    #	fhir-server/src/main/java/au/csiro/pathling/aggregate/AggregateProvider.java
    #	fhir-server/src/test/java/au/csiro/pathling/test/integration/AsyncTest.java
    johngrimes committed May 3, 2023
    Configuration menu
    Copy the full SHA
    a5218b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf57412 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7116c17 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Renamed pathlig.async.excludeVary to `pathlig.async.varyHeadersExcl…

    …udedFromCacheKey` and added documentation for it.
    
    Removed principal from the asyn request cache key it duplicated the Authorization header (for Jwt).
    piotrszul committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    0a9b571 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    f62ca1d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Pin Hadoop to 3.3.4

    johngrimes committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    6f4896a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf8863a View commit details
    Browse the repository at this point in the history