-
Notifications
You must be signed in to change notification settings - Fork 109
Add template processor #290
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
Closed
artemklevtsov
wants to merge
52
commits into
redpanda-data:main
from
artemklevtsov:template-processor
+282
−0
Closed
Changes from 1 commit
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
ffd62dc
Add template_processor
artemklevtsov e0c76f8
Add glob support to the template processor
artemklevtsov 0130ea9
fix: tmplProc.Close method
artemklevtsov 7240afe
fix: template init
artemklevtsov 37e7514
fix templateFromParsed error message
artemklevtsov f6f7d9b
fix: config examples
artemklevtsov bf033ed
chore: bump x/crypto package to 0.43.0 (#293)
josephwoodward 6c3ba5a
chore: bump Go from 1.25.1 to 1.25.2 (#295)
josephwoodward 76dfb20
netclient: introduce package to for custom TCP settings
alextreichler 37e3a29
message: preallocate metadata (#300)
mmatczuk af6ccff
Extend field JSON schema (#301)
tomasz-sadura d625fe9
Allow deprecated templates (#302)
Jeffail c2c77f6
Network utils improvements (#297)
mmatczuk a2e715d
Update CL (#303)
Jeffail 76bf934
bloblang: add "".repeat(N) method (#305)
rockwotj 87fb518
netutil: fix the name of keep_alive idle value
alextreichler ad912c6
bloblang: add bytes function (#308)
rockwotj 44aea24
netutil: enable decorating listener with SO_REUSEADDR and SO_REUSEPORT
vuldin cea8d61
Update CL (#311)
Jeffail c8fd7bc
netutil: add connect_timeout to DialerConfig
mmatczuk e6717ed
netutil: add connect_timeout to DialerConfig
mmatczuk a7dda98
netutil: make DialerConfigSpec() return advanced by default
mmatczuk 80f3b69
netutil: add ListenerConfigSpec() and ListenerConfig constructor from…
mmatczuk bad4c4c
netutil: add support for windows
mmatczuk 05de422
Update CL
mmatczuk 88db177
io: add unixgram option to input socket server
alextreichler 8f6ea44
build(deps): bump shutdown dependency (#320)
josephwoodward 7f3d811
chore: bump changelog (#321)
josephwoodward eafc684
pure: fix input sequence hanging when input fails
eduardodbr 568680a
io: add new listener opts to input socket_server
alextreichler 66df7fc
Bump actions/setup-go from 5 to 6
dependabot[bot] 2637d15
build(deps): bump golangci/golangci-lint-action from 8 to 9
dependabot[bot] ef116b5
build(deps): bump actions/checkout from 4 to 6
dependabot[bot] 6f297eb
cli: add support for listing bloblang functions and methods with json…
mmatczuk bd675c0
cli/blobl: add input field
mmatczuk 53660b2
cli/blobl: fix data race where program exits before printing output
mmatczuk edae09d
bloblang: function and method descriptions and examples overhaul
mmatczuk 65b14e4
bloblang: create category general and register functions without cate…
mmatczuk 8f599d3
bloblang/query: InCategory aggregate examples into the top-level Exam…
mmatczuk ccc4d19
Update CL
mmatczuk 1ea1057
build(deps): bump the production-dependencies group across 1 director…
dependabot[bot] 6fd6c25
service: fixe race condition in TestForceTimelyNacksBatchedNoAck
mmatczuk 0c669e0
otel: update tracer name (#331)
rockwotj 15225b0
otel: missed one instance of benthos (#332)
rockwotj c8eba2d
bloblang/query: add description to map_each
mmatczuk ab5e020
build(deps): bump the production-dependencies group with 2 updates
dependabot[bot] c6802ec
feat: add missing_key field
artemklevtsov 0104c23
feeat: add template tests
artemklevtsov 96537eb
fix" linter error
artemklevtsov ad34339
fix: format imports
artemklevtsov 094f1e1
feaT: add array example
artemklevtsov 28e4252
Merge branch 'main' into template-processor
artemklevtsov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: template init
- Loading branch information
commit 7240afee5dbb370ee16642cf7d362e212c004bb8
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.