apiVersion: jenkins.io/v1 kind: PipelineActivity metadata: annotations: lighthouse.jenkins-x.io/cloneURI: https://github.com/greencapitaltrade/fury.git lighthouse.jenkins-x.io/job: release pipeline.jenkins-x.io/traceID: 7745783d33bb4a1221ff8b4d43eafee7 creationTimestamp: "2026-06-12T20:42:24Z" generation: 7 labels: branch: main build: "98" context: release created-by-lighthouse: "true" event-GUID: 31b70dc0-669f-11f1-9ec5-383861e8687e lighthouse.jenkins-x.io/baseSHA: da4dce7c620f3a819899dc8cb81c9f379f819587 lighthouse.jenkins-x.io/branch: main lighthouse.jenkins-x.io/buildNum: "1781296943995" lighthouse.jenkins-x.io/context: release lighthouse.jenkins-x.io/id: encapitaltrade-fury-main-release-lv75n lighthouse.jenkins-x.io/job: release lighthouse.jenkins-x.io/lastCommitSHA: da4dce7c620f3a819899dc8cb81c9f379f819587 lighthouse.jenkins-x.io/refs.org: greencapitaltrade lighthouse.jenkins-x.io/refs.repo: fury lighthouse.jenkins-x.io/type: postsubmit owner: greencapitaltrade podName: encapitaltrade-fury-main-release-x9k8x-from-build-pack-pod provider: github repository: fury tekton.dev/pipeline: encapitaltrade-fury-main-release-x9k8x managedFields: - apiVersion: jenkins.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:labels: f:branch: {} f:context: {} f:owner: {} f:provider: {} f:repository: {} f:spec: f:lastCommitMessage: {} f:lastCommitSHA: {} f:releaseNotesURL: {} f:version: {} manager: jx-changelog-0.10.18 operation: Update time: "2026-06-12T20:43:36Z" - apiVersion: jenkins.io/v1 fieldsType: FieldsV1 fieldsV1: f:spec: f:completedTimestamp: {} f:status: {} manager: jx-promote-0.6.31 operation: Update time: "2026-06-12T20:44:12Z" - apiVersion: jenkins.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:lighthouse.jenkins-x.io/cloneURI: {} f:lighthouse.jenkins-x.io/job: {} f:pipeline.jenkins-x.io/traceID: {} f:labels: .: {} f:build: {} f:created-by-lighthouse: {} f:event-GUID: {} f:lighthouse.jenkins-x.io/baseSHA: {} f:lighthouse.jenkins-x.io/branch: {} f:lighthouse.jenkins-x.io/buildNum: {} f:lighthouse.jenkins-x.io/context: {} f:lighthouse.jenkins-x.io/id: {} f:lighthouse.jenkins-x.io/job: {} f:lighthouse.jenkins-x.io/lastCommitSHA: {} f:lighthouse.jenkins-x.io/refs.org: {} f:lighthouse.jenkins-x.io/refs.repo: {} f:lighthouse.jenkins-x.io/type: {} f:podName: {} f:tekton.dev/pipeline: {} f:spec: .: {} f:baseSHA: {} f:batchPipelineActivity: {} f:build: {} f:buildLogsUrl: {} f:context: {} f:gitBranch: {} f:gitOwner: {} f:gitRepository: {} f:gitUrl: {} f:message: {} f:pipeline: {} f:startedTimestamp: {} f:steps: {} manager: jx-build-controller operation: Update time: "2026-06-12T20:44:21Z" name: greencapitaltrade-fury-main-98 namespace: jx resourceVersion: "99364946" uid: 4efbb67d-d5a5-4b87-a14b-84af6fc7ce6d spec: baseSHA: da4dce7c620f3a819899dc8cb81c9f379f819587 batchPipelineActivity: {} build: "98" buildLogsUrl: s3://logs-gct-prod-20260425045301534100000007/jenkins-x/logs/greencapitaltrade/fury/main/98.log completedTimestamp: "2026-06-12T20:43:57Z" context: release gitBranch: main gitOwner: greencapitaltrade gitRepository: fury gitUrl: https://github.com/greencapitaltrade/fury.git lastCommitMessage: | feat(graphql): add applicationCreate mutation LSPs integrating over the Fury GraphQL gateway had no way to start a loan application: every document* KYC mutation assumes an application already exists (current_application looks it up by user_id), but the only create path was Destiny REST POST /v1/applications, which isn't exposed to partners over GraphQL. Add a thin proxy mutation mirroring the document* resolver pattern: applicationCreate(product_id: Int!): Application It runs only the current_user middleware (not current_application — there is no application to look up yet) and proxies to Destiny POST /v1/applications, forwarding x-gct-org-id and x-gct-user-id as headers and product_id in the body. Destiny's router.post('/') already reads all three, so no downstream change is needed. Completes the LSP "Destiny-as-a-service" flow: partnerVerifiedUser → loanProducts → applicationCreate → documentPanCreate/… Co-Authored-By: Claude Opus 4.8 lastCommitSHA: d04e071b165088d4404fea6a1b978336ebe272ea message: 'Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0' pipeline: greencapitaltrade/fury/main releaseNotesURL: https://github.com/greencapitaltrade/fury/releases/tag/v2.30.1 startedTimestamp: "2026-06-12T20:42:24Z" status: Succeeded steps: - kind: Stage stage: completedTimestamp: "2026-06-12T20:43:57Z" name: Release startedTimestamp: "2026-06-12T20:42:57Z" status: Succeeded - kind: Promote promote: environment: staging pullRequest: pullRequestURL: https://github.com/greencapitaltrade/mcu/pull/4253 startedTimestamp: "2026-06-12T20:43:57Z" status: Succeeded startedTimestamp: "2026-06-12T20:43:57Z" status: Succeeded - kind: Stage stage: completedTimestamp: "2026-06-12T20:44:15Z" name: from build pack startedTimestamp: "2026-06-12T20:42:28Z" status: Succeeded steps: - completedTimestamp: "2026-06-12T20:42:31Z" name: Git Clone startedTimestamp: "2026-06-12T20:42:28Z" status: Succeeded - completedTimestamp: "2026-06-12T20:42:34Z" name: Next Version startedTimestamp: "2026-06-12T20:42:32Z" status: Succeeded - completedTimestamp: "2026-06-12T20:42:37Z" name: Jx Variables startedTimestamp: "2026-06-12T20:42:35Z" status: Succeeded - completedTimestamp: "2026-06-12T20:42:54Z" name: Build Npm Install startedTimestamp: "2026-06-12T20:42:38Z" status: Succeeded - completedTimestamp: "2026-06-12T20:42:55Z" name: Build Npm Test startedTimestamp: "2026-06-12T20:42:55Z" status: Succeeded - completedTimestamp: "2026-06-12T20:42:58Z" name: Check Registry startedTimestamp: "2026-06-12T20:42:56Z" status: Succeeded - completedTimestamp: "2026-06-12T20:43:26Z" name: Build Container Build startedTimestamp: "2026-06-12T20:42:59Z" status: Succeeded - completedTimestamp: "2026-06-12T20:43:36Z" name: Promote Changelog startedTimestamp: "2026-06-12T20:43:27Z" status: Succeeded - completedTimestamp: "2026-06-12T20:43:39Z" name: Promote Helm Release startedTimestamp: "2026-06-12T20:43:37Z" status: Succeeded - completedTimestamp: "2026-06-12T20:44:15Z" name: Promote Jx Promote startedTimestamp: "2026-06-12T20:43:39Z" status: Succeeded - kind: Stage stage: completedTimestamp: "2026-06-12T20:44:15Z" name: from build pack startedTimestamp: "2026-06-12T20:42:28Z" status: Succeeded steps: - completedTimestamp: "2026-06-12T20:42:31Z" name: Git Clone startedTimestamp: "2026-06-12T20:42:28Z" status: Succeeded - completedTimestamp: "2026-06-12T20:42:34Z" name: Next Version startedTimestamp: "2026-06-12T20:42:32Z" status: Succeeded - completedTimestamp: "2026-06-12T20:42:37Z" name: Jx Variables startedTimestamp: "2026-06-12T20:42:35Z" status: Succeeded - completedTimestamp: "2026-06-12T20:42:54Z" name: Build Npm Install startedTimestamp: "2026-06-12T20:42:38Z" status: Succeeded - completedTimestamp: "2026-06-12T20:42:55Z" name: Build Npm Test startedTimestamp: "2026-06-12T20:42:55Z" status: Succeeded - completedTimestamp: "2026-06-12T20:42:58Z" name: Check Registry startedTimestamp: "2026-06-12T20:42:56Z" status: Succeeded - completedTimestamp: "2026-06-12T20:43:26Z" name: Build Container Build startedTimestamp: "2026-06-12T20:42:59Z" status: Succeeded - completedTimestamp: "2026-06-12T20:43:36Z" name: Promote Changelog startedTimestamp: "2026-06-12T20:43:27Z" status: Succeeded - completedTimestamp: "2026-06-12T20:43:39Z" name: Promote Helm Release startedTimestamp: "2026-06-12T20:43:37Z" status: Succeeded - completedTimestamp: "2026-06-12T20:44:15Z" name: Promote Jx Promote startedTimestamp: "2026-06-12T20:43:39Z" status: Succeeded version: 2.30.1 status: {}