Skip to content
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

feat: integrate configure patch modal and edit patch button #2418

Open
wants to merge 24 commits into
base: develop
Choose a base branch
from

Conversation

arunjaindev
Copy link
Contributor

@arunjaindev arunjaindev commented Jan 29, 2025

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes https://github.com/devtron-labs/sprint-tasks/issues/1548

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • The title of the PR states what changed and the related issues number (used for the release note).
  • Does this PR require documentation updates?
  • I've updated documentation as required by this PR.
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

@arunjaindev arunjaindev changed the base branch from feat/revamp-deployment-charts to develop February 3, 2025 10:17
@github-actions github-actions bot added the PR:Issue-verification-failed PR:Issue-verification-failed label Feb 3, 2025
@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
<path fill="#3B444C" d="m2.77 20.317-.003.75h.002v-.75Zm-.77-.77h-.75v.003l.75-.002Zm20 .03h.75H22ZM2.833 3.65v.75-.75Zm5.488 0v.75-.75Zm.59.244-.53.53.53-.53Zm2.559 3.62a.75.75 0 1 0 1.06-1.06l-1.06 1.06Zm.53 8.442a.75.75 0 0 0 0 1.5v-1.5Zm3.056 1.5h.75v-1.5h-.75v1.5ZM12 9.845a.75.75 0 1 0 0 1.5v-1.5Zm3.056 1.5h.75v-1.5h-.75v1.5Zm0 1.6h-.75v1.5h.75v-1.5Zm3.055 1.5a.75.75 0 0 0 0-1.5v1.5Zm-2.305-7.461v-.75h-1.5v.75h1.5Zm-1.5 13.333v.75h1.5v-.75h-1.5Zm6.953-.75H2.77v1.5h18.49v-1.5Zm-18.488 0a.022.022 0 0 1-.015-.006l-1.06 1.06c.284.285.67.445 1.071.446l.004-1.5Zm-.015-.006a.022.022 0 0 1-.006-.015l-1.5.004c.001.402.161.787.446 1.071l1.06-1.06Zm-.006-.013V6.984h-1.5v12.564h1.5ZM2 7.734h19.167v-1.5H2v1.5Zm19.167 0c.022 0 .043.008.059.024l1.06-1.06a1.584 1.584 0 0 0-1.12-.464v1.5Zm.059.024a.083.083 0 0 1 .024.06h1.5c0-.42-.167-.824-.464-1.12l-1.06 1.06Zm.024.06v11.758h1.5V7.817h-1.5Zm0 11.758a.01.01 0 0 1 .003-.006l1.06 1.06c.28-.28.437-.658.437-1.054h-1.5Zm.003-.006a.009.009 0 0 1 .006-.003v1.5a1.49 1.49 0 0 0 1.054-.437l-1.06-1.06ZM2.75 6.984v-2.5h-1.5v2.5h1.5Zm0-2.5a.09.09 0 0 1 .024-.06l-1.06-1.06c-.297.297-.464.7-.464 1.12h1.5Zm.024-.06a.083.083 0 0 1 .06-.024V2.9c-.42 0-.823.167-1.12.464l1.06 1.06Zm.06-.024H8.32V2.9H2.833v1.5Zm5.487 0c.011 0 .022.003.032.007l.574-1.386a1.583 1.583 0 0 0-.606-.12v1.5Zm.032.007c.01.004.02.01.027.018l1.061-1.06a1.583 1.583 0 0 0-.514-.344l-.574 1.386Zm.027.018 3.09 3.09 1.06-1.062-3.089-3.089-1.06 1.06ZM12 17.455h3.056v-1.5H12v1.5Zm0-6.11h3.056v-1.5H12v1.5Zm3.056 3.1h3.055v-1.5h-3.055v1.5Zm-.75-7.461v13.333h1.5V6.984h-1.5Z"/>
Copy link
Member

@AbhishekA1509 AbhishekA1509 Feb 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@uxarya-d Can we use a variant with stroke instead?

AbhishekA1509
AbhishekA1509 previously approved these changes Feb 5, 2025
@github-actions github-actions bot added PR:Ready-to-Review PR:Ready-to-Review and removed PR:Issue-verification-failed PR:Issue-verification-failed labels Feb 5, 2025

const handleTriggerSorting = (sortKey: DeploymentChartsListSortableKeys) => () => handleSorting(sortKey)

const sortChartList = (a: DeploymentChartType, b: DeploymentChartType) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should extract out this method

vivek-devtron
vivek-devtron previously approved these changes Feb 6, 2025
Copy link

sonarqubecloud bot commented Feb 6, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR:Ready-to-Review PR:Ready-to-Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants