Skip to content

Commit

Permalink
Merge pull request #378 from KPMP/KPMP-4773_PrepForMiniRelease
Browse files Browse the repository at this point in the history
Kpmp 4773 prep for mini release
  • Loading branch information
zwright authored Oct 2, 2023
2 parents cf3ecee + 96a90e9 commit 8b500c0
Show file tree
Hide file tree
Showing 13 changed files with 6,806 additions and 11,175 deletions.
1 change: 1 addition & 0 deletions .eslintcache

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm ci
- run: npm install
- run: npm ci
- run: npm run build --if-present
- run: TZ=America/Detroit npm test
- run: TZ=America/Detroit npm test
17,323 changes: 6,791 additions & 10,532 deletions package-lock.json

Large diffs are not rendered by default.

Binary file added public/img/icon_imaging-derived.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 0 additions & 24 deletions src/actions/Release/releaseActions.js

This file was deleted.

1 change: 0 additions & 1 deletion src/actions/actionNames.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const actionNames = {
SET_PACKAGE_TYPE_ICONS: 'SET_PACKAGE_TYPE_ICONS',
SET_PACKAGE_TYPES: 'SET_PACKAGE_TYPES',
SET_PACKAGES: 'SET_PACKAGES',
SET_RELEASES: 'SET_RELEASES',
SET_STATE_DISPLAY_MAP: 'SET_STATE_DISPLAY_MAP',
SET_TIS_NAMES: 'SET_TIS_NAMES',
SET_USERS: 'SET_USERS',
Expand Down
1 change: 1 addition & 0 deletions src/common-values.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

182 changes: 0 additions & 182 deletions src/components/Packages/MetadataRenderer.test.js

This file was deleted.

6 changes: 6 additions & 0 deletions src/components/Packages/dataTypeIconHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ export const iconDataTypes = new Map(
iconImage: 'icon_biomarker_132x132.png'
}

],
["Imaging Derived",
{
iconDataType:"ImagingDerived",
iconImage: "icon_imaging-derived.png"
}
]
]
);
Expand Down
Loading

0 comments on commit 8b500c0

Please sign in to comment.