Skip to content

Sync with upstream openshift/console-plugin-template#109

Draft
anandkuma77 wants to merge 20 commits into
openshift:mainfrom
sarthakpurohit:sync-upstream-changes
Draft

Sync with upstream openshift/console-plugin-template#109
anandkuma77 wants to merge 20 commits into
openshift:mainfrom
sarthakpurohit:sync-upstream-changes

Conversation

@anandkuma77
Copy link
Copy Markdown

What

Merges the latest changes from the upstream openshift/console-plugin-template repository to incorporate critical updates, modernized tooling, and new features.

Why

Staying synchronized with upstream ensures we:

  • Receive bug fixes and security patches from the OpenShift team
  • aintain compatibility with latest OpenShift Console versions
  • Benefit from improved developer tooling and testing infrastructure
  • Follow current best practices for console plugin development
  • Avoid divergence that makes future syncs more difficult

Major Changes Included

Testing Infrastructure Overhaul

  • Cypress → Playwright migration for e2e tests
    • New playwright.config.ts and Playwright test files
    • Updated test commands: yarn test-e2e and yarn test-e2e-headless
  • Jest unit testing framework added
    • New jest.config.ts and test setup
    • Component test examples added
    • Run with yarn test

Build & Tooling Modernization

  • Yarn 4 upgrade (from Yarn 1.x)
    • New .yarnrc.yml configuration
    • Includes Yarn 4.14.1 release in .yarn/releases/
  • ESLint migration to flat config format
    • .eslintrc.yml → eslint.config.mjs
  • SWC configuration added (.swcrc) for faster builds
  • Updated webpack configuration

Anand Kumar and others added 20 commits March 4, 2026 11:38
Create src/components/crds/ modules (Certificate, Issuer, ExternalSecret,
SecretStore, PushSecret, SecretProviderClass, Events) that ResourceInspect.tsx
imports. Each module exports K8sGroupVersionKind models for use with
useK8sWatchResource.

Made-with: Cursor
…orting-files

Add generic prompt, supporting files and Updated dashbaord
Add Makefile for build, push, deploy workflow
Promt: strengthen operator onboarding with API verification and styling standards
complex relations and fixed namespace feature
…d guide

- Rename docs/ -> promts/ for prompt-related files
- Add "Adding an operator dashboard" section to README Option 1 with
  prompt template, usage tip, and table of existing operator examples

Made-with: Cursor
docs: move promts to promts/ and update README with operator dashboar…
…es-for-generated-dashboard

Promte: Update this promt to add testcases for the dashboard
Extends the base operator-onboarding workflow with custom design system
integration from Figma, Google Stitch, Tailwind, or other design sources.

The new prompt enables generation of operator dashboards that match custom
brand specifications while maintaining PatternFly compatibility and console
plugin constraints. Implements a three-phase workflow: design analysis,
dashboard implementation with custom styling, and comprehensive testing.

Key features:
- Design token extraction and mapping to PatternFly CSS variables
- Support for Figma code exports, design token JSON, Tailwind configs
- Custom color palettes, typography, and spacing systems
- Dark mode compatibility and accessibility compliance
- Complete design-to-code documentation

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
promt: add design-integrated operator onboarding prompt
@openshift-ci openshift-ci Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label May 15, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 15, 2026

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 15, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: anandkuma77
Once this PR has been reviewed and has the lgtm label, please assign logonoff for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants