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

feat: Add Kafka trigger to Tracetest #3056

Merged
merged 13 commits into from Aug 11, 2023
Merged

feat: Add Kafka trigger to Tracetest #3056

merged 13 commits into from Aug 11, 2023

Conversation

danielbdias
Copy link
Contributor

@danielbdias danielbdias commented Aug 10, 2023

This PR adds the Kafka trigger into Tracetest.

Docs and e2e tests will be done in other PR.

Changes

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

* wip - adding kafka trigger

* Adding code for Kafka trigger

* Adding Sarama as dependency

* Updating backend and examples to support trigger

* Fixing example
schoren and others added 11 commits August 11, 2023 13:07
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) and [@cypress/request](https://github.com/cypress-io/request). These dependencies needed to be updated together.

Updates `tough-cookie` from 4.0.0 to 4.1.3
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](salesforce/tough-cookie@v4.0.0...v4.1.3)

Updates `@cypress/request` from 2.88.10 to 2.88.12
- [Release notes](https://github.com/cypress-io/request/releases)
- [Changelog](https://github.com/cypress-io/request/blob/master/CHANGELOG.md)
- [Commits](cypress-io/request@v2.88.10...v2.88.12)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
- dependency-name: "@cypress/request"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat(cli): fixing deprecated environment flag

* feat(cli): fixing deprecated environment flag
* wip

* wip

* updated openapi specs

* Updating CLI

* Fixing types on FE to support Kafka

* wip - changing components to accept kafka

* wip adding form items

* Fixing add step

* Fixing warnings and some bindings

* small fixes

* tests

* Fixing UI and server mappings

* Fixing marshalling error on server

* Fixing UI test

* Adding PR suggestions

* Moving header component to a generic one

* Using KeyValueListInput instead of custom header for Rest components

* Adding more PR suggestions

* Updating component names
api/openapi.yaml Outdated Show resolved Hide resolved
server/app/app.go Outdated Show resolved Hide resolved
@danielbdias danielbdias merged commit c8843fe into main Aug 11, 2023
30 checks passed
@danielbdias danielbdias deleted the feature/kafka-trigger branch August 11, 2023 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants