Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Feature/variable endpoints #12

Merged
merged 13 commits into from
Feb 3, 2017
Merged

Feature/variable endpoints #12

merged 13 commits into from
Feb 3, 2017

Commits on Jan 17, 2017

  1. Removed unused import.

    NRBPerdijk committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    67b4d49 View commit details
    Browse the repository at this point in the history
  2. BusinessServicesService now provides a flexible endpoint, and any cal…

    …l to a businessservice is called using its own provided run method, meaning it validates the input.
    NRBPerdijk committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    926a889 View commit details
    Browse the repository at this point in the history
  3. Made the new Errors adhere to the same format as the old ones (JsErro…

    …r wrapping a ValidationError).
    NRBPerdijk committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    20f269a View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2017

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

Commits on Jan 19, 2017

  1. Added a bunch of endpoints including:

    - run debug resultsonly for BusinessServices,
    - WARNING, API BREAKING CHANGE: changed the run, debug and resultsonly endpoints for "all" to conform to the new endpoints for BusinessServices
    - added an information/:BusinessService endpoint which provides detailed information for the named BusinessService
    - the businessservices endpoint now provides a map of businessservices, where the key is the endpoint of the service and the value is the endpoint for information on the service
    
    Changed various formatters to account for the presence of specified uitvoer.
    Made Converter.contextToJson more robust by adding an "isEmpty" check on the context. An empty context returns an empty JsObject.
    NRBPerdijk committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    5abd2ce View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2017

  1. fixed endpoint for resultsonly/BusinessService so it no longer calls …

    …debug, but resultsonly.
    NRBPerdijk committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    07ae7be View commit details
    Browse the repository at this point in the history
  2. Restricted the max number of JsonConversionsProviders to 1.

    Simplified the conversion from fact to json so that it now also supports lists. No longer required to mess about with a needlessly complicated map.
    Was unable to achieve the same level of elegance for a solution for lists from json to facts in the given time. This will need to be brute-forced through the map-solution until a more clever way is devised, but it's impeded progress for too long.
    NRBPerdijk committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    0daad19 View commit details
    Browse the repository at this point in the history
  3. Releasing v0.0.6

    NRBPerdijk committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    aa08a53 View commit details
    Browse the repository at this point in the history
  4. Bumping to development

    NRBPerdijk committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    ea99005 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2017

  1. Added conversion support for internal contexts to Json, i.e. when you…

    …r result context contains another fact to context, such as with an ElementBerekening.
    NRBPerdijk committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    5803c1f View commit details
    Browse the repository at this point in the history
  2. fixed bug where the JarLoaderService would try to process Play Reads …

    …and Writes objects and then choke on the fact that they are implicit... This is not a suitable longterm fix, any object that is defined inside another object will now not be considered for Glossary or JsonConversionMap status, possibly hiding otherwise valid implementations...
    NRBPerdijk committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    ac3d894 View commit details
    Browse the repository at this point in the history
  3. Revert of contaminating build info due to branch releases. Back to of…

    …ficial develop version 0.0.5-SNAPSHOT.
    NRBPerdijk committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    8fe56fa View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2017

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