-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/420-add-contractagreements
- Loading branch information
Showing
39 changed files
with
769 additions
and
227 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,19 @@ | ||
|
||
[[Back to main IRS README](../README.md)] | ||
|
||
# .config Folder | ||
|
||
This folder contains configuration, rules and suppression files for code quality check tools etc. | ||
|
||
| File / Folder | Description | Further information | | ||
|-----------------------------|-------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------| | ||
| spectral | | | | ||
| .trivyignore | Ignore file for [Trivy](https://trivy.dev/) to configure which false positives to ignore. | [Trivy ignorefile documentation](https://aquasecurity.github.io/trivy/v0.49/docs/configuration/filtering/#trivyignore) | | ||
| checkstyle.xml | [Checkstyle](https://checkstyle.sourceforge.io) configuration. | [Checkstyle configuration](https://checkstyle.sourceforge.io/config.html) | | ||
| checkstyle-suppressions.xml | [Checkstyle](https://checkstyle.sourceforge.io/) suppressions. | [Checkstyle suppressions documentation](https://checkstyle.sourceforge.io/filters/suppressionfilter.html) | | ||
| irs.header | Copyright header definition for the checkstyle module RegexpHeader. | see checkstyle.xml file | | ||
| owasp-suppressions.xml | [OWASP dependendy check](https://owasp.org/www-project-dependency-check/) suppressions. | [OWASP suppressions documentation](https://jeremylong.github.io/DependencyCheck/general/suppression.html) | | ||
| pmd-rules.xml | [PMD Source Code Analyzer](https://pmd.github.io/) rules. | [PMD rules documentation](https://pmd.github.io/pmd/pmd_userdocs_making_rulesets.html) | | ||
| spotbugs-excludes.xml | [Spotbugs](https://spotbugs.github.io/) excludes. | [Spotbugs excludes documentation](https://spotbugs.readthedocs.io/en/stable/filter.html) | | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
# Getting in Touch | ||
|
||
Contact the [project developers](AUTHORS.md) via the project's "dev" list. | ||
|
||
* [Mailing List](https://accounts.eclipse.org/mailing-list/tractusx-dev) | ||
* [Eclipse Matrix Chat](https://chat.eclipse.org/#/room/#tractusx-irs:matrix.eclipse.org) |
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 |
---|---|---|
@@ -0,0 +1,113 @@ | ||
|
||
[[Back to main IRS README](README.md)] | ||
|
||
|
||
# IRS FAQ | ||
|
||
|
||
## Documentation and Getting Help | ||
|
||
----- | ||
**Q: Where do I find documentation that helps me understand the big picture?** | ||
|
||
A: The following resources will help to understand the big picture: | ||
- [README - Introduction](README.md#introduction) | ||
- [More information describing the big picture](https://eclipse-tractusx.github.io/docs-kits/kits/Data%20Chain%20Kit/Adoption%20View%20Data%20Chain%20Kit/) | ||
including the two main flows IRS Iterative and IRS Recursive and involved components and services. | ||
|
||
Further information can be found in the IRS Architecture Documentation, for example: | ||
- [Architecture Documentation - Business Context](https://eclipse-tractusx.github.io/item-relationship-service/docs/arc42/full.html#_business_context) | ||
- [Architecture Documentation - Structure](https://eclipse-tractusx.github.io/item-relationship-service/docs/arc42/full.html#_structure) | ||
- [Architecture Documentation - Building block view](https://eclipse-tractusx.github.io/item-relationship-service/docs/arc42/full.html#_building_block_view) | ||
- [Architecture Documentation - Runtime view](https://eclipse-tractusx.github.io/item-relationship-service/docs/arc42/full.html#_runtime_view) | ||
- [Iterative Flow](https://eclipse-tractusx.github.io/item-relationship-service/docs/arc42/full.html#_irs_iterative) | ||
- [Recursive Flow](https://eclipse-tractusx.github.io/item-relationship-service/docs/arc42/full.html#_irs_recursive) | ||
|
||
|
||
----- | ||
**Q: Where do I find the main documentation?** | ||
|
||
A: See [Item Relationship Service Documentation](https://eclipse-tractusx.github.io/item-relationship-service/docs/). | ||
|
||
|
||
----- | ||
**Q: Is there a glossary?** | ||
|
||
A: Yes, see [Item Relationship Service Documentation](https://eclipse-tractusx.github.io/item-relationship-service/docs/arc42/full.html#_glossary). | ||
|
||
|
||
----- | ||
**Q: Where do I get help?** | ||
|
||
A: Please read the documentation and tests first. | ||
If that does not answer your questions, ask the developers (see [CONTACT](CONTACT.md)). | ||
|
||
## Limitations, Bugs and Vulnerabilities | ||
|
||
----- | ||
**Q: Are there any known issues and limitation?** | ||
|
||
A: See [Known Issues and Limitations](README.md#known-issues-and-limitations). | ||
|
||
|
||
----- | ||
**Q: Where can I report a vulnerability?** | ||
|
||
A: See [SECURITY](SECURITY.md#reporting-a-vulnerability). | ||
|
||
|
||
----- | ||
**Q: Where can I report a bug?** | ||
|
||
A: Normal bugs may be reported as [public github issues](https://github.com/orgs/eclipse-tractusx/projects/8/views/10). | ||
For reporting vulnerabilities see [SECURITY](SECURITY.md#reporting-a-vulnerability) please. | ||
|
||
|
||
## Usage | ||
|
||
----- | ||
**Q: Where do I find information concerning compatibility of dependencies?** | ||
|
||
A: See [COMPATIBILITY-MATRIX](COMPATIBILITY_MATRIX.md). | ||
|
||
## Contributing | ||
|
||
----- | ||
**Q: How can I contribute?** | ||
|
||
A: See [CONTRIBUTING](CONTRIBUTING.md). | ||
|
||
|
||
----- | ||
**Q: How do I create a release?** | ||
|
||
A: See [CONTRIBUTING](CONTRIBUTING.md#create-a-release). | ||
|
||
|
||
----- | ||
**Q: How do I format the code?** | ||
|
||
A: See [CONTRIBUTING](CONTRIBUTING.md#code-formatting). | ||
|
||
|
||
## Testing | ||
|
||
----- | ||
**Q: Where can I find more information concerning the type of tests and used technologies and libraries?** | ||
|
||
A: See [README - Tests](README.md#tests). | ||
|
||
----- | ||
**Q: Where do I find test data?** | ||
|
||
A: Testdata is located under [local/testing/testdata](local/testing/testdata). | ||
For more information see the [test data README](local/testing/testdata/README.md). | ||
|
||
|
||
## Monitoring | ||
|
||
----- | ||
**Q: Where do I find information concerning monitoring?** | ||
|
||
See [README - Monitoring](README.md#monitoring). | ||
|
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.