Lars Helge Øverland
Lars Helge Øverland
#### Problem description This issue is about the OData API and the submissions data document and the way it renders polygon data e.g. for the geoshape widget. It applies to...
This PR is about aggregate data exchange and is a backport from master/2.39. For the source analytics request and the target data value import request, for ID schemes, the system...
Main feature branch for Doris as dedicated analytics database work.
This is a fix of https://github.com/dhis2/dhis2-core/pull/16483 recommended by @larshelge . Instead of setting the storedBy fields to "" (blank) set them explicitly to null. Also leave out the created and...
I am running Superset 3.0.0 with Docker Compose. Trying to access the following API endpoint: ``` /api/me/roles ``` I have created an access token from `/api/v1/security/login` for a user with...
Applied patch for Doris as dedicated analytics database work in branch `DHIS2-16705-analytics-db-main` against this 2.41-based branch. Steps to create and apply patch against `2.41` branch. ```sh git checkout 2.41 git...
This PR adds a object `EmbeddedDashboard` properties to the `Dashboard` entity meant to represent an embedded dashboard. * `provider` refers to the provider of embedded dashboards, and can be extended...
- [x] Tick to sign-off your agreement to the [Developer Certificate of Origin (DCO) 1.1](https://developercertificate.org) ## Description This PRs adds unit tests for date format and parsing. Wrote a few...