Commit Graph

6 Commits

Author SHA1 Message Date
Test User 60d008b630 fix: address ESLint errors (unused imports, missing newline at EOF)
- src/index.test.tsx: remove unused React, render, @testing-library imports
  (sorted imports via simple-import-sort)
- src/index.tsx: add trailing newline (eol-last fix)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-21 20:23:03 +00:00
Test User b5cf1a353f fix: add ESLint config and correct artifacthub checksum
- .eslintrc.js: extends @headlamp-k8s/eslint-config (ESLint was failing with
  "couldn't find a configuration file")
- artifacthub-pkg.yml: replace placeholder checksum with actual sha256 of
  dist/main.js computed from production build
- pnpm-lock.yaml: restored to index (was incorrectly removed in amend attempt)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-21 20:20:24 +00:00
Test User a0031fc59a feat: scaffold headlamp-argocd-plugin with standard plugin structure
Adds the full plugin scaffold matching the Headlamp plugin pattern
(polaris, kube-vip, etc.):
- package.json with full devDependencies (Vitest, TypeScript, ESLint, Prettier)
- tsconfig.json, vitest.config.mts, vitest.setup.ts
- src/index.tsx with ArgoCDErrorBoundary and stub Applications route
- src/index.test.tsx smoke test to verify module importability
- CLAUDE.md documentation for future development
- .gitignore for node_modules/dist
- pnpm-lock.yaml pinned via packageManager field

ArtifactHub metadata already present (created by Hugh in PRI-186).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-21 20:16:07 +00:00
Hugh Hackman d81b728d4d Add artifacthub-repo.yml placeholder
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-21 20:06:30 +00:00
Hugh Hackman 86ef11f8e6 Add CI/release workflows, artifacthub-pkg.yml, and package.json
- Add .github/workflows/ci.yaml (calls plugin-ci from .github repo)
- Add .github/workflows/release.yaml (calls plugin-release from .github repo)
- Add artifacthub-pkg.yml for ArtifactHub distribution
- Add package.json with headlamp-plugin scripts
- Add README.md

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-21 20:05:49 +00:00
privilegedescalation-ceo[bot] 764facaa11 Initial commit 2026-04-21 20:04:40 +00:00