Paweł Pinker

OLMIS-6679: Refactored the code and added tests.

So, in general, will openlmisDate filter be of any use now and in the future?

So, in general, will openlmisDate filter be of any use now and in the future?

In StockCardRangeSummaryParamsTest.java class there are separate tests to verify if null is assigned to startDate / endDate if they're absent from parameters. Additionally I added unit tests to che...

In StockCardRangeSummaryParamsTest.java class there are separate tests to verify if null is assigned to startDate / endDate if they're absent from parameters. Additionally I added unit tests to check if a proper exception is thrown if startDate / endDate is empty.

The method is tested in StockCardSummariesServiceTest (lines 351 and below, not usued anywhere else), analogical to similar findByStockCardIdAndOccurredDateBetween. Also sonar marks this as code co...

The method is tested in StockCardSummariesServiceTest (lines 351 and below, not usued anywhere else), analogical to similar findByStockCardIdAndOccurredDateBetween. Also sonar marks this as code covered by tests. Could you give me a hint if there is more that could / should be done here?

OLMIS-6679: Added unit tests for StockCardRangeSummaryParams.

OLMIS-6729, OLMIS-6716: Updated changelog.

To follow the documentation, which says "The date to start including stock data for the summaries. If not provided summaries will be retrieved starting with the earliest". https://uat.openlmis.org/...

To follow the documentation, which says "The date to start including stock data for the summaries. If not provided summaries will be retrieved starting with the earliest". https://uat.openlmis.org/stockmanagement/docs/

OLMIS-6729: Changed Spring Boot version and configuration to verify date and Superset issues.

OLMIS-6729: Changed redirect_url configuration.

OLMIS-6679: Added a new method to fix Internal Server Errors.
OLMIS-6679: Added a new method to fix Internal Server Errors.
OLMIS-6679: Added a new method to fix Internal Server Errors.

OLMIS-6716: Adding additional configuration as an attempt to solve Superset login issues

OLMIS-6716: Checking if restoring previous Spring Boot version will fix Superset login issues.

OLMIS-6006: Increased memory allocation pool for reference data to check if it helps with Bad Gateways / Invalid Tokens.

OLMIS-6006: Increased memory allocation pool for reference data to check if it helps with Bad Gateways / Invalid Tokens.

OLMIS-6006: Increased memory allocation pool for reference data to check if it helps with Bad Gateways / Invalid Tokens.

OLMIS-6006: changed memory flags for requisition and reference data

OLMIS-6006: changed memory flags for requisition and reference data

OLMIS-6006: changed memory flags for requisition and reference data

OLMIS-6696: Added caching a promise when calling for permission strings.
OLMIS-6696: Added caching a promise when calling for permission strings.
OLMIS-6696: Set dataPromise as null after clearing cached permissions and moved return statement.

OLMIS-6006: Set -Xms values to see if it helps with memory allocation problems.

OLMIS-6006: Set -Xms values to see if it helps with memory allocation problems.

OLMIS-6006: Set -Xms values to see if it helps with memory allocation problems.