forked from citrusframework/citrus-simulator
-
Notifications
You must be signed in to change notification settings - Fork 3
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
tschlat
wants to merge
33
commits into
issue/285/open_api_scenario_generator_TS
Choose a base branch
from
issue/285/open_api_scenario_generator_TS_2
base: issue/285/open_api_scenario_generator_TS
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat(#285): Add validation and OpenApiRepository #44
tschlat
wants to merge
33
commits into
issue/285/open_api_scenario_generator_TS
from
issue/285/open_api_scenario_generator_TS_2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
changed the title
feat(#285): implement validation and refine scenario generation
feat(#285): Add validation and OpenApiRepository
Jun 21, 2024
tschlat
force-pushed
the
issue/285/open_api_scenario_generator_TS_2
branch
from
June 24, 2024 05:16
a75b86d
to
6b4af7a
Compare
bbortt
requested changes
Jun 25, 2024
There was a problem hiding this 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.
simulator-samples/sample-swagger/src/test/java/org/citrusframework/simulator/OpenApiIT.java
Outdated
Show resolved
Hide resolved
...r-samples/sample-swagger/src/test/java/org/citrusframework/simulator/SimulatorSwaggerIT.java
Show resolved
Hide resolved
simulator-samples/sample-swagger/src/test/resources/templates/order_invalid_date.json
Show resolved
Hide resolved
...ator-spring-boot/src/main/java/org/citrusframework/simulator/http/HttpOperationScenario.java
Outdated
Show resolved
Hide resolved
...ng-boot/src/main/java/org/citrusframework/simulator/http/HttpOperationScenarioRegistrar.java
Outdated
Show resolved
Hide resolved
tschlat
force-pushed
the
issue/285/open_api_scenario_generator_TS_2
branch
from
June 26, 2024 04:50
6b4af7a
to
30d6671
Compare
reported error: ```shell 1:1 error Definition for rule '@typescript-eslint/ban-types' was not found @typescript-eslint/ban-types ```
rows are clickeable by default and buttons are minimized to the most required only - table is much more comprehensive this way. additionally updated the test labels on html elements. Co-authored-by: MelvinJohner <melvin.johner@xebia.com>
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
force-pushed
the
issue/285/open_api_scenario_generator_TS_2
branch
from
October 31, 2024 11:47
30d6671
to
ddc3a65
Compare
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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