Skip to content

Releases: jozuenoon/message_bus

v0.0.2

22 Jul 10:37
67710fb
Compare
Choose a tag to compare

Changelog

67710fb Merge pull request #4 from jozuenoon/chart_vetting
fdb9b0d Helm charts tweaking

  • group values.yaml variables
  • split ingress into two separate manifests to enable grpcurl to work (reflect endpoint)
  • optional certificate for easy minikube deployment
  • enable service type switch to workaround nginx ingress problems and get everything working in minikube
  • add example etcd deployment with etcd-operator

b383712 Merge pull request #3 from jozuenoon/etcd_integration_tests
78eb04a readme: some cleanups
c201052 fix typo
e66123c drone: some tweaks to get pipeline working with etcd
9ebfe64 query/collector: added etcd integration tests
9cee766 readme: added screencast

v0.0.1

21 Jul 12:04
Compare
Choose a tag to compare

Changelog

6e19194 goreleaser: fix yaml
8d0eac2 release: goreleaser updates
dce2217 query: sort with latest key
004dc7a make: builds for local testing
20f9445 readme: image formatting
579fedf readme: add reference for drone.io integration tests services
240f589 codecov: ingore parts which are missing integration and e2e tests
ebf4086 Merge pull request #2 from jozuenoon/add_client
72e8182 query: fix conversion
0683e3c updated docs
19d4f0a query: add query implementation and client option
b0ac4c3 deployment: fixing helm charts
b222a2b linter: disable gochecknoinits
efe3684 cmd/query: fix logger pass + some linter fixes
a443a54 query: get events initial implementation
8b2e281 mbcli: traffic simulator command
5e14423 events collector and traffic simulator
6df28b5 collector: added basic implementation and tests + some vetting
6840659 basic client setup
0475a2e query: regenerated mocks
04057cc drone: exclude pr build so there is single build
0a4fc56 drone: alternative configuration
13e5fe7 drone modified
1d5b3f7 license: added
d458bb0 fix drone + README vetting
0c71bea Merge pull request #1 from jozuenoon/initial_task_framing
b879ac1 linter: fix goimports globally;
30c85d5 drone: fix dockerfile build
0197a50 linter: fixes
4bf8b68 added codecov and goreleaser
d6f0235 healthcheck: add health checks and updated README
d5e77b3 make: testing deployment
bdf482c cqserver: added Dockerfile
56b4eac ci/cd: added drone pipeline
2f748ba deployment: added helm chart
0f46bd4 framing: prepared main components
8d6ebd6 README: add ETCD implementation discussion
be78ee9 fix docker compose
0f6c2bb docker-compose: added
5e065a1 pkg: common types moved out of specific implementations
abd7174 query: fixes + adding repository and service
c294aec Makefile: updates for mocs and grouping by folders
c611d45 proto: fix naming and lat lon
5e72615 use etcd repository implementaiton + fix lat lon in grpc
95309eb collector/mocks: generated
4adc59e polishing naming and general logic
715ba05 proto files and makefile prepared
0121fe2 regenerated pb.go file
e32aa87 fix typos
8377e83 add more complexity to present more IDL features
cae7f12 provide generated code
528d004 fix formatting
e9d513e Initial commit.