These 16 commits are when the Protocol Buffers files have changed:
Commit: | e3548c6 | |
---|---|---|
Author: | Pierre Tessier | |
Committer: | GitHub |
[currency] Rename currencyservice to currency (#1858)
The documentation is generated from this commit.
Commit: | 0c80094 | |
---|---|---|
Author: | fsolleza | |
Committer: | GitHub |
build protobuf in dockerfile for all services (#1386) * generate protobuf in docker build for accountingservice, checkoutservice, currencyservice, and productcatalogservice * fix build context --------- Co-authored-by: Austin Parker <austin@ap2.io> Co-authored-by: Pierre Tessier <pierre@pierretessier.com>
Commit: | f25b46f | |
---|---|---|
Author: | Pierre Tessier | |
Committer: | GitHub |
[ffs] - Allow setting initial feature flag values (#1319) * remove timestamps from FeatureFlag message Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * remove timestamps from FeatureFlag message Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * init feature flags using sql Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * allows initial feature flags values Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * Update src/ffs_postgres/20-ffs_data.sql Co-authored-by: Juliano Costa <julianocosta89@outlook.com> * Remove sporadically from cartServiceFailure --------- Signed-off-by: Pierre Tessier <pierre@pierretessier.com> Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
Commit: | 8a28923 | |
---|---|---|
Author: | Alex Boten | |
Committer: | GitHub |
rename proto package from hipstershop to oteldemo (#740)
Commit: | 5a2c0ef | |
---|---|---|
Author: | Pierre Tessier | |
Committer: | GitHub |
[featureflag] - Move protobuf file generation to docker build (#599) * first attempt to build protos in docker * local dev protobuf gen script * generate protobuf files in build * use root context for featureflagservice * use root context for featureflagservice * set alias rule for grpc gen * set featureflagservice context * add featureflagservice Co-authored-by: Austin Parker <austin@ap2.io>
Commit: | 133d089 | |
---|---|---|
Author: | Pierre Tessier | |
Committer: | GitHub |
[protobuf] - encode zipcode as a string (#587) * encode zipcode as a string * encode zipcode as a string * encode zipcode as a string * add zip_code attribute * update zipCode to string type * update zipCode to string type * add address to shipping api call * add address to shipping api call * zipcode as string
Commit: | a660b21 | |
---|---|---|
Author: | Austin Parker | |
Committer: | GitHub |
remove copied protos (#547)
Commit: | e4cd8b1 | |
---|---|---|
Author: | Pierre Tessier | |
Committer: | GitHub |
use full demo protos (#271)
Commit: | 5ec9223 | |
---|---|---|
Author: | Tristan Sloughter | |
Committer: | GitHub |
add featureflag service (Erlang/Elixir) (#142) * add featureflag service (Erlang/Elixir) HTTP interface is on port FEATURE_FLAG_SERVICE_PORT and the grpc service is run on FEATURE_FLAG_GRPC_SERVICE_PORT. Creating and updating flags is done through the web interface. The GRPC service only provides fetching of a flag by name. * ignore space indent count if file is rebar.config * featureflagservice: add release directory to git * featureflagservice: include vendored js in git repo * Update docker-compose.yml Co-authored-by: Austin Parker <austin@ap2.io>
Commit: | 982cefe | |
---|---|---|
Author: | Michael Maxwell | |
Committer: | GitHub |
Generate Proto Files for Cart Service - C# (#105) * Update Cart Service - C# * Remove `.env` change * all protos
Commit: | b83a8d1 | |
---|---|---|
Author: | Michael Maxwell | |
Committer: | GitHub |
Update Payment Service - Node.js (#117)
Commit: | 0bd9f89 | |
---|---|---|
Author: | Michael Maxwell | |
Committer: | GitHub |
Update Ad Service - Java (#118)
Commit: | c8f1829 | |
---|---|---|
Author: | Michael Maxwell | |
Committer: | GitHub |
update product catalog service (#95)
Commit: | dd20520 | |
---|---|---|
Author: | Michael Maxwell | |
Committer: | GitHub |
Update demo.proto (#45) Fix type in Feature flag service message `ListFlagsResponse` repated => repeated Eventually the proto files should be verified for proper syntax - probably implicitly via building the docker containers.
Commit: | ccf594b | |
---|---|---|
Author: | Tristan Sloughter | |
Committer: | GitHub |
add feature flag service to proto file (#26) * add feature flag service to proto file * update changelog for added feature flag service protos
Commit: | b28cb38 | |
---|---|---|
Author: | Carter Socha | |
Committer: | GitHub |
Initial Code Donation (Do Not Merge w/ out code owner approval) (#23)