generated from solacecommunity/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from SolaceLabs/ep-apps6
Ep apps6
- Loading branch information
Showing
97 changed files
with
4,430 additions
and
1,787 deletions.
There are no files selected for viewing
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,34 @@ | ||
--- | ||
"@solace-labs/ep-asyncapi": minor | ||
--- | ||
|
||
added ep extensions | ||
|
||
- when parsing the document ep extensions are taken into consideration | ||
- priority: | ||
- existing extensions | ||
- ep extensions | ||
|
||
The following ep extensions are supported: | ||
|
||
```typescript | ||
/** extensions used by EP when exporting spec */ | ||
export enum EpParameterExtensions { | ||
xEpEnumName = "x-ep-enum-name", | ||
xEpEnumVersionDisplayName = "x-ep-enum-version-displayname", | ||
} | ||
/** extensions used by EP when exporting spec */ | ||
export enum EpMessageExtensions { | ||
xEpEventName = "x-ep-event-name", | ||
xEpEventVersionDisplayName = "x-ep-event-version-displayname", | ||
} | ||
/** extensions used by EP when exporting spec */ | ||
export enum EpSchemaExtensions { | ||
xEpSchemaName = "x-ep-schema-name", | ||
xEpSchemaVersionDisplayName = "x-ep-schema-version-displayname", | ||
} | ||
/** extensions used by EP when exporting spec */ | ||
export enum EpApiInfoExtensions { | ||
xEpApiInfoVersionDisplayName = "x-ep-displayname", | ||
} | ||
``` |
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,14 @@ | ||
--- | ||
"@solace-labs/ep-sdk": minor | ||
--- | ||
|
||
added support for XML | ||
|
||
- new: `EEpSdkSchemaType.XSD` | ||
- new: `EEpSdkSchemaContentType.APPLICATION_XML` | ||
|
||
added source application domain id as attribute on copy | ||
|
||
- objects: enums, schemas, events, event apis | ||
- name: x-ep-sdk-source-application-domain-id | ||
value: the source application domain id |
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,22 @@ | ||
--- | ||
"@solace-labs/ep-async-api-importer": minor | ||
--- | ||
|
||
Added support for additional ep extensions | ||
|
||
- see CHANGELOG.md for ep-asyncapi. | ||
|
||
Added new CLI environment variable: | ||
|
||
```bash | ||
export CLI_IMPORT_CREATE_API_EVENT_API=true/false | ||
``` | ||
|
||
if set to true, the importer will create the Event API. | ||
if set to false, the import will not create the Event API. | ||
|
||
Use in conjunction with: | ||
|
||
```bash | ||
export CLI_IMPORT_CREATE_API_APPLICATION=true/false | ||
``` |
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,5 @@ | ||
--- | ||
"@internal/tools": minor | ||
--- | ||
|
||
added integration test functionality |
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 |
---|---|---|
|
@@ -2,4 +2,5 @@ dist | |
node_modules | ||
_todo* | ||
logs | ||
tmp | ||
output |
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
Oops, something went wrong.