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(#285): Add validation and OpenApiRepository #44

Open
wants to merge 33 commits into
base: issue/285/open_api_scenario_generator_TS
Choose a base branch
from

Conversation

tschlat
Copy link

@tschlat tschlat commented Jun 21, 2024

Note that this is supposed to be merged in the main "OpenAPI-Feature" Branch. issue/285/open_api_scenario_generator_TS

This branch compiles only with relevant changes from the citrus base project:
citrusframework/citrus#1177
citrusframework/citrus#1179

dependabot bot and others added 5 commits June 19, 2024 07:58
Bumps [ws](https://github.com/websockets/ws), [engine.io-client](https://github.com/socketio/engine.io-client), [engine.io](https://github.com/socketio/engine.io) and [socket.io-adapter](https://github.com/socketio/socket.io-adapter). These dependencies needed to be updated together.

Updates `ws` from 8.17.0 to 8.17.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.17.0...8.17.1)

Updates `ws` from 7.5.9 to 8.17.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.17.0...8.17.1)

Updates `engine.io-client` from 6.5.3 to 6.5.4
- [Release notes](https://github.com/socketio/engine.io-client/releases)
- [Changelog](https://github.com/socketio/engine.io-client/blob/main/CHANGELOG.md)
- [Commits](socketio/engine.io-client@6.5.3...6.5.4)

Updates `engine.io` from 6.5.4 to 6.5.5
- [Release notes](https://github.com/socketio/engine.io/releases)
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md)
- [Commits](socketio/engine.io@6.5.4...6.5.5)

Updates `socket.io-adapter` from 2.5.4 to 2.5.5
- [Release notes](https://github.com/socketio/socket.io-adapter/releases)
- [Changelog](https://github.com/socketio/socket.io-adapter/blob/main/CHANGELOG.md)
- [Commits](socketio/socket.io-adapter@2.5.4...2.5.5)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
- dependency-name: ws
  dependency-type: indirect
- dependency-name: engine.io-client
  dependency-type: indirect
- dependency-name: engine.io
  dependency-type: indirect
- dependency-name: socket.io-adapter
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@tschlat tschlat changed the title feat(#285): implement validation and refine scenario generation feat(#285): Add validation and OpenApiRepository Jun 21, 2024
@tschlat tschlat requested a review from bbortt June 21, 2024 14:40
@tschlat tschlat added the enhancement New feature or request label Jun 21, 2024
@tschlat tschlat force-pushed the issue/285/open_api_scenario_generator_TS_2 branch from a75b86d to 6b4af7a Compare June 24, 2024 05:16
Copy link
Member

@bbortt bbortt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, just some suggestions.

@tschlat tschlat force-pushed the issue/285/open_api_scenario_generator_TS_2 branch from 6b4af7a to 30d6671 Compare June 26, 2024 04:50
bbortt and others added 9 commits September 17, 2024 13:10
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.7...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) to 5.4.6 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together.


Updates `vite` from 5.4.0 to 5.4.6
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.6/packages/vite)

Updates `@angular-devkit/build-angular` from 18.2.4 to 18.2.5
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@18.2.4...18.2.5)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
…correctly

use `npm run e2e` in `simulator-ui` to run the tests.

Co-authored-by: phos-web <andy.huynh.2@postfinance.ch>
Co-authored-by: flumiii <flurina.mueller.2@postfinance.ch>
@tschlat tschlat force-pushed the issue/285/open_api_scenario_generator_TS_2 branch from 30d6671 to ddc3a65 Compare October 31, 2024 11:47
@bbortt
Copy link
Member

bbortt commented Nov 4, 2024

@tschlat

This branch has conflicts that must be resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants