Commit 2cd3685
authored
Add Konflux plugin (#1826)
* feat(workspaces): add konflux workspace structure
* add workspace package.json
* add tsconfig.json
* add app-config.yaml template
* create plugins/ directory structure
* chore(konflux/app): add konflux config
- add konflux cluster configuration to app-config.yaml
- add example entities and org data
- add config.d.ts file with konflux configuration type definition
* feat(plugins/konflux-common): add shared types and utilities
- add common types (PipelineRun, Application, Component, Release)
- add configuration parsing utilities
- add pagination constants and utilities
- add entity processing utilities
- add subcomponent utilities
- add README
* feat(plugins/konflux-backend): add backend plugin for Konflux integration
- add KonfluxService for aggregating resources across clusters
- add ResourceFetcherService for Kubernetes API and Kubearchive integration
- add KubearchiveService for "archived resource fallback"
- add router with /entity/:entityRef/resource/:resource endpoint
- add configuration helpers and validation
- add error extraction and logging utilities
- support multiple auth methods (serviceAccount, impersonationHeaders)
- IMPORTANT: OIDC still not tested
- add README
* feat(plugins/konflux): add frontend plugin for Konflux resources
- add KonfluxPage component for Applications and Components resources
- add KonfluxCIPage component for Commits and PipelineRuns resources
- add KonfluxStatus component for status display
- add LatestReleases component
- add resource hooks (useApplications, useComponents, usePipelineruns, useReleases)
- add filtering and pagination utilities
- add table components with PatternFly styling
- add main README.md
* feat(konflux/packages): add app and backend packages for konflux workspace
- add app package with Backstage app setup
- add backend package with backend server configuration
- configure app routes and entity pages
- set up authentication providers
- add dependencies on konflux plugins
- integrate konflux plugin into Backstage app
* chore(CODEOWNERS): add owners for konflux workspace
Add owners to konflux workspace.
* fixup! feat(plugins/konflux): add frontend plugin for Konflux resources
* fixup! feat(plugins/konflux-common): add shared types and utilities
* fixup! feat(konflux/packages): add app and backend packages for konflux workspace
* fixup! feat(plugins/konflux): add frontend plugin for Konflux resources
* fixup! feat(plugins/konflux): add frontend plugin for Konflux resources
* fixup! feat(plugins/konflux-common): add shared types and utilities
* fixup! feat(plugins/konflux-backend): add backend plugin for Konflux integration
* fixup! feat(plugins/konflux): add frontend plugin for Konflux resources
* fixup! chore(konflux/app): add konflux config
* fixup! feat(plugins/konflux-backend): add backend plugin for Konflux integration
* fixup! feat(plugins/konflux): add frontend plugin for Konflux resources
* chore(konflux): fix dependencies dedupe issues
Fix dependencies dedupe issues.
* fixup! feat(workspaces): add konflux workspace structure
* fixup! chore(konflux/app): add konflux config
* fixup! feat(konflux/packages): add app and backend packages for konflux workspace
* fixup! chore(konflux): fix dependencies dedupe issues
* chore(konflux): add report.api.md files
Add report.api.md files to konflux plugins.
* fixup! chore(konflux): fix dependencies dedupe issues1 parent d441fef commit 2cd3685
250 files changed
Lines changed: 71234 additions & 0 deletions
File tree
- .github
- workspaces/konflux
- .changeset
- .yarn/releases
- examples
- packages
- app
- e2e-tests
- public
- src
- components
- Root
- catalog
- search
- backend
- src
- plugins
- konflux-backend
- src
- helpers
- __tests__
- services
- __tests__
- konflux-common
- src
- __tests__
- konflux
- dev
- src
- api
- components
- ExternalLink
- KonfluxCIPage
- __tests__
- KonfluxPage
- __tests__
- KonfluxStatusComponent
- __tests__
- components
- __tests__
- LatestReleasesComponent
- List
- ApplicationsList
- __tests__
- CommitsList
- __tests__
- ComponentsList
- __tests__
- LatestReleasesList
- __tests__
- PipelineRunsList
- __tests__
- RefreshButton
- ResourceListContent
- __tests__
- StatusIcon
- __tests__
- Table
- TableFilters
- __tests__
- __tests__
- Timestamp
- __tests__
- common
- __tests__
- hooks
- __tests__
- resources
- utils
- __tests__
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments