Skip to content

Commit

Permalink
kiegroup -> apache
Browse files Browse the repository at this point in the history
  • Loading branch information
jomarko committed Oct 20, 2023
1 parent e871025 commit 713c456
Show file tree
Hide file tree
Showing 16 changed files with 36 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.setup-branch
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/

import org.jenkinsci.plugins.workflow.libs.Library

@Library('jenkins-pipeline-shared-libraries')_
Expand Down
2 changes: 1 addition & 1 deletion .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/

/*
* This file is describing all the Jenkins jobs in the DSL format (see https://plugins.jenkins.io/job-dsl/)
* needed by the Kogito pipelines.
Expand Down
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ For the documentation review, do the same step as described in the item number 4

## Basic Conventions

As a general rule of thumb, look at the [published documentation](https://kiegroup.github.io/kogito-docs/) to have an idea of the writing style, format, and organization.
As a general rule of thumb, look at the [published documentation](https://apache.github.io/incubator-kie-kogito-docs/) to have an idea of the writing style, format, and organization.

### UI Elements

Expand Down Expand Up @@ -216,11 +216,11 @@ More details at [Antora documentation](https://docs.antora.org/antora/latest/asc

1. You can retrieve all changes in the release page of each repository of the project:

- https://github.com/kiegroup/kogito-runtimes/releases/tag/{version}
- https://github.com/kiegroup/kogito-apps/releases/tag/{version}
- https://github.com/kiegroup/kogito-examples/releases/tag/{version}
- https://github.com/kiegroup/kogito-images/releases/tag/{version_without_Final}
- https://github.com/kiegroup/kogito-serverless-operator/releases/tag/v{version_without_Final}
- https://github.com/apache/incubator-kie-kogito-runtimes/releases/tag/{version}
- https://github.com/apache/incubator-kie-kogito-apps/releases/tag/{version}
- https://github.com/apache/incubator-kie-kogito-examples/releases/tag/{version}
- https://github.com/apache/incubator-kie-kogito-images/releases/tag/{version_without_Final}
- https://github.com/apache/incubator-kie-kogito-serverless-operator/releases/tag/v{version_without_Final}

Replace `{version}` with the given core version, for example `1.41.0.Final`.
Replace `{version_without_Final}` with the given cloud version, for example `1.41.0`.
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Kogito Guides

The published guides can be found https://kiegroup.github.io/kogito-docs/serverlessworkflow/latest/index.html[here].
The published guides can be found https://apache.github.io/incubator-kie-kogito-docs/serverlessworkflow/latest/index.html[here].

== Prerequisite

Expand Down
2 changes: 1 addition & 1 deletion antora/supplemental-ui/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div id="topbar-nav" class="navbar-menu">
<div class="navbar-end">
<div class="navbar-item">
<a class="navbar-item small-item" href="https://github.com/kiegroup"
<a class="navbar-item small-item" href="https://github.com/apache"
target="_blank" title="Follow KIE on GitHub">
<div class="github-icon"></div>
</a>
Expand Down
10 changes: 5 additions & 5 deletions serverlessworkflow/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ asciidoc:
operator_k8s_subscription: my-sonataflow-operator
kogito_devservices_imagename: registry.redhat.io/openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8
sonataflow_devmode_imagename: quay.io/kiegroup/kogito-swf-devmode
kogito_examples_repository_url: https://github.com/kiegroup/kogito-examples
kogito_sw_examples_url: https://github.com/kiegroup/kogito-examples/tree/main/serverless-workflow-examples
kogito_examples_url: https://github.com/kiegroup/kogito-examples.git
kogito_apps_url: https://github.com/kiegroup/kogito-apps/tree/main
kogito_examples_repository_url: https://github.com/apache/incubator-kie-kogito-examples
kogito_sw_examples_url: https://github.com/apache/incubator-kie-kogito-examples/tree/main/serverless-workflow-examples
kogito_examples_url: https://github.com/apache/incubator-kie-kogito-examples.git
kogito_apps_url: https://github.com/apache/incubator-kie-kogito-apps/tree/main
quarkus_cli_url: https://quarkus.io/guides/cli-tooling
spec_website_url: https://serverlessworkflow.io/
spec_doc_url: https://github.com/serverlessworkflow/specification/blob/0.8.x/specification.md
Expand Down Expand Up @@ -108,7 +108,7 @@ asciidoc:
camel_extensions_url: https://camel.apache.org/camel-quarkus/2.14.x/reference/extensions
kaoto_url: https://marketplace.visualstudio.com/items?itemName=redhat.vscode-kaoto
minikube_url: https://minikube.sigs.k8s.io
kogito_serverless_operator_url: https://github.com/kiegroup/kogito-serverless-operator/
kogito_serverless_operator_url: https://github.com/apache/incubator-kie-kogito-serverless-operator/
docs_issues_url: https://github.com/apache/incubator-kie-kogito-docs/issues/new
ocp_local_url: https://access.redhat.com/documentation/en-us/red_hat_openshift_local/2.17
ocp_knative_serving_url: https://docs.openshift.com/container-platform/4.12/serverless/install/installing-knative-serving.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
:description: Build and deploy with {operator_name}
:keywords: kogito, sonataflow, workflow, serverless, operator, kubernetes, minikube, openshift, containers
// links
:kogito_serverless_operator_url: https://github.com/kiegroup/kogito-serverless-operator/
:kogito_greeting_example_url: https://github.com/kiegroup/kogito-examples/tree/stable/serverless-workflow-examples/serverless-workflow-greeting-quarkus
:kogito_serverless_operator_url: https://github.com/apache/incubator-kie-kogito-serverless-operator/
:kogito_greeting_example_url: https://github.com/apache/incubator-kie-kogito-examples/tree/stable/serverless-workflow-examples/serverless-workflow-greeting-quarkus
:kaniko_issue_url: https://github.com/GoogleContainerTools/kaniko/issues/2201
:kaniko_url: https://github.com/GoogleContainerTools/kaniko
:openshift_build_url: https://docs.openshift.com/container-platform/4.13/cicd/builds/understanding-image-builds.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,11 @@ For example using VSCode, there are the commands needed:

[source,bash,subs="attributes+"]
----
<<<<<<< HEAD
curl -S https://raw.githubusercontent.com/apache/incubator-kie-kogito-serverless-operator/{operator_version}/test/testdata/sonataflow.org_v1alpha08_sonataflow_devmode.yaml > workflow_devmode.yaml
=======
curl -S https://raw.githubusercontent.com/apache/incubator-kie-kogito-serverless-operator/{operator_version}/config/samples/sw.kogito_v1alpha08_sonataflow_devmode.yaml > workflow_devmode.yaml
>>>>>>> 744e7dc (kiegroup -> apache)
code workflow_devmode.yaml
kubectl apply -f workflow_devmode.yaml -n <your_namespace>
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ To install the {product_name} Operator, you can use the following command:
.Install {product_name} Operator on Kubernetes
[source,shell,subs="attributes+"]
----
kubectl create -f https://raw.githubusercontent.com/kiegroup/kogito-serverless-operator/{operator_version}/operator.yaml
kubectl create -f https://raw.githubusercontent.com/apache/incubator-kie-kogito-serverless-operator/{operator_version}/operator.yaml
----
You can also specify a version:
----
Expand Down Expand Up @@ -150,12 +150,13 @@ quay.io/kiegroup/kogito-serverless-operator-nightly:1.41.0
.Uninstalling the operator
[source,shell,subs="attributes+"]
----
kubectl delete -f https://raw.githubusercontent.com/kiegroup/kogito-serverless-operator/v<version>/operator.yaml
kubectl delete -f https://raw.githubusercontent.com/apache/incubator-kie-kogito-serverless-operator/<version>.x/operator.yaml
----

[TIP]
====
If you're running a snapshot version, use this URL instead `https://raw.githubusercontent.com/kiegroup/kogito-serverless-operator/main/operator.yaml`.
<<<<<<< HEAD
If you're running a snapshot version, use this URL instead `https://raw.githubusercontent.com/apache/incubator-kie-kogito-serverless-operator/main/operator.yaml`.
The URL should be the same used when installing the operator.
====
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:quarkus_container_images_url: https://quarkus.io/guides/container-image
:quarkus_native_builds_url: https://quarkus.io/guides/building-native-image
:google_jib_url: https://github.com/GoogleContainerTools/jib
:kogito_sw_examples_git_repo_url: https://github.com/kiegroup/kogito-examples.git
:kogito_sw_examples_git_repo_url: https://github.com/apache/incubator-kie-kogito-examples.git

This document describes how to build a Serverless Application Container image using the link:{quarkus_cli_url}[Quarkus CLI].

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:jobs_service_image_ephemeral_url: https://quay.io/repository/kiegroup/kogito-jobs-service-ephemeral
:jobs_service_image_postgresql_url: https://quay.io/repository/kiegroup/kogito-jobs-service-postgresql
:jobs_service_image_infinispan_url: https://quay.io/repository/kiegroup/kogito-jobs-service-infinispan
:jobs_service_image_usage_url: https://github.com/kiegroup/kogito-images#jobs-services-all-in-one
:jobs_service_image_usage_url: https://github.com/apache/incubator-kie-kogito-images#jobs-services-all-in-one
:knative_eventing_url: https://knative.dev/docs/eventing/
:knative_eventing_trigger_url: https://knative.dev/docs/eventing/triggers/
:knative_eventing_sink_binding_url: https://knative.dev/docs/eventing/sinks/#sink-parameter-example
Expand Down Expand Up @@ -127,7 +127,7 @@ spec:
[NOTE]
====
This is the recommended approach when you execute the Job Service in kubernetes.
The timeouts showcase example xref:use-cases/timeout-showcase-example.adoc#execute-quarkus-project-standalone-services[Quarkus Workflow Project with standalone services] contains an example of this configuration, https://github.com/kiegroup/kogito-examples/blob/main/serverless-workflow-examples/serverless-workflow-timeouts-showcase-extended/kubernetes/jobs-service-postgresql.yml#L65[see].
The timeouts showcase example xref:use-cases/timeout-showcase-example.adoc#execute-quarkus-project-standalone-services[Quarkus Workflow Project with standalone services] contains an example of this configuration, https://github.com/apache/incubator-kie-kogito-examples/blob/main/serverless-workflow-examples/serverless-workflow-timeouts-showcase-extended/kubernetes/jobs-service-postgresql.yml#L65[see].
====

[#using-java-like-system-properties]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You can also see the `serverless-workflow-callback-quarkus` example application
.Clone `kogito-examples` repository
[source,shell]
----
git clone [email protected]:kiegroup/kogito-examples.git
git clone [email protected]:apache/incubator-kie-kogito-examples.git
----

.Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ Once you clone the `serverless-workflow-oauth2-orchestration-quarkus` example ap
.Clone `kogito-examples` repository and navigate to the directory
[source, bash]
----
git clone https://github.com/kiegroup/kogito-examples.git
git clone https://github.com/apache/incubator-kie-kogito-examples.git
cd kogito-examples/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ mvn clean verify
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ serverless-workflow-testing-with-rest-assured ---
[INFO] Building jar: /home/user/dev/kiegroup/kogito-examples/serverless-workflow-examples/serverless-workflow-testing-with-rest-assured/target/serverless-workflow-testing-with-rest-assured-1.0.jar
[INFO] Building jar: /home/user/dev/apache/kogito-examples/serverless-workflow-examples/serverless-workflow-testing-with-rest-assured/target/serverless-workflow-testing-with-rest-assured-1.0.jar
[INFO]
[INFO] --- quarkus-maven-plugin:2.9.2.Final:build (default) @ serverless-workflow-testing-with-rest-assured ---
[INFO] Performed addonsConfig discovery, found: AddonsConfig{usePersistence=false, useTracing=false, useMonitoring=false, usePrometheusMonitoring=false, useCloudEvents=true, useExplainability=false, useProcessSVG=false, useEventDrivenDecisions=false, useEventDrivenRules=false}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For more information, see xref:tooling/serverless-logic-web-tools/serverless-log
. Create a project using an example application in link:{kogito_sw_examples_url}[GitHub].
+
--
You can use the link:https://github.com/kiegroup/kogito-examples/tree/main/serverless-workflow-examples/serverless-workflow-greeting-quarkus[`serverless-workflow-greeting-quarkus`] example application, which does not contain external dependencies and is easy to test and comprehend.
You can use the link:https://github.com/apache/incubator-kie-kogito-examples/tree/main/serverless-workflow-examples/serverless-workflow-greeting-quarkus[`serverless-workflow-greeting-quarkus`] example application, which does not contain external dependencies and is easy to test and comprehend.

The `serverless-workflow-greeting-quarkus` example application contains a single operation state with one action, sending request to the `greeting` function. In the example application, the workflow data is assumed to be the name of the person to greet, and the result is the greeting for the person. The result is added to the state data, which later becomes the workflow data output.
--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,11 @@ And thus, there is no need for additional configurations when you use timeouts.

To execute the workflows you must:

In a command terminal, clone the `kogito-examples` repository, navigate to the cloned directory, and follow https://github.com/kiegroup/kogito-examples/tree/main/serverless-workflow-examples/serverless-workflow-timeouts-showcase-operator-devprofile/README.md[these steps]:
In a command terminal, clone the `kogito-examples` repository, navigate to the cloned directory, and follow https://github.com/apache/incubator-kie-kogito-examples/tree/main/serverless-workflow-examples/serverless-workflow-timeouts-showcase-operator-devprofile/README.md[these steps]:

[source, bash]
----
git clone https://github.com/kiegroup/kogito-examples.git
git clone https://github.com/apache/incubator-kie-kogito-examples.git
cd kogito-examples/serverless-workflow-examples/serverless-workflow-timeouts-showcase-operator-devprofile
----
Expand All @@ -251,7 +251,7 @@ In a command terminal, clone the `kogito-examples` repository, navigate to the c

[source, bash]
----
git clone https://github.com/kiegroup/kogito-examples.git
git clone https://github.com/apache/incubator-kie-kogito-examples.git
cd kogito-examples/serverless-workflow-examples/serverless-workflow-timeouts-showcase-embedded
----
Expand Down Expand Up @@ -301,7 +301,7 @@ In a command terminal, clone the `kogito-examples` repository, navigate to the c

[source, bash]
----
git clone https://github.com/kiegroup/kogito-examples.git
git clone https://github.com/apache/incubator-kie-kogito-examples.git
cd kogito-examples/serverless-workflow-examples/serverless-workflow-timeouts-showcase-extended
----
Expand Down

0 comments on commit 713c456

Please sign in to comment.