forked from wiremock/wiremock
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- message service uses bootstrap toasts now. This allows to show stacked messages - use gradle to install node and npm via plugin so that we can use the versions needed for this project locally and in GitHub -add some run configurations for intellij -add more file support features: upload, download, delete, copy bodyFileName. Also include a modal to adjust the filename, which can also include folders. -add new view for files -add paperclip icon for mappings, which contain files -fix some layout issues. -add websocket for file changes, so that new page can be updated accordingly. -adjust GitHub workflows due to node changes. - add indicators - move broadcasts from endpoint to actual location where changes are happening. - update version
- Loading branch information
Showing
63 changed files
with
1,248 additions
and
468 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,4 +22,4 @@ | |
<ForceTestExec>false</ForceTestExec> | ||
<method v="2" /> | ||
</configuration> | ||
</component> | ||
</component> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Run WireMock" type="Application" factoryName="Application"> | ||
<option name="MAIN_CLASS_NAME" value="wiremock.Run" /> | ||
<module name="wiremock.main" /> | ||
<option name="PROGRAM_PARAMETERS" value="--port 8088" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="WebApp lint --fix" type="js.build_tools.npm"> | ||
<package-json value="$PROJECT_DIR$/webapp/wiremock/package.json" /> | ||
<command value="run" /> | ||
<scripts> | ||
<script value="lint:fix" /> | ||
</scripts> | ||
<node-interpreter value="$PROJECT_DIR$/.gradle/nodejs/node-v20.10.0-darwin-arm64/bin/node" /> | ||
<package-manager value="$PROJECT_DIR$/.gradle/npm/npm-v10.2.5/lib/node_modules/npm/bin/npm-cli.js" /> | ||
<envs /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="WebApp lint" type="js.build_tools.npm"> | ||
<package-json value="$PROJECT_DIR$/webapp/wiremock/package.json" /> | ||
<command value="run" /> | ||
<scripts> | ||
<script value="lint" /> | ||
</scripts> | ||
<node-interpreter value="$PROJECT_DIR$/.gradle/nodejs/node-v20.10.0-darwin-arm64/bin/node" /> | ||
<package-manager value="$PROJECT_DIR$/.gradle/npm/npm-v10.2.5/lib/node_modules/npm/bin/npm-cli.js" /> | ||
<envs /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="WebApp prettier" type="js.build_tools.npm"> | ||
<package-json value="$PROJECT_DIR$/webapp/wiremock/package.json" /> | ||
<command value="run" /> | ||
<scripts> | ||
<script value="prettier" /> | ||
</scripts> | ||
<node-interpreter value="$PROJECT_DIR$/.gradle/nodejs/node-v20.10.0-darwin-arm64/bin/node" /> | ||
<package-manager value="$PROJECT_DIR$/.gradle/npm/npm-v10.2.5/lib/node_modules/npm/bin/npm-cli.js" /> | ||
<envs /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="WebApp start" type="js.build_tools.npm"> | ||
<package-json value="$PROJECT_DIR$/webapp/wiremock/package.json" /> | ||
<command value="run" /> | ||
<scripts> | ||
<script value="start" /> | ||
</scripts> | ||
<node-interpreter value="$PROJECT_DIR$/.gradle/nodejs/node-v20.10.0-darwin-arm64/bin/node" /> | ||
<package-manager value="$PROJECT_DIR$/.gradle/npm/npm-v10.2.5/lib/node_modules/npm/bin/npm-cli.js" /> | ||
<envs /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
## Feature | ||
|
||
- New Files page allows to upload, download, delete files. | ||
- Allow to upload a file when editing a mapping. The bodyFileName is automatically set. Don't forget to press save. | ||
- Allow to delete a file when editing a mapping. The bodyFileName is automatically removed. Don't forget to press save. | ||
- Allow to download a file in raw and separated view in case a file is used. | ||
- Add indicator in tree and list view to show mappings with files and if they are persistent. | ||
|
||
## Fix | ||
|
||
- Fix gradle build, so that ui is copied properly. Furthermore, improve tests to make sure ui is accessible. | ||
- Some layout issues fixed due to dark mode and more |
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
Oops, something went wrong.