Skip to content
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

Formalize typedvalues implementation #218

Merged
merged 22 commits into from
Oct 3, 2018
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
6a05eb2
protobuf implementation
erwinvaneyk Sep 23, 2018
4a765c3
Fixed multiple cache instantiations
erwinvaneyk Sep 26, 2018
1430ebd
Added mediatype utils (wraps pkg/mime)
erwinvaneyk Sep 26, 2018
681285d
TypedValues v2: moved to protobuf-backed implementation
erwinvaneyk Sep 26, 2018
086005f
Bump Golang builder version 1.10.0 -> 1.11.0
erwinvaneyk Sep 26, 2018
54e1dca
Fied NPE in MediaType.Copy
erwinvaneyk Sep 27, 2018
768b178
Moved typedvalues/types.go to typedvalues/valuetypes.go
erwinvaneyk Sep 27, 2018
bbc3a58
Ensured http.Headers exist when written to in httpconv
erwinvaneyk Sep 27, 2018
6f6296f
Added flow as a value type
erwinvaneyk Sep 28, 2018
27480d5
Add static code check to verify we are not mixing gogo and golang pro…
erwinvaneyk Sep 28, 2018
343c8df
Moved FlowType definitions to init function
erwinvaneyk Sep 28, 2018
c9e0f3b
Replaced the custom identifier structs with objectmetadata in apiserver
erwinvaneyk Sep 28, 2018
8a87893
Added explicit dependency on mergo
erwinvaneyk Oct 1, 2018
f5bd3b0
Fixed HTTP runtime to use custom httpconv
erwinvaneyk Oct 1, 2018
e842964
Added mapping to deprecated default input in httpconv
erwinvaneyk Oct 1, 2018
4e76547
Removed sleeps from e2e tests
erwinvaneyk Oct 1, 2018
bc9388c
Added a fallback to default field in invocation
erwinvaneyk Oct 1, 2018
7f39e60
Updated while internal function to default to no wait instead of 100ms
erwinvaneyk Oct 1, 2018
a9fc617
Moved envproxy to seperate package in apiserver
erwinvaneyk Oct 1, 2018
31017db
Fixed the expression scope inheritance
erwinvaneyk Oct 1, 2018
289111d
Fixed travis CI setup
erwinvaneyk Oct 2, 2018
8577a2a
Removed left over debug code
erwinvaneyk Oct 3, 2018
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
Prev Previous commit
Next Next commit
Moved typedvalues/types.go to typedvalues/valuetypes.go
erwinvaneyk committed Sep 28, 2018
commit 768b1789e2c475d3b3c02ac2a4877361819826fc
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion pkg/types/types.proto
Original file line number Diff line number Diff line change
@@ -233,7 +233,6 @@ message ObjectMetadata {
int64 generation = 4;
}


message Error {
// string code = 1;
string message = 2;