Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
5e81db6
Support custom Python processors via git-sync
siegfriedweber Apr 10, 2025
5abf390
Merge branch 'main' into feat/custom-processors
siegfriedweber May 19, 2025
d50432e
Upgrade stackable-operator
siegfriedweber May 19, 2025
d226b7e
Add logging support to git-sync containers
siegfriedweber May 19, 2025
116ab1d
Regenerate charts
siegfriedweber May 19, 2025
7a33e89
Merge branch 'main' into feat/custom-processors
siegfriedweber May 20, 2025
70e110e
Upgrade stackable-operator
siegfriedweber May 20, 2025
a758ea6
test: Reimplement the ShoutProcessor in Java
siegfriedweber May 22, 2025
c9ec4b4
test: Use the Java processor in the NiFi flow
siegfriedweber May 22, 2025
1123388
Rename "custom processors" to "custom components"
siegfriedweber May 22, 2025
6de2834
Merge branch 'main' into feat/custom-processors
siegfriedweber May 22, 2025
a41b449
Use fully qualified types for external error sources
siegfriedweber May 23, 2025
a725053
test: Recompile the Java processor with Java 11
siegfriedweber May 23, 2025
9166242
test: Test customComponentsGitSync also for NiFi 1.x
siegfriedweber May 23, 2025
c2849e4
Add comment
siegfriedweber May 23, 2025
0a278ae
docs: Document loading of custom components via git-sync
siegfriedweber May 26, 2025
e8d6864
docs: Document all options of loading custom components
siegfriedweber May 27, 2025
5c8add4
Configure Python regardless of git-sync
siegfriedweber May 27, 2025
3792dbe
Format Rust code
siegfriedweber May 27, 2025
bada2d7
Re-format Rust code
siegfriedweber May 27, 2025
ba2f47b
Upgrade stackable-operator
siegfriedweber May 27, 2025
648e075
Improve the documentation
siegfriedweber May 27, 2025
7e027a0
Fix documentation URL
siegfriedweber May 27, 2025
ef61c87
Fix documentation URL
siegfriedweber May 27, 2025
78dc3c0
test: Use fixed Git commits for the custom processors
siegfriedweber May 27, 2025
3832bbe
Regenerate charts
siegfriedweber May 27, 2025
048d688
Merge branch 'main' into feat/custom-processors
siegfriedweber May 27, 2025
88a0a5a
test: Fix the logging test
siegfriedweber May 28, 2025
8400347
Merge branch 'main' into feat/custom-processors
siegfriedweber May 28, 2025
04a2a90
Merge branch 'main' into feat/custom-processors
siegfriedweber May 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
- NiFi 2.x now supports storing cluster state in Kubernetes instead of ZooKeeper ([#775]).
- Add test for Apache Iceberg integration ([#785]).
- Add support for custom components via git-sync ([#793]).

### Changed

Expand Down Expand Up @@ -50,6 +51,7 @@ All notable changes to this project will be documented in this file.
[#785]: https://github.com/stackabletech/nifi-operator/pull/785
[#787]: https://github.com/stackabletech/nifi-operator/pull/787
[#789]: https://github.com/stackabletech/nifi-operator/pull/789
[#793]: https://github.com/stackabletech/nifi-operator/pull/793
[#799]: https://github.com/stackabletech/nifi-operator/pull/799
[#801]: https://github.com/stackabletech/nifi-operator/pull/801

Expand Down
Loading
Loading