Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: FirelyTeam/spark
base: v1.5.4-r4
Choose a base ref
head repository: FirelyTeam/spark
compare: v1.5.5-r4
Choose a head ref
  • 14 commits
  • 34 files changed
  • 2 contributors

Commits on Apr 12, 2021

  1. doc: Add section about NuGet and Quickstart

    * Add section about the NuGet Packages and Quickstart Tutorial
    kennethmyhra committed Apr 12, 2021
  2. fix: Add --all-tags to docker push

    * Docker image release was failing since it tries to default to
      spark:latest which our images do not use since we have a a latest
      version for each FHIR version like stu3-latest and r4-latest
    kennethmyhra committed Apr 12, 2021

Commits on Apr 13, 2021

  1. doc: Rearrange contents of README

    * Reformatted the script sections in Docker Images section
    * Rearranged Docker Images section so latest FHIR version comes on top
    * Rearranged Versions section so latest FHIR version comes on top
    kennethmyhra committed Apr 13, 2021
  2. Features and fixes to the Search Service (#367)

    * Added features and fixes to the Search Service
    * Added support for 'sa' and 'eb' prefixes to DateTime search type
      * sa = starts before
      * eb = ends before
    * Better handling of missing modifiers on several search types
    * Added support for 'ne' prefix on Number search type
      * ne = not equal
    kennethmyhra committed Apr 13, 2021

Commits on Apr 14, 2021

  1. fix: Remove text/plain from Media Type drop down (#370)

    * text/plain is not a valid Accept header for FHIR APIs therefore. By
      removing StringOutputFormatter from OutputFormatters we no longer tell
      Swagger we support text/plain.
    kennethmyhra committed Apr 14, 2021
  2. fix: SignalR not showing output in MaintenanceHub

    * SignalR was not showing output in MainteanceHub after some previous work had
      broken it
    * Output was shown as "undefined undefined"
    losolio authored and kennethmyhra committed Apr 14, 2021
  3. minor: Add defined supported MimeTypes in Formatters

    * Instead of hard-coding supported MimeTypes in the Formatters iterate
      over supported MimeTypes defined in FhirMediaType
    kennethmyhra committed Apr 14, 2021
  4. fix+refactor: Binary requests can set Accept header (#373)

    * Binary GET requests are allowed to set Accept Header values which are
      outside the normal application/fhir+json, application/fhir+xml.
      A Binary GET request is allowed to set the Accept header to text/plain,
      application/pdf etc.
    * Refactored the Not Supported Format Response functionality. Moved it
      from FormatTypeHandler to UnsupportedMediaTypeHandler which is an
      IActionFilter
    * Issue #323, #360
    kennethmyhra committed Apr 14, 2021

Commits on Apr 15, 2021

  1. deps: Upgraded npm dependencies (#375)

    * Upgraded following packages:
      * ssri ^8.0.1
      * neo-async ^2.5.0
    * Removed following packages:
      * fsevents
      * graceful-fs
      * clipboard
      * chokidar
      * watchpack-chokidar2
    kennethmyhra committed Apr 15, 2021

Commits on May 10, 2021

  1. refactor: Add constants for HTTP Header field names

    Added constants for HTTP Header field names
    
    Set Content-Disposition header to attachment for Binary requests
    kennethmyhra committed May 10, 2021
  2. deps: Upgrade npm dependencies

    * lodash >= 4.17.21
    * hosted-git-info >=2.8.9
    kennethmyhra committed May 10, 2021