4sh / datamaintain

One tool to maintain all your database schemas!
Apache License 2.0
25 stars 6 forks source link

:recycle: Extract report domain to module #193

Closed Lysoun closed 2 years ago

Lysoun commented 2 years ago

Extract the following classes into a new module, domain-report:

I wanted Report to be in a domain module, to be able to import it in a new module that will enable Datamaintain to send information to the monitoring server. The only thing that changed a little bit is that I moved the build functions out of ExecutedScript to put them as extension functions in Executor, because it seemed to me that it was not useful in the domain object.

github-actions[bot] commented 2 years ago

Unit Test Results

  58 files  ±0    58 suites  ±0   7m 15s :stopwatch: + 1m 47s 210 tests ±0  210 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0  331 runs  ±0  331 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit 452bc568. ± Comparison against base commit 212fb180.