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

Feature 1557/micronaut 3 upgrade #1717

Merged
merged 17 commits into from
Jun 23, 2022
Merged

Commits on Mar 30, 2022

  1. initial upgrade commit

    paulrdurham committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    6869a76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4591205 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    eb59c61 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Micronaut 3 upgrade

    Refresh token implementation
    
    Initial MN 3 update
    
    Removing timeout exception as it no longer exists
    
    MailJet Reactor and Authentication
    
    RequestLoggingInterceptor reactor and Authentication refactor
    
    LocalLoginController Reactor and Authentication refactor
    
    CheckinsOpenIdAuthenticationMapper Reactor and Authentication refactor
    
    CustomRefreshTokenPersistence Reactor and Authentication refactor
    
    LocalUserPasswordAuthProvider Reactor and Authentication refactor
    
    CustomJWTClaimsSetGenerator Authentication refactor
    
    AgendaItemController Reactor and Authentication refactor
    
    CheckinDocumentController Reactor and Authentication refactor
    
    CheckInController Reactor and Authentication refactor
    
    DemographicsController Reactor and Authentication refactor
    
    Mono.just to Mono.fromCallable
    
    EmployeeHoursController Reactor and Authentication refactor
    
    FeedbackController Reactor and Authentication refactor
    
    FeedbackSuggestionsController Reactor and Authentication refactor
    
    FeedbackAnswerController Reactor and Authentication refactor
    
    CheckServicesController Reactor and Authentication refactor
    
    QuestionAndAnswerController Reactor and Authentication refactor
    
    FeedbackRequestController Reactor and Authentication refactor
    
    FeedbackTemplateController Reactor and Authentication refactor
    
    TemplateQuestionController Reactor and Authentication refactor
    
    FileController Reactor and Authentication refactor
    
    GuildController Reactor and Authentication refactor
    
    AnniversaryReportController Reactor and Authentication refactor
    
    BirthDayController Reactor and Authentication refactor
    
    MemberPhotoController Reactor and Authentication refactor
    
    MemberProfileController Reactor and Authentication refactor
    
    RetentionReportController Reactor and Authentication refactor
    
    MemberSkillController Reactor and Authentication refactor
    
    SkillsReportController Reactor and Authentication refactor
    
    OpportunitiesController Reactor and Authentication refactor
    
    PermissionController Reactor and Authentication refactor
    
    PrivateNoteController Reactor and Authentication refactor
    
    PulseResponseController Reactor and Authentication refactor
    
    QuestionController Reactor and Authentication refactor
    
    QuestionCategoryController Reactor and Authentication refactor
    
    RoleController Reactor and Authentication refactor
    
    RolePermissionController Reactor and Authentication refactor
    
    SettingsController Reactor and Authentication refactor
    
    CombineSkillController Reactor and Authentication refactor
    
    SkillController Reactor and Authentication refactor
    
    SurveyController Reactor and Authentication refactor
    
    EntityTagController Reactor and Authentication refactor
    
    TagController Reactor and Authentication refactor
    
    TeamController Reactor and Authentication refactor
    
    Updating tests to pass with updated Flyway
    
    Fixing tests for LocalLoginController
    
    Fixing tests for ActionItemController
    
    Fixing tests for AgendaItemController
    
    Fixing tests for CheckinDocumentController
    
    Fixing tests for CheckInController
    
    Fixing tests for CheckinNoteController
    
    Manually tested LocalLoginController
    
    Fixing tests for DemographicsController
    
    Fixing tests for FeedbackController
    
    Fixing tests for FeedbackRequestController
    
    Fixing tests for FeedbackTemplateController
    
    Fixing tests for TemplateQuestionController
    
    Fixing tests for GuildController
    
    Fixing tests for GuildMemberController
    
    Fixing tests for AnniversaryReportController
    
    Fixing tests for BirthDayController
    
    Fixing tests for MemberProfileController
    
    Fixing tests for RetentionReportController
    
    Fixing tests for MemberSkillController
    
    Fixing tests for OpportunitiesController
    
    Fixing tests for PermissionController
    
    Fixing tests for PrivateNoteController
    
    Fixing tests for PulseResponseController
    
    Fixing tests for QuestionCategoryController
    
    Fixing tests for QuestionController
    
    Fixing tests for RolePermissionController
    
    Fixing tests for RoleController
    
    Fixing tests for SettingsController
    
    Fixing tests for CombineSkillsController
    
    Fixing tests for SurveyController
    
    Fixing tests for EntityTagController
    
    Fixing tests for TagController
    
    Fixing tests for TeamMemberController
    
    Fixing tests for TeamControllerTest
    
    Removing TODOs after manually testing
    
    Adding more fields to RefreshToken for more granular control
    
    Enabling silent refreshing of an access-token
    
    Fixing test
    devaughns committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    7036515 View commit details
    Browse the repository at this point in the history
  2. initial upgrade commit

    paulrdurham authored and devaughns committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    afdc755 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc8709d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5220ad9 View commit details
    Browse the repository at this point in the history
  5. Micronaut 3 upgrade

    Refresh token implementation
    
    Initial MN 3 update
    
    Removing timeout exception as it no longer exists
    
    MailJet Reactor and Authentication
    
    RequestLoggingInterceptor reactor and Authentication refactor
    
    LocalLoginController Reactor and Authentication refactor
    
    CheckinsOpenIdAuthenticationMapper Reactor and Authentication refactor
    
    CustomRefreshTokenPersistence Reactor and Authentication refactor
    
    LocalUserPasswordAuthProvider Reactor and Authentication refactor
    
    CustomJWTClaimsSetGenerator Authentication refactor
    
    AgendaItemController Reactor and Authentication refactor
    
    CheckinDocumentController Reactor and Authentication refactor
    
    CheckInController Reactor and Authentication refactor
    
    DemographicsController Reactor and Authentication refactor
    
    Mono.just to Mono.fromCallable
    
    EmployeeHoursController Reactor and Authentication refactor
    
    FeedbackController Reactor and Authentication refactor
    
    FeedbackSuggestionsController Reactor and Authentication refactor
    
    FeedbackAnswerController Reactor and Authentication refactor
    
    CheckServicesController Reactor and Authentication refactor
    
    QuestionAndAnswerController Reactor and Authentication refactor
    
    FeedbackRequestController Reactor and Authentication refactor
    
    FeedbackTemplateController Reactor and Authentication refactor
    
    TemplateQuestionController Reactor and Authentication refactor
    
    FileController Reactor and Authentication refactor
    
    GuildController Reactor and Authentication refactor
    
    AnniversaryReportController Reactor and Authentication refactor
    
    BirthDayController Reactor and Authentication refactor
    
    MemberPhotoController Reactor and Authentication refactor
    
    MemberProfileController Reactor and Authentication refactor
    
    RetentionReportController Reactor and Authentication refactor
    
    MemberSkillController Reactor and Authentication refactor
    
    SkillsReportController Reactor and Authentication refactor
    
    OpportunitiesController Reactor and Authentication refactor
    
    PermissionController Reactor and Authentication refactor
    
    PrivateNoteController Reactor and Authentication refactor
    
    PulseResponseController Reactor and Authentication refactor
    
    QuestionController Reactor and Authentication refactor
    
    QuestionCategoryController Reactor and Authentication refactor
    
    RoleController Reactor and Authentication refactor
    
    RolePermissionController Reactor and Authentication refactor
    
    SettingsController Reactor and Authentication refactor
    
    CombineSkillController Reactor and Authentication refactor
    
    SkillController Reactor and Authentication refactor
    
    SurveyController Reactor and Authentication refactor
    
    EntityTagController Reactor and Authentication refactor
    
    TagController Reactor and Authentication refactor
    
    TeamController Reactor and Authentication refactor
    
    Updating tests to pass with updated Flyway
    
    Fixing tests for LocalLoginController
    
    Fixing tests for ActionItemController
    
    Fixing tests for AgendaItemController
    
    Fixing tests for CheckinDocumentController
    
    Fixing tests for CheckInController
    
    Fixing tests for CheckinNoteController
    
    Manually tested LocalLoginController
    
    Fixing tests for DemographicsController
    
    Fixing tests for FeedbackController
    
    Fixing tests for FeedbackRequestController
    
    Fixing tests for FeedbackTemplateController
    
    Fixing tests for TemplateQuestionController
    
    Fixing tests for GuildController
    
    Fixing tests for GuildMemberController
    
    Fixing tests for AnniversaryReportController
    
    Fixing tests for BirthDayController
    
    Fixing tests for MemberProfileController
    
    Fixing tests for RetentionReportController
    
    Fixing tests for MemberSkillController
    
    Fixing tests for OpportunitiesController
    
    Fixing tests for PermissionController
    
    Fixing tests for PrivateNoteController
    
    Fixing tests for PulseResponseController
    
    Fixing tests for QuestionCategoryController
    
    Fixing tests for QuestionController
    
    Fixing tests for RolePermissionController
    
    Fixing tests for RoleController
    
    Fixing tests for SettingsController
    
    Fixing tests for CombineSkillsController
    
    Fixing tests for SurveyController
    
    Fixing tests for EntityTagController
    
    Fixing tests for TagController
    
    Fixing tests for TeamMemberController
    
    Fixing tests for TeamControllerTest
    
    Removing TODOs after manually testing
    
    Adding more fields to RefreshToken for more granular control
    
    Enabling silent refreshing of an access-token
    
    Fixing test
    devaughns committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    092fe3d View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/feature-1557/micronaut-3-upgrade…

    …' into feature-1557/micronaut-3-upgrade
    
    # Conflicts:
    #	server/build.gradle
    #	server/src/main/java/com/objectcomputing/checkins/notifications/email/MailJetSender.java
    #	server/src/main/java/com/objectcomputing/checkins/services/agenda_item/AgendaItemController.java
    #	server/src/main/java/com/objectcomputing/checkins/services/feedback_answer/question_and_answer/QuestionAndAnswerServicesImpl.java
    #	server/src/main/java/com/objectcomputing/checkins/services/feedback_template/template_question/TemplateQuestionController.java
    #	server/src/main/java/com/objectcomputing/checkins/services/questions/Question.java
    devaughns committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    15a0324 View commit details
    Browse the repository at this point in the history
  7. Fixing merge items

    devaughns committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    72ce355 View commit details
    Browse the repository at this point in the history
  8. Update application-local.yml

    Removing lowered exp time for testing
    devaughns authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    f70c773 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Remove feedback service

    mkimberlin committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    90dda4a View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Configuration menu
    Copy the full SHA
    40a8e80 View commit details
    Browse the repository at this point in the history
  2. Fixed migration number

    mkimberlin committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    946f0e0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of github.com:objectcomputing/check-ins into f…

    …eature-1557/micronaut-3-upgrade
    mkimberlin committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    b82897e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' of github.com:objectcomputing/check-ins into f…

    …eature-1557/micronaut-3-upgrade
    mkimberlin committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    a8fec5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1baca8 View commit details
    Browse the repository at this point in the history