Skip to content
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

Adds AAS Discovery Service #111

Merged
merged 18 commits into from
Oct 26, 2023

Conversation

mdanish98
Copy link
Contributor

Signed-off-by: Mohammad Ghazanfar Ali Danish [email protected]
Co-authored-by: Zai Müller-Zhang [email protected]

mdanish98 and others added 15 commits October 10, 2023 11:35
Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>
Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>
Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>
Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>
Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>
Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>
Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>
Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>
Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>
Signed-off-by: Zai Müller-Zhang <[email protected]>
- Refactors InMemory code and TCK
- Refactors Aas Discovery component
- Refactors AAS Discovery Service Backend InMemory
- Refactors AAS Discovery Service Backend InMemory
- Refactors AAS Discovery Service Backend MongoDB
- Refactors AAS Discovery Service core
- Refactors AAS Discovery Service http
- Updates Readme
- Refactors TCK name

Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>
Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>
Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>
Copy link
Contributor

@jannisjung jannisjung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please acknowledge the review Remark

@Autowired(required = false)
public MongoDBAasDiscoveryServiceFactory(MongoTemplate mongoTemplate,
@Value("${basyx.aasdiscoveryservice.mongodb.collectionName:aasdiscovery-service}") String collectionName,
@Value("${basyx.aasdiscserv.name:aas-discovery-service}") String aasDiscoveryServiceName) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are we using different names here?, basyx.aasdiscoveryservice... and basyx.aasdiscserv... -> naming should be kept consistent

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for pointing this out.
We renamed it to basyx.aasdiscoveryservice.name for consistency.

jannisjung and others added 3 commits October 24, 2023 15:11
* Replaces Sys.out with logger
* Refactors stream-API-Statement to a smaller footprint

Signed-off-by: Jannis Jung <[email protected]>
* applies BaSyx formatter
* adds trailing empty line to poms

Signed-off-by: Jannis Jung <[email protected]>
- Renames property basyx.aasdiscserv.name to basyx.aasdiscoveryservice.name

Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>
Co-authored-by: Zai Müller-Zhang <[email protected]>
@zhangzai123 zhangzai123 merged commit d77bd05 into eclipse-basyx:main Oct 26, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants