Kotovych final project#24
Open
RomanKotovych wants to merge 32 commits into
Open
Conversation
This commit introduces integration testing using Testcontainers. - Added Testcontainers dependencies to the project. - Configured a PostgreSQL container for testing purposes. - Updated test classes to use the Testcontainers environment. - Removed the hardcoded database configuration from application-test.yaml. This change improves the reliability and consistency of our tests by using a containerized environment.
Added localization support for English and French languages using Spring's localization features. Implemented: - Configured LocaleResolver and LocaleChangeInterceptor - Created message properties files for English and French - Updated templates to use messages from properties files - Added a language switcher to the main page
Added Russian translation for UI elements: - Buttons - Sidebar - Home page - Footer - Email templates Also added messages_ru.properties file and updated language switcher.
Added endpoints to get the time a task has spent in development and testing phases. This commit also includes: - Database updates with initial activity data. - Updates to README.md with new features.
The `calculateTimeBetweenStatuses` method was refactored to use the Stream API for better readability and conciseness. The logic remains the same, calculating the time difference between two statuses in a list of activities.
This reverts commit 9dbd1a7.
…yet)" This reverts commit 6466807.
This file contains hidden or 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
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.
JWT на костылях