This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
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 #752 from dedica-team/develop
Preparing Release 0.4.1
- Loading branch information
Showing
356 changed files
with
9,143 additions
and
3,541 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
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 |
---|---|---|
@@ -1 +1 @@ | ||
5.1.0 | ||
5.3.0 |
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 |
---|---|---|
|
@@ -13,76 +13,81 @@ List of configuration sources. Handled in the given order, latter extend/overwri | |
- Remarks | ||
- Example | ||
|
||
* - labels | ||
- Map | ||
- Key-value pair labels for an item. | ||
- optional, defaults to null | ||
- null | ||
* - identifier | ||
* - address | ||
- String | ||
- Immutable unique identifier (maybe use an URN). Primary means to identify items in searches. | ||
- **required**, defaults to null | ||
- The technical address of the item (should be an URI). Taken into account when matching relation endpoints. | ||
- optional, defaults to null | ||
- null | ||
* - name | ||
* - color | ||
- String | ||
- A human readable name/title. The name is considered when items are searched. | ||
- Overrides the group color. Use an HTML hex color code without the leading hash. | ||
- optional, defaults to null | ||
- my beautiful service | ||
* - owner | ||
- 4400FF | ||
* - contact | ||
- String | ||
- The business owner of the item. Preferably use an email address. | ||
- The primary way to contact a responsible person or team. Preferably use an email address. | ||
- optional, defaults to null | ||
- [email protected] | ||
* - description | ||
- String | ||
- A brief description. | ||
- optional, defaults to null | ||
- null | ||
* - contact | ||
- String | ||
- The primary way to contact a responsible person or team. Preferably use an email address. | ||
* - frameworks | ||
- Map | ||
- The parts used to create the item. Usually refers to technical frameworks. | ||
- optional, defaults to null | ||
- [email protected] | ||
- java: 8 | ||
* - group | ||
- String | ||
- The identifier of the group this item belongs in. Every item requires to be member of a group internally, so if nothing is given, the value is set to common. | ||
- optional, defaults to null | ||
- shipping | ||
* - icon | ||
- String | ||
- An icon name or URL to set the displayed map icon. The default icon set is https://materialdesignicons.com/ and all names can be used (aliases do not work). | ||
- optional, defaults to null | ||
- null | ||
* - identifier | ||
- String | ||
- Immutable unique identifier (maybe use an URN). Primary means to identify items in searches. | ||
- **required**, defaults to null | ||
- null | ||
* - interfaces | ||
- Set<InterfaceDescription> | ||
- A collection of low level interfaces. Can be used to describe HTTP API endpoints for instance. | ||
- optional, defaults to null | ||
- null | ||
* - providedBy | ||
- List | ||
- A collection of identifiers which are providers for this item (i.e. hard dependencies that are required). This is a convenience field to build relations. | ||
* - labels | ||
- Map | ||
- | ||
- optional, defaults to null | ||
- shipping-mysqldb | ||
* - icon | ||
- null | ||
* - lifecycle | ||
- String | ||
- An icon name or URL to set the displayed map icon. The default icon set is https://materialdesignicons.com/ and all names can be used (aliases do not work). | ||
- The lifecycle state of an item. | ||
- optional, defaults to null | ||
- null | ||
* - color | ||
- String | ||
- Overrides the group color. Use an HTML hex color code without the leading hash. | ||
* - links | ||
- Map<Link> | ||
- Key-value pairs of related links. Some keys like 'github' cause that the endpoint data is parsed and added to to corresponding landscape component. | ||
- optional, defaults to null | ||
- 4400FF | ||
* - address | ||
- github: https://github.com/dedica-team/nivio | ||
* - name | ||
- String | ||
- The technical address of the item (should be an URI). Taken into account when matching relation endpoints. | ||
- A human readable name/title. The name is considered when items are searched. | ||
- optional, defaults to null | ||
- null | ||
* - type | ||
- my beautiful service | ||
* - owner | ||
- String | ||
- The type of the item. A string describing its nature. If no icon is set, the type determines the displayed icon. | ||
- The business owner of the item. Preferably use an email address. | ||
- optional, defaults to null | ||
- service|database|volume | ||
* - lifecycle | ||
- String | ||
- The lifecycle state of an item. | ||
- [email protected] | ||
* - providedBy | ||
- List | ||
- A collection of identifiers which are providers for this item (i.e. hard dependencies that are required). This is a convenience field to build relations. | ||
- optional, defaults to null | ||
- null | ||
- shipping-mysqldb | ||
* - status | ||
- List<map> | ||
- A list of statuses that works like hardcoded KPIs. | ||
|
@@ -93,19 +98,14 @@ List of configuration sources. Handled in the given order, latter extend/overwri | |
- A list of statuses that works like hardcoded KPIs. | ||
- optional, defaults to null | ||
- null | ||
* - frameworks | ||
- Map | ||
- The parts used to create the item. Usually refers to technical frameworks. | ||
- optional, defaults to null | ||
- java: 8 | ||
* - tags | ||
- List | ||
- | ||
- optional, defaults to null | ||
- null | ||
* - links | ||
- Map<Link> | ||
- Key-value pairs of related links. Some keys like 'github' cause that the endpoint data is parsed and added to to corresponding landscape component. | ||
* - type | ||
- String | ||
- The type of the item. A string describing its nature. If no icon is set, the type determines the displayed icon. | ||
- optional, defaults to null | ||
- github: https://github.com/dedica-team/nivio | ||
- service|database|volume | ||
|
Oops, something went wrong.