Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Update "Kubernetes Participant" docs
Issue-ID: POLICY-4606
Change-Id: I2f0906d8d8887444d6fdcb5762d07126f6bc58e5
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
|
|
|
|
|
|
Swagger documentation rendered in ReDoc webpage.
The html page is generated during the Sphinx build.
The sphinx.builders.linkcheck reports as false positives
the links that are generated dynamically, such as with the sphinxcontrib-redoc extension.
Issue-ID: POLICY-4581
Change-Id: I9b720b961332689b144d5fe9d8be82be436d1c16
Signed-off-by: lapentafd <francesco.lapenta@est.tech>
|
|
|
|
Added new puml for state and update diagrams
Updated diagrams
Added table as csv - easier for updating later
Issue-ID: POLICY-4602
Change-Id: Iaca291057688b0a856192036816685d3b9676b4f
Signed-off-by: saul.gill <saul.gill@est.tech>
|
|
Update "Participant Intermediary" docs
Issue-ID: POLICY-4604
Change-Id: I4cb5e44f8ce1d88b0b7b5cf382c7cf30c7355f41
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
|
|
State terminology updates
Fixed broken links
Removed conf.yaml
Issue-ID: POLICY-4611
Change-Id: I6edb567fccf192e953495c48f5b1abe348df433e
Signed-off-by: saul.gill <saul.gill@est.tech>
|
|
Update "The CLAMP Automation Composition Runtime" docs
Issue-ID: POLICY-4600
Change-Id: I927a67fd021b4d92b01094c65c42efd4ea8d4682
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
|
|
Issue-ID: POLICY-4623
Change-Id: I714c79306c920aba861f65dd1b064c05f055ab4c
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
|
|
Altered guide to allow install of policy fwk or acm components
Added collapse directive to make page more readable
Added overide.yaml instructions
Added more detailed oom installation guide
Issue-ID: POLICY-4607
Change-Id: Ie5de014f9651b1dceb340acd780216a2a75b4b90
Signed-off-by: saul.gill <saul.gill@est.tech>
|
|
Added images for state diagrams
Added images for system level dialogues diagrams
Added puml for state diagrams
Added puml for system level dialogues diagrams
Added page content with diagrams
Updated page links
Issue-ID: POLICY-4598
Change-Id: Ife009a94f6b0b378fb565bdc097dba251ea74596
Signed-off-by: saul.gill <saul.gill@est.tech>
|
|
Issue-ID: POLICY-4578
Change-Id: Ib7ff958331dca890acbec50526fddb4bb7cc90d4
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
These dependencies disabled unit tests and code coverage in a number of
repos because the Jetty swagger server (in policy/common) used junit 5
jupiter without a "tesst" scope.
This is fixed in policy/common in a separate commit.
Issue-ID: POLICY-4474
Change-Id: I31139716fb7409e7e0e06f21296a9d82ec793310
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
New versions of jetty, jboss and jersey rolled back
Issue-ID: POLICY-4474
Change-Id: I0f61d543aa4d7ad9dbbde8707665cda387cecd23
Signed-off-by: saul.gill <saul.gill@est.tech>
|
|
Fix for release script not updating
db migrator image in oom charts
Issue-ID: POLICY-4576
Change-Id: Idc21ad2ef33bc93267f9edaab9885396dda80c18
Signed-off-by: saul.gill <saul.gill@est.tech>
|
|
updated release data in policy/parent
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4570
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: I85db562f0efb359490d71ead7e35dd3850a2a5dd
|
|
Issue-ID: POLICY-4156
Change-Id: I5d459feebd0c6843784b56e756e30b6e22b9c2d4
Signed-off-by: Wayne Dunican <wayne.dunican@est.tech>
|
|
policy/parent updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4570
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: I346ff762f8a345c27e75ed1277644d5769a8eeef
|
|
This commit releases repo policy/parent.
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4570
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: I7fad9ea10acb735d19ec4c58e13b0ae44811eb65
|
|
Issue-ID: POLICY-4570
Change-Id: Iaf8e492c5c00631a476b113076b278a4ae1c6af4
Signed-off-by: saul.gill <saul.gill@est.tech>
|
|
updated the parent references in the policy/parent pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4570
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: Ic438c7598886ae6e64fd1cec65464e1996c21d6d
|
|
Issue-ID: POLICY-4482
Change-Id: Ic9770039900c8aa9a950c7b0e20ee6b48ef8ff6f
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
Issue-ID: POLICY-4482
Change-Id: Ic6ff3277a9b412409c998f22e0fa95d1ac439a5a
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
Issue-ID: POLICY-4533
Change-Id: I322b99d8181551ca68caa85e5f1bd5f80efd4e24
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
- Upgrade Hibernate
- Upgrade Mockito
- Upgrade Mockserver
- Remove Powermock (no longer supported) and replace with spring-test ReflectionTestUtils
- Upgrade Spring Framework
- Add spring-security to allow authentication on unitests using MockMVC
Minor clean-up
- Replace deprecated authorization configuraiton on spring boot applications with SecurityFilterChain bean
- Change @LocalPort include on tests to use test include rather than runtime include
- Remove unused imports
- Remove unused constants and variables
- Add deprecation annotations where required
Issue-ID: POLICY-4482
Change-Id: I5229379037ec773d31a1adc21d5533ca3e1fb93d
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
Issue-ID: POLICY-4498
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Ie317f30bc0896f6d4ec73110b9e1cbf869f2d16a
|
|
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Issue-ID: POLICY-4498
Change-Id: I3fa5f2fd45531880b26419b82c27ba059367b40a
|
|
Springboot 2.5.14 has a bug in its actuator that does not automatically
activate HTTP statiscis. iThis bug is causing our CSITs to fail in the
master branch.
This is fixed in the latest version of Springboot.
See: https://github.com/spring-projects/spring-boot/issues/31263
Issue-ID: POLICY-4143
Change-Id: I04e56e81f06abf0416918df606f1d413b3eb4c1b
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
Issue-ID: POLICY-4488
Change-Id: I7aec3eff1042384479a839b9f1b935c9e44c5d5c
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
updated release data in policy/parent
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4484
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I70f06467e91c8ff0d0536f8d20c281a57ddcabbd
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
policy/parent updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4484
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I82a14d5ea71ad426182ca09f120455de76ab551b
|
|
This commit releases repo policy/parent.
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4484
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I1e14325408e98ab212ea315b5b54d06c36540cb2
|
|
updated the parent references in the policy/parent pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4484
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I58fcc6952c480d9e1e21aece31c0dff754b91d8a
|
|
This change is required to explicitly import oparent dependencies to
avoid self referencing in oparent.
Issue-ID: POLICY-4482
Change-Id: I5155c44775880edefb15422aa85bda06fd391796
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
Improve the version handling in the policy parent integration pom.
Change the version of dependencies to the latest version when there is
no code/test impact in the Policy Framework.
Issue-ID: POLICY-4482
Change-Id: I3b8e54ec3a4b4173c2cf0e2007d5ae0e791a37ff
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
There have been some issue reported on the performance of MariaDB in
Integration and anecdotally on Policy components. THe version of MariaDB
is upgraded to see if it has any impact.
Issue-ID: POLICY-4482
Change-Id: I1116c63e56fe657e92ccd09ea9e5f42cfde8065d
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
|
|
Issue-ID: POLICY-4462
Change-Id: I40ac2d58722fcbfa89123dad3d35d84d7b878685
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
Springfox will be replaced with Spring Doc for rendering the
documentation from controllers using OpenAPI 3.0 (Swagger 3.0).
This commit adds Spring Doc to dependency management. SpringFox will be
removed once all the components are converted to SpringDoc.
Issue-ID: POLICY-4404
Change-Id: I861344865ce4f9aae4572690876ef7d9d7844916
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
The POM config for git-commit-id-maven-plugin is duplicated in each
repo, so the config is moved to policy/parent
Issue-ID: POLICY-4466
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: I2ac1d2665f54fbf4ac2eaa21ef8a7158452dbd8a
|
|
Signed-off-by: david.mcweeney <david.mcweeney@est.tech>
Issue-ID: DMAAP-1790
Change-Id: I83755fcc14e0581c44cb5cea5d81546501d467e0
|
|
Issue-ID: POLICY-4460
Change-Id: Ica77ff1aafd10b098bdcae72041f3176b29dac40
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
|
|
Signed-off-by: david.mcweeney <david.mcweeney@est.tech>
Issue-ID: DMAAP-1790
Change-Id: Icf7ff4c50178506980c06f495082a323b6b4794d
|
|
This maven profile used the Swagger endpoint to generate the Swagger and
then generated a HTML and PDF version using Asciidoc.
We now have Swagger as a source artifact so this profile is no longer
needed.
This commit als fixes the issue with the example for using this profile
in the documentation, which references a non-existant link.
Issue-ID: POLICY-4431
Change-Id: I970eb392f156662c3bbfb38e978bc46335538925
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
Issue-ID: POLICY-4138
Change-Id: If7eccc6057ce54609ab6ad07dd3a9bd129caa93a
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
Issue-ID: POLICY-4446
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I092ce27abbf5dfe5f0794d78cad596953e4a6a09
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
|
|
apache commons lang3 dependency appears twice in the POM file.
Issue-ID: POLICY-4407
Change-Id: Id40f8df4bce34d83b6fd0f620a801c7cb9c75a17
Signed-off-by: liamfallon <liam.fallon@est.tech>
|