FEOLMIS-3341 10
- Details
- Objectives
- General Comments 6
- Unresolved
- Resolved
- Number of files included: 64
-
dev-ui
0
-
Folder
tasks
0
- File yarn.js 0 Remove
- File CHANGELOG.md 0 Remove
- File Dockerfile 0 Remove
- File build.sh 0 Remove
- File npm-shrinkwrap.json 0 Remove
- File package-lock.json 0 Remove
- File package.json 0 Remove
- File sonar.sh 0 Remove
-
Folder
tasks
0
-
openlmis-auth-ui
0
- File .npmrc 0 Remove
- File CHANGELOG.md 2 Remove
- File npm-shrinkwrap.json 0 Remove
- File package.json 0 Remove
- File yarn.lock 0 Remove
-
openlmis-cce-ui
0
- File .npmrc 0 Remove
- File CHANGELOG.md 0 Remove
- File npm-shrinkwrap.json 0 Remove
- File package.json 0 Remove
- File yarn.lock 0 Remove
-
openlmis-fulfillment-ui
0
- File .npmrc 0 Remove
- File CHANGELOG.md 0 Remove
- File npm-shrinkwrap.json 0 Remove
- File package.json 0 Remove
- File yarn.lock 0 Remove
-
openlmis-reference-ui
0
- File .npmrc 0 Remove
- File npm-shrinkwrap.json 0 Remove
- File package.json 0 Remove
- File yarn.lock 0 Remove
-
openlmis-referencedata-ui
0
- File CHANGELOG.md 2 Remove
-
openlmis-report-ui
0
- File .npmrc 0 Remove
- File CHANGELOG.md 0 Remove
- File npm-shrinkwrap.json 0 Remove
- File package.json 0 Remove
- File yarn.lock 0 Remove
-
openlmis-requisition-ui
0
- File .npmrc 0 Remove
- File CHANGELOG.md 0 Remove
- File npm-shrinkwrap.json 0 Remove
- File package.json 0 Remove
- File yarn.lock 0 Remove
-
openlmis-stockmanagement-ui
0
- File .npmrc 0 Remove
- File CHANGELOG.md 0 Remove
- File npm-shrinkwrap.json 0 Remove
- File package.json 0 Remove
- File yarn.lock 0 Remove
-
openlmis-template-ui
0
-
Folder
src/openlmis-example
0
- File openlmis-example.module.js 0 Remove
- File openlmis-example.routes.js 0 Remove
- File openlmis-example.scss 0 Remove
- File openlmis-example.spec.js 0 Remove
- File .npmrc 0 Remove
- File Gruntfile.js 0 Remove
- File docker-compose.yml 0 Remove
- File npm-shrinkwrap.json 0 Remove
- File package-yarn.json 0 Remove
- File package.json 0 Remove
- File project.properties 0 Remove
- File version.properties 0 Remove
- File yarn.lock 0 Remove
-
Folder
src/openlmis-example
0
-
openlmis-ui-components
0
- File .npmrc 0 Remove
- File CHANGELOG.md 0 Remove
- File build.sh 0 Remove
- File npm-shrinkwrap.json 0 Remove
- File package.json 0 Remove
- File sonar.sh 0 Remove
- File yarn.lock 0 Remove
-
openlmis-ui-layout
0
- File CHANGELOG.md 0 Remove
-
Filter
- Only show me content:
- Unfiltered files: dynamically added content
- Filtered files: dynamically added content
- Clear filters
Details
Participant | Role | Time Spent | Comments | Latest Comment |
---|---|---|---|---|
Author | 30m | 5 | What really is important are the changes in the dev-ui re... | |
Reviewer - Complete | 7m | 1 | missing changelogs? | |
Reviewer - Complete | 7m | 3 | I don't think we need to specifically say we've increased... | |
Reviewer - Complete | 3m | 1 | These changes are virtually impossible to review in-depth. | |
Total | 48m | 10 |
-
Linked issues
Branches in review
Repository | Branch to review | Branched from |
---|
General Comments
Mateusz Kwiatkowski
Do we need any documentation? Something needs to be changed in release process?Do we need any documentation? Something needs to be changed in release process?
-
Mateusz Kwiatkowski
marked as
Resolved
01 Oct 18
Nikodem Graczewski
Not really, the release process stays the same. The only difference is that a...Not really, the release process stays the same. The only difference is that at some point we will have to update those dependencies so they don't go outdated.
Nikodem Graczewski
dev-ui version update has a separate review - FEOLMIS-3344.dev-ui version update has a separate review - FEOLMIS-3344.
Chongsun Ahn
These changes are virtually impossible to review in-depth.These changes are virtually impossible to review in-depth.
Nikodem Graczewski
What really is important are the changes in the dev-ui repository and package...What really is important are the changes in the dev-ui repository and package.json in the rest (which is repeated across all other modules), npm-shrinkwrap.json and yarn.lock files are generated. The change we're introducing here is locking dev-ui dependencies, which are no longer fetched to the node_modules in the root directory, but instead, are fetched into node_modules/dev-ui/node_modules. What we're doing is moving them to the node_modules directory so they are available to the module that is relying on dev-ui, lack of them there would break the build process because of missing dependencies. For yarn.lock we're basically copying the one generated in the .tmp directory, which is where we're firing yarn up during the build process. If you have any concern, please let me know.
missing changelogs?
Łukasz Lewczyński marked as Resolved 01 Oct 18