File tree
51 files changed
+2596
-55
lines changed- runtime
- binding-filesystem/src
- main/java/io/aklivity/zilla/runtime/binding/filesystem/internal/stream
- test/java/io/aklivity/zilla/runtime/binding/filesystem/internal/stream
- binding-http/src/main/java/io/aklivity/zilla/runtime/binding/http/internal/stream
- binding-http-filesystem/src
- main/java/io/aklivity/zilla/runtime/binding/http/filesystem/internal
- config
- stream
- test/java/io/aklivity/zilla/runtime/binding/http/filesystem/internal/stream
- specs
- binding-filesystem.spec
- src
- main
- java/io/aklivity/zilla/specs/binding/filesystem/internal
- resources/META-INF/zilla
- scripts/io/aklivity/zilla/specs/binding/filesystem/streams/application
- create.file.payload
- delete.file.payload
- delete.file.payload.failed
- read.file.payload.tag.not.matched
- write.file.payload.interrupt
- write.file.payload.modified
- write.file.payload.modified.abort
- test/java/io/aklivity/zilla/specs/binding/filesystem
- internal
- streams/application
- binding-http-filesystem.spec/src
- main/scripts/io/aklivity/zilla/specs/binding/http/filesystem/streams
- filesystem
- client.create.existing.file.failed
- client.create.file
- client.delete.file
- client.delete.non.existent.file
- client.write.file
- client.write.file.failed
- http
- client.create.existing.file.failed
- client.create.file
- client.delete.file
- client.delete.non.existent.file
- client.write.file
- client.write.file.failed
- test/java/io/aklivity/zilla/specs/binding/http/filesystem/streams
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
51 files changed
+2596
-55
lines changedLarge diffs are not rendered by default.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 |
| - | |
| 140 | + | |
141 | 141 |
| |
142 |
| - | |
| 142 | + | |
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
| |||
252 | 252 |
| |
253 | 253 |
| |
254 | 254 |
| |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
255 | 356 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
| 18 | + | |
17 | 19 |
| |
18 | 20 |
| |
| 21 | + | |
19 | 22 |
| |
20 | 23 |
| |
21 | 24 |
| |
| |||
32 | 35 |
| |
33 | 36 |
| |
34 | 37 |
| |
| 38 | + | |
| 39 | + | |
| 40 | + | |
35 | 41 |
| |
36 | 42 |
| |
37 | 43 |
| |
38 | 44 |
| |
39 | 45 |
| |
| 46 | + | |
40 | 47 |
| |
41 | 48 |
| |
42 | 49 |
| |
| 50 | + | |
| 51 | + | |
| 52 | + | |
43 | 53 |
| |
44 | 54 |
| |
45 | 55 |
| |
| |||
73 | 83 |
| |
74 | 84 |
| |
75 | 85 |
| |
| 86 | + | |
76 | 87 |
| |
77 | 88 |
| |
78 | 89 |
| |
| |||
86 | 97 |
| |
87 | 98 |
| |
88 | 99 |
| |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
89 | 112 |
| |
90 |
| - | |
91 |
| - | |
92 |
| - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
93 | 116 |
| |
94 |
| - | |
| 117 | + | |
95 | 118 |
| |
96 | 119 |
| |
| 120 | + | |
97 | 121 |
| |
98 | 122 |
| |
99 | 123 |
| |
|
0 commit comments