Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SRVLOGIC-202: Schedule apache-main sync from upstream #5

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
e2962d2
kie-issues#574 Initial ASF Jenkins CI Setup (#1882)
jstastny-cz Sep 19, 2023
642a028
kie-issues#585 extend PR check timeout (#1886)
jstastny-cz Sep 22, 2023
0979b8c
kie-issues#587 abort stale builds (#1887)
jstastny-cz Sep 22, 2023
a9f5d1c
kie-issues#525: Fix wrong usage of useCallback to useMemo (#1878)
jomarko Sep 25, 2023
507ede9
kie-issues#598: Add post build cleanup to PR checks (#1892)
jstastny-cz Oct 4, 2023
f31848d
kie-issues#599: disable sonar in PR checks (#1893)
jstastny-cz Oct 4, 2023
4855cec
kie-issues#626: disable Keycloak devservice (#1895)
jstastny-cz Oct 16, 2023
7f8d673
kie-issues#562: replace copyrights headers/comments in kogito-apps (#…
jomarko Oct 16, 2023
a90d095
kie-issues#527: Fix @kogito-apps/form-details: The embedded monaco-ed…
jomarko Oct 16, 2023
5e0079b
Remove [email protected] (CVE-2023-26115) (#1880)
pefernan Oct 17, 2023
ffc8500
[kie-issues-249] Data Index Events changes for allowing historical da…
elguardian Oct 18, 2023
734bf1e
[kie-issues#628] Change JBoss Nexus to Apache Nexus. (#1896)
baldimir Oct 25, 2023
8bb1811
kie-issues#650: increase timeout for default nightly (#1904)
jstastny-cz Oct 26, 2023
7a47876
kie-issues#648: report cypress results in CI publishers (#1903)
jstastny-cz Oct 26, 2023
6b3d59b
KOGITO-9849 DataIndex is not processing well the http cloud events (…
wmedvede Oct 30, 2023
6c3029d
KOGITO-9855: Avoid create protobuf folder with root privileges. Fix p…
nmirasch Oct 30, 2023
f0399a3
KOGITO-9825:Data index flyway postgresql migration scripts doesn't al…
nmirasch Oct 30, 2023
2bc65a9
kie-issues#667: fix cleanup and settingsXml handling (#1909)
jstastny-cz Nov 2, 2023
5d983b6
kie-issues#639: Upgrade kie-tools to 0.32 (#1899)
pefernan Nov 3, 2023
fcb8acd
kie-issues_599: specify projectKey for sonar analysis (#1910)
jstastny-cz Nov 3, 2023
ede7814
[KOGITO-9842] The initial load job task from DB is not executed Job S…
tiagodolphine Nov 6, 2023
e3ddf42
KOGITO-9901: Repair kogito-apps GHA in apache repository (#1901)
wmedvede Nov 9, 2023
fa4bea2
KOGITO-9818: Job service swagger-ui is always enabled (#1890)
wmedvede Nov 14, 2023
af44858
KOGITO-8841: Review data-index BFF for Management Console interaction…
nmirasch Nov 15, 2023
d17609f
[KOGITO-9909] Fix concurrency on incoming data-index events adding lo…
tiagodolphine Nov 21, 2023
e17fe7b
[KOGITO-9886] fix IT for data-index and jobs-service with process-def…
tiagodolphine Nov 23, 2023
b3aca2e
kie-issues#677: Data Index shows error when querying for ProcessInsta…
pefernan Nov 30, 2023
e3abf2c
kie-issues#727: define push GH tokens for jenkins (#1928)
jstastny-cz Dec 1, 2023
84ed45d
[KOGITO-9816] Consume ProcessDefinitionDataEvent at Data Index for Pr…
tiagodolphine Dec 6, 2023
1a80a83
kie-issues#746: set timeout for testcontainers after waitingFor invoc…
jstastny-cz Dec 7, 2023
0a4f52d
Midstream/upstream sync CI creation
fantonangeli Jan 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
21 changes: 20 additions & 1 deletion .ci/environments/common/update_quarkus.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#

set -euo pipefail

mvn_cmd="mvn ${BUILD_MVN_OPTS:-} ${BUILD_MVN_OPTS_QUARKUS_UPDATE:-}"

source <(curl -s https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/dsl/seed/scripts/install_quarkus.sh)
source <(curl -s https://raw.githubusercontent.com/apache/incubator-kie-kogito-pipelines/main/dsl/seed/scripts/install_quarkus.sh)

echo "Update project with Quarkus version ${QUARKUS_VERSION}"

Expand Down
19 changes: 19 additions & 0 deletions .ci/environments/quarkus-3/after.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#

set -euo pipefail

script_dir_path=$(cd `dirname "${BASH_SOURCE[0]}"`; pwd -P)
Expand Down
19 changes: 19 additions & 0 deletions .ci/environments/quarkus-3/before.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#

set -euo pipefail

script_dir_path=$(cd `dirname "${BASH_SOURCE[0]}"`; pwd -P)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
import java.net.URL;
import java.nio.charset.Charset;
import java.nio.file.Files;
Expand Down
91 changes: 47 additions & 44 deletions .ci/environments/quarkus-3/quarkus3-base-recipe.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
#
# Copyright 2021 the original author or authors.
# <p>
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# <p>
# https://www.apache.org/licenses/LICENSE-2.0
# <p>
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#

#####
Expand All @@ -30,111 +33,111 @@ name: io.quarkus.updates.core.quarkus30.UpgradeQuarkiverse
recipeList:
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkus.bot
artifactId: 'build-reporter-*'
artifactId: "build-reporter-*"
newVersion: 3.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.vault
artifactId: '*'
artifactId: "*"
newVersion: 3.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.amazonservices
artifactId: '*'
artifactId: "*"
newVersion: 2.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.cxf
artifactId: '*'
artifactId: "*"
newVersion: 2.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.jsch
artifactId: '*'
artifactId: "*"
newVersion: 3.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.jberet
artifactId: '*'
artifactId: "*"
newVersion: 2.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.artemis
artifactId: '*'
artifactId: "*"
newVersion: 3.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.config
artifactId: '*'
artifactId: "*"
newVersion: 2.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.freemarker
artifactId: '*'
artifactId: "*"
newVersion: 1.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.githubapp
artifactId: '*'
artifactId: "*"
newVersion: 2.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.mybatis
artifactId: '*'
artifactId: "*"
newVersion: 2.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.messaginghub
artifactId: '*'
artifactId: "*"
newVersion: 2.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.prettytime
artifactId: '*'
artifactId: "*"
newVersion: 2.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.xmlsec
artifactId: '*'
artifactId: "*"
newVersion: 2.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.jef
artifactId: '*'
artifactId: "*"
newVersion: 3.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.githubaction
artifactId: '*'
artifactId: "*"
newVersion: 2.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.hibernatesearchextras
artifactId: '*'
artifactId: "*"
newVersion: 2.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.jackson-jq
artifactId: '*'
artifactId: "*"
newVersion: 2.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.jdbc
artifactId: '*'
artifactId: "*"
newVersion: 3.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.microprofile
artifactId: '*'
artifactId: "*"
newVersion: 3.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.minio
artifactId: '*'
artifactId: "*"
newVersion: 3.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.pact
artifactId: '*'
artifactId: "*"
newVersion: 1.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.poi
artifactId: '*'
artifactId: "*"
newVersion: 2.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.primefaces
artifactId: '*'
artifactId: "*"
newVersion: 3.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.reactivemessaging.http
artifactId: '*'
artifactId: "*"
newVersion: 2.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.renarde
artifactId: '*'
artifactId: "*"
newVersion: 3.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.shardingsphere
artifactId: '*'
artifactId: "*"
newVersion: 2.x

---
Expand Down Expand Up @@ -1147,13 +1150,13 @@ name: io.quarkus.updates.core.quarkus30.RenameJavaxServiceFiles
displayName: Rename a file example
recipeList:
- org.openrewrite.RenameFile:
fileMatcher: '**/META-INF/services/javax.ws.rs.ext.Providers'
fileMatcher: "**/META-INF/services/javax.ws.rs.ext.Providers"
fileName: jakarta.ws.rs.ext.Providers
- org.openrewrite.RenameFile:
fileMatcher: '**/META-INF/services/javax.ws.rs.client.ClientBuilder'
fileMatcher: "**/META-INF/services/javax.ws.rs.client.ClientBuilder"
fileName: jakarta.ws.rs.client.ClientBuilder
- org.openrewrite.RenameFile:
fileMatcher: '**/META-INF/services/javax.ws.rs.sse.SseEventSource$Builder'
fileMatcher: "**/META-INF/services/javax.ws.rs.sse.SseEventSource$Builder"
fileName: jakarta.ws.rs.sse.SseEventSource$Builder

#####
Expand Down Expand Up @@ -1193,7 +1196,7 @@ recipeList:
- org.openrewrite.text.FindAndReplace:
find: quarkus-bootstrap-maven-plugin
replace: quarkus-extension-maven-plugin
fileMatcher: '**/pom.xml'
fileMatcher: "**/pom.xml"

#####
# Adjust properties in application.properties
Expand Down
19 changes: 19 additions & 0 deletions .ci/environments/quarkus-3/quarkus3.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#

name: io.quarkus.openrewrite.Quarkus
description: Update Quarkus version and refactor imports and resources if needed.
type: specs.openrewrite.org/v1beta/recipe
Expand Down
19 changes: 19 additions & 0 deletions .ci/environments/quarkus-branch/before.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#

set -euo pipefail

script_dir_path=$(cd `dirname "${BASH_SOURCE[0]}"`; pwd -P)
Expand Down
19 changes: 19 additions & 0 deletions .ci/environments/quarkus-lts/before.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#

set -euo pipefail

script_dir_path=$(cd `dirname "${BASH_SOURCE[0]}"`; pwd -P)
Expand Down
19 changes: 19 additions & 0 deletions .ci/environments/quarkus-main/before.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#

set -euo pipefail

script_dir_path=$(cd `dirname "${BASH_SOURCE[0]}"`; pwd -P)
Expand Down
Loading
Loading