-
Notifications
You must be signed in to change notification settings - Fork 614
UN-3154 [FEAT] Card based layout to list Pipelines and API Deployments #1769
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
chandrasekharan-zipstack
wants to merge
29
commits into
main
Choose a base branch
from
UN-3154-card-grid-view-pipelines-deployments
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
6113289
UN-3154 [FEAT] Add execution status tracking and list enhancements
chandrasekharan-zipstack ec69cc3
UN-3154 [FEAT] Add reusable CardGridView component
chandrasekharan-zipstack f938be5
UN-3154 [FEAT] Refactor API Deployments to use CardGridView
chandrasekharan-zipstack 558dbb8
UN-3154 [FEAT] Refactor Pipelines to use CardGridView
chandrasekharan-zipstack ab0190c
UN-3154 [FEAT] Improve navigation with scroll restoration
chandrasekharan-zipstack 4fddcda
UN-3154 [FIX] Address CodeRabbit review comments
chandrasekharan-zipstack 6e8bf78
UN-3154 [FIX] Address SonarQube issues and reduce code duplication
chandrasekharan-zipstack 3d7fdf2
UN-3154 [FIX] Address SonarCloud ReDoS security hotspot
chandrasekharan-zipstack 49c57ad
UN-3154 [FIX] Fix function argument mismatch in clearFileMarkers
chandrasekharan-zipstack d900a59
UN-3154 [FIX] Fix SonarQube issues and improve code quality
chandrasekharan-zipstack cfeb9a7
UN-3154 [FIX] Address SonarCloud code quality issues
chandrasekharan-zipstack 7a5af7b
UN-3154 [FIX] Revert status pill colors and fix pipeline sorting
chandrasekharan-zipstack bb84c35
UN-3154 [FIX] Restore full list context on back navigation from logs
chandrasekharan-zipstack 9ed7131
Merge branch 'main' into UN-3154-card-grid-view-pipelines-deployments
chandrasekharan-zipstack be99548
UN-3154 [FIX] Replace native elements with AntD components per PR review
chandrasekharan-zipstack 91889df
UN-3154 [FIX] Address CodeRabbit PR review comments from #1769
chandrasekharan-zipstack 1fad5f1
UN-3154 [FIX] ESLint eqeqeq error and add loading state to logs modal
chandrasekharan-zipstack 09dadce
UN-3154 [FIX] Resolve card grid rendering issues and UI glitches
chandrasekharan-zipstack eb345a7
UN-3154 [FIX] Remove ineffective CSS hover overrides for action icons
chandrasekharan-zipstack 0323fb6
UN-3154 [FIX] Backend sorting and share modal improvements
chandrasekharan-zipstack 7934ba9
UN-3154 [REFACTOR] Extract shared hooks to reduce duplication in Pipe…
chandrasekharan-zipstack cb0f9bb
MISC [FIX] Suppress eslint import/no-unresolved for Webpack url import
chandrasekharan-zipstack 921a1be
Merge branch 'main' into UN-3154-card-grid-view-pipelines-deployments
chandrasekharan-zipstack 84632c2
Merge remote-tracking branch 'origin/main' into UN-3154-card-grid-vie…
chandrasekharan-zipstack 786efce
UN-3154 [FIX] Replace native elements with AntD components per PR review
chandrasekharan-zipstack 60f2e38
[FIX] Make Vite optional plugin emit throw instead of empty export
chandrasekharan-zipstack f4c479f
[MISC] Fix biome v2 lint and format issues in card grid view files
chandrasekharan-zipstack ed07793
UN-3154 [REFACTOR] Replace divs/spans with AntD components, remove du…
chandrasekharan-zipstack e5ed2dd
UN-3154 [FIX] Fix tooltip icon colors, move lazy imports to top-level
chandrasekharan-zipstack File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit:
If you are only returning the queryset, adjust the api header response accordingly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't get this, do you mind clarifying more?