Commit 0b7d2e6
authored
Add Unix Stream codec, Split flow from FDK, update integration tests (#150)
* http input codec
* add jetty-core and UDS deps
* PoC jetty core UDS event codec
* revise FDK contract for initial relase, split flow from fn, support new unix domain socket contract
* First pass of refactor
* added annotations for for features to support flow
* moving flow feature to runtime package
* rename flow testing and add docs, fix race in Stream testing
* fixing failing tests
* Update to reflect FN_ID
* more integration test fixing
* fix up format name
* first stab at home-grown UDS implementation
* docker build fix
* UDS rework, remove old UDS dep and test new one
* adjust permissions on file on start
* new integration tests
* simlify build and integration tests, add tests for http-stream
* fix ci
* typo
* make igntests standalone
* itests run 1.8
* fix itest result
* env for itests
* add createDir
* test failures in circle
* fix test interference
* Use standard properties in fdk tests, fix versions in itests
* hmm no entropy on circle boxes :)
* use consistent properties for versions everywhere
* add waits for start
* this time with feeling
* diagnosing timeout
* close input, try more aggressive testing
* C errors
* fixing up accept and twiddling with integration test start
* set DOCKER_LOCALHOST
* integration test fixing/finessing
* cludge docker localhost
* no_proxy messing
* set fnserver IP correctly
* typo
* nits in C code
* review nits
* more C fix nits
* Make mandatory headers mandatory again
* minus comment
* remove Content-Length from stripped input
* fix call test1 parent dad6469 commit 0b7d2e6
File tree
217 files changed
+6310
-3723
lines changed- .circleci
- api
- src
- main
- api
- java/com/fnproject/fn/api
- httpgateway
- test/java/com/fnproject/fn/api
- build-image
- docs
- examples
- async-thumbnails
- src
- main/java/com/fnproject/fn/examples
- test/java/com/fnproject/fn/examples
- gradle-build
- qr-code
- regex-query
- src/test/java/com/fnproject/fn/examples
- string-reverse
- flow-api
- src
- main
- api
- java/com/fnproject/fn/api/flow
- test/java/com/fnproject/fn/api/flow
- flow-runtime
- src
- main/java/com/fnproject/fn/runtime/flow
- test/java/com/fnproject/fn
- runtime/flow
- testing/flowtestfns
- flow-testing
- src
- main/java/com/fnproject/fn/testing/flow
- test/java/com/fnproject/fn/testing
- flowtestfns
- flow
- fn-spring-cloud-function/src
- main/java/com/fnproject/springframework/function
- test/java/com/fnproject/springframework/function
- testfns
- integration-tests
- _archive
- test-3
- test-7
- funcs
- flowAllFeatures
- src/main/java/com/fnproject/fn/integration
- flowBasicJDK8
- src/main/java/com/fnproject/fn/integration/test_1
- flowBasic
- src/main/java/com/fnproject/fn/integration/test_1
- flowExitHooks
- src/main/java/com/fnproject/fn/integration/test_5
- flowTimeouts
- src/main/java/com/fnproject/fn/integration/test_6
- simpleFunc
- src
- main/java/com/fnproject/fn/integration/test2
- test/java/com/fnproject/fn/integration/test2
- main
- test-1-jdk8
- test-1
- test-2
- test-4
- test-5
- src/main/java/com/fnproject/fn/integration/test_5
- test-6
- src
- main/java/com/fnproject/fn/integrationtest
- test/java/com/fnproject/fn/integrationtest
- runtime
- src
- main
- c
- java/com/fnproject/fn/runtime
- coercion
- jackson
- exception
- httpgateway
- ntv
- test/java/com/fnproject/fn/runtime
- flow
- ntv
- testfns/coercions
- testing-core/src/main/java/com/fnproject/fn/testing
- testing-junit4
- src
- main/java/com/fnproject/fn/testing
- test/java
- com/fnproject/fn/testing
- junit/com/fnproject/fn/testing
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
217 files changed
+6310
-3723
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
13 | | - | |
| 11 | + | |
14 | 12 | | |
15 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
16 | 23 | | |
17 | 24 | | |
18 | 25 | | |
| |||
22 | 29 | | |
23 | 30 | | |
24 | 31 | | |
25 | | - | |
| 32 | + | |
26 | 33 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | | - | |
| 37 | + | |
37 | 38 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
49 | 42 | | |
50 | 43 | | |
51 | 44 | | |
52 | 45 | | |
53 | 46 | | |
54 | 47 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | 48 | | |
103 | 49 | | |
104 | 50 | | |
| |||
108 | 54 | | |
109 | 55 | | |
110 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
111 | 65 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
2 | 7 | | |
3 | 8 | | |
4 | 9 | | |
| |||
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
17 | | - | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
14 | 26 | | |
15 | 27 | | |
16 | 28 | | |
| |||
0 commit comments