-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to 5.1.10-RC1 #7
base: dev-environment
Are you sure you want to change the base?
Commits on Dec 18, 2023
-
CQI-14: Disable demo data loading for integration tests (#40)
* CQI-14: Disable demo data loading for integration tests Demo data was previously being loaded before the tests were run, so they were affected by records fetched from a csv. * CQI-14: Added Transactional to test method * CQI-14: Removed unnecessary demoDataTest * CQI-14: Replaced Sonarqube with Sonarcloud analysis * CQI-14: Enabled xml version of JacoccoTestReport
Configuration menu - View commit details
-
Copy full SHA for c2b1160 - Browse repository at this point
Copy the full SHA c2b1160View commit details
Commits on Apr 8, 2024
-
OLMIS-7910/Fix - Wrong SOH on first receive (#42)
* Fix - Wrong SOH on first receive * Updated License Headers * Fix - Wrong SOH on first receive
Configuration menu - View commit details
-
Copy full SHA for 48bc090 - Browse repository at this point
Copy the full SHA 48bc090View commit details
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9210c3a - Browse repository at this point
Copy the full SHA 9210c3aView commit details
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0617ef1 - Browse repository at this point
Copy the full SHA 0617ef1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1751c67 - Browse repository at this point
Copy the full SHA 1751c67View commit details -
Configuration menu - View commit details
-
Copy full SHA for a040993 - Browse repository at this point
Copy the full SHA a040993View commit details
Commits on May 7, 2024
-
SELV3-718: Added geographicZone filter for valid sources/destinations (…
…#44) * SELV3-718: Added geographicZone filter for valid sources/destinations * SELV3-718: Updated javadocs, added test * SELV3-718: Added tests
Configuration menu - View commit details
-
Copy full SHA for 7ad6f08 - Browse repository at this point
Copy the full SHA 7ad6f08View commit details
Commits on May 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5556e29 - Browse repository at this point
Copy the full SHA 5556e29View commit details
Commits on Jul 8, 2024
-
OIS-14: Added configuration for Transifex CLI usage (#62)
Changed --resource value Updated the version of docker-dev used to v9
Configuration menu - View commit details
-
Copy full SHA for f00e4aa - Browse repository at this point
Copy the full SHA f00e4aaView commit details
Commits on Jul 9, 2024
-
OLMIS-7952: Copied and adjusted solutions for 2nd approval for requis…
…ition to make application logging performance better, commits: 6da4960 and 87e17c9. (#63) * OLMIS-7952: Copied and adjusted solutions for 2nd approval for requisition to make application logging performance better, commits: 6da4960 and 87e17c9. * OLMIS-7952: Removed TODO. * OLMIS-7952: Style corrections. * OLMIS-7952: Added integration testing when building. * OLMIS-7952: Fixed indentations. * OLMIS-7952: Added test coverage and corrected method description. * OLMIS-7952: Added another test coverage. * OLMIS-7952: Added another test coverage. --------- Co-authored-by: pwargulak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37f3d27 - Browse repository at this point
Copy the full SHA 37f3d27View commit details
Commits on Jul 10, 2024
-
OLMIS-7953 Copied solution with multiple program ids to make applicat…
…ion logging performance better. (#61) * Cherry-pick (modified) from OAM-218 solution, commit 8b82790. OAM-218: Updated programId param to repeatable (#60) * OAM-218: WIP * OAM-218: Updated programId param to repeatable * OAM-218: Removed unused import, provided constants * OAM-218: Removed unnecessary stubbings * OAM-218: Added extra tests * OAM-218: Provided changes after review * OAM-218: Removed 'Ignore' annotation * OAM-218: Added extra condition to test * OAM-218: Fixed params/method names * OAM-218: Added tests for coverage. --------- Co-authored-by: Piotr Wargulak <[email protected]> Co-authored-by: tsznaj <[email protected]> # Conflicts: # src/integration-test/java/org/openlmis/stockmanagement/web/ValidSourceDestinationControllerIntegrationTest.java # src/main/java/org/openlmis/stockmanagement/repository/SourceDestinationAssignmentRepository.java # src/main/java/org/openlmis/stockmanagement/service/SourceDestinationBaseService.java # src/main/java/org/openlmis/stockmanagement/service/StockCardSummariesService.java # src/main/java/org/openlmis/stockmanagement/service/ValidDestinationService.java # src/main/java/org/openlmis/stockmanagement/service/ValidSourceService.java # src/main/java/org/openlmis/stockmanagement/validators/SourceDestinationGeoLevelAffinityValidator.java # src/main/java/org/openlmis/stockmanagement/web/ValidSourceDestinationController.java # src/test/java/org/openlmis/stockmanagement/service/SourceDestinationBaseServiceTest.java # src/test/java/org/openlmis/stockmanagement/validators/SourceDestinationGeoLevelAffinityValidatorTest.java * OLMIS-7953: coverage test * OLMIS-7953: moved to impl subdirectories * OLMIS-7953: little changes to omit unnecessary coverage tests * OLMIS-7953: added coverage test --------- Co-authored-by: Szymon Radziszewski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a54531b - Browse repository at this point
Copy the full SHA a54531bView commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a51ccda - Browse repository at this point
Copy the full SHA a51ccdaView commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b03bc0b - Browse repository at this point
Copy the full SHA b03bc0bView commit details
Commits on Oct 9, 2024
-
OLMIS-8020: Fix initiating requisitions with stocks on hand populated…
… from stock cards (#69) * OAM-269: Added permission check skipping for client application cases (#65) * OAM-269: Added permission check skipping for client application cases * OAM-269: Added test for client application case * OAM-269: Added authentication type check before another checkFacilityAndHomeFacilityLinkage * OAM-260: Added more tests * OAM-260: Include integration tests in jacoco coverage report --------- Co-authored-by: Piotr Wargulak <[email protected]> * OLMIS-8020: Fix errors after cherry-pick from OAM-269 --------- Co-authored-by: Szymon Radziszewski <[email protected]> Co-authored-by: Piotr Wargulak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4710de - Browse repository at this point
Copy the full SHA a4710deView commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a9eb5a9 - Browse repository at this point
Copy the full SHA a9eb5a9View commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef11af3 - Browse repository at this point
Copy the full SHA ef11af3View commit details