teleivo
teleivo
Removed unused code. DB is always emptied so no need to expose `emptyDatabaseAfterTest`. Setting it to `false` could also affect test isolation which is causing us pain already.
DataValueSetServiceTest changes the BatchHandlerFactory to use a mock without cleaning it up afterwards. This meant that if DataValueSetServiceIntegrationTest ran after it no datavalues were committed to the DB. Locally, DataValueSetServiceIntegrationTest...
as this is done by `@Transactional` Needs - [ ] https://github.com/dhis2/dhis2-core/pull/11509 - [ ] https://github.com/dhis2/dhis2-core/pull/11510
We have several base classes used in integration tests * TransactionalIntegrationTest (transactional) * SingleSetupIntegrationTestBase (transactional) * IntegrationTestBase (non-transactional) * BaseSpringTest Use JUnit 5 extensions so we can easily reuse them...
## TL;DR * build Docker image using [Jib](https://github.com/GoogleContainerTools/jib) specifically its [Maven plugin](https://github.com/GoogleContainerTools/jib/tree/master/jib-maven-plugin#jib---containerize-your-maven-project) * run e2e tests using the Jib image what we gain * no bespoke build code needed to...
## To Test * Run `docker compose up`. This should pull the necessary images, demo DB and start DHIS2 * `docker inspect teleivo/dhis2:master -f "{{ .Architecture }}"` should show arm64...
This allows devs to access FieldPath in their controllers. Enables for example only fetching things from the DB which will also be returned in the JSON after field filtering has...
Hi! First, thank you for parca 😄 I am trying to add [labels to my CPU profiles](https://github.com/DataDog/go-profiler-notes/blob/main/guide/README.md#cpu-profiler-labels) so I can filter profiles in parca. `parca, version 0.15.0 (commit: 287d49e66fbf1a362d45d7233162cea6f55dbdc2)` I...