This is an automated email from the ASF dual-hosted git repository.
asf-ci-kie pushed a change to branch nightly-main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git
from 56f71b0a8 kie-kogito-examples#2052: Remove deprecated pr-backporting
wf (#2054)
add a3792d47e NO-ISSUE: Remove Management Console from examples (#2047)
No new revisions were added by this update.
Summary of changes:
.../extended/docker-compose/README.md | 2 -
.../extended/docker-compose/docker-compose.yml | 15 -
.../extended/travels/README.md | 3 -
.../kogito-travel-agency/extended/visas/README.md | 1 -
kogito-quarkus-examples/ocp-tryout/README.md | 4 -
.../ocp-tryout/installer.properties | 1 -
kogito-quarkus-examples/ocp-tryout/installer.sh | 5 +-
.../ocp-tryout/keycloak/keycloak.sh | 4 +-
.../deployment-patch.yaml | 49 -
.../kogito-management-console.sh | 47 -
.../ocp-tryout/kogito-shared/README.md | 2 -
kogito-quarkus-examples/ocp-tryout/uninstaller.sh | 3 +-
kogito-quarkus-examples/pom.xml | 2 +-
.../process-instance-migration-quarkus/README.md | 3 -
.../docker-compose/keycloak/kogito-realm.json | 2241 --------------------
.../docs/images/Job_details.png | Bin 98137 -> 0 bytes
.../docs/images/JobsPanel.png | Bin 128636 -> 0 bytes
.../docs/images/MC_details_1_new_hiring.png | Bin 126873 -> 0 bytes
.../docs/images/MC_details_2_IT_executed_job.png | Bin 132306 -> 0 bytes
.../docs/images/MC_list.png | Bin 65374 -> 0 bytes
.../README.md | 64 +-
.../docker-compose/.gitignore | 0
.../docker-compose/README.md | 4 -
.../docker-compose/docker-compose-infinispan.yml | 36 -
.../docker-compose/docker-compose-postgresql.yml | 46 -
.../docker-compose/infinispan/infinispan.xml | 0
.../docker-compose/pgadmin/pgpass | 0
.../docker-compose/pgadmin/servers.json | 0
.../docker-compose/sql/init.sql | 0
.../docker-compose/startServices.sh | 0
.../docs/images/Process-with-job.png | Bin
.../docs/images/services.png | Bin
.../pom.xml | 0
.../src/main/java/org/kie/kogito/hr/Candidate.java | 0
.../main/resources/META-INF/processSVG/hiring.svg | 0
.../main/resources/META-INF/resources/index.html | 0
.../src/main/resources/application.properties | 0
.../src/main/resources/hiring.bpmn | 0
.../java/org/kie/kogito/hr/HiringProcessIT.java | 0
.../src/test/resources/application.properties | 0
40 files changed, 7 insertions(+), 2525 deletions(-)
delete mode 100644
kogito-quarkus-examples/ocp-tryout/kogito-management-console/deployment-patch.yaml
delete mode 100755
kogito-quarkus-examples/ocp-tryout/kogito-management-console/kogito-management-console.sh
delete mode 100644
kogito-quarkus-examples/process-usertasks-timer-quarkus-with-console/docker-compose/keycloak/kogito-realm.json
delete mode 100644
kogito-quarkus-examples/process-usertasks-timer-quarkus-with-console/docs/images/Job_details.png
delete mode 100644
kogito-quarkus-examples/process-usertasks-timer-quarkus-with-console/docs/images/JobsPanel.png
delete mode 100644
kogito-quarkus-examples/process-usertasks-timer-quarkus-with-console/docs/images/MC_details_1_new_hiring.png
delete mode 100644
kogito-quarkus-examples/process-usertasks-timer-quarkus-with-console/docs/images/MC_details_2_IT_executed_job.png
delete mode 100644
kogito-quarkus-examples/process-usertasks-timer-quarkus-with-console/docs/images/MC_list.png
rename kogito-quarkus-examples/{process-usertasks-timer-quarkus-with-console
=> process-usertasks-timer-quarkus}/README.md (74%)
rename kogito-quarkus-examples/{process-usertasks-timer-quarkus-with-console
=> process-usertasks-timer-quarkus}/docker-compose/.gitignore (100%)
rename kogito-quarkus-examples/{process-usertasks-timer-quarkus-with-console
=> process-usertasks-timer-quarkus}/docker-compose/README.md (95%)
rename kogito-quarkus-examples/{process-usertasks-timer-quarkus-with-console
=>
process-usertasks-timer-quarkus}/docker-compose/docker-compose-infinispan.yml
(75%)
rename kogito-quarkus-examples/{process-usertasks-timer-quarkus-with-console
=>
process-usertasks-timer-quarkus}/docker-compose/docker-compose-postgresql.yml
(75%)
rename kogito-quarkus-examples/{process-usertasks-timer-quarkus-with-console
=> process-usertasks-timer-quarkus}/docker-compose/infinispan/infinispan.xml
(100%)
rename kogito-quarkus-examples/{process-usertasks-timer-quarkus-with-console
=> process-usertasks-timer-quarkus}/docker-compose/pgadmin/pgpass (100%)
rename kogito-quarkus-examples/{process-usertasks-timer-quarkus-with-console
=> process-usertasks-timer-quarkus}/docker-compose/pgadmin/servers.json (100%)
rename kogito-quarkus-examples/{process-usertasks-timer-quarkus-with-console
=> process-usertasks-timer-quarkus}/docker-compose/sql/init.sql (100%)
rename kogito-quarkus-examples/{process-usertasks-timer-quarkus-with-console
=> process-usertasks-timer-quarkus}/docker-compose/startServices.sh (100%)
rename kogito-quarkus-examples/{process-usertasks-timer-quarkus-with-console
=> process-usertasks-timer-quarkus}/docs/images/Process-with-job.png (100%)
rename kogito-quarkus-examples/{process-usertasks-timer-quarkus-with-console
=> process-usertasks-timer-quarkus}/docs/images/services.png (100%)
rename kogito-quarkus-examples/{process-usertasks-timer-quarkus-with-console
=> process-usertasks-timer-quarkus}/pom.xml (100%)
rename kogito-quarkus-examples/{process-usertasks-timer-quarkus-with-console
=>
process-usertasks-timer-quarkus}/src/main/java/org/kie/kogito/hr/Candidate.java
(100%)
rename kogito-quarkus-examples/{process-usertasks-timer-quarkus-with-console
=>
process-usertasks-timer-quarkus}/src/main/resources/META-INF/processSVG/hiring.svg
(100%)
rename kogito-quarkus-examples/{process-usertasks-timer-quarkus-with-console
=>
process-usertasks-timer-quarkus}/src/main/resources/META-INF/resources/index.html
(100%)
rename kogito-quarkus-examples/{process-usertasks-timer-quarkus-with-console
=> process-usertasks-timer-quarkus}/src/main/resources/application.properties
(100%)
rename kogito-quarkus-examples/{process-usertasks-timer-quarkus-with-console
=> process-usertasks-timer-quarkus}/src/main/resources/hiring.bpmn (100%)
rename kogito-quarkus-examples/{process-usertasks-timer-quarkus-with-console
=>
process-usertasks-timer-quarkus}/src/test/java/org/kie/kogito/hr/HiringProcessIT.java
(100%)
rename kogito-quarkus-examples/{process-usertasks-timer-quarkus-with-console
=> process-usertasks-timer-quarkus}/src/test/resources/application.properties
(100%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]