You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(x2a): K8s jobs real implementation - framework + init (#2273)
* First draft: Real Job creation
* job template is able to git pull
* Working full init job including git
* After rebase
* init phase coomplete, skeleton for other phases
* With fixes tests, yarn full
* app-config reset
* rbac
* reverting aap and rbac to main
* fix: correct Artifact[] type after rebase conflict resolution
Changed Map<string, string[]> to Map<string, Artifact[]> in
listJobsForProject and listJobsForModule methods. Updated artifact
queries to select all fields and use mapRowToArtifact for proper
type mapping.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* code dulication
* prettier
* after review
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments