Skip to content

Releases: AndrewNeudegg/delta

0.0.2

10 Jan 14:53
Compare
Choose a tag to compare

Version 0.0.2

Commits

  • [f18c465] refactor: moved resources to new paradigm.
  • [ba3832a] chore: moved chaos to new impl.
  • [73f1f71] fix: linter errors.
  • [837253d] chore: remove dead code.
  • [360a6ec] chore: readded old recipies.
  • [0055238] feat: performance measuring.
  • [60c323c] refactor: switch logic over to new paradigm.
  • [4447eba] feat: moved resources into new paradigm.
  • [5624a67] refactor: began work on fipfo pipeline.
  • [f4a5e31] refactor: continued simplification work.
  • [93efd6e] refactor: continued refactoring to support dynamic pipelines.
  • [504a486] refactor: groundwork for flexible pipelining.
  • [ece9561] refactor: groundwork for improving overall project structure.
  • [9dfe794] feat: ground work for performance improvements.
  • [e9e9e5f] feat: converted event to []event to give performance boost.
  • [6a7eadc] build(deps): Bump github.com/google/uuid from 1.1.3 to 1.1.4
  • [873f6df] build(deps): Bump elgohr/Publish-Docker-Github-Action from 2.21 to 3.02
  • [c211efe] build(deps): Bump rymndhng/release-on-push-action
  • [3ffd6aa] build(deps): Bump shogo82148/actions-upload-release-asset
  • [286cc75] chore: added documentation and fixed spelling mistakes.
  • [deb6a5e] chore: improved help on workflow.
  • [dad677a] fix: bad artifact build.

0.0.1

02 Jan 21:51
Compare
Choose a tag to compare

Version 0.0.1

Commits

  • [9287ac7] chore: added manual release actions.
  • [120adb3] chore: added manual release actions.
  • [03b6934] chore: add code of conduct.
  • [b8c5255] feat: added build release.
  • [51bde04] test: fix tests.
  • [974a4ee] chore: update deps.
  • [cceac17] chore: comments code causing license issues.
  • [3e3e45a] fix: linter errors.
  • [91f91ca] feat: added performance tests.
  • [2ca6fb1] feat: added foundations of performance testing.
  • [57de489] fix: linter issues.
  • [1419ca3] refactor: remove dead code and refactor interfaces so they don't overlap.
  • [4662b56] fix: failing tests.
  • [9bd3ccd] refactor: make pipeline build clearer.
  • [354c1ff] feat: added meta nodes with example chaos.
  • [600ff9a] chore: improved naming.
  • [9b266ca] feat: added meta nodes.
  • [7e9aa74] chore: update license year.
  • [7a144cc] fix: linter errors.
  • [6029bca] test: added tests for configuration.
  • [271f3f1] feat: groundwork for comleting events and routing hierarchy.
  • [c87595a] fix: Merge branch 'dependabot/go_modules/github.com/mitchellh/mapstructure-1.4.0' into main
  • [5a06d00] Merge branch 'main' into dependabot/go_modules/github.com/mitchellh/mapstructure-1.4.0
  • [b314182] build(deps): Bump github.com/google/uuid from 1.1.2 to 1.1.3
  • [556c58c] build(deps): Bump github.com/mitchellh/mapstructure from 1.1.2 to 1.4.0
  • [72b89df] build(deps): Bump gopkg.in/yaml.v2 from 2.3.0 to 2.4.0
  • [778e86d] fix: failing tests and linter errors.
  • [a427192] fix: bad password handling.
  • [1d6901b] feat: added basic example of event encryption.
  • [d0e77fe] fix: repair failing tests.
  • [b76c9bf] reafactor: renames the sink to match relay and distributor pattern.
  • [040b071] refactor: renames naive to http/direct
  • [f7e1df8] feat: added basic unified application entrypoint, with example config.
  • [db1fa3f] feat: added telemetry middleware for routing.
  • [871d448] feat: added data pipelining, with test.
  • [ef88612] fix: linter issues RawConfig.
  • [70b1d64] fix: added new test for pipeline generation from yaml.
  • [f721466] fix: fix linter errors.
  • [c8dae81] feat: added foundation pipeline.
  • [d274403] feat: added foundation configuration.
  • [f10d81a] fix: remove surplus dependency.
  • [c535965] fix: repair failing go vet.
  • [65e1126] fix: improve probes test.
  • [069a102] fix: added test for e2e in memory.
  • [a525d07] refactor: redesigned the sink interface
  • [6b48715] feat: added simple stdout distributor
  • [fb27e50] feat: codeql analysis
  • [57e6fbc] refactor: removed dead code.
  • [a9f68c0] refactor: major refactor for the relay defintions.
  • [e2eee73] fix: fix failing tests (port clash)
  • [55a6477] feat: added basic distributor
  • [4c3647e] feat: added tcp relay
  • [dc7fd4e] feat: groundwork for messaging events
  • [cb02393] feat: introduced messaging constructs
  • [6118b56] feat: fix
  • [8fd1d12] feat: slight refactoring
  • [3c828ec] feat: added in memory queue example
  • [97862e2] Merge pull request #4 from AndrewNeudegg/dependabot/go_modules/github.com/spf13/cobra-0.0.7
  • [f7803ef] build(deps): Bump github.com/spf13/cobra from 0.0.3 to 0.0.7
  • [396843e] feat: started work on relay server for event passing
  • [07fae02] feat: templated simulator
  • [334c4f6] feat: cmd args for naive distributor
  • [4773ffc] feat: added foundation for distributor
  • [33d1969] feat: removed duplicate files.
  • [cb5418a] feat: removed duplicate files.
  • [59834e5] feat: removed duplicate files.
  • [4603ece] feat: converted sink to support cobra cli
  • [ec3183c] feat: added a example framework for cli app.
  • [01f2cc7] feat: updated readme.
  • [bd18a65] feat: corrected casing.
  • [98e7bb1] feat: updated .gitignore.
  • [57aca57] feat: slight refactor to make bridge easier.
  • [dad01c5] feat: added prometheus telemetry
  • [1c976de] feat: more coverage improvements.
  • [de28092] feat: improved coverage
  • [94d059d] feat: added tests for sink
  • [94555dc] Merge pull request #2 from AndrewNeudegg/dependabot/github_actions/actions/stale-v3.0.14
  • [165b323] Merge pull request #3 from AndrewNeudegg/dependabot/go_modules/github.com/stretchr/testify-1.6.1
  • [deb6271] feat: added coverage badge
  • [9ec792a] feat: corected linter errors.
  • [c01501e] feat: added more badges
  • [b86e933] feat: fixed go vet issues.
  • [bce6f10] feat: tidied up targets
  • [10a0edb] feat: tidied up naming.
  • [d53ec2d] build(deps): Bump github.com/stretchr/testify from 1.2.2 to 1.6.1
  • [2f85a11] build(deps): Bump actions/stale from v1 to v3.0.14
  • [f94b4f8] feat: added generic http sink server.
  • [921b193] Merge pull request #1 from fossabot/add-license-scan-badge
  • [b33e081] Add license scan report and status
  • [a33671e] feat: added generic http sink server.
  • [dfa4265] Initial commit