Skip to content

Tags: JuanDGiraldoM/scaffold-clean-architecture

Tags

v1.6.7.RELEASE

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ignore hprof files (bancolombia#83)

* Update .gitignore

* Update .gitignore.mustache

* Update README.md

* Update gradle.properties

* Update Constants.java

v1.6.6.RELEASE

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/validate structure (bancolombia#75)

Refactor validate structure task

v1.6.5.RELEASE

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
print help on error task usage (bancolombia#76)

* print help on error task usage

* add unit test

* retrigger checks

v1.6.4.RELEASE

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/reactive mongodb (bancolombia#74)

* create mongodb reactive driven adapter automatically for reactive projects

* create mongodb reactive driven adapter automatically for reactive projects

v1.6.3.RELEASE

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update reactive commons version (bancolombia#71)

v1.6.2.RELEASE

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Task that allows delete existing subproject (bancolombia#68)

* implements bancolombia#63 Delete existent entry point or driven adapter

* update version

v1.6.1.RELEASE

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Decouple secrets manager library usage (bancolombia#66)

* start refactor using templates

* dirs creation using json template

* generate model using templates

* remove redundant dirs from json array

* refactor default task name

* extract base task methods to module builder, build azure pipeline with templates

* update usecase generation with template

* update usecase generation with template

* generate rest entrypoints with template

* generate rest entrypoints with template

* generate adapters and entrypoints using templates

* append dependencies to subproject, update yaml properties

* add some unit tests

* add some unit tests

* update version and readme

* update gitignore

* add new projec dependencies automatically to build.gradle, update h2 setup for jpa, generate generic driven adapter and entry point

* release new version with mustache templates

* add some test

* fix source compatibility

* fix source compatibility

* move jpa commons directly in jpa driven adapter

* move mongo commons directly in mongodb driven adapter

* update functional test

* fix merge

* setup config model for mongodb

* add some unit test assertions

* allow secrets manager option creating a datasource driven adapter

* update readme task options

* create some unit test

* update version, fix some code smell

* remove unused autogenerated methods

* remove module depencency

v1.6.0.RELEASE

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/mustache (bancolombia#65)

* start refactor using templates

* dirs creation using json template

* generate model using templates

* remove redundant dirs from json array

* refactor default task name

* extract base task methods to module builder, build azure pipeline with templates

* update usecase generation with template

* update usecase generation with template

* generate rest entrypoints with template

* generate rest entrypoints with template

* generate adapters and entrypoints using templates

* append dependencies to subproject, update yaml properties

* add some unit tests

* add some unit tests

* update version and readme

* update gitignore

* add new projec dependencies automatically to build.gradle, update h2 setup for jpa, generate generic driven adapter and entry point

* release new version with mustache templates

* add some test

* fix source compatibility

* fix source compatibility

v1.5.5.RELEASE

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change of cobertura plugin for jacoco plugin (bancolombia#59)

-  Replace cobertura with jacoco

- Update pipeline with jacocoMergedReport gradle task

- Update plugin version

- Fix report destination

v1.5.4.RELEASE

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update build.gradle (bancolombia#52)