summaryrefslogtreecommitdiffstats
path: root/docs/development
AgeCommit message (Expand)AuthorFilesLines
2023-03-01Update S3P documentationwaynedunican2-0/+53
2023-02-28Fix broken linkssaul.gill2-4/+3
2023-01-23Upgrade springboot re-enable prometheus http statsliamfallon1-4/+4
2022-11-16Remove policy parent swagger generation profileliamfallon1-49/+1
2022-11-09Document Policy GUI and gui-serverliamfallon3-3/+3
2022-11-04Add s3p docs for xacml and droolsjhh5-35/+24
2022-11-02Merge "Fix doc config files and dead links"Ramesh Murugan Iyer4-10/+7
2022-11-01Fix doc config files and dead linksliamfallon4-10/+7
2022-11-01Add documentation for distribution S3Prameshiyer273-10/+10
2022-10-25Merge "PAP S3P documentation"Liam Fallon9-9/+10
2022-10-25Merge "API S3P documentation"Liam Fallon11-10/+10
2022-10-25Merge "Update documentation for S3P testing of Apex PDP"Liam Fallon3-7/+9
2022-10-25Update documentation for ACM S3P test in Kohnrameshiyer277-36/+96
2022-10-25PAP S3P documentationlapentafd9-9/+10
2022-10-24API S3P documentationlapentafd11-10/+10
2022-10-24Update documentation for S3P testing of Apex PDPFrancescoFioraEst3-7/+9
2022-10-17Updating documentation for Prometheus application metrics in XACML PDP.isaac1-2/+3
2022-09-29Add Strimzi Kafka Setup documentationSirisha_Manchikanti3-0/+714
2022-06-07Merge "Documented and Tested API & PAP form Istanbul to Jakarta"Liam Fallon1-2/+2
2022-06-03Merge "Fix type version in all tosca_service_template"Liam Fallon4-44/+45
2022-06-03Documented and Tested API & PAP form Istanbul to Jakartabrunomilitzer1-2/+2
2022-06-02Fix type version in all tosca_service_templateFrancescoFioraEst4-44/+45
2022-06-01Merge "Documentation update for OpenSuse images"Liam Fallon1-0/+51
2022-05-27Documentation update for OpenSuse imagesdanielhanrahan1-0/+51
2022-05-23Documented Upgrade from Istanbul to Jakartabrunomilitzer1-2/+2
2022-05-09Update documentation for CLAMP-DCAE pairwise testingrameshiyer2713-578/+2972
2022-05-06Merge "Update CLAMP-SDC pairwise test documentation"Liam Fallon10-0/+264
2022-05-06APEX S3P documentation updates for Jakartadanielhanrahan12-259/+1239
2022-05-05Update CLAMP-SDC pairwise test documentationSirisha_Manchikanti10-0/+264
2022-04-27Merge "s3p xacml documentation"Jorge Hernandez2-32/+18
2022-04-27Merge "smoke tests doc for xacml and drools"Jorge Hernandez3-7/+122
2022-04-27Merge "s3p drools documentation"Ram Krishna Verma5-145/+23
2022-04-27prometheus metrics for droolsjhh1-3/+18
2022-04-26s3p drools documentationjhh5-145/+23
2022-04-26s3p xacml documentationjhh2-32/+18
2022-04-26smoke tests doc for xacml and droolsjhh3-7/+122
2022-04-25Merge "Add document for distribution metrics"Ajith Sreekumar1-2/+19
2022-04-22Add document for distribution metricsRam Krishna Verma1-2/+19
2022-04-22Document changes for PAP spring boot migrationa.sreekumar1-0/+14
2022-04-21Document changes for API springboot migrationRashmi Pujar1-2/+17
2022-04-21Merge "Policy-PAP S3P doc updates"Ajith Sreekumar11-54/+594
2022-04-21Merge "Distribution Stability and Performance results for Jakarta"Liam Fallon10-32/+18
2022-04-20Policy-PAP S3P doc updatesa.sreekumar11-54/+594
2022-04-20Distribution Stability and Performance results for Jakartaadheli.tavares10-32/+18
2022-04-19Application metrics docs for pap, api, apex-pdpRashmi Pujar1-16/+137
2022-04-14Merge "Adding documentation for Prometheus metrics in Xacml-PDP."Jorge Hernandez1-0/+26
2022-04-14Policy API S3P Documentation ChangesPrakhar Pandey15-12/+19
2022-04-13Adding documentation for Prometheus metrics in Xacml-PDP.isaac1-0/+26
2022-04-12Fix typos in policy docs devtoolslapentafd27-61/+62
2022-04-11Updating Clamp documentationadheli.tavares3-5/+5
<build> <plugins> <plugin> <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> <version>0.16.5</version> <inherited>false</inherited> <configuration> <images> <image> <name>${image.name}</name> <build> <cleanup>try</cleanup> <dockerFileDir>${basedir}/target/docker-stage</dockerFileDir> <dockerFile>${basedir}/target/docker-stage/Dockerfile</dockerFile> <tags> <tag>${project.version}</tag> <tag>${project.version}-STAGING-${maven.build.timestamp}</tag> <tag>${project.docker.latesttag.version}</tag> </tags> </build> </image> </images> </configuration> <executions> <execution> <id>generate-images</id> <phase>package</phase> <goals> <goal>build</goal> </goals> </execution> <execution> <id>push-images</id> <phase>${docker.push.phase}</phase> <goals> <goal>build</goal> <goal>push</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>