feat: add Job Monitor page with cron job logging and Selenium queue status
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"generatorVersion": "1.0.0",
|
||||
"generatedAt": "2026-04-11T03:16:27.200Z",
|
||||
"generatedAt": "2026-04-13T03:50:09.276Z",
|
||||
"outputPath": "/home/ff/Desktop/DentalManagementMHAprilgg/packages/db/shared",
|
||||
"files": [
|
||||
"schemas/enums/TransactionIsolationLevel.schema.ts",
|
||||
@@ -22,6 +22,7 @@
|
||||
"schemas/enums/DatabaseBackupScalarFieldEnum.schema.ts",
|
||||
"schemas/enums/BackupDestinationScalarFieldEnum.schema.ts",
|
||||
"schemas/enums/NotificationScalarFieldEnum.schema.ts",
|
||||
"schemas/enums/CronJobLogScalarFieldEnum.schema.ts",
|
||||
"schemas/enums/CloudFolderScalarFieldEnum.schema.ts",
|
||||
"schemas/enums/CloudFileScalarFieldEnum.schema.ts",
|
||||
"schemas/enums/CloudFileChunkScalarFieldEnum.schema.ts",
|
||||
@@ -129,6 +130,11 @@
|
||||
"schemas/objects/NotificationWhereUniqueInput.schema.ts",
|
||||
"schemas/objects/NotificationOrderByWithAggregationInput.schema.ts",
|
||||
"schemas/objects/NotificationScalarWhereWithAggregatesInput.schema.ts",
|
||||
"schemas/objects/CronJobLogWhereInput.schema.ts",
|
||||
"schemas/objects/CronJobLogOrderByWithRelationInput.schema.ts",
|
||||
"schemas/objects/CronJobLogWhereUniqueInput.schema.ts",
|
||||
"schemas/objects/CronJobLogOrderByWithAggregationInput.schema.ts",
|
||||
"schemas/objects/CronJobLogScalarWhereWithAggregatesInput.schema.ts",
|
||||
"schemas/objects/CloudFolderWhereInput.schema.ts",
|
||||
"schemas/objects/CloudFolderOrderByWithRelationInput.schema.ts",
|
||||
"schemas/objects/CloudFolderWhereUniqueInput.schema.ts",
|
||||
@@ -273,6 +279,13 @@
|
||||
"schemas/objects/NotificationCreateManyInput.schema.ts",
|
||||
"schemas/objects/NotificationUpdateManyMutationInput.schema.ts",
|
||||
"schemas/objects/NotificationUncheckedUpdateManyInput.schema.ts",
|
||||
"schemas/objects/CronJobLogCreateInput.schema.ts",
|
||||
"schemas/objects/CronJobLogUncheckedCreateInput.schema.ts",
|
||||
"schemas/objects/CronJobLogUpdateInput.schema.ts",
|
||||
"schemas/objects/CronJobLogUncheckedUpdateInput.schema.ts",
|
||||
"schemas/objects/CronJobLogCreateManyInput.schema.ts",
|
||||
"schemas/objects/CronJobLogUpdateManyMutationInput.schema.ts",
|
||||
"schemas/objects/CronJobLogUncheckedUpdateManyInput.schema.ts",
|
||||
"schemas/objects/CloudFolderCreateInput.schema.ts",
|
||||
"schemas/objects/CloudFolderUncheckedCreateInput.schema.ts",
|
||||
"schemas/objects/CloudFolderUpdateInput.schema.ts",
|
||||
@@ -485,6 +498,13 @@
|
||||
"schemas/objects/NotificationMinOrderByAggregateInput.schema.ts",
|
||||
"schemas/objects/NotificationSumOrderByAggregateInput.schema.ts",
|
||||
"schemas/objects/EnumNotificationTypesWithAggregatesFilter.schema.ts",
|
||||
"schemas/objects/DateTimeNullableFilter.schema.ts",
|
||||
"schemas/objects/CronJobLogCountOrderByAggregateInput.schema.ts",
|
||||
"schemas/objects/CronJobLogAvgOrderByAggregateInput.schema.ts",
|
||||
"schemas/objects/CronJobLogMaxOrderByAggregateInput.schema.ts",
|
||||
"schemas/objects/CronJobLogMinOrderByAggregateInput.schema.ts",
|
||||
"schemas/objects/CronJobLogSumOrderByAggregateInput.schema.ts",
|
||||
"schemas/objects/DateTimeNullableWithAggregatesFilter.schema.ts",
|
||||
"schemas/objects/CloudFolderNullableScalarRelationFilter.schema.ts",
|
||||
"schemas/objects/CloudFolderUserIdParentIdNameCompoundUniqueInput.schema.ts",
|
||||
"schemas/objects/CloudFolderCountOrderByAggregateInput.schema.ts",
|
||||
@@ -718,6 +738,7 @@
|
||||
"schemas/objects/UserCreateNestedOneWithoutNotificationsInput.schema.ts",
|
||||
"schemas/objects/EnumNotificationTypesFieldUpdateOperationsInput.schema.ts",
|
||||
"schemas/objects/UserUpdateOneRequiredWithoutNotificationsNestedInput.schema.ts",
|
||||
"schemas/objects/NullableDateTimeFieldUpdateOperationsInput.schema.ts",
|
||||
"schemas/objects/CloudFolderCreateNestedOneWithoutChildrenInput.schema.ts",
|
||||
"schemas/objects/CloudFolderCreateNestedManyWithoutParentInput.schema.ts",
|
||||
"schemas/objects/UserCreateNestedOneWithoutCloudFoldersInput.schema.ts",
|
||||
@@ -789,6 +810,8 @@
|
||||
"schemas/objects/NestedEnumPaymentMethodWithAggregatesFilter.schema.ts",
|
||||
"schemas/objects/NestedEnumNotificationTypesFilter.schema.ts",
|
||||
"schemas/objects/NestedEnumNotificationTypesWithAggregatesFilter.schema.ts",
|
||||
"schemas/objects/NestedDateTimeNullableFilter.schema.ts",
|
||||
"schemas/objects/NestedDateTimeNullableWithAggregatesFilter.schema.ts",
|
||||
"schemas/objects/NestedBigIntFilter.schema.ts",
|
||||
"schemas/objects/NestedBigIntWithAggregatesFilter.schema.ts",
|
||||
"schemas/objects/NestedEnumCommunicationChannelFilter.schema.ts",
|
||||
@@ -1511,6 +1534,11 @@
|
||||
"schemas/objects/NotificationSumAggregateInput.schema.ts",
|
||||
"schemas/objects/NotificationMinAggregateInput.schema.ts",
|
||||
"schemas/objects/NotificationMaxAggregateInput.schema.ts",
|
||||
"schemas/objects/CronJobLogCountAggregateInput.schema.ts",
|
||||
"schemas/objects/CronJobLogAvgAggregateInput.schema.ts",
|
||||
"schemas/objects/CronJobLogSumAggregateInput.schema.ts",
|
||||
"schemas/objects/CronJobLogMinAggregateInput.schema.ts",
|
||||
"schemas/objects/CronJobLogMaxAggregateInput.schema.ts",
|
||||
"schemas/objects/CloudFolderCountAggregateInput.schema.ts",
|
||||
"schemas/objects/CloudFolderAvgAggregateInput.schema.ts",
|
||||
"schemas/objects/CloudFolderSumAggregateInput.schema.ts",
|
||||
@@ -1606,6 +1634,7 @@
|
||||
"schemas/objects/DatabaseBackupSelect.schema.ts",
|
||||
"schemas/objects/BackupDestinationSelect.schema.ts",
|
||||
"schemas/objects/NotificationSelect.schema.ts",
|
||||
"schemas/objects/CronJobLogSelect.schema.ts",
|
||||
"schemas/objects/CloudFolderSelect.schema.ts",
|
||||
"schemas/objects/CloudFileSelect.schema.ts",
|
||||
"schemas/objects/CloudFileChunkSelect.schema.ts",
|
||||
@@ -1628,6 +1657,7 @@
|
||||
"schemas/objects/DatabaseBackupArgs.schema.ts",
|
||||
"schemas/objects/BackupDestinationArgs.schema.ts",
|
||||
"schemas/objects/NotificationArgs.schema.ts",
|
||||
"schemas/objects/CronJobLogArgs.schema.ts",
|
||||
"schemas/objects/CloudFolderArgs.schema.ts",
|
||||
"schemas/objects/CloudFileArgs.schema.ts",
|
||||
"schemas/objects/CloudFileChunkArgs.schema.ts",
|
||||
@@ -1944,6 +1974,23 @@
|
||||
"schemas/upsertOneNotification.schema.ts",
|
||||
"schemas/aggregateNotification.schema.ts",
|
||||
"schemas/groupByNotification.schema.ts",
|
||||
"schemas/findUniqueCronJobLog.schema.ts",
|
||||
"schemas/findUniqueOrThrowCronJobLog.schema.ts",
|
||||
"schemas/findFirstCronJobLog.schema.ts",
|
||||
"schemas/findFirstOrThrowCronJobLog.schema.ts",
|
||||
"schemas/findManyCronJobLog.schema.ts",
|
||||
"schemas/countCronJobLog.schema.ts",
|
||||
"schemas/createOneCronJobLog.schema.ts",
|
||||
"schemas/createManyCronJobLog.schema.ts",
|
||||
"schemas/createManyAndReturnCronJobLog.schema.ts",
|
||||
"schemas/deleteOneCronJobLog.schema.ts",
|
||||
"schemas/deleteManyCronJobLog.schema.ts",
|
||||
"schemas/updateOneCronJobLog.schema.ts",
|
||||
"schemas/updateManyCronJobLog.schema.ts",
|
||||
"schemas/updateManyAndReturnCronJobLog.schema.ts",
|
||||
"schemas/upsertOneCronJobLog.schema.ts",
|
||||
"schemas/aggregateCronJobLog.schema.ts",
|
||||
"schemas/groupByCronJobLog.schema.ts",
|
||||
"schemas/findUniqueCloudFolder.schema.ts",
|
||||
"schemas/findUniqueOrThrowCloudFolder.schema.ts",
|
||||
"schemas/findFirstCloudFolder.schema.ts",
|
||||
@@ -2250,6 +2297,19 @@
|
||||
"schemas/results/NotificationAggregateResult.schema.ts",
|
||||
"schemas/results/NotificationGroupByResult.schema.ts",
|
||||
"schemas/results/NotificationCountResult.schema.ts",
|
||||
"schemas/results/CronJobLogFindUniqueResult.schema.ts",
|
||||
"schemas/results/CronJobLogFindFirstResult.schema.ts",
|
||||
"schemas/results/CronJobLogFindManyResult.schema.ts",
|
||||
"schemas/results/CronJobLogCreateResult.schema.ts",
|
||||
"schemas/results/CronJobLogCreateManyResult.schema.ts",
|
||||
"schemas/results/CronJobLogUpdateResult.schema.ts",
|
||||
"schemas/results/CronJobLogUpdateManyResult.schema.ts",
|
||||
"schemas/results/CronJobLogUpsertResult.schema.ts",
|
||||
"schemas/results/CronJobLogDeleteResult.schema.ts",
|
||||
"schemas/results/CronJobLogDeleteManyResult.schema.ts",
|
||||
"schemas/results/CronJobLogAggregateResult.schema.ts",
|
||||
"schemas/results/CronJobLogGroupByResult.schema.ts",
|
||||
"schemas/results/CronJobLogCountResult.schema.ts",
|
||||
"schemas/results/CloudFolderFindUniqueResult.schema.ts",
|
||||
"schemas/results/CloudFolderFindFirstResult.schema.ts",
|
||||
"schemas/results/CloudFolderFindManyResult.schema.ts",
|
||||
@@ -2334,6 +2394,7 @@
|
||||
"schemas/variants/pure/DatabaseBackup.pure.ts",
|
||||
"schemas/variants/pure/BackupDestination.pure.ts",
|
||||
"schemas/variants/pure/Notification.pure.ts",
|
||||
"schemas/variants/pure/CronJobLog.pure.ts",
|
||||
"schemas/variants/pure/CloudFolder.pure.ts",
|
||||
"schemas/variants/pure/CloudFile.pure.ts",
|
||||
"schemas/variants/pure/CloudFileChunk.pure.ts",
|
||||
@@ -2357,6 +2418,7 @@
|
||||
"schemas/variants/input/DatabaseBackup.input.ts",
|
||||
"schemas/variants/input/BackupDestination.input.ts",
|
||||
"schemas/variants/input/Notification.input.ts",
|
||||
"schemas/variants/input/CronJobLog.input.ts",
|
||||
"schemas/variants/input/CloudFolder.input.ts",
|
||||
"schemas/variants/input/CloudFile.input.ts",
|
||||
"schemas/variants/input/CloudFileChunk.input.ts",
|
||||
@@ -2380,6 +2442,7 @@
|
||||
"schemas/variants/result/DatabaseBackup.result.ts",
|
||||
"schemas/variants/result/BackupDestination.result.ts",
|
||||
"schemas/variants/result/Notification.result.ts",
|
||||
"schemas/variants/result/CronJobLog.result.ts",
|
||||
"schemas/variants/result/CloudFolder.result.ts",
|
||||
"schemas/variants/result/CloudFile.result.ts",
|
||||
"schemas/variants/result/CloudFileChunk.result.ts",
|
||||
|
||||
Reference in New Issue
Block a user