This is an automated email from the ASF dual-hosted git repository.

myrle pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-rhythm.git.


    from 769ad12  Merge pull request #2 from myrle-krantz/develop
     add cf6d708  Updated copyright information on rhythm
     add 4012583  Removed unused year and name variables
     new 8f781d7  Merge pull request #3 from Izakey/develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 HEADER                                             | 25 +++++++++++--------
 NOTICE.txt                                         |  5 ++++
 README.md                                          |  4 +--
 .../mifos/rhythm/api/v1/client/RhythmManager.java  | 25 +++++++++++--------
 .../java/io/mifos/rhythm/api/v1/domain/Beat.java   | 25 +++++++++++--------
 .../io/mifos/rhythm/api/v1/domain/ClockOffset.java | 25 +++++++++++--------
 .../io/mifos/rhythm/api/v1/events/BeatEvent.java   | 25 +++++++++++--------
 .../mifos/rhythm/api/v1/events/EventConstants.java | 25 +++++++++++--------
 .../io/mifos/rhythm/api/v1/domain/BeatTest.java    | 25 +++++++++++--------
 .../rhythm/api/v1/domain/ClockOffsetTest.java      | 25 +++++++++++--------
 .../java/io/mifos/rhythm/AbstractRhythmTest.java   | 25 +++++++++++--------
 .../src/main/java/io/mifos/rhythm/TestBeats.java   | 25 +++++++++++--------
 .../rhythm/listener/ApplicationEventListener.java  | 25 +++++++++++--------
 .../mifos/rhythm/listener/BeatEventListener.java   | 25 +++++++++++--------
 .../rhythm/listener/ClockOffsetEventListener.java  | 25 +++++++++++--------
 .../rhythm/listener/MigrationEventListener.java    | 25 +++++++++++--------
 .../io/mifos/rhythm/service/RhythmApplication.java | 25 +++++++++++--------
 .../io/mifos/rhythm/service/ServiceConstants.java  | 25 +++++++++++--------
 .../rhythm/service/config/RhythmConfiguration.java | 25 +++++++++++--------
 .../rhythm/service/config/RhythmProperties.java    | 25 +++++++++++--------
 .../internal/command/ChangeClockOffsetCommand.java | 25 +++++++++++--------
 .../internal/command/CreateBeatCommand.java        | 25 +++++++++++--------
 .../internal/command/DeleteApplicationCommand.java | 25 +++++++++++--------
 .../internal/command/DeleteBeatCommand.java        | 25 +++++++++++--------
 .../internal/command/InitializeServiceCommand.java | 25 +++++++++++--------
 .../command/handler/ApplicationCommandHandler.java | 25 +++++++++++--------
 .../command/handler/BeatCommandHandler.java        | 25 +++++++++++--------
 .../command/handler/ClockOffsetCommandHandler.java | 25 +++++++++++--------
 .../internal/command/handler/EventHelper.java      | 25 +++++++++++--------
 .../command/handler/InitializeCommandHandler.java  | 25 +++++++++++--------
 .../ApplicationPermissionRequestCreator.java       | 25 +++++++++++--------
 .../rhythm/service/internal/mapper/BeatMapper.java | 25 +++++++++++--------
 .../service/internal/mapper/ClockOffsetMapper.java | 25 +++++++++++--------
 .../internal/repository/ApplicationEntity.java     | 25 +++++++++++--------
 .../internal/repository/ApplicationRepository.java | 25 +++++++++++--------
 .../service/internal/repository/BeatEntity.java    | 25 +++++++++++--------
 .../internal/repository/BeatRepository.java        | 25 +++++++++++--------
 .../internal/repository/ClockOffsetEntity.java     | 25 +++++++++++--------
 .../internal/repository/ClockOffsetRepository.java | 25 +++++++++++--------
 .../internal/service/BeatPublisherService.java     | 25 +++++++++++--------
 .../service/internal/service/BeatService.java      | 25 +++++++++++--------
 .../internal/service/ClockOffsetService.java       | 25 +++++++++++--------
 .../rhythm/service/internal/service/Drummer.java   | 25 +++++++++++--------
 .../service/IdentityPermittableGroupService.java   | 25 +++++++++++--------
 .../service/rest/ApplicationRestController.java    | 25 +++++++++++--------
 .../rhythm/service/rest/BeatRestController.java    | 25 +++++++++++--------
 .../service/rest/ClockOffsetRestController.java    | 25 +++++++++++--------
 .../service/rest/InitializeRestController.java     | 25 +++++++++++--------
 service/src/main/resources/application.yml         | 25 +++++++++++--------
 service/src/main/resources/bootstrap.yml           | 25 +++++++++++--------
 .../db/migrations/mariadb/V1__initial_setup.sql    | 26 ++++++++++---------
 .../migrations/mariadb/V2__tenant_clock_offset.sql | 25 +++++++++++--------
 service/src/main/resources/logback.xml             | 29 ++++++++++++----------
 .../service/internal/service/DrummerTest.java      | 25 +++++++++++--------
 shared.gradle                                      |  3 ---
 .../mifos/rhythm/spi/v1/PermittableGroupIds.java   | 25 +++++++++++--------
 .../mifos/rhythm/spi/v1/client/BeatListener.java   | 25 +++++++++++--------
 .../io/mifos/rhythm/spi/v1/domain/BeatPublish.java | 25 +++++++++++--------
 .../rhythm/spi/v1/events/BeatPublishEvent.java     | 25 +++++++++++--------
 .../mifos/rhythm/spi/v1/events/EventConstants.java | 25 +++++++++++--------
 .../rhythm/spi/v1/domain/BeatPublishTest.java      | 25 +++++++++++--------
 61 files changed, 821 insertions(+), 646 deletions(-)
 create mode 100644 NOTICE.txt

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.

Reply via email to