Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jan 09:45
44a811c

Changelog

Features

  • e7ff741 feat: add configuration management and move files
  • 81343c6 feat: add context to server and generalize shutdown channel
  • b99633b feat: add custom configuration by writer
  • 24b56b9 feat: add custom webhook path
  • d47b72c feat: add default supported events for jira
  • 14f85e5 feat: add event mapper
  • 4438972 feat: add fake test integration type for avoiding breaking tests
  • c017e8a feat: add generic webhook
  • f6b0a77 feat: add insert only mongodb mode
  • 22593a4 feat: add issuelink events
  • a8fdd6e feat: add jira event support
  • 954692e feat: add multi pipeline per source support
  • e8c6add feat: add parallel to util tests
  • b9ddd49 feat: add source configuration
  • 5fa1a12 feat: add test to pipeline
  • 07cc7e7 feat: add tests for ReadJSONFile
  • de8acde feat: add tests to jira module
  • 42c9624 feat: add writer interface
  • ba90e5f feat: e2e test with jira and mongo
  • 4c46839 feat: generalize secret source config struct
  • aaaa7fb feat: implement jira webhook secret retrival
  • 545d2d9 feat: implement json data
  • b5ef38c feat: implement mongodb writer
  • f0495fe feat: improve configuration
  • 730d721 feat: init implementation of jira webhook
  • 93c37f5 feat: some more updates
  • ee73f25 feat: support filter processor
  • 9753cc4 feat: update config to have idField required
  • 7f05f5b feat: update typeconfig
  • b65eb67 feat: update writer and add tests to jira service

Bug Fixes

Others

  • d366bff Apply suggestions from code review
  • 6217cb7 Apply suggestions from code review
  • 0bd2fd0 Initial commit
  • d7b3130 Merge pull request #10 from mia-platform/feat/add-source-configuration
  • ddcee25 Merge pull request #11 from mia-platform/feat/add-custom-webhook-path
  • 6918a61 Merge pull request #12 from mia-platform/feat/generic-webhook-support
  • 65240b3 Merge pull request #16 from mia-platform/feat/multi-pipeline-per-source
  • 6a97bd0 Merge pull request #17 from mia-platform/feat/support-filter-processor
  • 0150537 Merge pull request #18 from mia-platform/feat/insert-only-mongodb-mode
  • 8f489bc Merge pull request #19 from mia-platform/feat/update-jira-event-support
  • 73d9c8b Merge pull request #20 from mia-platform/edit/documentation-update
  • 91d591d Merge pull request #3 from mia-platform/feat/jira-webhook
  • d5f85ef Merge pull request #5 from mia-platform/fix/mongo-integration
  • 58ebdb3 Merge pull request #8 from mia-platform/refactor/sink-sources
  • 42d04cf Merge pull request #9 from mia-platform/add-docs
  • a189380 Update 15_filter.md
  • 6e400c6 Update docs/10_overview.md
  • 8445a83 Update overview doc
  • 0d662fe add log
  • 0f4deaa add workflow dispatch in actions
  • 0591ee4 added sink and source
  • af3d0e2 build only amd64 and arm64
  • 0d0ce0f build: update devcontainer
  • e5debd0 build: update pre-commit
  • a850edd build: update tools and makefiles
  • a5c58dd ci(deps): bump the minor-actions-dependencies group with 2 updates (#2)
  • b1f4157 ci: add main workflow
  • 48e28ae ci: fix typo
  • 328aa29 ci: update workflows
  • 7ebdae0 docs: add CHANGELOG
  • 12a727c docs: add docs
  • 1b0dc80 docs: add docs
  • 3315f9c docs: add godoc for ReadJSONFile
  • d474852 docs: add missing doc for secretsource
  • 37b67f1 docs: update
  • b107bb4 docs: update
  • b4d8582 docs: update documentation
  • 3f2da01 docs: update documentation
  • aeef3b3 fix
  • 04abd8b fix
  • 976d9a2 fix
  • 6faf685 fix
  • 9b89fcf fix
  • 2588957 fix
  • 8319bb5 go mod tidy
  • b96b19d refactor: add integration type constant
  • bb0997b refactor: dynamic service name based on executable name
  • 47c28a6 refactor: improve injectability
  • 948929a refactor: refactor to be a better pipeline
  • 895fdbb refactor: restructure repo
  • 0b35d16 remove comments
  • e70d30f remove macos ci
  • acb8bb1 remove unused old code
  • a8a6fdd removed space
  • 476f779 rename
  • 7de8357 rename PipelineEvent method
  • 9241aca rename: folder
  • 752fa3a security: upgrade deps
  • 92563ab style: add nice to have to the repository
  • 65d9c76 style: improve version output
  • 433e64d style: renamed binary
  • 9a19195 test: add docs on the event as subfield
  • 49a11e1 test: add event test
  • deb505c test: fix
  • 6dbeb0f test: improve test coverage
  • 6d56cec update docs