-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat(openUrl): Add Endpoints for public apis foreach service #161
Merged
ntruchsess
merged 12 commits into
eclipse-tractusx:release/v1.6.0-RC7
from
catenax-ng:feature/CPLP-2958-open-apis
Aug 11, 2023
Merged
feat(openUrl): Add Endpoints for public apis foreach service #161
ntruchsess
merged 12 commits into
eclipse-tractusx:release/v1.6.0-RC7
from
catenax-ng:feature/CPLP-2958-open-apis
Aug 11, 2023
Conversation
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
Phil91
changed the title
Feature/cplp 2958 open apis
feat(openUrl): Add Endpoints for public apis foreach service
Jul 21, 2023
6 tasks
Phil91
force-pushed
the
feature/CPLP-2958-open-apis
branch
from
July 25, 2023 07:12
c974af0
to
73191d0
Compare
Phil91
force-pushed
the
feature/CPLP-2958-open-apis
branch
from
August 1, 2023 07:35
73191d0
to
f93259f
Compare
ntruchsess
requested changes
Aug 7, 2023
src/portalbackend/PortalBackend.DBAccess/Repositories/CompanyRepository.cs
Outdated
Show resolved
Hide resolved
src/framework/Framework.PublicInfos/PublicInformationBusinessLogic.cs
Outdated
Show resolved
Hide resolved
Phil91
force-pushed
the
feature/CPLP-2958-open-apis
branch
from
August 8, 2023 13:52
71b6b28
to
bea193f
Compare
add endpoint to all services /api/info to receive the api endpoints filtered for the companyRole Refs: CPLP-2958
Add GET endpoint to receive public apis foreach service Refs: CPLP-2958
suppress sonar warnings for unit test asserts Refs: CPLP-2958
due to timing issues the parallelization for the public url tests have been disabled Refs: CPLP-2958
Refs: CPLP-2958
Refs: CPLP-2958
Phil91
force-pushed
the
feature/CPLP-2958-open-apis
branch
from
August 11, 2023 11:30
660efc8
to
9d0ded9
Compare
Add GET endpoint to receive public apis foreach service Refs: CPLP-2958
Refs: CPLP-2958
Phil91
force-pushed
the
feature/CPLP-2958-open-apis
branch
from
August 11, 2023 11:38
9d0ded9
to
3f5960d
Compare
ntruchsess
requested changes
Aug 11, 2023
Refs: CPLP-2958
Refs: CPLP-2958
Refs: CPLP-2958
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
ntruchsess
approved these changes
Aug 11, 2023
ntruchsess
merged commit Aug 11, 2023
39c81fc
into
eclipse-tractusx:release/v1.6.0-RC7
5 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Add GET endpoint to receive public apis foreach service
Why
To be able to display the public available urls in the frontend a new endpoint was needed
Issue
N/A - Jira Issue: CPLP-2958
Checklist