apiVersion: jenkins.io/v1 kind: PipelineActivity metadata: annotations: lighthouse.jenkins-x.io/cloneURI: https://github.com/greencapitaltrade/destiny.git lighthouse.jenkins-x.io/job: release pipeline.jenkins-x.io/traceID: d41b50be97e97a39551a568492f5d7e7 creationTimestamp: "2026-08-29T15:32:29Z" generation: 9 labels: branch: main build: "202" context: release created-by-lighthouse: "true" event-GUID: d140ded2-a3be-11f1-9b18-f6088c905131 lighthouse.jenkins-x.io/baseSHA: 4a582858f8ba67db5303c971a963e89ea1205235 lighthouse.jenkins-x.io/branch: main lighthouse.jenkins-x.io/buildNum: "1788017549725" lighthouse.jenkins-x.io/context: release lighthouse.jenkins-x.io/id: apitaltrade-destiny-main-release-cp45h lighthouse.jenkins-x.io/job: release lighthouse.jenkins-x.io/lastCommitSHA: 4a582858f8ba67db5303c971a963e89ea1205235 lighthouse.jenkins-x.io/refs.org: greencapitaltrade lighthouse.jenkins-x.io/refs.repo: destiny lighthouse.jenkins-x.io/type: postsubmit owner: greencapitaltrade podName: apitaltrade-destiny-main-release-nmnrh-from-build-pack-pod provider: github repository: destiny tekton.dev/pipeline: apitaltrade-destiny-main-release 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.29 operation: Update time: "2026-08-29T15:37:47Z" - 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:completedTimestamp: {} f:context: {} f:gitBranch: {} f:gitOwner: {} f:gitRepository: {} f:gitUrl: {} f:message: {} f:pipeline: {} f:startedTimestamp: {} f:status: {} f:steps: {} manager: jx-build-controller operation: Update time: "2026-08-29T15:43:10Z" name: greencapitaltrade-destiny-main-202 namespace: jx resourceVersion: "307660186" uid: b91db029-8ed0-469e-9ddd-25bbbd8960d7 spec: baseSHA: 4a582858f8ba67db5303c971a963e89ea1205235 batchPipelineActivity: {} build: "202" buildLogsUrl: s3://logs-gct-prod-20260425045301534100000007/jenkins-x/logs/greencapitaltrade/destiny/main/202.log completedTimestamp: "2026-08-29T15:42:59Z" context: release gitBranch: main gitOwner: greencapitaltrade gitRepository: destiny gitUrl: https://github.com/greencapitaltrade/destiny.git lastCommitMessage: | fix: stamp created_at/updated_at from the DB clock Every model in this repo is `timestamps: false`, so Sequelize does not maintain created_at/updated_at -- each write sets them explicitly. Those writes used `new Date()`, i.e. the clock of whichever pod served the request. Pods drift relative to each other, which makes the audit trail non-monotonic, and `new Date()` is re-evaluated per call so rows written in a single transaction get timestamps milliseconds apart. Use Sequelize.fn('NOW') instead. Postgres evaluates NOW() once per transaction, so a multi-row write is stamped atomically from one clock. Blacklist.check compared expires_at against the app clock for the same reason; an entry could be treated as expired early on a skewed pod and let a blacklisted applicant through. It now compares against NOW(). Seed migrations are left as-is: they are already applied and bulkInsert has no model layer, so the columns must be supplied literally. Co-Authored-By: Claude Opus 5 (1M context) lastCommitSHA: a5a942554271c25c3f4dce345f6570138342b37e message: 'Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0' pipeline: greencapitaltrade/destiny/main releaseNotesURL: https://github.com/greencapitaltrade/destiny/releases/tag/v1.82.2 startedTimestamp: "2026-08-29T15:32:29Z" status: Succeeded steps: - kind: Stage stage: completedTimestamp: "2026-08-29T15:42:59Z" name: from build pack startedTimestamp: "2026-08-29T15:32:39Z" status: Succeeded steps: - completedTimestamp: "2026-08-29T15:33:05Z" name: Git Clone startedTimestamp: "2026-08-29T15:32:39Z" status: Succeeded - completedTimestamp: "2026-08-29T15:33:17Z" name: Next Version startedTimestamp: "2026-08-29T15:33:05Z" status: Succeeded - completedTimestamp: "2026-08-29T15:33:21Z" name: Jx Variables startedTimestamp: "2026-08-29T15:33:17Z" status: Succeeded - completedTimestamp: "2026-08-29T15:35:06Z" name: Build Npm Install startedTimestamp: "2026-08-29T15:33:22Z" status: Succeeded - completedTimestamp: "2026-08-29T15:37:34Z" name: Build Container Build startedTimestamp: "2026-08-29T15:35:07Z" status: Succeeded - completedTimestamp: "2026-08-29T15:37:47Z" name: Promote Changelog startedTimestamp: "2026-08-29T15:37:35Z" status: Succeeded - completedTimestamp: "2026-08-29T15:37:53Z" name: Promote Helm Release startedTimestamp: "2026-08-29T15:37:48Z" status: Succeeded - completedTimestamp: "2026-08-29T15:40:58Z" name: Promote Jx Promote startedTimestamp: "2026-08-29T15:37:53Z" status: Succeeded - completedTimestamp: "2026-08-29T15:42:59Z" name: Publish Org Kb startedTimestamp: "2026-08-29T15:40:59Z" status: Succeeded - kind: Promote promote: environment: staging pullRequest: pullRequestURL: https://github.com/greencapitaltrade/mcu/pull/5586 startedTimestamp: "2026-08-29T15:39:50Z" status: Succeeded startedTimestamp: "2026-08-29T15:39:50Z" status: Succeeded - kind: Promote promote: environment: production pullRequest: pullRequestURL: https://github.com/greencapitaltrade/mcu/pull/5589 startedTimestamp: "2026-08-29T15:40:55Z" status: Succeeded startedTimestamp: "2026-08-29T15:40:55Z" status: Succeeded version: 1.82.2 status: {}