Main svc events#9
Merged
LightInTheFire merged 41 commits intomain_svcfrom Jan 9, 2026
Merged
Conversation
…hanged pattern in jsonconfig to properties
Basarus
reviewed
Dec 30, 2025
This reverts commit 8db8049.
… as views in other endpoints
Basarus
approved these changes
Jan 7, 2026
LightInTheFire
added a commit
that referenced
this pull request
Jan 18, 2026
* feat: add json localdatetime global formatting * feat: add exception handler * feat: add global localdatetime deserializer * Add schema, entity and dto (#6) * feat: add validation starter dep * feat: add all dto's from spec * feat: add schema * feat: add entities * feat: add schema and basic readme * chore: apply sql format * feat: add stats service db schema and centering * fix: remove views from model * fix: remove views from model * Main svc categories (#7) * Edit application-dev.yaml * Add NotFoundException * Add CategoryMapper * Add CategoryRepository * Add UpdateCategoryDto * Add CategoryService(interface, implementation) * Add CategoryControllers(admin, public) * Add handleDataIntegrityViolationException * Add postman tests for categories * Changes for codestyle * Add json tests * Changes based on comments * Changes based on comments * Changes based on comments * Changes based on comments * Changes based on comments * Main svc users (#8) * feat: add userservice and implementation * feat: add usermapper * feat: add repository * feat: add user admin controller * fix: change return type * fix: add unique constraint * fix: set required param to false * feat: update postman tests to contain categories and users * fix: add List import * fix: change transactional to readonly * Main svc events (#9) * feat: add jpa eventRepo * feat: add EventMapper * feat: add Event sort options enum * feat: add event requests for services * feat: add event controllers * feat: add eventService and implementation * feat: add querydsl * fix: add logging to public controller * fix: add logging to admin controller * feat: update event private controller * feat: add EventsPrivateGetRequest * feat: add methods to event service interface * feat: add validation exception * feat: add location mapper * fix: increase limit in event model * fix: update querydsl * feat: add constraint to newEventDto eventdate to be in future * feat: separate state actions to two enums * feat: add updatableevent interface and mapper methods * fix: method names * feat: add datetime properties, correct LDT requestparam mapping and changed pattern in jsonconfig to properties * feat: add boolean predicate as static methods * chore: move methods * feat: add IllegalEventUpdateException * fix: typo in Enum * feat: add check to eventstate * feat: add httprequest param * feat: add @future constraint * feat: implement interface methods * feat: update tests to containt events * feat: add client method to accept ip and uri strings * fix: send actual uri to service * fix: change transactional to readonly * feat: add sql params logging * fix: update pagerequest to work correctly * feat: add ForbiddenAccessException * fix: add check to private api methods * fix: add call to parent constructor in FAE * Revert "feat: add client method to accept ip and uri strings" This reverts commit 8db8049. * feat: update stats server tests * fix: save /events endpoint when request multiple events and send null as views in other endpoints * Add requests (#10) * Добавлены реквесты * Фикс checkstyle * Фикс checkstyle * Фикс checkstyle * Фикс checkstyle * Фикс checkstyle * Фикс checkstyle * Фикс checkstyle * Фикс checkstyle * spotless apply * chore: change mapper to @UtilityClass * Фикс checkstyle * - Доработан ExceptionHandler * - fix codestyle * fixes --------- Co-authored-by: Ilia Egorov <aleilmessia@mail.ru> * Main svc compilations (#11) * feat: add compilations * feat: add all postman tests * feat: add compilations * Main svc fix (#13) * feat: remove update category dto * feat: add constraints to page params * fix: remove views from compilations * fix: change start date stats in events * fix: change catch exception in statclient connection * fix: npe fixes --------- Co-authored-by: Kreidl <karinkademchenko@yandex.ru> Co-authored-by: Basar <74671944+Basarus@users.noreply.github.com>
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.
Добавлены события