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

Added name duplication check in REST API #294

Conversation

Stef3st
Copy link
Contributor

@Stef3st Stef3st commented Dec 13, 2022

closes: #204
Signed-off-by: Stef3st steffen.van.den.driest@alliander.com

@Stef3st Stef3st linked an issue Dec 13, 2022 that may be closed by this pull request
Stef3st and others added 5 commits January 6, 2023 14:58
Signed-off-by: Stef3st <steffen.van.den.driest@alliander.com>
Signed-off-by: Stef3st <steffen.van.den.driest@alliander.com>
Bumps `quarkus.platform.version` from 2.14.3.Final to 2.15.0.Final.

Updates `quarkus-universe-bom` from 2.14.3.Final to 2.15.0.Final
- [Release notes](https://github.com/quarkusio/quarkus-platform/releases)
- [Commits](quarkusio/quarkus-platform@2.14.3.Final...2.15.0.Final)

Updates `quarkus-maven-plugin` from 2.14.3.Final to 2.15.0.Final

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-universe-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Stef3st <steffen.van.den.driest@alliander.com>
Only read rights to duplicate name check

Signed-off-by: Stef3st <steffen.van.den.driest@alliander.com>
Signed-off-by: Stef3st <steffen.van.den.driest@alliander.com>
@Stef3st Stef3st force-pushed the 204-add-rest-api-to-check-if-a-scl-name-isnt-already-used branch from a1a0b2b to 4d37dd5 Compare January 6, 2023 13:59
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 6, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@Stef3st Stef3st marked this pull request as ready for review January 6, 2023 14:38
Stef3st and others added 2 commits January 10, 2023 09:53
…snt-already-used

Signed-off-by: Stef3st <35229971+Stef3st@users.noreply.github.com>
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

Copy link
Member

@pascalwilbrink pascalwilbrink left a comment

Choose a reason for hiding this comment

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

LGTM!

@pascalwilbrink pascalwilbrink merged commit 23eedf8 into develop Jan 11, 2023
@pascalwilbrink pascalwilbrink deleted the 204-add-rest-api-to-check-if-a-scl-name-isnt-already-used branch January 11, 2023 09:41
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.

Add Rest API to check if a SCL Name isn't already used
2 participants