Update git submodules
authorChan, Mercy <merce.chan@att.com>
Mon, 1 Jul 2019 17:41:43 +0000 (13:41 -0400)
committerGerrit Code Review <gerrit@onap.org>
Mon, 1 Jul 2019 17:41:43 +0000 (17:41 +0000)
commitd0392cdb32c8dbe392ef99c1c0f92006e64d77e3
treed23b8677120e42bb84edbd182a7592f194a4b111
parent036eb7700adfcff39c3fc7ab6ea2a66d17dd5028
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 0d562688867a1b2e7a34ee6416cd54f7a9f6b89e
  - support new query param format

    - added format query parameter (optional), implemented logic to
    populate requestStatus field based on whether or not format is present
    moved request status constants to its own class visible globally.
    - changed @requestParam to @QueryParam in GET endpoint
    (OrchestrationRequests class. updated unit tests to call method being
    tested directly rather than from another private function
    - moved setting requestStatus to a separate method, also updated unit
    tests to separate out each scenarion into its own method
    - added unit test for when format=detail, corrected existing unit tests
    to test result to be FAILED
    - updated Status.java to include extra request status values; moved
    Status class to common org.onap.so.constants package

    Change-Id: Ic593de5fdfdcbc3121f481c86d1e261406082260
    Issue-ID: SO-2080
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
docs/submodules/so.git