Skip to content

Commit

Permalink
Merge pull request #2098 from devtron-labs/fix/ci-artifacts-reports
Browse files Browse the repository at this point in the history
fix: ci artifacts reports
  • Loading branch information
vivek-devtron authored Oct 3, 2024
2 parents b84f500 + 6190664 commit 161cd88
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"homepage": "/dashboard",
"dependencies": {
"@devtron-labs/devtron-fe-common-lib": "0.3.20",
"@devtron-labs/devtron-fe-common-lib": "0.3.21",
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
"@rjsf/core": "^5.13.3",
"@rjsf/utils": "^5.13.3",
Expand Down
4 changes: 0 additions & 4 deletions src/components/app/details/cIDetails/CIDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,6 @@ const HistoryLogs = ({
blobStorageEnabled={triggerDetails.blobStorageEnabled}
downloadArtifactUrl={downloadArtifactUrl}
isArtifactUploaded={triggerDetails.isArtifactUploaded}
isJobView={isJobView}
isJobCI={isJobCI}
imageComment={triggerDetails.imageComment}
imageReleaseTags={triggerDetails.imageReleaseTags}
Expand All @@ -579,7 +578,6 @@ const HistoryLogs = ({
tagsEditable={tagsEditable}
appReleaseTagNames={appReleaseTags}
hideImageTaggingHardDelete={hideImageTaggingHardDelete}
type={HistoryComponentType.CI}
rootClassName="pb-0-imp"
renderCIListHeader={renderCIListHeader}
/>
Expand Down Expand Up @@ -620,7 +618,6 @@ const HistoryLogs = ({
blobStorageEnabled={triggerDetails.blobStorageEnabled}
downloadArtifactUrl={downloadArtifactUrl}
isArtifactUploaded={triggerDetails.isArtifactUploaded}
isJobView={isJobView}
isJobCI={isJobCI}
imageComment={triggerDetails.imageComment}
imageReleaseTags={triggerDetails.imageReleaseTags}
Expand All @@ -629,7 +626,6 @@ const HistoryLogs = ({
tagsEditable={tagsEditable}
appReleaseTagNames={appReleaseTags}
hideImageTaggingHardDelete={hideImageTaggingHardDelete}
type={HistoryComponentType.CI}
renderCIListHeader={renderCIListHeader}
/>
</div>
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1346,10 +1346,10 @@
dependencies:
"@jridgewell/trace-mapping" "0.3.9"

"@devtron-labs/[email protected].20":
version "0.3.20"
resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-0.3.20.tgz#46d57ab18cb62cae8b3065d4b7126734270b9249"
integrity sha512-jjE089rjRoOlvwbgAqJfp/5ZDtvwUrJ7vCmu4EJGrbvNFrAy56DGI9TylwQxWDaRUQOn+aOuSl//zN5rO+zJEA==
"@devtron-labs/[email protected].21":
version "0.3.21"
resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-0.3.21.tgz#f9468f5c62d3269be5060c11a2ebd87bd4b1d89a"
integrity sha512-Qr8DEUJIuqsGzW8vXWvlqcsaAM4XSQ1p3Q3nZOGK6/1N09jiPeqlclSrc42YBdr7xuXrmC6ClhwTd6fVh1nwFA==
dependencies:
"@types/react-dates" "^21.8.6"
ansi_up "^5.2.1"
Expand Down

0 comments on commit 161cd88

Please sign in to comment.