Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/policy/apex-pdp.git from branch 'casablanca'
to 3cfaa0a6be945fc7cee2da44dc5c93ad1b122f17
- Upgrade apex-pdp 2.0.5 version
For Casablanca Maintenance Release 3.0.2 - keystore upgrade.
Issue-ID: POLICY-1649
Change-Id: I1e260a9689477bc605acec4dfe4e29c97136efd0
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/policy/apex-pdp.git from branch 'casablanca'
to 45a4cfb852361d16570479446f0df1f8d91b6cf6
- One year cert with new component names
Change-Id: Ia3025f2a0eada4f53623bb45d5849ceddf368925
Issue-ID: POLICY-1580
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
|
|
Project: policy/apex-pdp casablanca f702224c07abd43d72ab0198cf760537d3d35d8a
Fix context clearing on model upgrade
Existing context is cleared when a model upgrade is carried out
on an Apex PDP. The clear() method is called in error on the
Apex engine during the upgrade.
This change also has some small updates to the DecisionMaker example,
which is used to test this feature.
Issue-ID: POLICY-1395
Change-Id: I547a3a60712d1572d9daadf5eab4afcae2a5c321
Signed-off-by: liamfallon <liam.fallon@est.tech>
(cherry picked from commit cff079a8dc3eeaf4e88c0e89a828fe4244a1b3c8)
|
|
Project: policy/apex-pdp casablanca 0b83f6124f068583df43eb9b587b9d46b22e9843
Merge "Move to 2.0.4-SNAPSHOT version" into casablanca
Move to 2.0.4-SNAPSHOT version
Change-Id: Ie771ffc542eb2938079efacc6b9c75cc3616b89d
Issue-ID: POLICY-1390
Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com>
|
|
Project: policy/apex-pdp casablanca 5e6363386137a8c0ee55b0372b03d8d82f8bd56f
Merge "Add SSL keystore/truststore to Apex package" into casablanca
Add SSL keystore/truststore to Apex package
Issue-ID: POLICY-1222
Change-Id: I4409b88d1a9439492f9aac6c3b971bae7dc04b19
Signed-off-by: liamfallon <liam.fallon@est.tech>
(cherry picked from commit 9684e03a94d352240424c8ff3f620b7fcaba7d76)
|
|
Project: policy/apex-pdp casablanca 5f14d3ed20cc25df8a7c37cebaa74dc656168124
Merge "Add example policy for HTTPS" into casablanca
Add example policy for HTTPS
Added an example of how to configure HTTPS for an Apex policy.
Issue-ID: POLICY-1222
Change-Id: Iea8a8accac32f6d25c64a8324e202ad5e6221c7a
Signed-off-by: liamfallon <liam.fallon@est.tech>
(cherry picked from commit 1dff5ebe27cbe79de8f9d798e256d41ecccdaa8c)
|
|
Project: policy/apex-pdp casablanca a859f49ed0fd0c0e14f0035b28da2d22cc4d6c18
Add Java property parameters for HTTPS
Issue-ID: POLICY-1222
Change-Id: I4a683cf2f52e7f1d28164954f84d0744b5ca7e9c
Signed-off-by: liamfallon <liam.fallon@est.tech>
(cherry picked from commit 11b9b225ed916b907445f662d60d95ca03e3d251)
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
Project: policy/apex-pdp casablanca 43037b6e94c063d8be0d3ebaa8bc729b30334ff1
Merge "Support HTTP headers in REST Requestor" into casablanca
Support HTTP headers in REST Requestor
Change-Id: Iea4211e7d3324f5ea6244f45c91241a4067d8d33
Issue-ID: POLICY-1222
Signed-off-by: liamfallon <liam.fallon@est.tech>
(cherry picked from commit c01eff1ee4aff0cc4b177a0bab5c6b96a9efb647)
|
|
Project: policy/apex-pdp casablanca 43f597baef6cf0252c4ed41e238b09ecea88c4bc
Support HTTP headers in REST Client
Fixed REST client plugin to supprot HTTP headers and add unit
test to plugin.
Change-Id: I6a71ab7f83ed2126b8600bb5e586f971dbdacdc0
Issue-ID: POLICY-1222
Signed-off-by: liamfallon <liam.fallon@est.tech>
(cherry picked from commit 5b97cd4470b9668ed31bf7663808c32087ba696c)
|
|
Project: policy/apex-pdp casablanca 34dc53376f9be969fdeebc201ee3b12127e78cc1
Create label for architecture to ref
Creating a label so other documentation in the architecture
section can reference this PDP engine documentation.
Issue-ID: POLICY-1163
Change-Id: Ida9caba405e36675f65843b1d49e79175634fa02
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
(cherry picked from commit 3688d3901ad241be26671e520da0e01e4c8089c0)
|
|
Project: policy/apex-pdp casablanca f5f76a2e0d8fb2fd6e17bb5f0e85a3f7d29cf0c4
Merge "Refactor unit test data" into casablanca
Refactor unit test data
There were many copies of test policies and examples
strewn through the Apex unit tests. This change cleans
up the unit tests so that a single version of all example
policies is used in all tests.
Also added a new relative file root command line parameter
to Apex to allow the root of relative paths in configuration
files to be set.
Apologies for the size of this review but unfortunately
all of this must be done in one shot.
Issue-ID: POLICY-1252
Change-Id: Ibbb18fbf18e3897a1c61301d0a65e62bc643a0e9
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
(cherry picked from commit 53d8916cc60d97e2ce7ae345f8cc25f5602567da)
|
|
Project: policy/apex-pdp casablanca 8e6b49616df8e47a1c00629b20dcf947ea0bca68
Upgrade Jython for security, add doc warning
Upgrading Jython to use a full release version. This will probably
noit remove security problem but upgrades Jython to the most popular
version.
A warning is added telling developers to check extra pcakages in the
Jython plugin documentation.
Issue-ID: POLICY-1065
Change-Id: I83275204c1905bd48dd5ea58e98dcbbd9c47195f
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
(cherry picked from commit 9dc414a0cabc9074e87a7c9cd5c3e5ceee733e5a)
|
|
Project: policy/apex-pdp casablanca ad6efc439440e991df30694ef2da17d640f20bdf
Upgrade policy parent and common
Pull in policy/parent 2.0.1 and common 1.3.3 so we
can finish the license fix for dmaap 1.1.9
Upgrading to 2.0.3 version for release.
Issue-ID: POLICY-1229
Change-Id: I7a196deadec2b92e4b3b58a9339e197d361accc0
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Upgrade to policy/common 3.2.0
Released version.
Issue-ID: POLICY-1245
Change-Id: Ib04ab73d3b71255c30103bcd2628b2c406e4e556
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Step version for Casablanca support
Issue-ID: POLICY-1233
Change-Id: I8a4a124041df0bb9d38424c8491e5dff027f9b01
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
|
|
Project: policy/apex-pdp master 79e5edea6fdbbab122e280f95cd3f2dbfc431e8b
Fix refering to snapshot in policy/apex-pdp
Issue-ID: POLICY-1213
Change-Id: I9187462aa470cff6ca7adc750c8a666bf8e15429
Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
|
|
Project: policy/apex-pdp master 78c6f58b317633acfb934ec3bc0e2f3b511bf309
Adding stability test plan of apex-pdp
Change-Id: I41e1237c350b9cceca2b80db3fc9dcccf1173a66
Issue-ID: POLICY-817
Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
|
|
Project: policy/apex-pdp master 5dd6b756e87a71905f1e7e16f9f2e4f72563d614
Merge "Add utility packages to Apex docker image"
Add utility packages to Apex docker image
Add zip/curl/ping/vi to the image for debugging
Issue-ID: POLICY-812
Change-Id: I31b156aedd1500ef0ae50a45354f033b057dc7e4
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
|
|
Project: policy/apex-pdp master 56858b0b356c62bd6fdea3486343d331bbc9567d
Fix bug to allow JSON arrays of events
Apex should allow JSON arrays of events to be processed, processing
the array of events as they come in. This review changes the Apex
JSON array handling to allow arrays of JSON events to be processed.
Arrays of events are required to perform Apex pewrformance tests.
Change-Id: I08ddc9659414bd076fbaa250182335d6f38473e6
Issue-ID: POLICY-812
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
|
|
Project: policy/apex-pdp master d4e7632aa00b42c544406fe9d83621c50831fe8e
Added documentation for readthedocs
Issue-ID: POLICY-1161
Change-Id: I8a3ac2b8fbfccacd04cfd5cb3bc649d9674ec59b
Signed-off-by: mmis <michael.morris@ericsson.com>
|
|
Project: policy/apex-pdp master 88ca44387f65cae61b500f4219d985bd9a1687a9
Upgrade to release policy/common
1.3.0 is released.
Change-Id: I2da787ab3203ef7eba5f50aa4bff30c76f1c6cd4
Issue-ID: POLICY-1189
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
Project: policy/apex-pdp master 775b5f0ebf4cce18e89da45927f929c20df41712
Remove Sonar Vulnerabilit
The coverage review for teh Apex engine introduced a
vulnerability flag in Sonar. This review fixes that
vulnerability
Change-Id: Ie90c61a22c79604513ff2393a768a22ec9542484
Issue-ID: POLICY-1034
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
|
|
Project: policy/apex-pdp master fb0ea8cd5d4a7b4a1c9731b45839be1f291455bf
Merge "Unit test for Apex engine"
Unit test for Apex engine
Coverage for unit test of engie state and state machine handling.
Added coverage of the facade and executor context classes
Added coverage for executors
Added coverage for the remainder of the core engine
Issue-ID: POLICY-1034
Change-Id: I85c66005dfdffdf2b4ee5672473a3ae4823d0d9c
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
|
|
Project: policy/apex-pdp master 5b416f07f49e719d1e0ad1f0830588c1d19a17dd
JUnit for apex Admin Protocol listener
Added coverage for this package.
i
Issue-ID: POLICY-1034
Change-Id: I2e4b51983eec245eb9f105587d15f853656ce35a
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
|
|
Project: policy/apex-pdp master 9cedbd41c0ee3bade89de5d2e1e822cc4e9a36e7
Fix sonar bugs in apex-pdp
Change-Id: I1ab9b9d9b0b8d1655301959d7d6b9ab3cc87eba3
Issue-ID: POLICY-954
Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
|
|
Project: policy/apex-pdp master e06e7f5f3b81d613fb79ced173caffc18ddf3e3d
Set pretty print on JSON creation
Pretty printing was set off, making debugging of JSON
messages more difficult.
Issue-ID: POLICY-954
Change-Id: Ifcc32cdba822f2bfc105c99cc3dc85ee05a89f6f
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
|
|
Project: policy/apex-pdp master b213e23edf68d36b4c0984d94d38d444f96949e2
Fix creation of sub Avro items
When an Avro object is created, nested sub avro objects
are not created automatically. This change allows
invocation of a method to create sub objects of Avro
objects.
Issue-ID: POLICY-954
Change-Id: Ie510867f2631ba6a8c6f5452c08aef5db67e8997
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
|
|
Project: policy/apex-pdp master 16a8f59fed2e53b1bbedaf65a33165bb4d3225f8
Add unit test for core events and context
This code is covered by feature testing but does not
show up in Sonar. These unit tests give coverage on engine
modules.
Issue-ID: POLICY-1034
Change-Id: Ib7a288bcb9729ec88346cc8047e38f3a58f9a97c
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
|
|
Project: policy/apex-pdp master b4a5e9eaeed3b76db48e01875013d694014814bb
Add Unit Test for Admin Protocol messages
Issue-ID: POLICY-1034
Change-Id: Ie07d5036ab328ab51843694a3b2a6bac87920f2e
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
|
|
Issue-ID: POLICY-1161
Change-Id: Ibd09d03898ed2a3f9bdaae3d401111d0a8fe14e3
Signed-off-by: mmis <michael.morris@ericsson.com>
|