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

RISDEV-6305 Persist keywords #249

Merged
merged 8 commits into from
Feb 26, 2025
Merged

Conversation

andreas-deazevedo
Copy link
Contributor

@andreas-deazevedo andreas-deazevedo commented Feb 26, 2025

Thread safety backend

Creation of documentation unit is finally thread safety by:

  • New document_number table which is used to store the latest document number per year. Reading with a pessimistic write lock assures thread safety
  • Wrapping the creation process with Spring Retry, so that even there is no document number stored, concurrent threads can retry the creation after a unique constraint exception

Persisting keywords

  • Connect Pinia store
  • Add e2e test without mock

Miscellaneous

  • Update Prettier in build.gradle.kts causes formatting changes
  • Normalize testId and labels for ListInputDisplay.vue
  • Exclude spotlessCheck from Backend Build Github Action as two actions fail on formatting/linting issues

@andreas-deazevedo andreas-deazevedo merged commit e228244 into main Feb 26, 2025
25 checks passed
@andreas-deazevedo andreas-deazevedo deleted the RISDEV-6305_persist_keywords branch February 26, 2025 09:15
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.

2 participants