From c0a071a8951cc8dfed824335cd3aa9d7bde40a9a Mon Sep 17 00:00:00 2001 From: Alessio Marinelli Date: Thu, 20 Nov 2025 18:25:07 +0100 Subject: [PATCH 01/11] Update testing submodule to include Spark CRD support --- testing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing b/testing index 7cb7f6d..12270fb 160000 --- a/testing +++ b/testing @@ -1 +1 @@ -Subproject commit 7cb7f6d64e54949cbb7cd634997b75d244454d4d +Subproject commit 12270fb52713dae6bd575d0f20f582008af1ce24 From 2e19a5399daf1195ae275f3c4f167e8f90df17c7 Mon Sep 17 00:00:00 2001 From: Alessio Marinelli Date: Tue, 11 Nov 2025 09:50:16 +0100 Subject: [PATCH 02/11] Update operator submodule to feature/add-spark-operator for testing --- operator | 1 + 1 file changed, 1 insertion(+) create mode 160000 operator diff --git a/operator b/operator new file mode 160000 index 0000000..8430d5b --- /dev/null +++ b/operator @@ -0,0 +1 @@ +Subproject commit 8430d5b03a335b1d68bfc0a4f56e8ebc4ca82a0b From 8239206f70cbe141d2cdcbaef7ee944e21a35813 Mon Sep 17 00:00:00 2001 From: Alessio Marinelli Date: Tue, 11 Nov 2025 12:13:21 +0100 Subject: [PATCH 03/11] chore: update task submodule to include Spark support in Whisk spec --- task | 1 + 1 file changed, 1 insertion(+) create mode 160000 task diff --git a/task b/task new file mode 160000 index 0000000..6467dcb --- /dev/null +++ b/task @@ -0,0 +1 @@ +Subproject commit 6467dcbbcb67293e0a4a30f9a1046e63516a92dc From 6e6198c4a4478f14a126dafa1905ce9a23d2c563 Mon Sep 17 00:00:00 2001 From: Alessio Marinelli Date: Fri, 14 Nov 2025 18:17:25 +0100 Subject: [PATCH 04/11] feat: Update task submodule with Spark operator Taskfiles - Add Spark operator build and test tasks in task project - TaskfileBuild.yml for GHCR image building - TaskfileTest.yml for SparkJob testing - Sync with openserverless-task fork feature/enable-spark-in-whisk --- task | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task b/task index 6467dcb..cadb1bd 160000 --- a/task +++ b/task @@ -1 +1 @@ -Subproject commit 6467dcbbcb67293e0a4a30f9a1046e63516a92dc +Subproject commit cadb1bd48cdff55d2be1da0e24256bac15df2bcc From 36d91409654bf19087ceece519362dcb10363935 Mon Sep 17 00:00:00 2001 From: Alessio Marinelli Date: Sat, 15 Nov 2025 12:28:30 +0100 Subject: [PATCH 05/11] fix: update operator submodule to point to mobs75 fork with feature/add-spark-operator branch --- .gitmodules | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.gitmodules b/.gitmodules index e93d16e..8525be2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,32 +1,32 @@ [submodule "site"] - path = site - url = https://github.com/apache/openserverless-site - branch = main + path = site + url = https://github.com/apache/openserverless-site + branch = main [submodule "cli"] - path = cli - url = https://github.com/apache/openserverless-cli - branch = main + path = cli + url = https://github.com/apache/openserverless-cli + branch = main [submodule "operator"] - path = olaris-op - url = https://github.com/apache/openserverless-operator - branch = main + path = operator + url = https://github.com/mobs75/openserverless-operator + branch = feature/add-spark-operator [submodule "testing"] - path = testing - url = https://github.com/apache/openserverless-testing - branch = main + path = testing + url = https://github.com/apache/openserverless-testing + branch = main [submodule "task"] - path = olaris - url = https://github.com/apache/openserverless-task - branch = main + path = olaris + url = https://github.com/apache/openserverless-task + branch = main [submodule "runtimes"] - path = runtimes - url = https://github.com/apache/openserverless-runtimes - branch = main + path = runtimes + url = https://github.com/apache/openserverless-runtimes + branch = main [submodule "vscode"] - path = vscode - url = https://github.com/apache/openserverless-vscode-extension + path = vscode + url = https://github.com/apache/openserverless-vscode-extension branch = main [submodule "openserverless-devcontainer"] - path = devcontainer - url = https://github.com/apache/openserverless-devcontainer + path = devcontainer + url = https://github.com/apache/openserverless-devcontainer branch = main From e15fe70590e23923f45bb0dd6ad579f9004352b5 Mon Sep 17 00:00:00 2001 From: Alessio Marinelli Date: Thu, 20 Nov 2025 19:01:28 +0100 Subject: [PATCH 06/11] Update operator submodule with Spark test configuration --- operator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator b/operator index 8430d5b..a2f3dae 160000 --- a/operator +++ b/operator @@ -1 +1 @@ -Subproject commit 8430d5b03a335b1d68bfc0a4f56e8ebc4ca82a0b +Subproject commit a2f3dae8fb65a35ed821fa058b21e20c1996cfa7 From b30d1689d0b10546f17f6cc028dfc7b070129a79 Mon Sep 17 00:00:00 2001 From: Alessio Marinelli Date: Sat, 22 Nov 2025 17:02:38 +0100 Subject: [PATCH 07/11] feat: integrate Apache Spark operator - Update operator submodule to include Spark integration (commit afc74b4) - Add comprehensive Spark deployment support - Enable Spark Master, History Server, and Worker management - Integrate with MinIO for Spark event logs storage --- operator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator b/operator index a2f3dae..afc74b4 160000 --- a/operator +++ b/operator @@ -1 +1 @@ -Subproject commit a2f3dae8fb65a35ed821fa058b21e20c1996cfa7 +Subproject commit afc74b4805a369ba13b32d8640b92bf81feb2ae7 From dacb864a5ebe7d8e681856493ad9bd6ad73f887a Mon Sep 17 00:00:00 2001 From: Alessio Marinelli Date: Sat, 22 Nov 2025 17:34:05 +0100 Subject: [PATCH 08/11] task: integrate Spark build and test automation - Add Spark operator build tasks - Add Spark testing workflows - Update Whisk CRD with Spark configuration --- task | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task b/task index cadb1bd..5bda86f 160000 --- a/task +++ b/task @@ -1 +1 @@ -Subproject commit cadb1bd48cdff55d2be1da0e24256bac15df2bcc +Subproject commit 5bda86fc1ad3fc25b07f4d0d426218c088d9a624 From 91422894b03add7f996e2ac83ad2ecae8c8ef238 Mon Sep 17 00:00:00 2001 From: Alessio Marinelli Date: Mon, 24 Nov 2025 19:10:09 +0100 Subject: [PATCH 09/11] Remove obsolete submodules olaris-op and task --- olaris-op | 1 - task | 1 - 2 files changed, 2 deletions(-) delete mode 160000 olaris-op delete mode 160000 task diff --git a/olaris-op b/olaris-op deleted file mode 160000 index c562668..0000000 --- a/olaris-op +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c562668a35c8f383c8ec6d0065da29baa39f0bcd diff --git a/task b/task deleted file mode 160000 index 5bda86f..0000000 --- a/task +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5bda86fc1ad3fc25b07f4d0d426218c088d9a624 From c390c73361875e9938b43742386651b38052b091 Mon Sep 17 00:00:00 2001 From: Alessio Marinelli Date: Mon, 24 Nov 2025 19:21:22 +0100 Subject: [PATCH 10/11] Update operator submodule reference --- operator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator b/operator index afc74b4..a2f3dae 160000 --- a/operator +++ b/operator @@ -1 +1 @@ -Subproject commit afc74b4805a369ba13b32d8640b92bf81feb2ae7 +Subproject commit a2f3dae8fb65a35ed821fa058b21e20c1996cfa7 From 1a93a3fdb7feb0a5e995ab147d1202acafd6f086 Mon Sep 17 00:00:00 2001 From: Alessio Marinelli Date: Mon, 24 Nov 2025 19:30:25 +0100 Subject: [PATCH 11/11] Update olaris submodule to feature/enable-spark-in-whisk branch --- olaris | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/olaris b/olaris index 6467dcb..5bda86f 160000 --- a/olaris +++ b/olaris @@ -1 +1 @@ -Subproject commit 6467dcbbcb67293e0a4a30f9a1046e63516a92dc +Subproject commit 5bda86fc1ad3fc25b07f4d0d426218c088d9a624