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 new labels table (including migration) #265

Merged
merged 5 commits into from
Oct 3, 2022

Conversation

dlabordus
Copy link
Contributor

closes #264

Label are now also cached in a separate table. This new table in the query to list all SCL Files, including labels, so we don't need to look in the large XML Files anymore.

Also changed the way beans are created, using @produces won't wrap the bean with a transaction interceptor.
So we need to use the CDI Scanning from Quarkus (light version of JBoss CDI, the reason not everything is supported).

Using a different mechanism to create the two different container images to excluded beans.

…nsactions not active.

Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
@dlabordus dlabordus added the bug Something isn't working label Sep 28, 2022
@dlabordus dlabordus self-assigned this Sep 28, 2022
Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
@dlabordus dlabordus marked this pull request as ready for review September 28, 2022 11:28
Dennis Labordus added 3 commits September 28, 2022 13:33
Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
@sonarcloud
Copy link

sonarcloud bot commented Sep 28, 2022

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

94.8% 94.8% Coverage
0.0% 0.0% Duplication

@juancho0202 juancho0202 merged commit e531a33 into develop Oct 3, 2022
@juancho0202 juancho0202 deleted the postgresql_cache_labels branch October 3, 2022 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slow retrieval of SCL File list for a specific type
2 participants