Added the new versioning validation for policy and policy type 45/100145/5
authorChenfei Gao <cgao@research.att.com>
Thu, 9 Jan 2020 18:33:12 +0000 (13:33 -0500)
committerChenfei Gao <cgao@research.att.com>
Mon, 13 Jan 2020 17:32:40 +0000 (12:32 -0500)
The following rules are implemented to validate the version provided
in the POST payloads of policies and policy types:

1) If version field is not specified in POST payload, "406 - Not Acceptable"
   would be returned along with the message "mandantory version field is missing".
2) If the version is not in the DB, we simply insert it.
3) If the version is in the DB, "406 - Not Acceptable" is returned along with
   the message saying "specified version x.x.x" is already existing and the latest
   version is x.x.x. It can force the user to create a newer version than the latest one.
4) The same versioning validation is applied to legacy types of policies too
   so that everything is consistent.

Issue-ID: POLICY-2316
Change-Id: I395df0196a9d3073fd1f09060f943aeeb554d277
Signed-off-by: Chenfei Gao <cgao@research.att.com>

No differences found