feat(gateway): persist profile operation build logs
This commit is contained in:
@@ -39,6 +39,13 @@ const profiles: GatewayProfileRepository = {
|
||||
clearWorkspaceUsage: async () => {},
|
||||
listOperations: async () => [],
|
||||
getOperation: async () => null,
|
||||
listOperationLogs: async () => [],
|
||||
appendOperationLog: async (operationId, input) => ({
|
||||
cursor: '1',
|
||||
operationId,
|
||||
createdAt: '2026-08-11T00:00:00.000Z',
|
||||
...input,
|
||||
}),
|
||||
createOperation: async () => {
|
||||
throw new Error('not used');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user