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

feat: Initial persister setup #1

Open
wants to merge 68 commits into
base: main
Choose a base branch
from
Open

feat: Initial persister setup #1

wants to merge 68 commits into from

Commits on Sep 13, 2023

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

Commits on Sep 18, 2023

  1. added config

    CriMDev97 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    c995ee0 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    d799135 View commit details
    Browse the repository at this point in the history
  2. added LocalStackTestConfig

    CriMDev97 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    4fac1bc View commit details
    Browse the repository at this point in the history
  3. Updated spring boot configuration for liquibase

    pasqualino.cristaudo committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    2983cbf View commit details
    Browse the repository at this point in the history
  4. Added liquibase changelog and sql scripts

    pasqualino.cristaudo committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    0007c39 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. fixed properties

    CriMDev97 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    436afbf View commit details
    Browse the repository at this point in the history
  2. Updated dependencies and properties

    pasqualino.cristaudo committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    812aa62 View commit details
    Browse the repository at this point in the history
  3. Added SignalEvent dto, Signal and DeadSignal entities and respective …

    …mapper
    pasqualino.cristaudo committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    256426d View commit details
    Browse the repository at this point in the history
  4. Added exception management

    pasqualino.cristaudo committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    bc73a94 View commit details
    Browse the repository at this point in the history
  5. Added listener on internal queue

    pasqualino.cristaudo committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    8ebde09 View commit details
    Browse the repository at this point in the history
  6. Added signal service

    pasqualino.cristaudo committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    c9dfe87 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Updated signal service

    pasqualino.cristaudo committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d45f5c9 View commit details
    Browse the repository at this point in the history
  2. Updated signal repository and enum

    pasqualino.cristaudo committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    b899f83 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. some fixes

    CriMDev97 committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    3ef6c82 View commit details
    Browse the repository at this point in the history
  2. added dlq

    CriMDev97 committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    85a9474 View commit details
    Browse the repository at this point in the history
  3. Added push dead signal on dlq queue

    pasqualino.cristaudo committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    fef18bc View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. minor change

    CriMDev97 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    152a550 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Updated some configuration

    pasqualino.cristaudo committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    39b4fda View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Updated init table sql script

    pasqualino.cristaudo committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    a222c49 View commit details
    Browse the repository at this point in the history
  2. Updated pom with jacoco configuration

    pasqualino.cristaudo committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    e3f24ac View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    5d0b9a6 View commit details
    Browse the repository at this point in the history
  2. adds gitflow

    ariannazafarana committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    bcbb989 View commit details
    Browse the repository at this point in the history
  3. Updated init_table's script and h2's schema

    pasqualino.cristaudo committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    cea935e View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/feature/signals-persister' into …

    …feature/signals-persister
    pasqualino.cristaudo committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    9df203f View commit details
    Browse the repository at this point in the history
  5. Updated entities for handle correlation_id

    pasqualino.cristaudo committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    35c60e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    644734b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22f53a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Updated sql init_table script

    pasqualino.cristaudo committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    fec77df View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/signals-persister' into …

    …feature/signals-persister
    pasqualino.cristaudo committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    ce772f6 View commit details
    Browse the repository at this point in the history
  3. Added some unit test

    pasqualino.cristaudo committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    efbb1ed View commit details
    Browse the repository at this point in the history
  4. Added mockito test configuration

    pasqualino.cristaudo committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    23a07c3 View commit details
    Browse the repository at this point in the history
  5. some fixes

    CriMDev97 committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    7a402f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. added dead event table

    CriMDev97 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    056bafd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e439820 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b469d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Added Signal Service unit Test

    pasqualino.cristaudo committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    a4b2f53 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/signals-persister' into …

    …feature/signals-persister
    pasqualino.cristaudo committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    a550465 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Added SignalListener unit test and updated configurations

    pasqualino.cristaudo committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    c8cc11f View commit details
    Browse the repository at this point in the history
  2. Splitted signal service impl with its interface

    pasqualino.cristaudo committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    3cf70e8 View commit details
    Browse the repository at this point in the history
  3. Updated jacoco configuration

    pasqualino.cristaudo committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    38272b2 View commit details
    Browse the repository at this point in the history
  4. Updated SignalServiceImplTest with entity save exception test

    pasqualino.cristaudo committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    d677773 View commit details
    Browse the repository at this point in the history
  5. Updated some unit test

    pasqualino.cristaudo committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    220b503 View commit details
    Browse the repository at this point in the history
  6. update test

    francarl77 authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    0ed1569 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Updated some unit test

    pasqualino.cristaudo committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    3b22e2a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/poc' into feature/poc

    pasqualino.cristaudo committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    c5e079f View commit details
    Browse the repository at this point in the history
  3. Updated LocalStackTestConfig

    pasqualino.cristaudo committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    528199a View commit details
    Browse the repository at this point in the history
  4. Updated init_table.sql and schema-h2.sql scripts

    pasqualino.cristaudo committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    8725a44 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. some fixes

    CriMDev97 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    9f6dec7 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    2cc8c47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c488496 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19f77a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Updated init_table.sql and schema-h2.sql scripts

    pasqualino.cristaudo committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    757427c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Updated init_table.sql and schema-h2.sql scripts

    pasqualino.cristaudo committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d81c50e View commit details
    Browse the repository at this point in the history
  2. Updated init_table.sql and schema-h2.sql scripts

    pasqualino.cristaudo committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    2b42fc1 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

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

Commits on Nov 16, 2023

  1. added queue error policy

    CriMDev97 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    6e8a8a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

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

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    eb1fb58 View commit details
    Browse the repository at this point in the history
  2. removed mapping annotation

    CriMDev97 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    9fa187a View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Updated pom

    pasqualino.cristaudo committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    0a8872c View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/poc' into feature/poc

    pasqualino.cristaudo committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    7142a3f View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. resolved reports

    CriMDev97 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    ab9d88e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. addded tracing log

    CriMDev97 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    0dcb5d0 View commit details
    Browse the repository at this point in the history
  2. added logs

    CriMDev97 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    f5ef17a View commit details
    Browse the repository at this point in the history
  3. some fix

    CriMDev97 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    9a267b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. fixed properties

    CriMDev97 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    78bd4fe View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. some fix

    CriMDev97 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    932a83f View commit details
    Browse the repository at this point in the history