Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
dc19918
fix: k8s resource list error state when filters are applied
Elessar1802 Jul 14, 2025
eb3f99d
Merge branch 'develop' of github.com:devtron-labs/dashboard into fix/…
Elessar1802 Jul 15, 2025
aa1b0f9
Merge branch 'develop' of github.com:devtron-labs/dashboard into fix/…
Elessar1802 Jul 15, 2025
5809217
fix: bulk edit UX issues
Elessar1802 Jul 15, 2025
5d8bc3a
feat: integrate bulk edit config api
Elessar1802 Jul 16, 2025
568fef9
feat: integrate bulk edit dryrun & post apis
Elessar1802 Jul 17, 2025
6b31700
feat: show envName in output
Elessar1802 Jul 17, 2025
6f45489
fix: conditional show environment id
Elessar1802 Jul 18, 2025
864bef7
fix: handle output panel drag
Elessar1802 Jul 18, 2025
ad9ffd8
fix(uat): changes
Elessar1802 Jul 21, 2025
0b6e3a3
fix: move fe-lib logic to fe-lib
Elessar1802 Jul 22, 2025
10555b5
Merge branch 'develop' of github.com:devtron-labs/dashboard into fix/…
Elessar1802 Jul 22, 2025
46fc4f9
chore: update common-lib version
Elessar1802 Jul 22, 2025
63b1144
refactor(types): bulk edit
Elessar1802 Jul 22, 2025
900b83d
fix: wrap with value check on display items
Elessar1802 Jul 23, 2025
260c55b
fix: review comment
Elessar1802 Jul 24, 2025
8540156
fix: add btn loading state during api call
Elessar1802 Jul 29, 2025
d9a5716
Merge branch 'develop' of github.com:devtron-labs/dashboard into fix/…
Elessar1802 Jul 30, 2025
159411f
chore(text): rename run to execute in bulk edit
Elessar1802 Jul 30, 2025
8ca8a86
fix: sonarqube issues
Elessar1802 Jul 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ src/components/app/list/appList.modal.ts
src/components/app/list/emptyView/Empty.tsx
src/components/app/list/expandedRow/ExpandedRow.tsx
src/components/app/service.ts
src/components/bulkEdits/BulkEdits.tsx
src/components/bulkEdits/bulkedit.utils.tsx
src/components/cdPipeline/BuildCD.tsx
src/components/cdPipeline/CDPipeline.tsx
Expand Down
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": "1.18.1-pre-3",
"@devtron-labs/devtron-fe-common-lib": "1.18.1-pre-4",
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
"@rjsf/core": "^5.13.3",
"@rjsf/utils": "^5.13.3",
Expand Down
Loading