openlmis-requisition

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge pull request #74 from OpenLMIS/OLMIS-7723

OLMIS-7723: Update User Roles Service after Sonar analysis

OLMIS-7723: Update User Roles Service after Sonar analysis

Disable contract tests (#73)

this is temporary solution, currently contract tests does not work for

couple months

Disable contract tests

this is temporary solution, currently contract tests does not work for

couple months

Merge pull request #67 from OpenLMIS/OLMIS-7723

OLMIS-7723 Fix 'Approve buttons not visible when approving requisition'

OLMIS-7723: Changed List with one element into singletonList

Merge branch 'OLMIS-7723' of github.com:OpenLMIS/openlmis-requisition into OLMIS-7723

Merge branch 'master' of github.com:OpenLMIS/openlmis-requisition into OLMIS-7723

gradle

Gradle check and pmd plugins before tests (#72)

Update package-lock.json

Added package-lock.json

Added package-lock.json

Delete package-lock.json

Update build.sh

OLMIS-7723 Fix 'Approve buttons not visible when approving requisition'

Gradle check and pmd plugins before tests

Bump async from 2.0.1 to 2.6.4

Bumps [async](https://github.com/caolan/async) from 2.0.1 to 2.6.4.

- [Release notes](https://github.com/caolan/async/releases)

- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)

- [Commits](https://github.com/caolan/async/compare/v2.0.1...v2.6.4)

---

updated-dependencies:

- dependency-name: async

dependency-type: indirect

...

Signed-off-by: dependabot[bot] <support@github.com>

Bump set-value and union-value

Bumps [set-value](https://github.com/jonschlinkert/set-value) and [union-value](https://github.com/jonschlinkert/union-value). These dependencies needed to be updated together.

Updates `set-value` from 2.0.0 to 2.0.1

- [Release notes](https://github.com/jonschlinkert/set-value/releases)

- [Commits](https://github.com/jonschlinkert/set-value/compare/2.0.0...2.0.1)

Updates `union-value` from 1.0.0 to 1.0.1

- [Release notes](https://github.com/jonschlinkert/union-value/releases)

- [Commits](https://github.com/jonschlinkert/union-value/compare/1.0.0...1.0.1)

---

updated-dependencies:

- dependency-name: set-value

dependency-type: indirect

- dependency-name: union-value

dependency-type: indirect

...

Signed-off-by: dependabot[bot] <support@github.com>

Bump minimist from 1.2.0 to 1.2.8

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.0 to 1.2.8.

- [Release notes](https://github.com/minimistjs/minimist/releases)

- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)

- [Commits](https://github.com/minimistjs/minimist/compare/v1.2.0...v1.2.8)

---

updated-dependencies:

- dependency-name: minimist

dependency-type: indirect

...

Signed-off-by: dependabot[bot] <support@github.com>

Fixed gradle build (#68)

Fixed gradle build

OLMIS-7223: Added fix to approve bug with not passing tests

Bumped up version to 8.3.6-SNAPSHOT

Revert "Bumped up version to 8.3.6-SNAPSHOT"

This reverts commit 5a34675fa43f2a7bca930889975a9c86fae90a67.

Bumped up version to 8.3.6-SNAPSHOT

Release requisition 8.3.5

release stockmanagement 8.3.5-RC1

OLMIS-7625: Changed skipping past requisitions to deleting (#66)

* OLMIS-7625: Added optional query param for GET /api/requisitions/periodsForInitiate endpoint

* OLMIS-7625: Removed redundant empty lines

* OLMIS-7625: Simplified program start date checking

* OLMIS-7625: Refactored search and initiation requisition functions

Added function for skipping initiated or submitted requisitions with start date before supported program start date

* OLMIS-7625: Removed unused import

* OLMIS-7625: Refactored requisition delete function

Added case handling with requisition supported program start date set

* OLMIS-7625: Changed skipping past requisitions to deleting

OLMIS-7625: Resolved conflicts