diff --git a/apps/portfolio/overlays/prod-sites/job.build.yaml b/apps/portfolio/overlays/prod-sites/job.build.yaml new file mode 100644 index 0000000..05e993e --- /dev/null +++ b/apps/portfolio/overlays/prod-sites/job.build.yaml @@ -0,0 +1,46 @@ +apiVersion: batch/v1 +kind: Job +metadata: + name: hugo-build-deploy +spec: + template: + spec: + containers: + - name: hugo-builder + image: alpine:latest + command: ["/bin/sh", "-c"] + args: + - | + apk add --no-cache git hugo + git clone $GIT_REPO /src + cd /src + hugo --minify --enableGitInfo + npm install -g @cloudflare/wrangler + wrangler publish --project-name $CFP_PROJECT_NAME --env $CFP_ENVIRONMENT + env: + - name: HUGO_ENVIRONMENT + value: production + - name: GIT_REPO + # value: git.nc.landry.land/davad/portfolio-site.git + value: "ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/portfolio-site.git" + - name: CFP_PROJECT_NAME + - name: CFP_ENVIRONMENT + - name: CF_API_TOKEN + valueFrom: + secretKeyRef: + name: cloudflare-secret + key: api-token + volumeMounts: + - name: ssh-key-volume + mountPath: "/etc/ssh-key" + - name: src-volume + mountPath: /src + restartPolicy: Never + volumes: + - name: src-volume + emptyDir: {} + - name: ssh-key-volume + secret: + secretName: git-ssh-key + defaultMode: 256 + backoffLimit: 4 diff --git a/bootstrap/forgejo/git-db.repo_unit.sql b/bootstrap/forgejo/git-db.repo_unit.sql new file mode 100644 index 0000000..79ea4a6 --- /dev/null +++ b/bootstrap/forgejo/git-db.repo_unit.sql @@ -0,0 +1,1051 @@ +CREATE TABLE IF NOT EXISTS "public"."repo_unit" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "repo_id" BIGINT NULL, "type" INTEGER NULL, "config" TEXT NULL, "created_unix" BIGINT NULL INTEGER DEFAULT 0 NOT NULL); ; +CREATE INDEX "IDX_repo_unit_s" ON "repo_unit" ("repo_id","type"); +CREATE INDEX "IDX_repo_unit_created_unix" ON "repo_unit" ("created_unix"); + +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1,1,'1',NULL,1684685715); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (2,1,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684685715); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (3,1,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684685715); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (4,1,'4',NULL,1684685715); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (5,1,'5',NULL,1684685715); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (6,1,'8',NULL,1684685715); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (7,1,'9',NULL,1684685715); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (8,2,'1',NULL,1684709142); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (9,2,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709142); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (10,2,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709142); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (11,2,'4',NULL,1684709142); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (12,2,'5',NULL,1684709142); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (13,2,'8',NULL,1684709142); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (14,2,'9',NULL,1684709142); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (22,4,'1',NULL,1684709190); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (23,4,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709190); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (24,4,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709190); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (25,4,'4',NULL,1684709190); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (26,4,'5',NULL,1684709190); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (27,4,'8',NULL,1684709190); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (28,4,'9',NULL,1684709190); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (29,5,'1',NULL,1684709217); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (30,5,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709217); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (31,5,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709217); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (32,5,'4',NULL,1684709217); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (33,5,'5',NULL,1684709217); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (34,5,'8',NULL,1684709217); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (35,5,'9',NULL,1684709217); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (36,6,'1',NULL,1684709237); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (37,6,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709237); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (38,6,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709237); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (39,6,'4',NULL,1684709237); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (40,6,'5',NULL,1684709237); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (41,6,'8',NULL,1684709237); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (42,6,'9',NULL,1684709237); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (43,7,'1',NULL,1684709258); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (44,7,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709258); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (45,7,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709258); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (46,7,'4',NULL,1684709258); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (47,7,'5',NULL,1684709258); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (48,7,'8',NULL,1684709258); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (49,7,'9',NULL,1684709258); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (50,8,'1',NULL,1684709282); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (51,8,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709282); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (52,8,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709282); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (53,8,'4',NULL,1684709282); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (54,8,'5',NULL,1684709282); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (55,8,'8',NULL,1684709282); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (56,8,'9',NULL,1684709282); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (57,9,'1',NULL,1684709303); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (58,9,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709303); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (59,9,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709303); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (60,9,'4',NULL,1684709303); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (61,9,'5',NULL,1684709303); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (62,9,'8',NULL,1684709303); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (63,9,'9',NULL,1684709303); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (71,11,'1',NULL,1684709359); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (72,11,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709359); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (73,11,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709359); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (74,11,'4',NULL,1684709359); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (75,11,'5',NULL,1684709359); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (76,11,'8',NULL,1684709359); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (77,11,'9',NULL,1684709359); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (78,12,'1',NULL,1684709378); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (79,12,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709378); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (80,12,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709378); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (81,12,'4',NULL,1684709378); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (82,12,'5',NULL,1684709378); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (83,12,'8',NULL,1684709378); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (84,12,'9',NULL,1684709378); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (85,13,'1',NULL,1684709411); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (86,13,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709411); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (87,13,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709411); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (88,13,'4',NULL,1684709411); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (89,13,'5',NULL,1684709411); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (90,13,'8',NULL,1684709411); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (91,13,'9',NULL,1684709411); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (99,15,'1',NULL,1684709446); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (100,15,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709446); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (101,15,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709446); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (102,15,'4',NULL,1684709446); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (103,15,'5',NULL,1684709446); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (104,15,'8',NULL,1684709446); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (105,15,'9',NULL,1684709446); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (106,16,'1',NULL,1684709469); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (107,16,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709469); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (108,16,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709469); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (109,16,'4',NULL,1684709469); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (110,16,'5',NULL,1684709469); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (111,16,'8',NULL,1684709469); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (112,16,'9',NULL,1684709469); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (113,17,'1',NULL,1684709493); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (114,17,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709493); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (115,17,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709493); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (116,17,'4',NULL,1684709493); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (117,17,'5',NULL,1684709493); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (118,17,'8',NULL,1684709493); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (119,17,'9',NULL,1684709493); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (120,18,'1',NULL,1684709511); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (121,18,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709511); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (122,18,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709511); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (123,18,'4',NULL,1684709511); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (124,18,'5',NULL,1684709511); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (125,18,'8',NULL,1684709511); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (126,18,'9',NULL,1684709511); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (127,19,'1',NULL,1684709533); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (128,19,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709533); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (129,19,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709533); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (130,19,'4',NULL,1684709533); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (131,19,'5',NULL,1684709533); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (132,19,'8',NULL,1684709533); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (133,19,'9',NULL,1684709533); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (134,20,'1',NULL,1684709548); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (135,20,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709548); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (136,20,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709548); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (137,20,'4',NULL,1684709548); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (138,20,'5',NULL,1684709548); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (139,20,'8',NULL,1684709548); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (140,20,'9',NULL,1684709548); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (141,21,'1',NULL,1684709571); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (142,21,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709571); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (143,21,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709571); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (144,21,'4',NULL,1684709571); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (145,21,'5',NULL,1684709571); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (146,21,'8',NULL,1684709571); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (147,21,'9',NULL,1684709571); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (148,22,'1',NULL,1684709604); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (149,22,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709604); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (150,22,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709604); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (151,22,'4',NULL,1684709604); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (152,22,'5',NULL,1684709604); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (153,22,'8',NULL,1684709604); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (154,22,'9',NULL,1684709604); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (155,23,'1',NULL,1684709608); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (156,23,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709608); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (157,23,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709608); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (158,23,'4',NULL,1684709608); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (159,23,'5',NULL,1684709608); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (160,23,'8',NULL,1684709608); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (161,23,'9',NULL,1684709608); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (162,24,'1',NULL,1684709647); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (163,24,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709647); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (164,24,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709647); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (165,24,'4',NULL,1684709647); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (166,24,'5',NULL,1684709647); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (167,24,'8',NULL,1684709647); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (168,24,'9',NULL,1684709647); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (169,25,'1',NULL,1684709653); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (170,25,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709653); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (171,25,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709653); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (172,25,'4',NULL,1684709653); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (173,25,'5',NULL,1684709653); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (174,25,'8',NULL,1684709653); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (175,25,'9',NULL,1684709653); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (176,26,'1',NULL,1684709653); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (177,26,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709653); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (178,26,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709653); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (179,26,'4',NULL,1684709653); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (180,26,'5',NULL,1684709653); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (181,26,'8',NULL,1684709653); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (182,26,'9',NULL,1684709653); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (183,27,'1',NULL,1684709688); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (184,27,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709688); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (185,27,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709688); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (186,27,'4',NULL,1684709688); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (187,27,'5',NULL,1684709688); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (188,27,'8',NULL,1684709688); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (189,27,'9',NULL,1684709688); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (197,29,'1',NULL,1684709727); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (198,29,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709727); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (199,29,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709727); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (200,29,'4',NULL,1684709727); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (201,29,'5',NULL,1684709727); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (202,29,'8',NULL,1684709727); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (203,29,'9',NULL,1684709727); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (204,30,'1',NULL,1684709752); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (205,30,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709752); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (206,30,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709752); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (207,30,'4',NULL,1684709752); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (208,30,'5',NULL,1684709752); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (209,30,'8',NULL,1684709752); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (210,30,'9',NULL,1684709752); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (211,31,'1',NULL,1684709773); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (212,31,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709773); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (213,31,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709773); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (214,31,'4',NULL,1684709773); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (215,31,'5',NULL,1684709773); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (216,31,'8',NULL,1684709773); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (217,31,'9',NULL,1684709773); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (218,32,'1',NULL,1684709798); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (219,32,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709798); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (220,32,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709798); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (221,32,'4',NULL,1684709798); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (222,32,'5',NULL,1684709798); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (223,32,'8',NULL,1684709798); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (224,32,'9',NULL,1684709798); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (225,33,'1',NULL,1684709818); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (226,33,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709818); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (227,33,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709818); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (228,33,'4',NULL,1684709818); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (229,33,'5',NULL,1684709818); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (230,33,'8',NULL,1684709818); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (231,33,'9',NULL,1684709818); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (232,34,'1',NULL,1684709820); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (233,34,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709820); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (234,34,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709820); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (235,34,'4',NULL,1684709820); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (236,34,'5',NULL,1684709820); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (237,34,'8',NULL,1684709820); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (238,34,'9',NULL,1684709820); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (239,35,'1',NULL,1684709844); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (240,35,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709844); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (241,35,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709844); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (242,35,'4',NULL,1684709844); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (243,35,'5',NULL,1684709844); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (244,35,'8',NULL,1684709844); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (245,35,'9',NULL,1684709844); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (246,36,'1',NULL,1684709874); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (247,36,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709874); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (248,36,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709874); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (249,36,'4',NULL,1684709874); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (250,36,'5',NULL,1684709874); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (251,36,'8',NULL,1684709874); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (252,36,'9',NULL,1684709874); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (253,37,'1',NULL,1684709893); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (254,37,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709893); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (255,37,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709893); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (256,37,'4',NULL,1684709893); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (257,37,'5',NULL,1684709893); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (258,37,'8',NULL,1684709893); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (259,37,'9',NULL,1684709893); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (260,38,'1',NULL,1684712293); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (261,38,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684712293); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (262,38,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684712293); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (263,38,'4',NULL,1684712293); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (264,38,'5',NULL,1684712293); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (265,38,'8',NULL,1684712293); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (266,38,'9',NULL,1684712293); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (267,39,'1',NULL,1684712311); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (268,39,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684712311); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (269,39,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684712311); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (270,39,'4',NULL,1684712311); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (271,39,'5',NULL,1684712311); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (272,39,'8',NULL,1684712311); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (273,39,'9',NULL,1684712311); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (274,40,'1',NULL,1684712320); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (275,40,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684712320); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (276,40,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684712320); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (277,40,'4',NULL,1684712320); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (278,40,'5',NULL,1684712320); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (279,40,'8',NULL,1684712320); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (280,40,'9',NULL,1684712320); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (281,41,'1',NULL,1684717785); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (282,41,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717785); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (283,41,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717785); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (284,41,'4',NULL,1684717785); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (285,41,'5',NULL,1684717785); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (286,41,'8',NULL,1684717785); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (287,41,'9',NULL,1684717785); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (288,42,'1',NULL,1684717794); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (289,42,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717794); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (290,42,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717794); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (291,42,'4',NULL,1684717794); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (292,42,'5',NULL,1684717794); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (293,42,'8',NULL,1684717794); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (294,42,'9',NULL,1684717794); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (295,43,'1',NULL,1684717803); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (296,43,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717803); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (297,43,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717803); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (298,43,'4',NULL,1684717803); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (299,43,'5',NULL,1684717803); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (300,43,'8',NULL,1684717803); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (301,43,'9',NULL,1684717803); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (302,44,'1',NULL,1684717814); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (303,44,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717814); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (304,44,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717814); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (305,44,'4',NULL,1684717814); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (306,44,'5',NULL,1684717814); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (307,44,'8',NULL,1684717814); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (308,44,'9',NULL,1684717814); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (309,45,'1',NULL,1684717825); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (310,45,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717825); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (311,45,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717825); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (312,45,'4',NULL,1684717825); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (313,45,'5',NULL,1684717825); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (314,45,'8',NULL,1684717825); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (315,45,'9',NULL,1684717825); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (316,46,'1',NULL,1684717833); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (317,46,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717833); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (318,46,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717833); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (319,46,'4',NULL,1684717833); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (320,46,'5',NULL,1684717833); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (321,46,'8',NULL,1684717833); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (322,46,'9',NULL,1684717833); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (323,47,'1',NULL,1684717842); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (324,47,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717842); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (325,47,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717842); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (326,47,'4',NULL,1684717842); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (327,47,'5',NULL,1684717842); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (328,47,'8',NULL,1684717842); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (329,47,'9',NULL,1684717842); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (330,48,'1',NULL,1684717851); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (331,48,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717851); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (332,48,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717851); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (333,48,'4',NULL,1684717851); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (334,48,'5',NULL,1684717851); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (335,48,'8',NULL,1684717851); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (336,48,'9',NULL,1684717851); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (337,49,'1',NULL,1684717864); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (338,49,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717864); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (339,49,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717864); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (340,49,'4',NULL,1684717864); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (341,49,'5',NULL,1684717864); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (342,49,'8',NULL,1684717864); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (343,49,'9',NULL,1684717864); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (344,50,'1',NULL,1684717871); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (345,50,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717871); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (346,50,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717871); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (347,50,'4',NULL,1684717871); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (348,50,'5',NULL,1684717871); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (349,50,'8',NULL,1684717871); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (350,50,'9',NULL,1684717871); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (351,51,'1',NULL,1684717882); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (352,51,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717882); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (353,51,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717882); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (354,51,'4',NULL,1684717882); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (355,51,'5',NULL,1684717882); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (356,51,'8',NULL,1684717882); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (357,51,'9',NULL,1684717882); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (358,52,'1',NULL,1684717893); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (359,52,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717893); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (360,52,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717893); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (361,52,'4',NULL,1684717893); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (362,52,'5',NULL,1684717893); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (363,52,'8',NULL,1684717893); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (364,52,'9',NULL,1684717893); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (365,53,'1',NULL,1684717901); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (366,53,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717901); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (367,53,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717901); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (368,53,'4',NULL,1684717901); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (369,53,'5',NULL,1684717901); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (370,53,'8',NULL,1684717901); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (371,53,'9',NULL,1684717901); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (372,54,'1',NULL,1684717909); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (373,54,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717909); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (374,54,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717909); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (375,54,'4',NULL,1684717909); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (376,54,'5',NULL,1684717909); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (377,54,'8',NULL,1684717909); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (378,54,'9',NULL,1684717909); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (379,55,'1',NULL,1684717917); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (380,55,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717917); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (381,55,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717917); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (382,55,'4',NULL,1684717917); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (383,55,'5',NULL,1684717917); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (384,55,'8',NULL,1684717917); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (385,55,'9',NULL,1684717917); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (386,56,'1',NULL,1684717929); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (387,56,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717929); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (388,56,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717929); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (389,56,'4',NULL,1684717929); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (390,56,'5',NULL,1684717929); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (391,56,'8',NULL,1684717929); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (392,56,'9',NULL,1684717929); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (393,57,'1',NULL,1684717938); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (394,57,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717938); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (395,57,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717938); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (396,57,'4',NULL,1684717938); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (397,57,'5',NULL,1684717938); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (398,57,'8',NULL,1684717938); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (399,57,'9',NULL,1684717938); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (400,58,'1',NULL,1684717947); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (401,58,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717947); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (402,58,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717947); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (403,58,'4',NULL,1684717947); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (404,58,'5',NULL,1684717947); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (405,58,'8',NULL,1684717947); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (406,58,'9',NULL,1684717947); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (407,59,'1',NULL,1684717958); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (408,59,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717958); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (409,59,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717958); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (410,59,'4',NULL,1684717958); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (411,59,'5',NULL,1684717958); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (412,59,'8',NULL,1684717958); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (413,59,'9',NULL,1684717958); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (414,60,'1',NULL,1684717968); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (415,60,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717968); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (416,60,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717968); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (417,60,'4',NULL,1684717968); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (418,60,'5',NULL,1684717968); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (419,60,'8',NULL,1684717968); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (420,60,'9',NULL,1684717968); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (421,61,'1',NULL,1684717977); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (422,61,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717977); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (423,61,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717977); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (424,61,'4',NULL,1684717977); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (425,61,'5',NULL,1684717977); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (426,61,'8',NULL,1684717977); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (427,61,'9',NULL,1684717977); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (428,62,'1',NULL,1684717986); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (429,62,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717986); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (430,62,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717986); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (431,62,'4',NULL,1684717986); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (432,62,'5',NULL,1684717986); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (433,62,'8',NULL,1684717986); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (434,62,'9',NULL,1684717986); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (435,63,'1',NULL,1684718004); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (436,63,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718004); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (437,63,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718004); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (438,63,'4',NULL,1684718004); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (439,63,'5',NULL,1684718004); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (440,63,'8',NULL,1684718004); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (441,63,'9',NULL,1684718004); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (442,64,'1',NULL,1684718015); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (443,64,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718015); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (444,64,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718015); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (445,64,'4',NULL,1684718015); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (446,64,'5',NULL,1684718015); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (447,64,'8',NULL,1684718015); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (448,64,'9',NULL,1684718015); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (449,65,'1',NULL,1684718023); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (450,65,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718023); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (451,65,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718023); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (452,65,'4',NULL,1684718023); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (453,65,'5',NULL,1684718023); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (454,65,'8',NULL,1684718023); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (455,65,'9',NULL,1684718023); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (456,66,'1',NULL,1684718034); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (457,66,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718034); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (458,66,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718034); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (459,66,'4',NULL,1684718034); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (460,66,'5',NULL,1684718034); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (461,66,'8',NULL,1684718034); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (462,66,'9',NULL,1684718034); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (463,67,'1',NULL,1684718043); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (464,67,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718043); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (465,67,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718043); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (466,67,'4',NULL,1684718043); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (467,67,'5',NULL,1684718043); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (468,67,'8',NULL,1684718043); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (469,67,'9',NULL,1684718043); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (470,68,'1',NULL,1684718050); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (471,68,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718050); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (472,68,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718050); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (473,68,'4',NULL,1684718050); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (474,68,'5',NULL,1684718050); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (475,68,'8',NULL,1684718050); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (476,68,'9',NULL,1684718050); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (477,69,'1',NULL,1684718060); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (478,69,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718060); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (479,69,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718060); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (480,69,'4',NULL,1684718060); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (481,69,'5',NULL,1684718060); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (482,69,'8',NULL,1684718060); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (483,69,'9',NULL,1684718060); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (484,70,'1',NULL,1684718069); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (485,70,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718069); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (486,70,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718069); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (487,70,'4',NULL,1684718069); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (488,70,'5',NULL,1684718069); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (489,70,'8',NULL,1684718069); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (490,70,'9',NULL,1684718069); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (491,71,'1',NULL,1684718078); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (492,71,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718078); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (493,71,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718078); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (494,71,'4',NULL,1684718078); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (495,71,'5',NULL,1684718078); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (496,71,'8',NULL,1684718078); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (497,71,'9',NULL,1684718078); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (498,72,'1',NULL,1684718087); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (499,72,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718087); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (500,72,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718087); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (501,72,'4',NULL,1684718087); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (502,72,'5',NULL,1684718087); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (503,72,'8',NULL,1684718087); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (504,72,'9',NULL,1684718087); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (505,73,'1',NULL,1684718097); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (506,73,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718097); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (507,73,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718097); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (508,73,'4',NULL,1684718097); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (509,73,'5',NULL,1684718097); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (510,73,'8',NULL,1684718097); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (511,73,'9',NULL,1684718097); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (512,74,'1',NULL,1684718107); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (513,74,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718107); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (514,74,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718107); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (515,74,'4',NULL,1684718107); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (516,74,'5',NULL,1684718107); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (517,74,'8',NULL,1684718107); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (518,74,'9',NULL,1684718107); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (519,75,'1',NULL,1684718119); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (520,75,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718119); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (521,75,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718119); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (522,75,'4',NULL,1684718119); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (523,75,'5',NULL,1684718119); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (524,75,'8',NULL,1684718119); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (525,75,'9',NULL,1684718119); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (526,76,'1',NULL,1684718128); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (527,76,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718128); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (528,76,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718128); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (529,76,'4',NULL,1684718128); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (530,76,'5',NULL,1684718128); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (531,76,'8',NULL,1684718128); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (532,76,'9',NULL,1684718128); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (533,77,'1',NULL,1684718137); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (534,77,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718137); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (535,77,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718137); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (536,77,'4',NULL,1684718137); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (537,77,'5',NULL,1684718137); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (538,77,'8',NULL,1684718137); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (539,77,'9',NULL,1684718137); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (540,78,'1',NULL,1684718145); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (541,78,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718145); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (542,78,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718145); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (543,78,'4',NULL,1684718145); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (544,78,'5',NULL,1684718145); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (545,78,'8',NULL,1684718145); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (546,78,'9',NULL,1684718145); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (547,79,'1',NULL,1684718155); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (548,79,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718155); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (549,79,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718155); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (550,79,'4',NULL,1684718155); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (551,79,'5',NULL,1684718155); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (552,79,'8',NULL,1684718155); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (553,79,'9',NULL,1684718155); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (554,80,'1',NULL,1684718168); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (555,80,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718168); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (556,80,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718168); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (557,80,'4',NULL,1684718168); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (558,80,'5',NULL,1684718168); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (559,80,'8',NULL,1684718168); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (560,80,'9',NULL,1684718168); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (561,81,'1',NULL,1684718178); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (562,81,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718178); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (563,81,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718178); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (564,81,'4',NULL,1684718178); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (565,81,'5',NULL,1684718178); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (566,81,'8',NULL,1684718178); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (567,81,'9',NULL,1684718178); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (568,82,'1',NULL,1684718186); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (569,82,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718186); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (570,82,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718186); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (571,82,'4',NULL,1684718186); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (572,82,'5',NULL,1684718186); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (573,82,'8',NULL,1684718186); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (574,82,'9',NULL,1684718186); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (575,83,'1',NULL,1684718194); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (576,83,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718194); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (577,83,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718194); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (578,83,'4',NULL,1684718194); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (579,83,'5',NULL,1684718194); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (580,83,'8',NULL,1684718194); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (581,83,'9',NULL,1684718194); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (582,84,'1',NULL,1684718204); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (583,84,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718204); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (584,84,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718204); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (585,84,'4',NULL,1684718204); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (586,84,'5',NULL,1684718204); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (587,84,'8',NULL,1684718204); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (588,84,'9',NULL,1684718204); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (589,85,'1',NULL,1684718212); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (590,85,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718212); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (591,85,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718212); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (592,85,'4',NULL,1684718212); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (593,85,'5',NULL,1684718212); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (594,85,'8',NULL,1684718212); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (595,85,'9',NULL,1684718212); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (596,86,'1',NULL,1684718221); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (597,86,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718221); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (598,86,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718221); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (599,86,'4',NULL,1684718221); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (600,86,'5',NULL,1684718221); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (601,86,'8',NULL,1684718221); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (602,86,'9',NULL,1684718221); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (603,87,'1',NULL,1684718230); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (604,87,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718230); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (605,87,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718230); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (606,87,'4',NULL,1684718230); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (607,87,'5',NULL,1684718230); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (608,87,'8',NULL,1684718230); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (609,87,'9',NULL,1684718230); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (610,88,'1',NULL,1684718245); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (611,88,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718245); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (612,88,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718245); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (613,88,'4',NULL,1684718245); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (614,88,'5',NULL,1684718245); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (615,88,'8',NULL,1684718245); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (616,88,'9',NULL,1684718245); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (617,89,'1',NULL,1684718254); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (618,89,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718254); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (619,89,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718254); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (620,89,'4',NULL,1684718254); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (621,89,'5',NULL,1684718254); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (622,89,'8',NULL,1684718254); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (623,89,'9',NULL,1684718254); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (624,90,'1',NULL,1684718839); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (625,90,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718839); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (626,90,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718839); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (627,90,'4',NULL,1684718839); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (628,90,'5',NULL,1684718839); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (629,90,'8',NULL,1684718839); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (630,90,'9',NULL,1684718839); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (631,91,'1',NULL,1684718848); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (632,91,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718848); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (633,91,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718848); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (634,91,'4',NULL,1684718848); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (635,91,'5',NULL,1684718848); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (636,91,'8',NULL,1684718848); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (637,91,'9',NULL,1684718848); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (638,92,'1',NULL,1684718857); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (639,92,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718857); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (640,92,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718857); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (641,92,'4',NULL,1684718857); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (642,92,'5',NULL,1684718857); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (643,92,'8',NULL,1684718857); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (644,92,'9',NULL,1684718857); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (645,93,'1',NULL,1684718865); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (646,93,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718865); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (647,93,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718865); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (648,93,'4',NULL,1684718865); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (649,93,'5',NULL,1684718865); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (650,93,'8',NULL,1684718865); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (651,93,'9',NULL,1684718865); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (652,94,'1',NULL,1684718873); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (653,94,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718873); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (654,94,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718873); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (655,94,'4',NULL,1684718873); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (656,94,'5',NULL,1684718873); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (657,94,'8',NULL,1684718873); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (658,94,'9',NULL,1684718873); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (659,95,'1',NULL,1684718882); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (660,95,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718882); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (661,95,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718882); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (662,95,'4',NULL,1684718882); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (663,95,'5',NULL,1684718882); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (664,95,'8',NULL,1684718882); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (665,95,'9',NULL,1684718882); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (666,96,'1',NULL,1684718891); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (667,96,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718891); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (668,96,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718891); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (669,96,'4',NULL,1684718891); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (670,96,'5',NULL,1684718891); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (671,96,'8',NULL,1684718891); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (672,96,'9',NULL,1684718891); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (673,97,'1',NULL,1684718899); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (674,97,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718899); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (675,97,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718899); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (676,97,'4',NULL,1684718899); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (677,97,'5',NULL,1684718899); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (678,97,'8',NULL,1684718899); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (679,97,'9',NULL,1684718899); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (680,98,'1',NULL,1684718911); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (681,98,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718911); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (682,98,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718911); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (683,98,'4',NULL,1684718911); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (684,98,'5',NULL,1684718911); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (685,98,'8',NULL,1684718911); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (686,98,'9',NULL,1684718911); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (687,99,'1',NULL,1684718919); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (688,99,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718919); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (689,99,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718919); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (690,99,'4',NULL,1684718919); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (691,99,'5',NULL,1684718919); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (692,99,'8',NULL,1684718919); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (693,99,'9',NULL,1684718919); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (694,100,'1',NULL,1684718929); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (695,100,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718929); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (696,100,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718929); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (697,100,'4',NULL,1684718929); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (698,100,'5',NULL,1684718929); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (699,100,'8',NULL,1684718929); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (700,100,'9',NULL,1684718929); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (701,101,'1',NULL,1684718938); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (702,101,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718938); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (703,101,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718938); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (704,101,'4',NULL,1684718938); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (705,101,'5',NULL,1684718938); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (706,101,'8',NULL,1684718938); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (707,101,'9',NULL,1684718938); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (708,102,'1',NULL,1684718946); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (709,102,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718946); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (710,102,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718946); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (711,102,'4',NULL,1684718946); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (712,102,'5',NULL,1684718946); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (713,102,'8',NULL,1684718946); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (714,102,'9',NULL,1684718946); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (715,103,'1',NULL,1684719017); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (716,103,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719017); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (717,103,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719017); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (718,103,'4',NULL,1684719017); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (719,103,'5',NULL,1684719017); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (720,103,'8',NULL,1684719017); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (721,103,'9',NULL,1684719017); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (722,104,'1',NULL,1684719028); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (723,104,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719028); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (724,104,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719028); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (725,104,'4',NULL,1684719028); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (726,104,'5',NULL,1684719028); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (727,104,'8',NULL,1684719028); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (728,104,'9',NULL,1684719028); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (729,105,'1',NULL,1684719036); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (730,105,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719036); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (731,105,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719036); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (732,105,'4',NULL,1684719036); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (733,105,'5',NULL,1684719036); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (734,105,'8',NULL,1684719036); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (735,105,'9',NULL,1684719036); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (736,106,'1',NULL,1684719043); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (737,106,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719043); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (738,106,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719043); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (739,106,'4',NULL,1684719043); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (740,106,'5',NULL,1684719043); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (741,106,'8',NULL,1684719043); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (742,106,'9',NULL,1684719043); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (743,107,'1',NULL,1684719053); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (744,107,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719053); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (745,107,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719053); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (746,107,'4',NULL,1684719053); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (747,107,'5',NULL,1684719053); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (748,107,'8',NULL,1684719053); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (749,107,'9',NULL,1684719053); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (750,108,'1',NULL,1684719062); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (751,108,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719062); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (752,108,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719062); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (753,108,'4',NULL,1684719062); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (754,108,'5',NULL,1684719062); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (755,108,'8',NULL,1684719062); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (756,108,'9',NULL,1684719062); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (757,109,'1',NULL,1684719073); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (758,109,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719073); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (759,109,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719073); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (760,109,'4',NULL,1684719073); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (761,109,'5',NULL,1684719073); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (762,109,'8',NULL,1684719073); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (763,109,'9',NULL,1684719073); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (764,110,'1',NULL,1684719083); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (765,110,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719083); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (766,110,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719083); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (767,110,'4',NULL,1684719083); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (768,110,'5',NULL,1684719083); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (769,110,'8',NULL,1684719083); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (770,110,'9',NULL,1684719083); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (771,111,'1',NULL,1684719094); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (772,111,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719094); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (773,111,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719094); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (774,111,'4',NULL,1684719094); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (775,111,'5',NULL,1684719094); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (776,111,'8',NULL,1684719094); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (777,111,'9',NULL,1684719094); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (778,112,'1',NULL,1684719105); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (779,112,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719105); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (780,112,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719105); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (781,112,'4',NULL,1684719105); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (782,112,'5',NULL,1684719105); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (783,112,'8',NULL,1684719105); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (784,112,'9',NULL,1684719105); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (785,113,'1',NULL,1684719116); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (786,113,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719116); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (787,113,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719116); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (788,113,'4',NULL,1684719116); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (789,113,'5',NULL,1684719116); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (790,113,'8',NULL,1684719116); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (791,113,'9',NULL,1684719116); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (792,114,'1',NULL,1684719126); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (793,114,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719126); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (794,114,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719126); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (795,114,'4',NULL,1684719126); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (796,114,'5',NULL,1684719126); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (797,114,'8',NULL,1684719126); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (798,114,'9',NULL,1684719126); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (799,115,'1',NULL,1684719134); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (800,115,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719134); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (801,115,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719134); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (802,115,'4',NULL,1684719134); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (803,115,'5',NULL,1684719134); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (804,115,'8',NULL,1684719134); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (805,115,'9',NULL,1684719134); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (806,116,'1',NULL,1684719561); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (807,116,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719561); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (808,116,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719561); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (809,116,'4',NULL,1684719561); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (810,116,'5',NULL,1684719561); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (811,116,'8',NULL,1684719561); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (812,116,'9',NULL,1684719561); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (813,117,'1',NULL,1684719571); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (814,117,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719571); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (815,117,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719571); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (816,117,'4',NULL,1684719571); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (817,117,'5',NULL,1684719571); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (818,117,'8',NULL,1684719571); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (819,117,'9',NULL,1684719571); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (820,118,'1',NULL,1684719579); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (821,118,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719579); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (822,118,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719579); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (823,118,'4',NULL,1684719579); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (824,118,'5',NULL,1684719579); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (825,118,'8',NULL,1684719579); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (826,118,'9',NULL,1684719579); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (827,119,'1',NULL,1684719588); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (828,119,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719588); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (829,119,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719588); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (830,119,'4',NULL,1684719588); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (831,119,'5',NULL,1684719588); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (832,119,'8',NULL,1684719588); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (833,119,'9',NULL,1684719588); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (834,120,'1',NULL,1684719597); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (835,120,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719597); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (836,120,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719597); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (837,120,'4',NULL,1684719597); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (838,120,'5',NULL,1684719597); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (839,120,'8',NULL,1684719597); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (840,120,'9',NULL,1684719597); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (841,121,'1',NULL,1684719606); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (842,121,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719606); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (843,121,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719606); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (844,121,'4',NULL,1684719606); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (845,121,'5',NULL,1684719606); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (846,121,'8',NULL,1684719606); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (847,121,'9',NULL,1684719606); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (848,122,'1',NULL,1684719616); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (849,122,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719616); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (850,122,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719616); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (851,122,'4',NULL,1684719616); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (852,122,'5',NULL,1684719616); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (853,122,'8',NULL,1684719616); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (854,122,'9',NULL,1684719616); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (855,123,'1',NULL,1684719624); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (856,123,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719624); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (857,123,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719624); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (858,123,'4',NULL,1684719624); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (859,123,'5',NULL,1684719624); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (860,123,'8',NULL,1684719624); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (861,123,'9',NULL,1684719624); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (862,124,'1',NULL,1684719633); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (863,124,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719633); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (864,124,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719633); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (865,124,'4',NULL,1684719633); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (866,124,'5',NULL,1684719633); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (867,124,'8',NULL,1684719633); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (868,124,'9',NULL,1684719633); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (869,125,'1',NULL,1684719649); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (870,125,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719649); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (871,125,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719649); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (872,125,'4',NULL,1684719649); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (873,125,'5',NULL,1684719649); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (874,125,'8',NULL,1684719649); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (875,125,'9',NULL,1684719649); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (876,126,'1',NULL,1684719658); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (877,126,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719658); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (878,126,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719658); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (879,126,'4',NULL,1684719658); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (880,126,'5',NULL,1684719658); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (881,126,'8',NULL,1684719658); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (882,126,'9',NULL,1684719658); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (883,127,'1',NULL,1684719666); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (884,127,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719666); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (885,127,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719666); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (886,127,'4',NULL,1684719666); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (887,127,'5',NULL,1684719666); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (888,127,'8',NULL,1684719666); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (889,127,'9',NULL,1684719666); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (890,128,'1',NULL,1684719675); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (891,128,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719675); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (892,128,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719675); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (893,128,'4',NULL,1684719675); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (894,128,'5',NULL,1684719675); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (895,128,'8',NULL,1684719675); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (896,128,'9',NULL,1684719675); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (897,129,'1',NULL,1684719684); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (898,129,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719684); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (899,129,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719684); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (900,129,'4',NULL,1684719684); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (901,129,'5',NULL,1684719684); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (902,129,'8',NULL,1684719684); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (903,129,'9',NULL,1684719684); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (904,130,'1',NULL,1684719693); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (905,130,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719693); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (906,130,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719693); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (907,130,'4',NULL,1684719693); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (908,130,'5',NULL,1684719693); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (909,130,'8',NULL,1684719693); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (910,130,'9',NULL,1684719693); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (911,131,'1',NULL,1684719703); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (912,131,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719703); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (913,131,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719703); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (914,131,'4',NULL,1684719703); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (915,131,'5',NULL,1684719703); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (916,131,'8',NULL,1684719703); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (917,131,'9',NULL,1684719703); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (918,132,'1',NULL,1684719712); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (919,132,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719712); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (920,132,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719712); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (921,132,'4',NULL,1684719712); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (922,132,'5',NULL,1684719712); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (923,132,'8',NULL,1684719712); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (924,132,'9',NULL,1684719712); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (925,133,'1',NULL,1684719719); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (926,133,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719719); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (927,133,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719719); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (928,133,'4',NULL,1684719719); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (929,133,'5',NULL,1684719719); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (930,133,'8',NULL,1684719719); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (931,133,'9',NULL,1684719719); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (932,134,'1',NULL,1684719727); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (933,134,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719727); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (934,134,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719727); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (935,134,'4',NULL,1684719727); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (936,134,'5',NULL,1684719727); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (937,134,'8',NULL,1684719727); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (938,134,'9',NULL,1684719727); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (939,135,'1',NULL,1684719737); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (940,135,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719737); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (941,135,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719737); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (942,135,'4',NULL,1684719737); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (943,135,'5',NULL,1684719737); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (944,135,'8',NULL,1684719737); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (945,135,'9',NULL,1684719737); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (946,136,'1',NULL,1684719746); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (947,136,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719746); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (948,136,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719746); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (949,136,'4',NULL,1684719746); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (950,136,'5',NULL,1684719746); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (951,136,'8',NULL,1684719746); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (952,136,'9',NULL,1684719746); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (953,137,'1',NULL,1684805325); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (954,137,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684805325); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (955,137,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684805325); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (956,137,'4',NULL,1684805325); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (957,137,'5',NULL,1684805325); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (958,137,'8',NULL,1684805325); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (959,137,'9',NULL,1684805325); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (960,138,'1',NULL,1685922096); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (961,138,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1685922096); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (962,138,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1685922096); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (963,138,'4',NULL,1685922096); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (964,138,'5',NULL,1685922096); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (965,138,'8',NULL,1685922096); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (966,138,'9',NULL,1685922096); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (967,139,'1',NULL,1685926818); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (968,139,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1685926818); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (969,139,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1685926818); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (970,139,'4',NULL,1685926818); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (971,139,'5',NULL,1685926818); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (972,139,'8',NULL,1685926818); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (973,139,'9',NULL,1685926818); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (974,140,'1',NULL,1685929629); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (975,140,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1685929629); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (976,140,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1685929629); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (977,140,'4',NULL,1685929629); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (978,140,'5',NULL,1685929629); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (979,140,'8',NULL,1685929629); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (980,140,'9',NULL,1685929629); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (988,142,'1',NULL,1686111601); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (989,142,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1686111601); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (990,142,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1686111601); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (991,142,'4',NULL,1686111601); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (992,142,'5',NULL,1686111601); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (993,142,'8',NULL,1686111601); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (994,142,'9',NULL,1686111601); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (995,143,'1',NULL,1686111925); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (996,143,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1686111925); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (997,143,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1686111925); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (998,143,'4',NULL,1686111925); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (999,143,'5',NULL,1686111925); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1000,143,'8',NULL,1686111925); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1001,143,'9',NULL,1686111925); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1002,144,'1',NULL,1686112052); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1003,144,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1686112052); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1004,144,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1686112052); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1005,144,'4',NULL,1686112052); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1006,144,'5',NULL,1686112052); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1007,144,'8',NULL,1686112052); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1008,144,'9',NULL,1686112052); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1009,145,'1',NULL,1694803340); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1010,145,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1694803340); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1011,145,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1694803340); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1012,145,'4',NULL,1694803340); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1013,145,'5',NULL,1694803340); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1014,145,'8',NULL,1694803340); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1015,145,'9',NULL,1694803340); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1016,146,'1',NULL,1694981703); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1017,146,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1694981703); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1018,146,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1694981703); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1019,146,'4',NULL,1694981703); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1020,146,'5',NULL,1694981703); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1021,146,'8',NULL,1694981703); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1022,146,'9',NULL,1694981703); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1023,147,'1',NULL,1698966286); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1024,147,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1698966286); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1025,147,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1698966286); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1026,147,'4',NULL,1698966286); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1027,147,'5',NULL,1698966286); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1028,147,'8',NULL,1698966286); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1029,147,'9',NULL,1698966286); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1030,148,'1',NULL,1726593487); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1031,148,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1726593487); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1032,148,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1726593487); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1033,148,'4',NULL,1726593487); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1034,148,'5',NULL,1726593487); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1035,148,'8',NULL,1726593487); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1036,148,'9',NULL,1726593487); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1037,149,'1',NULL,1728586596); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1038,149,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1728586596); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1039,149,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1728586596); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1040,149,'4',NULL,1728586596); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1041,149,'5',NULL,1728586596); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1042,149,'8',NULL,1728586596); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1043,149,'9',NULL,1728586596); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1044,150,'1',NULL,1736870877); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1045,150,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1736870877); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1046,150,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1736870877); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1047,150,'4',NULL,1736870877); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1048,150,'5',NULL,1736870877); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1049,150,'8',NULL,1736870877); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1050,150,'9',NULL,1736870877); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1051,151,'1',NULL,1736918451); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1052,151,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1736918451); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1053,151,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1736918451); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1054,151,'4',NULL,1736918451); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1055,151,'5',NULL,1736918451); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1056,151,'8',NULL,1736918451); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1057,151,'9',NULL,1736918451); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1058,152,'1',NULL,1743538506); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1059,152,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1743538506); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1060,152,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1743538506); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1061,152,'4',NULL,1743538506); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1062,152,'5',NULL,1743538506); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1063,152,'8',NULL,1743538506); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1064,152,'9',NULL,1743538506); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1065,153,'1',NULL,1745949063); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1066,153,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1745949063); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1067,153,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1745949063); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1068,153,'4',NULL,1745949063); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1069,153,'5',NULL,1745949063); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1070,153,'8',NULL,1745949063); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1071,153,'9',NULL,1745949063); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1072,154,'1',NULL,1746641290); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1073,154,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1746641290); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1074,154,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1746641290); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1075,154,'4',NULL,1746641290); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1076,154,'5',NULL,1746641290); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1077,154,'8',NULL,1746641290); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1078,154,'9',NULL,1746641290); + +SELECT setval('repo_unit_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "repo_unit"), 1), false); + + diff --git a/bootstrap/forgejo/gitea-db.repo_unit.sql b/bootstrap/forgejo/gitea-db.repo_unit.sql new file mode 100644 index 0000000..79ea4a6 --- /dev/null +++ b/bootstrap/forgejo/gitea-db.repo_unit.sql @@ -0,0 +1,1051 @@ +CREATE TABLE IF NOT EXISTS "public"."repo_unit" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "repo_id" BIGINT NULL, "type" INTEGER NULL, "config" TEXT NULL, "created_unix" BIGINT NULL INTEGER DEFAULT 0 NOT NULL); ; +CREATE INDEX "IDX_repo_unit_s" ON "repo_unit" ("repo_id","type"); +CREATE INDEX "IDX_repo_unit_created_unix" ON "repo_unit" ("created_unix"); + +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1,1,'1',NULL,1684685715); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (2,1,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684685715); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (3,1,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684685715); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (4,1,'4',NULL,1684685715); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (5,1,'5',NULL,1684685715); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (6,1,'8',NULL,1684685715); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (7,1,'9',NULL,1684685715); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (8,2,'1',NULL,1684709142); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (9,2,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709142); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (10,2,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709142); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (11,2,'4',NULL,1684709142); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (12,2,'5',NULL,1684709142); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (13,2,'8',NULL,1684709142); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (14,2,'9',NULL,1684709142); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (22,4,'1',NULL,1684709190); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (23,4,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709190); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (24,4,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709190); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (25,4,'4',NULL,1684709190); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (26,4,'5',NULL,1684709190); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (27,4,'8',NULL,1684709190); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (28,4,'9',NULL,1684709190); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (29,5,'1',NULL,1684709217); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (30,5,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709217); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (31,5,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709217); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (32,5,'4',NULL,1684709217); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (33,5,'5',NULL,1684709217); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (34,5,'8',NULL,1684709217); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (35,5,'9',NULL,1684709217); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (36,6,'1',NULL,1684709237); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (37,6,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709237); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (38,6,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709237); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (39,6,'4',NULL,1684709237); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (40,6,'5',NULL,1684709237); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (41,6,'8',NULL,1684709237); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (42,6,'9',NULL,1684709237); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (43,7,'1',NULL,1684709258); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (44,7,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709258); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (45,7,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709258); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (46,7,'4',NULL,1684709258); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (47,7,'5',NULL,1684709258); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (48,7,'8',NULL,1684709258); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (49,7,'9',NULL,1684709258); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (50,8,'1',NULL,1684709282); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (51,8,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709282); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (52,8,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709282); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (53,8,'4',NULL,1684709282); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (54,8,'5',NULL,1684709282); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (55,8,'8',NULL,1684709282); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (56,8,'9',NULL,1684709282); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (57,9,'1',NULL,1684709303); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (58,9,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709303); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (59,9,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709303); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (60,9,'4',NULL,1684709303); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (61,9,'5',NULL,1684709303); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (62,9,'8',NULL,1684709303); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (63,9,'9',NULL,1684709303); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (71,11,'1',NULL,1684709359); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (72,11,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709359); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (73,11,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709359); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (74,11,'4',NULL,1684709359); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (75,11,'5',NULL,1684709359); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (76,11,'8',NULL,1684709359); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (77,11,'9',NULL,1684709359); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (78,12,'1',NULL,1684709378); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (79,12,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709378); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (80,12,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709378); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (81,12,'4',NULL,1684709378); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (82,12,'5',NULL,1684709378); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (83,12,'8',NULL,1684709378); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (84,12,'9',NULL,1684709378); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (85,13,'1',NULL,1684709411); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (86,13,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709411); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (87,13,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709411); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (88,13,'4',NULL,1684709411); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (89,13,'5',NULL,1684709411); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (90,13,'8',NULL,1684709411); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (91,13,'9',NULL,1684709411); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (99,15,'1',NULL,1684709446); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (100,15,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709446); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (101,15,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709446); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (102,15,'4',NULL,1684709446); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (103,15,'5',NULL,1684709446); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (104,15,'8',NULL,1684709446); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (105,15,'9',NULL,1684709446); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (106,16,'1',NULL,1684709469); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (107,16,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709469); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (108,16,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709469); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (109,16,'4',NULL,1684709469); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (110,16,'5',NULL,1684709469); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (111,16,'8',NULL,1684709469); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (112,16,'9',NULL,1684709469); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (113,17,'1',NULL,1684709493); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (114,17,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709493); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (115,17,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709493); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (116,17,'4',NULL,1684709493); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (117,17,'5',NULL,1684709493); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (118,17,'8',NULL,1684709493); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (119,17,'9',NULL,1684709493); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (120,18,'1',NULL,1684709511); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (121,18,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709511); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (122,18,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709511); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (123,18,'4',NULL,1684709511); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (124,18,'5',NULL,1684709511); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (125,18,'8',NULL,1684709511); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (126,18,'9',NULL,1684709511); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (127,19,'1',NULL,1684709533); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (128,19,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709533); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (129,19,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709533); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (130,19,'4',NULL,1684709533); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (131,19,'5',NULL,1684709533); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (132,19,'8',NULL,1684709533); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (133,19,'9',NULL,1684709533); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (134,20,'1',NULL,1684709548); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (135,20,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709548); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (136,20,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709548); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (137,20,'4',NULL,1684709548); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (138,20,'5',NULL,1684709548); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (139,20,'8',NULL,1684709548); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (140,20,'9',NULL,1684709548); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (141,21,'1',NULL,1684709571); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (142,21,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709571); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (143,21,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709571); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (144,21,'4',NULL,1684709571); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (145,21,'5',NULL,1684709571); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (146,21,'8',NULL,1684709571); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (147,21,'9',NULL,1684709571); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (148,22,'1',NULL,1684709604); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (149,22,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709604); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (150,22,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709604); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (151,22,'4',NULL,1684709604); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (152,22,'5',NULL,1684709604); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (153,22,'8',NULL,1684709604); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (154,22,'9',NULL,1684709604); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (155,23,'1',NULL,1684709608); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (156,23,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709608); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (157,23,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709608); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (158,23,'4',NULL,1684709608); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (159,23,'5',NULL,1684709608); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (160,23,'8',NULL,1684709608); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (161,23,'9',NULL,1684709608); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (162,24,'1',NULL,1684709647); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (163,24,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709647); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (164,24,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709647); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (165,24,'4',NULL,1684709647); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (166,24,'5',NULL,1684709647); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (167,24,'8',NULL,1684709647); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (168,24,'9',NULL,1684709647); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (169,25,'1',NULL,1684709653); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (170,25,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709653); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (171,25,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709653); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (172,25,'4',NULL,1684709653); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (173,25,'5',NULL,1684709653); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (174,25,'8',NULL,1684709653); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (175,25,'9',NULL,1684709653); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (176,26,'1',NULL,1684709653); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (177,26,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709653); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (178,26,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709653); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (179,26,'4',NULL,1684709653); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (180,26,'5',NULL,1684709653); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (181,26,'8',NULL,1684709653); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (182,26,'9',NULL,1684709653); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (183,27,'1',NULL,1684709688); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (184,27,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709688); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (185,27,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709688); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (186,27,'4',NULL,1684709688); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (187,27,'5',NULL,1684709688); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (188,27,'8',NULL,1684709688); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (189,27,'9',NULL,1684709688); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (197,29,'1',NULL,1684709727); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (198,29,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709727); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (199,29,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709727); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (200,29,'4',NULL,1684709727); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (201,29,'5',NULL,1684709727); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (202,29,'8',NULL,1684709727); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (203,29,'9',NULL,1684709727); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (204,30,'1',NULL,1684709752); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (205,30,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709752); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (206,30,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709752); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (207,30,'4',NULL,1684709752); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (208,30,'5',NULL,1684709752); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (209,30,'8',NULL,1684709752); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (210,30,'9',NULL,1684709752); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (211,31,'1',NULL,1684709773); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (212,31,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709773); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (213,31,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709773); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (214,31,'4',NULL,1684709773); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (215,31,'5',NULL,1684709773); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (216,31,'8',NULL,1684709773); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (217,31,'9',NULL,1684709773); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (218,32,'1',NULL,1684709798); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (219,32,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709798); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (220,32,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709798); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (221,32,'4',NULL,1684709798); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (222,32,'5',NULL,1684709798); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (223,32,'8',NULL,1684709798); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (224,32,'9',NULL,1684709798); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (225,33,'1',NULL,1684709818); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (226,33,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709818); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (227,33,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709818); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (228,33,'4',NULL,1684709818); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (229,33,'5',NULL,1684709818); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (230,33,'8',NULL,1684709818); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (231,33,'9',NULL,1684709818); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (232,34,'1',NULL,1684709820); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (233,34,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709820); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (234,34,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709820); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (235,34,'4',NULL,1684709820); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (236,34,'5',NULL,1684709820); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (237,34,'8',NULL,1684709820); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (238,34,'9',NULL,1684709820); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (239,35,'1',NULL,1684709844); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (240,35,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709844); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (241,35,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709844); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (242,35,'4',NULL,1684709844); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (243,35,'5',NULL,1684709844); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (244,35,'8',NULL,1684709844); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (245,35,'9',NULL,1684709844); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (246,36,'1',NULL,1684709874); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (247,36,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709874); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (248,36,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709874); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (249,36,'4',NULL,1684709874); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (250,36,'5',NULL,1684709874); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (251,36,'8',NULL,1684709874); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (252,36,'9',NULL,1684709874); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (253,37,'1',NULL,1684709893); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (254,37,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709893); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (255,37,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709893); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (256,37,'4',NULL,1684709893); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (257,37,'5',NULL,1684709893); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (258,37,'8',NULL,1684709893); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (259,37,'9',NULL,1684709893); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (260,38,'1',NULL,1684712293); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (261,38,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684712293); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (262,38,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684712293); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (263,38,'4',NULL,1684712293); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (264,38,'5',NULL,1684712293); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (265,38,'8',NULL,1684712293); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (266,38,'9',NULL,1684712293); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (267,39,'1',NULL,1684712311); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (268,39,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684712311); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (269,39,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684712311); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (270,39,'4',NULL,1684712311); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (271,39,'5',NULL,1684712311); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (272,39,'8',NULL,1684712311); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (273,39,'9',NULL,1684712311); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (274,40,'1',NULL,1684712320); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (275,40,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684712320); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (276,40,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684712320); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (277,40,'4',NULL,1684712320); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (278,40,'5',NULL,1684712320); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (279,40,'8',NULL,1684712320); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (280,40,'9',NULL,1684712320); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (281,41,'1',NULL,1684717785); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (282,41,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717785); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (283,41,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717785); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (284,41,'4',NULL,1684717785); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (285,41,'5',NULL,1684717785); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (286,41,'8',NULL,1684717785); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (287,41,'9',NULL,1684717785); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (288,42,'1',NULL,1684717794); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (289,42,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717794); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (290,42,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717794); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (291,42,'4',NULL,1684717794); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (292,42,'5',NULL,1684717794); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (293,42,'8',NULL,1684717794); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (294,42,'9',NULL,1684717794); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (295,43,'1',NULL,1684717803); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (296,43,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717803); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (297,43,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717803); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (298,43,'4',NULL,1684717803); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (299,43,'5',NULL,1684717803); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (300,43,'8',NULL,1684717803); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (301,43,'9',NULL,1684717803); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (302,44,'1',NULL,1684717814); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (303,44,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717814); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (304,44,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717814); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (305,44,'4',NULL,1684717814); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (306,44,'5',NULL,1684717814); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (307,44,'8',NULL,1684717814); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (308,44,'9',NULL,1684717814); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (309,45,'1',NULL,1684717825); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (310,45,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717825); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (311,45,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717825); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (312,45,'4',NULL,1684717825); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (313,45,'5',NULL,1684717825); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (314,45,'8',NULL,1684717825); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (315,45,'9',NULL,1684717825); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (316,46,'1',NULL,1684717833); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (317,46,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717833); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (318,46,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717833); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (319,46,'4',NULL,1684717833); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (320,46,'5',NULL,1684717833); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (321,46,'8',NULL,1684717833); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (322,46,'9',NULL,1684717833); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (323,47,'1',NULL,1684717842); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (324,47,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717842); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (325,47,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717842); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (326,47,'4',NULL,1684717842); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (327,47,'5',NULL,1684717842); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (328,47,'8',NULL,1684717842); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (329,47,'9',NULL,1684717842); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (330,48,'1',NULL,1684717851); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (331,48,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717851); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (332,48,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717851); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (333,48,'4',NULL,1684717851); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (334,48,'5',NULL,1684717851); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (335,48,'8',NULL,1684717851); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (336,48,'9',NULL,1684717851); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (337,49,'1',NULL,1684717864); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (338,49,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717864); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (339,49,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717864); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (340,49,'4',NULL,1684717864); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (341,49,'5',NULL,1684717864); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (342,49,'8',NULL,1684717864); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (343,49,'9',NULL,1684717864); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (344,50,'1',NULL,1684717871); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (345,50,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717871); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (346,50,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717871); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (347,50,'4',NULL,1684717871); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (348,50,'5',NULL,1684717871); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (349,50,'8',NULL,1684717871); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (350,50,'9',NULL,1684717871); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (351,51,'1',NULL,1684717882); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (352,51,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717882); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (353,51,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717882); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (354,51,'4',NULL,1684717882); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (355,51,'5',NULL,1684717882); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (356,51,'8',NULL,1684717882); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (357,51,'9',NULL,1684717882); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (358,52,'1',NULL,1684717893); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (359,52,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717893); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (360,52,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717893); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (361,52,'4',NULL,1684717893); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (362,52,'5',NULL,1684717893); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (363,52,'8',NULL,1684717893); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (364,52,'9',NULL,1684717893); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (365,53,'1',NULL,1684717901); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (366,53,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717901); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (367,53,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717901); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (368,53,'4',NULL,1684717901); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (369,53,'5',NULL,1684717901); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (370,53,'8',NULL,1684717901); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (371,53,'9',NULL,1684717901); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (372,54,'1',NULL,1684717909); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (373,54,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717909); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (374,54,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717909); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (375,54,'4',NULL,1684717909); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (376,54,'5',NULL,1684717909); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (377,54,'8',NULL,1684717909); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (378,54,'9',NULL,1684717909); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (379,55,'1',NULL,1684717917); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (380,55,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717917); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (381,55,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717917); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (382,55,'4',NULL,1684717917); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (383,55,'5',NULL,1684717917); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (384,55,'8',NULL,1684717917); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (385,55,'9',NULL,1684717917); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (386,56,'1',NULL,1684717929); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (387,56,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717929); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (388,56,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717929); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (389,56,'4',NULL,1684717929); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (390,56,'5',NULL,1684717929); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (391,56,'8',NULL,1684717929); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (392,56,'9',NULL,1684717929); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (393,57,'1',NULL,1684717938); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (394,57,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717938); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (395,57,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717938); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (396,57,'4',NULL,1684717938); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (397,57,'5',NULL,1684717938); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (398,57,'8',NULL,1684717938); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (399,57,'9',NULL,1684717938); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (400,58,'1',NULL,1684717947); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (401,58,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717947); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (402,58,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717947); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (403,58,'4',NULL,1684717947); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (404,58,'5',NULL,1684717947); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (405,58,'8',NULL,1684717947); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (406,58,'9',NULL,1684717947); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (407,59,'1',NULL,1684717958); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (408,59,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717958); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (409,59,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717958); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (410,59,'4',NULL,1684717958); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (411,59,'5',NULL,1684717958); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (412,59,'8',NULL,1684717958); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (413,59,'9',NULL,1684717958); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (414,60,'1',NULL,1684717968); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (415,60,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717968); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (416,60,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717968); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (417,60,'4',NULL,1684717968); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (418,60,'5',NULL,1684717968); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (419,60,'8',NULL,1684717968); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (420,60,'9',NULL,1684717968); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (421,61,'1',NULL,1684717977); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (422,61,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717977); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (423,61,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717977); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (424,61,'4',NULL,1684717977); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (425,61,'5',NULL,1684717977); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (426,61,'8',NULL,1684717977); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (427,61,'9',NULL,1684717977); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (428,62,'1',NULL,1684717986); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (429,62,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717986); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (430,62,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717986); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (431,62,'4',NULL,1684717986); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (432,62,'5',NULL,1684717986); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (433,62,'8',NULL,1684717986); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (434,62,'9',NULL,1684717986); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (435,63,'1',NULL,1684718004); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (436,63,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718004); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (437,63,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718004); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (438,63,'4',NULL,1684718004); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (439,63,'5',NULL,1684718004); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (440,63,'8',NULL,1684718004); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (441,63,'9',NULL,1684718004); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (442,64,'1',NULL,1684718015); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (443,64,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718015); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (444,64,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718015); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (445,64,'4',NULL,1684718015); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (446,64,'5',NULL,1684718015); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (447,64,'8',NULL,1684718015); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (448,64,'9',NULL,1684718015); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (449,65,'1',NULL,1684718023); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (450,65,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718023); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (451,65,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718023); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (452,65,'4',NULL,1684718023); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (453,65,'5',NULL,1684718023); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (454,65,'8',NULL,1684718023); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (455,65,'9',NULL,1684718023); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (456,66,'1',NULL,1684718034); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (457,66,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718034); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (458,66,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718034); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (459,66,'4',NULL,1684718034); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (460,66,'5',NULL,1684718034); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (461,66,'8',NULL,1684718034); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (462,66,'9',NULL,1684718034); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (463,67,'1',NULL,1684718043); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (464,67,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718043); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (465,67,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718043); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (466,67,'4',NULL,1684718043); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (467,67,'5',NULL,1684718043); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (468,67,'8',NULL,1684718043); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (469,67,'9',NULL,1684718043); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (470,68,'1',NULL,1684718050); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (471,68,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718050); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (472,68,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718050); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (473,68,'4',NULL,1684718050); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (474,68,'5',NULL,1684718050); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (475,68,'8',NULL,1684718050); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (476,68,'9',NULL,1684718050); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (477,69,'1',NULL,1684718060); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (478,69,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718060); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (479,69,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718060); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (480,69,'4',NULL,1684718060); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (481,69,'5',NULL,1684718060); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (482,69,'8',NULL,1684718060); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (483,69,'9',NULL,1684718060); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (484,70,'1',NULL,1684718069); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (485,70,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718069); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (486,70,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718069); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (487,70,'4',NULL,1684718069); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (488,70,'5',NULL,1684718069); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (489,70,'8',NULL,1684718069); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (490,70,'9',NULL,1684718069); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (491,71,'1',NULL,1684718078); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (492,71,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718078); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (493,71,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718078); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (494,71,'4',NULL,1684718078); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (495,71,'5',NULL,1684718078); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (496,71,'8',NULL,1684718078); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (497,71,'9',NULL,1684718078); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (498,72,'1',NULL,1684718087); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (499,72,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718087); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (500,72,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718087); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (501,72,'4',NULL,1684718087); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (502,72,'5',NULL,1684718087); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (503,72,'8',NULL,1684718087); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (504,72,'9',NULL,1684718087); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (505,73,'1',NULL,1684718097); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (506,73,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718097); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (507,73,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718097); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (508,73,'4',NULL,1684718097); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (509,73,'5',NULL,1684718097); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (510,73,'8',NULL,1684718097); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (511,73,'9',NULL,1684718097); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (512,74,'1',NULL,1684718107); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (513,74,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718107); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (514,74,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718107); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (515,74,'4',NULL,1684718107); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (516,74,'5',NULL,1684718107); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (517,74,'8',NULL,1684718107); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (518,74,'9',NULL,1684718107); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (519,75,'1',NULL,1684718119); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (520,75,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718119); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (521,75,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718119); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (522,75,'4',NULL,1684718119); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (523,75,'5',NULL,1684718119); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (524,75,'8',NULL,1684718119); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (525,75,'9',NULL,1684718119); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (526,76,'1',NULL,1684718128); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (527,76,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718128); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (528,76,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718128); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (529,76,'4',NULL,1684718128); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (530,76,'5',NULL,1684718128); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (531,76,'8',NULL,1684718128); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (532,76,'9',NULL,1684718128); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (533,77,'1',NULL,1684718137); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (534,77,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718137); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (535,77,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718137); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (536,77,'4',NULL,1684718137); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (537,77,'5',NULL,1684718137); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (538,77,'8',NULL,1684718137); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (539,77,'9',NULL,1684718137); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (540,78,'1',NULL,1684718145); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (541,78,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718145); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (542,78,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718145); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (543,78,'4',NULL,1684718145); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (544,78,'5',NULL,1684718145); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (545,78,'8',NULL,1684718145); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (546,78,'9',NULL,1684718145); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (547,79,'1',NULL,1684718155); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (548,79,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718155); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (549,79,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718155); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (550,79,'4',NULL,1684718155); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (551,79,'5',NULL,1684718155); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (552,79,'8',NULL,1684718155); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (553,79,'9',NULL,1684718155); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (554,80,'1',NULL,1684718168); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (555,80,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718168); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (556,80,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718168); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (557,80,'4',NULL,1684718168); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (558,80,'5',NULL,1684718168); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (559,80,'8',NULL,1684718168); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (560,80,'9',NULL,1684718168); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (561,81,'1',NULL,1684718178); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (562,81,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718178); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (563,81,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718178); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (564,81,'4',NULL,1684718178); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (565,81,'5',NULL,1684718178); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (566,81,'8',NULL,1684718178); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (567,81,'9',NULL,1684718178); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (568,82,'1',NULL,1684718186); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (569,82,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718186); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (570,82,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718186); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (571,82,'4',NULL,1684718186); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (572,82,'5',NULL,1684718186); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (573,82,'8',NULL,1684718186); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (574,82,'9',NULL,1684718186); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (575,83,'1',NULL,1684718194); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (576,83,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718194); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (577,83,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718194); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (578,83,'4',NULL,1684718194); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (579,83,'5',NULL,1684718194); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (580,83,'8',NULL,1684718194); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (581,83,'9',NULL,1684718194); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (582,84,'1',NULL,1684718204); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (583,84,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718204); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (584,84,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718204); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (585,84,'4',NULL,1684718204); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (586,84,'5',NULL,1684718204); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (587,84,'8',NULL,1684718204); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (588,84,'9',NULL,1684718204); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (589,85,'1',NULL,1684718212); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (590,85,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718212); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (591,85,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718212); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (592,85,'4',NULL,1684718212); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (593,85,'5',NULL,1684718212); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (594,85,'8',NULL,1684718212); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (595,85,'9',NULL,1684718212); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (596,86,'1',NULL,1684718221); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (597,86,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718221); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (598,86,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718221); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (599,86,'4',NULL,1684718221); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (600,86,'5',NULL,1684718221); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (601,86,'8',NULL,1684718221); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (602,86,'9',NULL,1684718221); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (603,87,'1',NULL,1684718230); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (604,87,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718230); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (605,87,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718230); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (606,87,'4',NULL,1684718230); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (607,87,'5',NULL,1684718230); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (608,87,'8',NULL,1684718230); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (609,87,'9',NULL,1684718230); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (610,88,'1',NULL,1684718245); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (611,88,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718245); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (612,88,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718245); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (613,88,'4',NULL,1684718245); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (614,88,'5',NULL,1684718245); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (615,88,'8',NULL,1684718245); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (616,88,'9',NULL,1684718245); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (617,89,'1',NULL,1684718254); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (618,89,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718254); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (619,89,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718254); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (620,89,'4',NULL,1684718254); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (621,89,'5',NULL,1684718254); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (622,89,'8',NULL,1684718254); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (623,89,'9',NULL,1684718254); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (624,90,'1',NULL,1684718839); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (625,90,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718839); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (626,90,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718839); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (627,90,'4',NULL,1684718839); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (628,90,'5',NULL,1684718839); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (629,90,'8',NULL,1684718839); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (630,90,'9',NULL,1684718839); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (631,91,'1',NULL,1684718848); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (632,91,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718848); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (633,91,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718848); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (634,91,'4',NULL,1684718848); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (635,91,'5',NULL,1684718848); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (636,91,'8',NULL,1684718848); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (637,91,'9',NULL,1684718848); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (638,92,'1',NULL,1684718857); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (639,92,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718857); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (640,92,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718857); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (641,92,'4',NULL,1684718857); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (642,92,'5',NULL,1684718857); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (643,92,'8',NULL,1684718857); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (644,92,'9',NULL,1684718857); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (645,93,'1',NULL,1684718865); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (646,93,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718865); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (647,93,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718865); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (648,93,'4',NULL,1684718865); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (649,93,'5',NULL,1684718865); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (650,93,'8',NULL,1684718865); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (651,93,'9',NULL,1684718865); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (652,94,'1',NULL,1684718873); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (653,94,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718873); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (654,94,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718873); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (655,94,'4',NULL,1684718873); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (656,94,'5',NULL,1684718873); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (657,94,'8',NULL,1684718873); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (658,94,'9',NULL,1684718873); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (659,95,'1',NULL,1684718882); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (660,95,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718882); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (661,95,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718882); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (662,95,'4',NULL,1684718882); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (663,95,'5',NULL,1684718882); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (664,95,'8',NULL,1684718882); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (665,95,'9',NULL,1684718882); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (666,96,'1',NULL,1684718891); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (667,96,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718891); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (668,96,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718891); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (669,96,'4',NULL,1684718891); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (670,96,'5',NULL,1684718891); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (671,96,'8',NULL,1684718891); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (672,96,'9',NULL,1684718891); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (673,97,'1',NULL,1684718899); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (674,97,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718899); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (675,97,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718899); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (676,97,'4',NULL,1684718899); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (677,97,'5',NULL,1684718899); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (678,97,'8',NULL,1684718899); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (679,97,'9',NULL,1684718899); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (680,98,'1',NULL,1684718911); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (681,98,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718911); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (682,98,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718911); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (683,98,'4',NULL,1684718911); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (684,98,'5',NULL,1684718911); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (685,98,'8',NULL,1684718911); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (686,98,'9',NULL,1684718911); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (687,99,'1',NULL,1684718919); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (688,99,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718919); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (689,99,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718919); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (690,99,'4',NULL,1684718919); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (691,99,'5',NULL,1684718919); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (692,99,'8',NULL,1684718919); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (693,99,'9',NULL,1684718919); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (694,100,'1',NULL,1684718929); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (695,100,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718929); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (696,100,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718929); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (697,100,'4',NULL,1684718929); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (698,100,'5',NULL,1684718929); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (699,100,'8',NULL,1684718929); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (700,100,'9',NULL,1684718929); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (701,101,'1',NULL,1684718938); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (702,101,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718938); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (703,101,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718938); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (704,101,'4',NULL,1684718938); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (705,101,'5',NULL,1684718938); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (706,101,'8',NULL,1684718938); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (707,101,'9',NULL,1684718938); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (708,102,'1',NULL,1684718946); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (709,102,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718946); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (710,102,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718946); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (711,102,'4',NULL,1684718946); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (712,102,'5',NULL,1684718946); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (713,102,'8',NULL,1684718946); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (714,102,'9',NULL,1684718946); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (715,103,'1',NULL,1684719017); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (716,103,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719017); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (717,103,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719017); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (718,103,'4',NULL,1684719017); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (719,103,'5',NULL,1684719017); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (720,103,'8',NULL,1684719017); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (721,103,'9',NULL,1684719017); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (722,104,'1',NULL,1684719028); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (723,104,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719028); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (724,104,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719028); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (725,104,'4',NULL,1684719028); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (726,104,'5',NULL,1684719028); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (727,104,'8',NULL,1684719028); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (728,104,'9',NULL,1684719028); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (729,105,'1',NULL,1684719036); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (730,105,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719036); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (731,105,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719036); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (732,105,'4',NULL,1684719036); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (733,105,'5',NULL,1684719036); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (734,105,'8',NULL,1684719036); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (735,105,'9',NULL,1684719036); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (736,106,'1',NULL,1684719043); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (737,106,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719043); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (738,106,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719043); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (739,106,'4',NULL,1684719043); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (740,106,'5',NULL,1684719043); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (741,106,'8',NULL,1684719043); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (742,106,'9',NULL,1684719043); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (743,107,'1',NULL,1684719053); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (744,107,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719053); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (745,107,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719053); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (746,107,'4',NULL,1684719053); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (747,107,'5',NULL,1684719053); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (748,107,'8',NULL,1684719053); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (749,107,'9',NULL,1684719053); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (750,108,'1',NULL,1684719062); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (751,108,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719062); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (752,108,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719062); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (753,108,'4',NULL,1684719062); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (754,108,'5',NULL,1684719062); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (755,108,'8',NULL,1684719062); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (756,108,'9',NULL,1684719062); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (757,109,'1',NULL,1684719073); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (758,109,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719073); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (759,109,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719073); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (760,109,'4',NULL,1684719073); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (761,109,'5',NULL,1684719073); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (762,109,'8',NULL,1684719073); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (763,109,'9',NULL,1684719073); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (764,110,'1',NULL,1684719083); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (765,110,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719083); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (766,110,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719083); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (767,110,'4',NULL,1684719083); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (768,110,'5',NULL,1684719083); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (769,110,'8',NULL,1684719083); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (770,110,'9',NULL,1684719083); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (771,111,'1',NULL,1684719094); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (772,111,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719094); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (773,111,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719094); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (774,111,'4',NULL,1684719094); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (775,111,'5',NULL,1684719094); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (776,111,'8',NULL,1684719094); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (777,111,'9',NULL,1684719094); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (778,112,'1',NULL,1684719105); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (779,112,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719105); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (780,112,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719105); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (781,112,'4',NULL,1684719105); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (782,112,'5',NULL,1684719105); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (783,112,'8',NULL,1684719105); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (784,112,'9',NULL,1684719105); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (785,113,'1',NULL,1684719116); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (786,113,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719116); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (787,113,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719116); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (788,113,'4',NULL,1684719116); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (789,113,'5',NULL,1684719116); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (790,113,'8',NULL,1684719116); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (791,113,'9',NULL,1684719116); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (792,114,'1',NULL,1684719126); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (793,114,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719126); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (794,114,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719126); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (795,114,'4',NULL,1684719126); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (796,114,'5',NULL,1684719126); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (797,114,'8',NULL,1684719126); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (798,114,'9',NULL,1684719126); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (799,115,'1',NULL,1684719134); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (800,115,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719134); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (801,115,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719134); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (802,115,'4',NULL,1684719134); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (803,115,'5',NULL,1684719134); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (804,115,'8',NULL,1684719134); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (805,115,'9',NULL,1684719134); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (806,116,'1',NULL,1684719561); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (807,116,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719561); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (808,116,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719561); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (809,116,'4',NULL,1684719561); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (810,116,'5',NULL,1684719561); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (811,116,'8',NULL,1684719561); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (812,116,'9',NULL,1684719561); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (813,117,'1',NULL,1684719571); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (814,117,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719571); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (815,117,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719571); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (816,117,'4',NULL,1684719571); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (817,117,'5',NULL,1684719571); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (818,117,'8',NULL,1684719571); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (819,117,'9',NULL,1684719571); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (820,118,'1',NULL,1684719579); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (821,118,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719579); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (822,118,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719579); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (823,118,'4',NULL,1684719579); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (824,118,'5',NULL,1684719579); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (825,118,'8',NULL,1684719579); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (826,118,'9',NULL,1684719579); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (827,119,'1',NULL,1684719588); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (828,119,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719588); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (829,119,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719588); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (830,119,'4',NULL,1684719588); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (831,119,'5',NULL,1684719588); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (832,119,'8',NULL,1684719588); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (833,119,'9',NULL,1684719588); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (834,120,'1',NULL,1684719597); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (835,120,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719597); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (836,120,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719597); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (837,120,'4',NULL,1684719597); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (838,120,'5',NULL,1684719597); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (839,120,'8',NULL,1684719597); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (840,120,'9',NULL,1684719597); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (841,121,'1',NULL,1684719606); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (842,121,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719606); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (843,121,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719606); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (844,121,'4',NULL,1684719606); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (845,121,'5',NULL,1684719606); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (846,121,'8',NULL,1684719606); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (847,121,'9',NULL,1684719606); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (848,122,'1',NULL,1684719616); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (849,122,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719616); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (850,122,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719616); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (851,122,'4',NULL,1684719616); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (852,122,'5',NULL,1684719616); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (853,122,'8',NULL,1684719616); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (854,122,'9',NULL,1684719616); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (855,123,'1',NULL,1684719624); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (856,123,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719624); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (857,123,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719624); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (858,123,'4',NULL,1684719624); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (859,123,'5',NULL,1684719624); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (860,123,'8',NULL,1684719624); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (861,123,'9',NULL,1684719624); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (862,124,'1',NULL,1684719633); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (863,124,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719633); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (864,124,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719633); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (865,124,'4',NULL,1684719633); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (866,124,'5',NULL,1684719633); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (867,124,'8',NULL,1684719633); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (868,124,'9',NULL,1684719633); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (869,125,'1',NULL,1684719649); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (870,125,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719649); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (871,125,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719649); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (872,125,'4',NULL,1684719649); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (873,125,'5',NULL,1684719649); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (874,125,'8',NULL,1684719649); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (875,125,'9',NULL,1684719649); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (876,126,'1',NULL,1684719658); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (877,126,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719658); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (878,126,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719658); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (879,126,'4',NULL,1684719658); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (880,126,'5',NULL,1684719658); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (881,126,'8',NULL,1684719658); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (882,126,'9',NULL,1684719658); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (883,127,'1',NULL,1684719666); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (884,127,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719666); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (885,127,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719666); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (886,127,'4',NULL,1684719666); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (887,127,'5',NULL,1684719666); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (888,127,'8',NULL,1684719666); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (889,127,'9',NULL,1684719666); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (890,128,'1',NULL,1684719675); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (891,128,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719675); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (892,128,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719675); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (893,128,'4',NULL,1684719675); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (894,128,'5',NULL,1684719675); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (895,128,'8',NULL,1684719675); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (896,128,'9',NULL,1684719675); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (897,129,'1',NULL,1684719684); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (898,129,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719684); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (899,129,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719684); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (900,129,'4',NULL,1684719684); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (901,129,'5',NULL,1684719684); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (902,129,'8',NULL,1684719684); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (903,129,'9',NULL,1684719684); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (904,130,'1',NULL,1684719693); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (905,130,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719693); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (906,130,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719693); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (907,130,'4',NULL,1684719693); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (908,130,'5',NULL,1684719693); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (909,130,'8',NULL,1684719693); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (910,130,'9',NULL,1684719693); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (911,131,'1',NULL,1684719703); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (912,131,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719703); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (913,131,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719703); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (914,131,'4',NULL,1684719703); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (915,131,'5',NULL,1684719703); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (916,131,'8',NULL,1684719703); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (917,131,'9',NULL,1684719703); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (918,132,'1',NULL,1684719712); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (919,132,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719712); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (920,132,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719712); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (921,132,'4',NULL,1684719712); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (922,132,'5',NULL,1684719712); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (923,132,'8',NULL,1684719712); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (924,132,'9',NULL,1684719712); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (925,133,'1',NULL,1684719719); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (926,133,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719719); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (927,133,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719719); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (928,133,'4',NULL,1684719719); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (929,133,'5',NULL,1684719719); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (930,133,'8',NULL,1684719719); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (931,133,'9',NULL,1684719719); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (932,134,'1',NULL,1684719727); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (933,134,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719727); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (934,134,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719727); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (935,134,'4',NULL,1684719727); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (936,134,'5',NULL,1684719727); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (937,134,'8',NULL,1684719727); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (938,134,'9',NULL,1684719727); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (939,135,'1',NULL,1684719737); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (940,135,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719737); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (941,135,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719737); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (942,135,'4',NULL,1684719737); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (943,135,'5',NULL,1684719737); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (944,135,'8',NULL,1684719737); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (945,135,'9',NULL,1684719737); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (946,136,'1',NULL,1684719746); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (947,136,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719746); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (948,136,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719746); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (949,136,'4',NULL,1684719746); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (950,136,'5',NULL,1684719746); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (951,136,'8',NULL,1684719746); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (952,136,'9',NULL,1684719746); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (953,137,'1',NULL,1684805325); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (954,137,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684805325); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (955,137,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684805325); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (956,137,'4',NULL,1684805325); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (957,137,'5',NULL,1684805325); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (958,137,'8',NULL,1684805325); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (959,137,'9',NULL,1684805325); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (960,138,'1',NULL,1685922096); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (961,138,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1685922096); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (962,138,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1685922096); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (963,138,'4',NULL,1685922096); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (964,138,'5',NULL,1685922096); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (965,138,'8',NULL,1685922096); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (966,138,'9',NULL,1685922096); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (967,139,'1',NULL,1685926818); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (968,139,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1685926818); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (969,139,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1685926818); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (970,139,'4',NULL,1685926818); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (971,139,'5',NULL,1685926818); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (972,139,'8',NULL,1685926818); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (973,139,'9',NULL,1685926818); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (974,140,'1',NULL,1685929629); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (975,140,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1685929629); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (976,140,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1685929629); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (977,140,'4',NULL,1685929629); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (978,140,'5',NULL,1685929629); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (979,140,'8',NULL,1685929629); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (980,140,'9',NULL,1685929629); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (988,142,'1',NULL,1686111601); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (989,142,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1686111601); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (990,142,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1686111601); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (991,142,'4',NULL,1686111601); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (992,142,'5',NULL,1686111601); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (993,142,'8',NULL,1686111601); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (994,142,'9',NULL,1686111601); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (995,143,'1',NULL,1686111925); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (996,143,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1686111925); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (997,143,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1686111925); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (998,143,'4',NULL,1686111925); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (999,143,'5',NULL,1686111925); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1000,143,'8',NULL,1686111925); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1001,143,'9',NULL,1686111925); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1002,144,'1',NULL,1686112052); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1003,144,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1686112052); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1004,144,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1686112052); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1005,144,'4',NULL,1686112052); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1006,144,'5',NULL,1686112052); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1007,144,'8',NULL,1686112052); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1008,144,'9',NULL,1686112052); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1009,145,'1',NULL,1694803340); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1010,145,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1694803340); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1011,145,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1694803340); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1012,145,'4',NULL,1694803340); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1013,145,'5',NULL,1694803340); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1014,145,'8',NULL,1694803340); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1015,145,'9',NULL,1694803340); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1016,146,'1',NULL,1694981703); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1017,146,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1694981703); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1018,146,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1694981703); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1019,146,'4',NULL,1694981703); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1020,146,'5',NULL,1694981703); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1021,146,'8',NULL,1694981703); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1022,146,'9',NULL,1694981703); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1023,147,'1',NULL,1698966286); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1024,147,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1698966286); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1025,147,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1698966286); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1026,147,'4',NULL,1698966286); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1027,147,'5',NULL,1698966286); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1028,147,'8',NULL,1698966286); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1029,147,'9',NULL,1698966286); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1030,148,'1',NULL,1726593487); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1031,148,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1726593487); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1032,148,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1726593487); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1033,148,'4',NULL,1726593487); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1034,148,'5',NULL,1726593487); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1035,148,'8',NULL,1726593487); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1036,148,'9',NULL,1726593487); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1037,149,'1',NULL,1728586596); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1038,149,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1728586596); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1039,149,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1728586596); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1040,149,'4',NULL,1728586596); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1041,149,'5',NULL,1728586596); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1042,149,'8',NULL,1728586596); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1043,149,'9',NULL,1728586596); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1044,150,'1',NULL,1736870877); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1045,150,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1736870877); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1046,150,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1736870877); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1047,150,'4',NULL,1736870877); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1048,150,'5',NULL,1736870877); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1049,150,'8',NULL,1736870877); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1050,150,'9',NULL,1736870877); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1051,151,'1',NULL,1736918451); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1052,151,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1736918451); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1053,151,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1736918451); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1054,151,'4',NULL,1736918451); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1055,151,'5',NULL,1736918451); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1056,151,'8',NULL,1736918451); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1057,151,'9',NULL,1736918451); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1058,152,'1',NULL,1743538506); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1059,152,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1743538506); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1060,152,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1743538506); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1061,152,'4',NULL,1743538506); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1062,152,'5',NULL,1743538506); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1063,152,'8',NULL,1743538506); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1064,152,'9',NULL,1743538506); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1065,153,'1',NULL,1745949063); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1066,153,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1745949063); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1067,153,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1745949063); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1068,153,'4',NULL,1745949063); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1069,153,'5',NULL,1745949063); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1070,153,'8',NULL,1745949063); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1071,153,'9',NULL,1745949063); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1072,154,'1',NULL,1746641290); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1073,154,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1746641290); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1074,154,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1746641290); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1075,154,'4',NULL,1746641290); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1076,154,'5',NULL,1746641290); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1077,154,'8',NULL,1746641290); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix") VALUES (1078,154,'9',NULL,1746641290); + +SELECT setval('repo_unit_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "repo_unit"), 1), false); + + diff --git a/bootstrap/forgejo/gitea-db.repositories.sql b/bootstrap/forgejo/gitea-db.repositories.sql new file mode 100644 index 0000000..4c2b1d6 --- /dev/null +++ b/bootstrap/forgejo/gitea-db.repositories.sql @@ -0,0 +1,93 @@ +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", + "original_service_type", "original_url", "default_branch", + "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", + "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", + "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", + "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", + "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", + "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", + "archived_unix") +VALUES (56, 1, 'davad', 'coursera-dl', 'coursera-dl', + 'A script for downloading course material (video''s, pdfs, quizzes, etc) from coursera.org', '', '1', + 'https://davad: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@github.com/davad/coursera-dl.git', + 'mechanize', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', true, false, false, + false, '0', false, 0, false, 0, 344149, 344149, 0, true, false, 'null', 'sha1', '0', '', 1684717929, 1684717931, + 0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", + "original_service_type", "original_url", "default_branch", + "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", + "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", + "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", + "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", + "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", + "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", + "archived_unix") +VALUES (49, 1, 'davad', 'caddy-path-proxy', 'caddy-path-proxy', + 'Automated caddy proxy for Docker containers using docker-gen', '', '1', + 'https://davad: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@github.com/davad/caddy-path-proxy.git', + 'restart', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', true, false, false, false, + '2', false, 0, false, 0, 39828, 39828, 0, true, false, 'null', 'sha1', '0', '', 1684717864, 1684717865, 0); + +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", + "original_service_type", "original_url", "default_branch", + "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", + "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", + "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", + "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", + "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", + "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", + "archived_unix") +VALUES (62, 1, 'davad', 'docker-dontstarvetogether', 'docker-dontstarvetogether', + 'Dockerfile for building a Don''t Starve Together dedicated-server image.', '', '1', + 'https://davad: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@github.com/davad/docker-dontstarvetogether.git', + 'develop', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', true, false, false, false, + '0', false, 0, false, 0, 318011, 318011, 0, true, false, 'null', 'sha1', '0', '', 1684717986, 1684717996, 0); + +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", + "original_service_type", "original_url", "default_branch", + "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", + "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", + "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", + "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", + "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", + "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", + "archived_unix") +VALUES (74, 1, 'davad', 'formvalidation', 'formvalidation', + 'The best @jquery plugin to validate form fields. Designed to use with Bootstrap + Zurb Foundation + Pure + SemanticUI + UIKit + Your own frameworks.', + '', '1', + 'https://davad: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@github.com/davad/formvalidation.git', + 'info', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', true, false, false, false, + '0', false, 0, false, 0, 11870433, 11870433, 0, true, false, 'null', 'sha1', '0', '', 1684718107, 1684718113, + 0); + +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", + "original_service_type", "original_url", "default_branch", + "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", + "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", + "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", + "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", + "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", + "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", + "archived_unix") +VALUES (109, 1, 'davad', 'keepassxc', 'keepassxc', + 'KeePassXC is a cross platform community driven port of the windows application “Keepass Password Safe”.', '', + '1', + 'https://davad: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@github.com/davad/keepassxc.git', + 'develop', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', true, false, false, false, + '0', false, 0, false, 0, 7732500, 7732500, 0, true, false, 'null', 'sha1', '0', '', 1684719073, 1684719077, 0); + +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", + "original_service_type", "original_url", "default_branch", + "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", + "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", + "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", + "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", + "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", + "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", + "archived_unix") +VALUES (112, 1, 'davad', 'montferret.github.io', 'montferret.github.io', 'Website for Ferret project', '', '1', + 'https://davad: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@github.com/davad/montferret.github.io.git', + 'dev', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', true, false, false, false, + '0', false, 0, false, 0, 4468823, 4468823, 0, true, false, 'null', 'sha1', '0', '', 1684719105, 1684719108, 0); + +SELECT setval('repository_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "repository"), 1), false); \ No newline at end of file diff --git a/bootstrap/forgejo/gitea-db.sql b/bootstrap/forgejo/gitea-db.sql new file mode 100644 index 0000000..6492b03 --- /dev/null +++ b/bootstrap/forgejo/gitea-db.sql @@ -0,0 +1,5776 @@ +/*Generated by xorm 2025-06-29 18:50:54, from postgres to postgres*/ + +CREATE TABLE IF NOT EXISTS "public"."access_token" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "uid" BIGINT NULL, "name" VARCHAR(255) NULL, "token_hash" VARCHAR(255) NULL, "token_salt" VARCHAR(255) NULL, "token_last_eight" VARCHAR(255) NULL, "scope" VARCHAR(255) NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL); ; +CREATE INDEX "IDX_access_token_created_unix" ON "access_token" ("created_unix"); +CREATE INDEX "IDX_access_token_updated_unix" ON "access_token" ("updated_unix"); +CREATE INDEX "IDX_access_token_uid" ON "access_token" ("uid"); +CREATE UNIQUE INDEX "UQE_access_token_token_hash" ON "access_token" ("token_hash"); +CREATE INDEX "IDX_access_token_token_last_eight" ON "access_token" ("token_last_eight"); +INSERT INTO "access_token" ("id", "uid", "name", "token_hash", "token_salt", "token_last_eight", "scope", "created_unix", "updated_unix") VALUES (4,1,'Portainer','3e8f54c170ac40103eb3da5b7be53baa28205b3f20a7ed906b0411df0a4151b3885e4d92652df4d0c1ce6fd82273cad334ab','LLFABAvQTl','b9dc0f82','write:repository',1685923505,1715537203); +INSERT INTO "access_token" ("id", "uid", "name", "token_hash", "token_salt", "token_last_eight", "scope", "created_unix", "updated_unix") VALUES (5,1,'ArgoCD Autopilot','10e20f1d2a2c288a7a32643b8d8e8c1941908e1039f49d7b94a1cade9d13e18b235d13ee4bfedade048e097796f054070702','zi8sIDUTXG','18cc4791','write:repository',1705862274,1746579345); +SELECT setval('access_token_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "access_token"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."auth_token" ("id" VARCHAR(255) PRIMARY KEY NOT NULL, "token_hash" VARCHAR(255) NULL, "user_id" BIGINT NULL, "expires_unix" BIGINT NULL); ; +CREATE INDEX "IDX_auth_token_user_id" ON "auth_token" ("user_id"); +CREATE INDEX "IDX_auth_token_expires_unix" ON "auth_token" ("expires_unix"); + +CREATE TABLE IF NOT EXISTS "public"."oauth2_application" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "uid" BIGINT NULL, "name" VARCHAR(255) NULL, "client_id" VARCHAR(255) NULL, "client_secret" VARCHAR(255) NULL, "confidential_client" BOOL DEFAULT TRUE NOT NULL, "redirect_uris" TEXT NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL); ; +CREATE INDEX "IDX_oauth2_application_uid" ON "oauth2_application" ("uid"); +CREATE UNIQUE INDEX "UQE_oauth2_application_client_id" ON "oauth2_application" ("client_id"); +CREATE INDEX "IDX_oauth2_application_created_unix" ON "oauth2_application" ("created_unix"); +CREATE INDEX "IDX_oauth2_application_updated_unix" ON "oauth2_application" ("updated_unix"); +INSERT INTO "oauth2_application" ("id", "uid", "name", "client_id", "client_secret", "confidential_client", "redirect_uris", "created_unix", "updated_unix") VALUES (1,0,'git-credential-oauth','a4792ccc-144e-407e-86c9-5e7d8d9c3269','',false,'["http://127.0.0.1","https://127.0.0.1"]',1711666835,1711666835); +INSERT INTO "oauth2_application" ("id", "uid", "name", "client_id", "client_secret", "confidential_client", "redirect_uris", "created_unix", "updated_unix") VALUES (2,0,'Git Credential Manager','e90ee53c-94e2-48ac-9358-a874fb9e0662','',false,'["http://127.0.0.1","https://127.0.0.1"]',1711666835,1711666835); +INSERT INTO "oauth2_application" ("id", "uid", "name", "client_id", "client_secret", "confidential_client", "redirect_uris", "created_unix", "updated_unix") VALUES (3,0,'tea','d57cb8c4-630c-4168-8324-ec79935e18d4','',false,'["http://127.0.0.1","https://127.0.0.1"]',1749414499,1749414499); +SELECT setval('oauth2_application_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "oauth2_application"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."oauth2_authorization_code" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "grant_id" BIGINT NULL, "code" VARCHAR(255) NULL, "code_challenge" VARCHAR(255) NULL, "code_challenge_method" VARCHAR(255) NULL, "redirect_uri" VARCHAR(255) NULL, "valid_until" BIGINT NULL); ; +CREATE UNIQUE INDEX "UQE_oauth2_authorization_code_code" ON "oauth2_authorization_code" ("code"); +CREATE INDEX "IDX_oauth2_authorization_code_valid_until" ON "oauth2_authorization_code" ("valid_until"); +SELECT setval('oauth2_authorization_code_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "oauth2_authorization_code"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."oauth2_grant" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "user_id" BIGINT NULL, "application_id" BIGINT NULL, "counter" BIGINT DEFAULT 1 NOT NULL, "scope" TEXT NULL, "nonce" TEXT NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL); ; +CREATE INDEX "IDX_oauth2_grant_application_id" ON "oauth2_grant" ("application_id"); +CREATE UNIQUE INDEX "UQE_oauth2_grant_user_application" ON "oauth2_grant" ("user_id","application_id"); +CREATE INDEX "IDX_oauth2_grant_user_id" ON "oauth2_grant" ("user_id"); +SELECT setval('oauth2_grant_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "oauth2_grant"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."session" ("key" CHAR(16) PRIMARY KEY NOT NULL, "data" BYTEA NULL, "expiry" BIGINT NULL); ; + +CREATE TABLE IF NOT EXISTS "public"."login_source" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "type" INTEGER NULL, "name" VARCHAR(255) NULL, "is_active" BOOL DEFAULT false NOT NULL, "is_sync_enabled" BOOL DEFAULT false NOT NULL, "cfg" TEXT NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL); ; +CREATE INDEX "IDX_login_source_updated_unix" ON "login_source" ("updated_unix"); +CREATE UNIQUE INDEX "UQE_login_source_name" ON "login_source" ("name"); +CREATE INDEX "IDX_login_source_is_active" ON "login_source" ("is_active"); +CREATE INDEX "IDX_login_source_is_sync_enabled" ON "login_source" ("is_sync_enabled"); +CREATE INDEX "IDX_login_source_created_unix" ON "login_source" ("created_unix"); +INSERT INTO "login_source" ("id", "type", "name", "is_active", "is_sync_enabled", "cfg", "created_unix", "updated_unix") VALUES (2,'6','keycloak',true,false,'{"Provider":"openidConnect","ClientID":"gitea","ClientSecret":"XMcv0VtmQkkxHypwkMdr3kbiSH5WnPzU","OpenIDConnectAutoDiscoveryURL":"https://keycloak.nc.landry.land/realms/master/.well-known/openid-configuration","CustomURLMapping":null,"IconURL":"","Scopes":null,"RequiredClaimName":"","RequiredClaimValue":"","GroupClaimName":"","AdminGroup":"","GroupTeamMap":"","GroupTeamMapRemoval":false,"RestrictedGroup":""}',1711690916,1711690916); +SELECT setval('login_source_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "login_source"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."two_factor" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "uid" BIGINT NULL, "secret" VARCHAR(255) NULL, "scratch_salt" VARCHAR(255) NULL, "scratch_hash" VARCHAR(255) NULL, "last_used_passcode" VARCHAR(10) NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL); ; +CREATE UNIQUE INDEX "UQE_two_factor_uid" ON "two_factor" ("uid"); +CREATE INDEX "IDX_two_factor_created_unix" ON "two_factor" ("created_unix"); +CREATE INDEX "IDX_two_factor_updated_unix" ON "two_factor" ("updated_unix"); +SELECT setval('two_factor_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "two_factor"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."webauthn_credential" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "name" VARCHAR(255) NULL, "lower_name" VARCHAR(255) NULL, "user_id" BIGINT NULL, "credential_id" BYTEA NULL, "public_key" BYTEA NULL, "attestation_type" VARCHAR(255) NULL, "aaguid" BYTEA NULL, "sign_count" BIGINT NULL, "clone_warning" BOOL NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL); ; +CREATE UNIQUE INDEX "UQE_webauthn_credential_s" ON "webauthn_credential" ("lower_name","user_id"); +CREATE INDEX "IDX_webauthn_credential_user_id" ON "webauthn_credential" ("user_id"); +CREATE INDEX "IDX_webauthn_credential_credential_id" ON "webauthn_credential" ("credential_id"); +CREATE INDEX "IDX_webauthn_credential_created_unix" ON "webauthn_credential" ("created_unix"); +CREATE INDEX "IDX_webauthn_credential_updated_unix" ON "webauthn_credential" ("updated_unix"); +SELECT setval('webauthn_credential_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "webauthn_credential"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."email_hash" ("hash" VARCHAR(32) PRIMARY KEY NOT NULL, "email" VARCHAR(255) NOT NULL); ; +CREATE UNIQUE INDEX "UQE_email_hash_email" ON "email_hash" ("email"); +INSERT INTO "email_hash" ("hash", "email") VALUES ('1ea3a2be736ec12a710d4e1540117596','david@dmwl.net'); +INSERT INTO "email_hash" ("hash", "email") VALUES ('16979d4ba4630a265ef0a47c8428dbe9','bahamapascal@yahoo.com'); +INSERT INTO "email_hash" ("hash", "email") VALUES ('f300b04f30ea44ac83b20f1175c1319d','noreply@associatesinphysicaltherapy.com'); +INSERT INTO "email_hash" ("hash", "email") VALUES ('005db6ec71f550eff150c94b949374c7','m.houllier@gmail.com'); +INSERT INTO "email_hash" ("hash", "email") VALUES ('da5d06c6fc47e25309e69576854dbe87','ubuntu@ip-10-0-0-126.us-west-2.compute.internal'); +INSERT INTO "email_hash" ("hash", "email") VALUES ('edde0f22202c2f810219bb8a5d7bf7a6','james.muehlner@guac-dev.org'); +INSERT INTO "email_hash" ("hash", "email") VALUES ('c26b718af4f97a13f67213565c9c0b56','pauldhandy@gmail.com'); +INSERT INTO "email_hash" ("hash", "email") VALUES ('581951fbf7cfb6e94165965af1c6a980','mail@pauldhandy.com'); +INSERT INTO "email_hash" ("hash", "email") VALUES ('3bf73c5f9dcec636634bbbc01c4c7603','you@weatherbill.com'); +INSERT INTO "email_hash" ("hash", "email") VALUES ('ead30ee5f5603672f913717e626609e2','ror@edgestonemedia.com'); +INSERT INTO "email_hash" ("hash", "email") VALUES ('5882b4c30d4fbccf3c19d712bdee62cc','tia.howell@gmail.com'); +INSERT INTO "email_hash" ("hash", "email") VALUES ('6a4716759f946bed0bd4d5b1de8feb43','svordy@gmail.com'); +INSERT INTO "email_hash" ("hash", "email") VALUES ('0a8b345ddcfc5401f578c850442f1e1b','coolaj86@gmail.com'); +INSERT INTO "email_hash" ("hash", "email") VALUES ('cf3dfe99aa6105859c710200ad108f4f','jonamission@fmail.com'); +INSERT INTO "email_hash" ("hash", "email") VALUES ('b365fdb493010c3a94548b6361e016ce','jonamission@gmail.com'); +INSERT INTO "email_hash" ("hash", "email") VALUES ('2cb8c6941f7de4899e7c0b87706341a3','david@caribbeanos.com'); +INSERT INTO "email_hash" ("hash", "email") VALUES ('6c6c5f46678992ae330ad943979eb3ba','git@davad.me'); + +CREATE TABLE IF NOT EXISTS "public"."dbfs_meta" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "full_path" VARCHAR(500) NOT NULL, "block_size" BIGINT NOT NULL, "file_size" BIGINT NOT NULL, "create_timestamp" BIGINT NOT NULL, "modify_timestamp" BIGINT NOT NULL); ; +CREATE UNIQUE INDEX "UQE_dbfs_meta_full_path" ON "dbfs_meta" ("full_path"); +SELECT setval('dbfs_meta_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "dbfs_meta"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."dbfs_data" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "revision" BIGINT NOT NULL, "meta_id" BIGINT NOT NULL, "blob_offset" BIGINT NOT NULL, "blob_size" BIGINT NOT NULL, "blob_data" BYTEA NOT NULL); ; +CREATE INDEX "IDX_dbfs_data_meta_offset" ON "dbfs_data" ("meta_id","blob_offset"); +SELECT setval('dbfs_data_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "dbfs_data"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."app_state" ("id" VARCHAR(200) PRIMARY KEY NOT NULL, "revision" BIGINT NULL, "content" TEXT NULL); ; +INSERT INTO "app_state" ("id", "revision", "content") VALUES ('runtime-state',0,'{"last_app_path":"/usr/local/bin/gitea","last_custom_conf":"/data/gitea/conf/app.ini"}'); +INSERT INTO "app_state" ("id", "revision", "content") VALUES ('update-checker',65,'{"LatestVersion":"1.24.2"}'); + +CREATE TABLE IF NOT EXISTS "public"."notice" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "type" INTEGER NULL, "description" TEXT NULL, "created_unix" BIGINT NULL); ; +CREATE INDEX "IDX_notice_created_unix" ON "notice" ("created_unix"); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1,'2','Cron: Cleanup hook_task table cancelled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1709942405); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1711914640); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1716324336); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1716839736); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1716840336); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1716840336); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1716840936); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1716841536); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1716842136); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1716842136); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1716842736); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1716852936); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1716852936); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1717141536); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1717326936); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1717327536); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1717328136); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1717328136); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1717328736); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1717329336); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1717329936); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1717329936); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1717330536); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1718142385); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1718394985); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1718417185); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1718417185); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (29,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1718742985); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1718742985); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (30,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1719114385); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (31,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1719209582); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (32,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1720120382); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (33,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1720608182); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (34,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1720720648); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (35,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1720720648); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (36,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1720984048); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (37,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1720985248); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (38,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1720985248); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (39,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1720985848); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (40,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1720986448); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (41,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1720987048); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (42,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1720987048); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (43,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1721092048); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (44,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1721413490); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (45,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1721431490); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (46,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1721432090); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (47,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1721432690); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (48,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1721432690); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (49,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1721438690); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (50,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1721439290); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (52,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1721439890); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (53,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1721444090); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (51,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1721439890); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (54,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1722384362); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (55,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1722466562); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (56,'1','Failed to health check repository (davad/argo): context deadline exceeded',1723420880); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (57,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1723702488); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (58,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1726839797); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (59,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1728328551); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (60,'1','Failed to health check repository (davad/argo): context deadline exceeded',1728518514); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (61,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1728843554); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (62,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1728848954); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (63,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1729541354); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (64,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1730914754); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (65,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1731355754); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (66,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1734464354); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (67,'1','Failed to health check repository (davad/argo): context deadline exceeded',1734652875); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (68,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1734667960); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (69,'1','Failed to health check repository (davad/argo): context deadline exceeded',1735516883); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (70,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1735742565); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (71,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1735754565); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (72,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1735754565); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (73,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1735755165); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (74,'2','Cron: Stop zombie tasks canceled: find tasks: read tcp 10.42.0.137:46850->10.43.5.36:5432: read: connection reset by peer',1735792273); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (75,'1','Failed to health check repository (davad/argo): context deadline exceeded',1736726480); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (76,'1','Failed to health check repository (davad/argo): context deadline exceeded',1736899284); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (77,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1736915708); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (78,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1737050708); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (79,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1737088508); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (80,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1737174908); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (81,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1737261308); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (82,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1737347708); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (83,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1737410108); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (84,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739064462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (85,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739064462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (86,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739456862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (87,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739456862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (88,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739535462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (89,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739536062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (90,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739536062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (91,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739536662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (92,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739537262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (93,'2','Cron: Cancel abandoned jobs canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739537862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (94,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739537862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (95,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739538462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (96,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739539062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (97,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739539662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (98,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739539662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (99,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739540262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (100,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739540862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (101,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739541462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (102,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739541462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (103,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739542062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (104,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739542662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (105,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739543262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (106,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739543262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (110,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739545062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (111,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739545662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (113,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739546862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (115,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739547462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (116,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739548062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (118,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739548662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (120,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739549862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (122,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739550462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (123,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739551062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (124,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739551662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (125,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739552262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (129,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739554062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (131,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739554662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (133,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739556462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (107,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739543862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (108,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739544462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (109,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739545062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (112,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739546262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (114,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739546862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (117,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739548662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (119,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739549262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (121,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739550462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (126,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739552262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (127,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739552862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (128,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739553462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (130,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739554062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (132,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739555262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (134,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739557062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (135,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739557662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (136,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739557662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (137,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739558262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (138,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739558862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (139,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739559462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (140,'2','Cron: Cancel abandoned jobs canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739559462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (141,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739560062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (142,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739560662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (143,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739561262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (144,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739561262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (145,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739561862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (146,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739563062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (147,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739563062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (148,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739563662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (149,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739564262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (150,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739564862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (151,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739564862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (152,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739565462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (153,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739566062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (154,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739566662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (155,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739566662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (156,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739567262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (157,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739567862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (158,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739568462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (159,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739568462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (160,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739569062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (161,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739569662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (162,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739570262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (163,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739570262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (164,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739570862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (165,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739571462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (166,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739572062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (167,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739572062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (168,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739572662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (169,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739573262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (170,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739573862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (171,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739573862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (172,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739574462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (173,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739575062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (174,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739575662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (177,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739576862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (181,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739579262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (185,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739581062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (187,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739581662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (188,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739582262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (189,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739582862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (192,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739584062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (193,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739584662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (196,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739585862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (197,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739586462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (175,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739575662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (176,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739576262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (178,'2','Cron: Delete old repository archives canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739577605); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (179,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739578062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (180,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739578662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (182,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739579262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (183,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739579862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (184,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739580462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (186,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739581062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (190,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739582862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (191,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739583462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (194,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739584662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (195,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739585262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (198,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739586462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (199,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739587062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (200,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739587662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (202,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739588262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (201,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739588262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (203,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739588862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (204,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739589462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (205,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739590062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (206,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739590062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (207,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739590662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (208,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739591262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (209,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739592462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (210,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739593062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (211,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739593662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (212,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739593662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (213,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739594262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (214,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739594862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (215,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739595462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (216,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739595462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (217,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739596062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (218,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739596662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (219,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739597262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (220,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739597262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (221,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739597862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (222,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739598462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (223,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739599062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (224,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739599062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (225,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739599662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (226,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739600262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (227,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739600862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (228,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739600862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (229,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739601462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (230,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739602062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (231,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739602662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (232,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739602662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (233,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739603262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (234,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739603862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (235,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739604462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (237,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739605062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (238,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739605662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (240,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739606262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (243,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739608062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (247,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739609862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (248,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739610462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (251,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739611662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (254,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739613462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (258,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739615262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (260,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739615862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (262,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739617062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (267,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739618862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (236,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739604462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (239,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739606262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (241,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739606862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (242,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739607462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (244,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739608062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (245,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739609262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (246,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739609862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (249,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739611062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (250,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739611662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (252,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739612262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (253,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739612862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (255,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739613462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (256,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739614062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (257,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739614662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (259,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739615262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (261,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739616462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (263,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739617062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (264,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739617662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (265,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739618262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (266,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739618862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (268,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739619462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (269,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739620062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (270,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739621262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (271,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739621862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (272,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739622462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (273,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739622462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (274,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739623062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (275,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739623662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (276,'2','Cron: Cancel abandoned jobs canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739624262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (277,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739624262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (278,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739624862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (279,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739625462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (280,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739626062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (281,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739626062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (282,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739626662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (283,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739627262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (284,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739627862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (285,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739627862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (286,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739628462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (287,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739629062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (288,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739629662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (289,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739629662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (290,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739630262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (291,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739631462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (292,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739631462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (293,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739632062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (294,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739632662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (295,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739633262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (296,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739633262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (297,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739633862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (298,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739634462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (299,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739635062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (300,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739635062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (301,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739635662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (302,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739636262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (303,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739636862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (304,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739636862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (305,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739637462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (306,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739638062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (307,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739638662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (308,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739638662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (309,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739639262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (310,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739639862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (311,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739641062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (312,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739641662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (313,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739642262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (314,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739642262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (315,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739642862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (316,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739643462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (317,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739644062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (318,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739644062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (319,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739644662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (321,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739645862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (323,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739646462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (324,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739647062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (325,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739647662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (328,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739648862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (329,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739649462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (331,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739650062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (334,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739651262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (335,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739651862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (336,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739652462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (337,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739653062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (339,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739653662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (341,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739654862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (346,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739656662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (320,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739645262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (322,'2','Cron: Cancel abandoned jobs canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739645862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (326,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739647662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (327,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739648262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (330,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739649462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (332,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739650662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (333,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739651262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (338,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739653062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (340,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739654262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (342,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739654862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (343,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739655462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (344,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739656062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (345,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739656662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (347,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739657262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (348,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739657862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (349,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739659062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (350,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739659662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (351,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739660262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (352,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739660262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (353,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739660862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (354,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739661462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (355,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739662062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (356,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739662062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (357,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739662662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (358,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739663262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (359,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739663862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (360,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739663862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (361,'2','Cron: Cleanup actions expired logs and artifacts canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739664005); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (362,'2','Cron: Delete old repository archives canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739664005); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (363,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739664462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (364,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739665062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (365,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739665662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (366,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739665662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (367,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1739666262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (400,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739912314); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (433,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739912800); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (466,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739918211); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (499,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739918694); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (532,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739919192); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (565,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739920661); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (598,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739921262); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (599,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1739924215); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (632,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739924696); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (665,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739925196); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (698,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739926662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (731,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739927160); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (764,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739927638); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (797,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739928260); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (798,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739929977); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (831,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739930958); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (864,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739932908); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (897,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739933521); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (898,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739935233); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (931,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739935724); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (964,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1739936215); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (997,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739936719); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1030,'2','Cron: Start schedule tasks canceled: LoadRepos: dial tcp 10.43.5.36:5432: connect: connection refused',1739937194); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1063,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739938309); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1096,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739938917); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1097,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739939416); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1130,'2','Cron: Cancel abandoned jobs canceled: dial tcp 10.43.5.36:5432: connect: connection refused',1739940396); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1163,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739940873); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1196,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739941981); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1229,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1739943712); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1262,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739945175); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1263,'2','Cron: Update Mirrors canceled: dial tcp 10.43.5.36:5432: connect: connection refused',1739945189); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1295,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739946633); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1328,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739947273); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1361,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739947742); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1394,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739949222); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1427,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1739951820); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1460,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1739952414); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1461,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739954264); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1494,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1739956611); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1527,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739957080); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1560,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739957579); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1593,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739958070); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1626,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1739958690); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1627,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739959549); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1660,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739960401); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1693,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739960882); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1726,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739962255); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1759,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739963114); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1792,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739964712); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1825,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739965180); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1858,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739966047); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1891,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739967644); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1924,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739968139); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1957,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739969972); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (1990,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739970468); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2023,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1739970989); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2024,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1739970989); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2056,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739973310); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2089,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739975254); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2122,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739975749); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2155,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739976235); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2188,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739976727); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2189,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1739976727); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2221,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1739976984); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2222,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739977830); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2255,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739978332); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2288,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1739978837); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2321,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739980684); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2354,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739981642); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2387,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739984349); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2420,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739985820); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2453,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1739986316); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2454,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739986316); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2486,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739987294); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2519,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739988767); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2552,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739989259); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2585,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739991583); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2651,'2','Cron: Update Mirrors canceled: dial tcp 10.43.5.36:5432: connect: connection refused',1739992596); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2653,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1739994409); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2652,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739994409); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2685,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739994900); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2718,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739995391); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2751,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739997967); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2752,'2','Cron: Update Mirrors canceled: dial tcp 10.43.5.36:5432: connect: connection refused',1739997989); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2784,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1739999929); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2817,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740000422); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2850,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740000921); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2883,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740002639); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2916,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740003474); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2949,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740003876); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2950,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740004358); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (2983,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740005320); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3016,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740005811); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3049,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740006295); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3082,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740006792); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3115,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740008876); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3148,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740009363); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3181,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740010839); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3214,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740011335); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3247,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740011949); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3248,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740013913); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3281,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740014405); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3314,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740014898); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3347,'2','Cron: Stop endless tasks canceled: find tasks: pq: the database system is shutting down',1740016002); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3380,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740016380); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3413,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740017347); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3446,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740018824); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3480,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740019311); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3479,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740019311); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3512,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740019805); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3545,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740020187); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3546,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740020189); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3578,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740021519); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3611,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740022143); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3644,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740022624); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3677,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740024588); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3710,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740025328); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3743,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740026803); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3776,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740027294); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3809,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740027786); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3842,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740029391); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3875,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740029871); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3908,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740030366); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3909,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740030389); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3910,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740030389); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3941,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740031851); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3974,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740032835); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (3975,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740032835); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4007,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740034309); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4040,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740035298); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4073,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740035789); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4106,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740036415); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4139,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740036886); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4172,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740037382); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4205,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740039350); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4206,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740039832); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4239,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740040332); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4272,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740042178); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4305,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740044511); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4338,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740044898); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4371,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740045389); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4404,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740047219); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4405,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740047219); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4437,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740049184); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4470,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740049677); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4503,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740050155); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4536,'2','Cron: Stop endless tasks canceled: find tasks: pq: the database system is shutting down',1740052018); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4569,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740054223); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4602,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740054706); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4635,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740055201); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4668,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740056696); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4701,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740057066); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4702,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740057089); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4734,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740058036); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4767,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740059038); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4800,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740059511); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4801,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740059511); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4833,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740060011); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4866,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740060494); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4899,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740061965); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4932,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740062457); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4965,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740064302); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4998,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740065530); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (4999,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740065530); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5000,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740067882); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5033,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740069330); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5067,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740069725); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5066,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740069725); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5099,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740070692); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5132,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740072043); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5165,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740073015); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5198,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740073407); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5199,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740073416); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5231,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740073892); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5264,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740074753); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5297,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740075741); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5298,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740075741); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5330,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740077573); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5363,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740078059); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5396,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740079667); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5397,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740080649); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5430,'2','Cron: Stop endless tasks canceled: find tasks: pq: the database system is shutting down',1740082618); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5463,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740084941); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5496,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740087666); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5529,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740088151); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5562,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740090002); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5595,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740090473); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5628,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740090977); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5661,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740092448); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5694,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740093063); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5695,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740093449); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5728,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740094908); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5761,'2','Cron: Synchronize external user data canceled: dial tcp 10.43.5.36:5432: connect: connection refused',1740096000); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5762,'2','Cron: Cleanup actions expired logs and artifacts canceled: dial tcp 10.43.5.36:5432: connect: connection refused',1740096000); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5763,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740097243); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5796,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740097739); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5829,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740098229); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5831,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740098229); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5830,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740098229); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5862,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740100061); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5895,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740100567); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5928,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740102161); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5929,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740102547); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5962,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740103022); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (5995,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740103525); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6028,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740104998); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6061,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740105471); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6094,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740105971); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6127,'2','Cron: Start schedule tasks canceled: LoadRepos: dial tcp 10.43.5.36:5432: connect: connection timed out',1740106225); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6128,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740108444); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6161,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740109891); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6194,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740110874); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6227,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740113095); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6260,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740113587); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6293,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740115666); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6326,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740116294); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6359,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740117643); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6392,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740118125); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6425,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740118992); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6458,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740120835); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6491,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740121824); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6524,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740122819); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6525,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740122819); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6557,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740123421); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6558,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740124392); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6591,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740125386); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6624,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740125876); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6657,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740126374); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6658,'2','Cron: Update Mirrors canceled: dial tcp 10.43.5.36:5432: connect: connection refused',1740126389); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6690,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740128220); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6723,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740128708); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6756,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740130175); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6789,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740130664); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6822,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740131166); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6855,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740131550); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6888,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740133256); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6889,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740134009); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6922,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740135102); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6955,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740136589); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (6988,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740138049); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7021,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740138535); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7054,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740139035); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7055,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740139035); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7087,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740141489); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7120,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740141989); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7121,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740141989); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7153,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740142844); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7186,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740143335); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7219,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740143846); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7252,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740145292); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7285,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740145797); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7318,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740146189); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7351,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740148129); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7384,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740148972); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7417,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740149362); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7450,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740149972); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7451,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740150474); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7484,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740150953); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7517,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740151579); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7518,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740151589); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7551,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740153164); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7584,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740153651); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7617,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740154160); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7650,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740156389); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7651,'2','Cron: Cancel abandoned jobs canceled: dial tcp 10.43.5.36:5432: connect: connection refused',1740156389); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7683,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740157743); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7716,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740161275); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7749,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740161777); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7750,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740161789); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7751,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740161789); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7782,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740163248); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7783,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740163743); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7816,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740164234); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7849,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740165708); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7882,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740166813); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7915,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740168287); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7916,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740168660); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7949,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740170624); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (7982,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740171490); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8015,'2','Cron: Update Mirrors canceled: dial tcp 10.43.5.36:5432: connect: connection refused',1740171990); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8048,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740172593); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8049,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740173090); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8082,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740173570); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8115,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740174060); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8116,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740174089); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8148,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740175428); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8181,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740175911); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8214,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740178120); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8247,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740180466); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8280,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740181448); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8313,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740182938); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8346,'2','Cron: Stop endless tasks canceled: find tasks: pq: the database system is shutting down',1740183404); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8379,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740184385); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8412,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740185766); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8445,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740186739); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8446,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740187085); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8447,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740187217); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8479,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740189065); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8512,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740190801); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8545,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740191277); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8578,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740191650); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8611,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740194226); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8644,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740194611); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8677,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740196083); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8710,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740196562); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8743,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740196805); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8744,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740198160); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8777,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740198654); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8810,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740199137); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8843,'2','Cron: Stop endless tasks canceled: find tasks: pq: the database system is shutting down',1740199640); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8844,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740199640); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8845,'2','Cron: Cancel abandoned jobs canceled: pq: the database system is shutting down',1740199640); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8846,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740199640); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8876,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740200737); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8909,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740201853); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8942,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740203328); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8976,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740203819); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8975,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740203819); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (8977,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740203819); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9008,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740205895); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9041,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740206290); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9074,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740207257); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9107,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740210089); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9108,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740211057); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9141,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740213517); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9174,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740214509); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9207,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740218694); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9240,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740219174); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9273,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740219560); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9306,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740221132); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9339,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740221638); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9372,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740222517); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9405,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740222989); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9406,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740222989); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9438,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740223484); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9471,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740224335); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9504,'2','Cron: Stop endless tasks canceled: find tasks: pq: the database system is shutting down',1740224834); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9505,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740224834); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9537,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740227161); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9538,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740227189); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9570,'2','Cron: Start schedule tasks canceled: LoadRepos: dial tcp 10.43.5.36:5432: connect: connection refused',1740227553); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9603,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740229137); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9636,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740229614); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9669,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740230015); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9702,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740231471); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9735,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740231962); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9768,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740232452); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9801,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740233926); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9834,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740236388); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9867,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740236869); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9900,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740237368); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9933,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740238201); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9966,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740239189); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (9999,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740240535); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10033,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740241040); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10032,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740241040); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10065,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740242789); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10098,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740243747); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10131,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740245582); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10164,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740246067); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10197,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740246682); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10230,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740248166); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10263,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740248659); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10296,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740250139); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10329,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740250603); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10362,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740251104); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10395,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740253094); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10428,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740254048); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10461,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740255531); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10494,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740256011); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10527,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740257971); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10560,'2','Cron: Update Mirrors canceled: dial tcp 10.43.5.36:5432: connect: connection refused',1740259589); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10593,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740261053); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10594,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740261544); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10627,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740262035); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10628,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740262035); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10629,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740262035); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10660,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740264002); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10693,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740266451); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10726,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740268427); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10759,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740268919); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10792,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740269302); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10825,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740269762); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10826,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740269789); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10858,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740271129); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10891,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740271513); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10924,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740273476); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10957,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740274820); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (10990,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740275800); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11023,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740276783); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11056,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740277265); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11089,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740278261); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11122,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740279256); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11155,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740280722); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11188,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740281213); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11221,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740281703); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11254,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740282194); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11287,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740283550); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11320,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740284041); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11353,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740285389); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11386,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740286361); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11419,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740287595); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11453,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740288700); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11452,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740288700); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11485,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740289197); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11518,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740289925); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11551,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740291301); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11584,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740291766); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11617,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740292500); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11650,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740294987); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11651,'2','Cron: Update Mirrors canceled: dial tcp 10.43.5.36:5432: connect: connection refused',1740294992); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11652,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740294996); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11683,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740296463); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11716,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740297421); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11749,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740299028); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11782,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740299521); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11815,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740300018); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11848,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740300989); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11849,'2','Cron: Update Mirrors canceled: dial tcp 10.43.5.36:5432: connect: connection refused',1740300989); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11881,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740301978); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11914,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740306165); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11947,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740306646); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (11980,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740307139); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12013,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740309106); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12046,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740309610); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12079,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740310114); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12112,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740311074); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12145,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740311574); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12178,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740312061); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12211,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740315389); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12244,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740316356); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12277,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740316859); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12310,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740319812); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12343,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740320789); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12376,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740321285); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12409,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740321778); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12442,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740322146); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12443,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740322271); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12444,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740322289); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12475,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740323636); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12509,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740324111); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12508,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740324111); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12541,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740326446); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12574,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740326938); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12608,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740327415); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12607,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740327415); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12640,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740328919); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12673,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740329387); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12706,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740329775); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12707,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740329789); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12739,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740331616); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12740,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740331616); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12772,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740332219); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12773,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740332711); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12806,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740334081); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12839,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740334544); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12872,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740335049); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12905,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740335550); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12906,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740336537); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12939,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740337001); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (12972,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740337495); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13005,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740337986); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13038,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740338994); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13071,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740339964); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13104,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740340581); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13137,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740341933); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13170,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740342534); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13171,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740344284); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13204,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740345375); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13206,'2','Cron: Update Mirrors canceled: dial tcp 10.43.5.36:5432: connect: connection refused',1740345389); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13205,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740345389); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13237,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740346852); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13270,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740347345); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13303,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740347821); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13336,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740350415); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13369,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740354348); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13402,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740354839); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13435,'2','Cron: Synchronize external user data canceled: dial tcp 10.43.5.36:5432: connect: connection refused',1740355200); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13436,'2','Cron: Cleanup hook_task table canceled: dial tcp 10.43.5.36:5432: connect: connection refused',1740355200); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13437,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740357298); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13470,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740358280); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13503,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740360232); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13536,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740360727); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13569,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740362333); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13570,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740363060); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13571,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740363089); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13603,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740364670); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13636,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740367142); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13669,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740367625); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13670,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740367625); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13702,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740368100); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13735,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740369586); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13768,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740370202); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13769,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740371189); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13802,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740372185); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13835,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740377208); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13868,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740377702); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13901,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740378689); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13934,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740379668); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (13967,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740380657); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14000,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740382127); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14033,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740382610); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14066,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740383102); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14099,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740384586); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14132,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740384989); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14165,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740386061); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14166,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740387031); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14199,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740388148); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14232,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740388639); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14265,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740389736); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14298,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740390227); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14331,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740393209); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14332,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740393678); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14365,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740394291); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14366,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740394785); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14399,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740395165); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14433,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740396133); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14432,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740396133); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14465,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740397485); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14498,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740397868); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14531,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740398728); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14564,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740400422); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14597,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740402401); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14598,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740403260); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14631,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740405475); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14664,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740406337); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14697,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740407829); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14730,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740408692); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14763,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740409784); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14796,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740410645); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14829,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740412491); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14862,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740412979); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14895,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740413598); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14896,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740415558); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14929,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740416060); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14962,'2','Cron: Start schedule tasks canceled: LoadRepos: dial tcp 10.43.5.36:5432: connect: connection refused',1740416796); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14963,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740417891); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18434,'2','Cron: Start schedule tasks canceled: find specs: EOF',1740529670); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14996,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection timed out',1740418764); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (14997,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740419881); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15030,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740421340); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15063,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740422325); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15096,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740423188); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15129,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740424651); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15162,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740425156); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15195,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740425644); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15228,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740426133); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15261,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740427611); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15294,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740428105); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15327,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740428710); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15328,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740430068); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15361,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740430551); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15394,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740431064); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15427,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740432650); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15460,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740433141); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15493,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740435972); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15526,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740436829); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15559,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740438185); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15592,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740438663); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15625,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740440504); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15626,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740440504); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15658,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740442246); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15691,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740442733); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15724,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740443843); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15757,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740444825); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15790,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740445811); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15823,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740446196); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15856,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740447653); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15889,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740448133); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15922,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740448526); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15955,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740449974); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (15988,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740451093); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16021,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740451589); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16022,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740452436); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16055,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740452821); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16088,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740453688); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16121,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740455155); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16154,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740455632); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16187,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740456135); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16220,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740457862); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16253,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740458489); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16286,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740459811); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16319,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740460304); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16352,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740460803); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16418,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740461309); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16419,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740461789); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16452,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740462652); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16485,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740463627); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16518,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740466087); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16551,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740466565); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16552,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740466589); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16584,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740467683); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16585,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740468176); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16618,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740469043); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16651,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740470511); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16684,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740471503); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16717,'2','Cron: Update Mirrors canceled: dial tcp 10.43.5.36:5432: connect: connection refused',1740471989); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16750,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740472971); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16783,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740473951); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16816,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740475438); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16849,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740475913); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16850,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740475913); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16882,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740476789); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16915,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740478123); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16949,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740478627); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16948,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740478627); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (16981,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740479119); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17014,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740480093); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17047,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740480595); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17080,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740480989); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17113,'2','Cron: Update Mirrors canceled: dial tcp 10.43.5.36:5432: connect: connection refused',1740482189); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17146,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740482676); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17179,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740483166); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17212,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740483915); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17245,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740485512); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17278,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740485897); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17311,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740487964); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17344,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740488452); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17377,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740488960); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17410,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740492283); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17443,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740492774); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17476,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740493266); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17509,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740494742); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17542,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740495232); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17575,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740496109); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17608,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740496589); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17641,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740498058); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17674,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740498552); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17707,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740500407); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17740,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740500887); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17773,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740501382); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17806,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740502366); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17839,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740502845); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17872,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740503331); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17905,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740505809); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17938,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740507664); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (17971,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740510613); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18004,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740512703); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18037,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740513071); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18070,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740514899); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18071,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740514899); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18103,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740515398); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18136,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740515888); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18169,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740516376); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18170,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740516389); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18202,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740517851); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18235,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740518338); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18268,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740519955); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18301,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740522896); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18334,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740526456); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18367,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740527806); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18400,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740528192); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18433,'2','Cron: Update Mirrors canceled: EOF',1740529670); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18435,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740530145); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18468,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740531123); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18501,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740532982); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18534,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740533443); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18567,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740533947); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18600,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740535314); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18633,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740535919); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18666,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740536406); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18699,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740536789); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18732,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740538515); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18765,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740540726); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18798,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740541201); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18831,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740541691); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18864,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740543167); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18897,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740543654); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18930,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740544150); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18963,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740544652); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (18996,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740546104); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19029,'2','Cron: Start schedule tasks canceled: LoadRepos: dial tcp 10.43.5.36:5432: connect: connection refused',1740547833); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19062,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740548927); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19095,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740549318); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19128,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740551026); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19129,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740551165); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19162,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740551637); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19196,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740552120); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19195,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740552120); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19228,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740554096); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19261,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740554585); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19294,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740556188); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19327,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740556677); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19360,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740557173); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19361,'2','Cron: Update Mirrors canceled: dial tcp 10.43.5.36:5432: connect: connection refused',1740557189); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19393,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740558646); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19426,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740559126); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19459,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740559641); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19461,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740559641); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19460,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740559641); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19462,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740560002); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19495,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740561593); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19528,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740562468); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19561,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740562950); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19594,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740564808); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19595,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740564809); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19627,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740566263); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19660,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740566743); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19693,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740567239); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19726,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740569091); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19759,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740569585); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19792,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740570064); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19793,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740570089); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19825,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740571566); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19858,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740572052); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19891,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740572523); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19892,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740572523); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19924,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740574267); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19957,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740576586); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (19990,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740577077); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20023,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740579045); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20056,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740579524); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20090,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740580027); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20089,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740580027); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20122,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740580516); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20155,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740581994); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20188,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740582476); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20221,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740582971); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20222,'2','Cron: Update Mirrors canceled: dial tcp 10.43.5.36:5432: connect: connection refused',1740582989); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20254,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740583986); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20255,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740584434); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20288,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740587150); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20321,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740587761); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20322,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740588254); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20355,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740589727); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20388,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740590223); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20421,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740590711); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20454,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740592070); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20488,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740592941); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20487,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740592941); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20520,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740595377); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20553,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740595769); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20586,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740597226); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20619,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740598214); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20652,'2','Cron: Update Mirrors canceled: dial tcp 10.43.5.36:5432: connect: connection refused',1740599189); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20685,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740599584); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20718,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740600048); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20751,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740600538); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20784,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740601920); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20817,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740602399); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20850,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740603379); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20883,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740604363); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20916,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740605335); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20949,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740605728); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (20982,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740607204); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21015,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740607672); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21048,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740608189); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21049,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740608189); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21081,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740609519); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21114,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740610498); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21147,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740612460); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21180,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740613589); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21213,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740615047); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21246,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740617134); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21279,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740617624); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21312,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740618015); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21345,'2','Cron: Update Mirrors canceled: dial tcp 10.43.5.36:5432: connect: connection refused',1740618989); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21346,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740618990); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21378,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740620938); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21411,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740621432); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21412,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740621432); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21444,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740623172); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21477,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection timed out',1740624998); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21510,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740625492); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21543,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740625982); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21576,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740626486); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21609,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740627963); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21642,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740628445); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21675,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740628944); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21676,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740628944); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21708,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740630292); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21741,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740630790); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21774,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740633106); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21775,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740634095); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21808,'2','Cron: Update Mirrors canceled: dial tcp 10.43.5.36:5432: connect: connection refused',1740634589); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21841,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740636550); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21874,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740638011); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21907,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740639375); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21908,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740639389); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21940,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740640843); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (21973,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740641462); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22006,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740641965); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22039,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740643434); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22072,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740643924); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22073,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740643924); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22105,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740644412); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22138,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740645892); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22171,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740646863); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22204,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740648837); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22237,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740649329); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22270,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740650574); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22303,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740651052); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22336,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740651534); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22369,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740652037); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22402,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740654606); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22435,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740655602); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22468,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740656091); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22501,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740656576); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22534,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740657079); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22567,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740658196); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22600,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740658589); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22633,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740659905); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22634,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740661125); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22667,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740661626); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22700,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740663590); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22733,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740664077); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22766,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740665929); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22799,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740666913); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22832,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740667401); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22865,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740668374); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22898,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740669374); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22899,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740669389); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22931,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740671092); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22964,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740671709); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22965,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740673559); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (22998,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740674041); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23031,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740674541); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23064,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740676022); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23097,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740676507); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23130,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740676997); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23163,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740678584); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23196,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740679975); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23229,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740680453); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23263,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740682308); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23262,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740682308); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23295,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740683295); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23328,'2','Cron: Update Mirrors canceled: dial tcp 10.43.5.36:5432: connect: connection refused',1740683789); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23329,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740683790); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23361,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740687101); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23394,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740687593); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23427,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740688082); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23460,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740688564); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23493,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740689933); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23526,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740690787); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23559,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740691268); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23592,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740692382); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23593,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740692872); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23626,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740693366); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23659,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740693861); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23692,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740695344); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23725,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740695818); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23726,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740695818); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23758,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740697662); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23791,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740698158); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23824,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740698650); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23857,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740700502); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23890,'1','Failed to health check repository (davad/jest): context deadline exceeded',1740700959); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23891,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740703794); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23924,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740704300); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23957,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740705402); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (23990,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740708353); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24023,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740708845); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24056,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740710808); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24089,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740711287); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24122,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740713392); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24155,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740714003); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24156,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740714361); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24189,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740716466); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24222,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740716955); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24255,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740718433); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24288,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740718924); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24321,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740720762); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24354,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740721258); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24387,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740721751); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24420,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740723222); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24453,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740724207); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24486,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740726049); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24519,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740726543); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24552,'2','Cron: Update Mirrors canceled: dial tcp 10.43.5.36:5432: connect: connection refused',1740728789); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24553,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740728789); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24585,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740731085); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24618,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740732072); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24651,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740733689); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24652,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740734163); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24685,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740738839); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24718,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740739221); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24751,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740739589); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24784,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740741184); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24817,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740741782); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24818,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740743640); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24851,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740744105); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24852,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740744105); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24884,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740744607); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24917,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740746072); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24950,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740746469); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24983,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740749520); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (24984,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740749520); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25016,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740750006); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25049,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740751242); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25082,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740751725); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25115,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740752222); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25148,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740752726); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25181,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740753823); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25214,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740754314); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25247,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740754805); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25280,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740756644); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25313,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740757134); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25346,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740757624); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25379,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740758106); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25412,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740760441); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25445,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740762418); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25478,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740762909); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25511,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740765481); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25544,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740766968); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25577,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740767356); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25610,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740769312); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25643,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740769798); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25676,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740771773); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25709,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740772252); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25742,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740772751); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25775,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740776803); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25808,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740777318); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25841,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740779027); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25874,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740780024); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25907,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740781366); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25940,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740781858); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (25973,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740783821); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26006,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740784683); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26039,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740785189); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26072,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740787134); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26105,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740787641); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26106,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740787641); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26138,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740788637); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26171,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740789002); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26204,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740791218); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26205,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740791218); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26237,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740792173); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26270,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740794150); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26303,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740794762); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26336,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740795251); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26369,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740796731); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26402,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740797357); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26435,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740797838); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26468,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740799203); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26501,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740799675); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26534,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740800170); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26535,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1740800189); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26567,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740801640); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26600,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740802137); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26633,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740802616); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26666,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740803114); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26699,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740803985); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26732,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740804361); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26733,'2','Cron: Cancel abandoned jobs canceled: dial tcp 10.43.5.36:5432: connect: connection refused',1740804389); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26765,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740805326); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26798,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740806697); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26831,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740807176); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26864,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740807665); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26897,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740808040); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26930,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740809516); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26963,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740812461); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (26996,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740814910); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27029,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740815789); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27062,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740816896); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27095,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740817264); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27128,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740819708); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27161,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740820324); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27162,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740820819); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27195,'2','Cron: Update Mirrors canceled: pq: the database system is shutting down',1740821816); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27196,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740821816); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27228,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740822291); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27261,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740824633); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27294,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740825592); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27327,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740826596); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27360,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740827083); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27393,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740827575); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27426,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740828544); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27459,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740829799); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27492,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740830274); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27525,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740830756); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27558,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740831260); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27591,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740832734); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27624,'2','Cron: Stop endless tasks canceled: find tasks: pq: the database system is shutting down',1740833224); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27657,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740833705); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27690,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740834703); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27723,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740835205); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27756,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740835684); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27789,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740836174); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27790,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740836189); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27822,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740837649); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27855,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740838753); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27888,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740840112); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27921,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740841084); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27954,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740842456); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27987,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740843062); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (27988,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740843541); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28021,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740845027); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28054,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740845500); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28087,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740845998); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28120,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740846500); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28153,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740847475); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28186,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740848461); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28219,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740848954); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28252,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740849939); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28285,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740850328); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28318,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740851281); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28351,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740853127); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28384,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740854118); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28417,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740855232); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28450,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740856210); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28483,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740857922); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28516,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740858414); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28549,'2','Cron: Stop zombie tasks canceled: find tasks: pq: the database system is shutting down',1740859902); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28582,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740860394); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28615,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740860897); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28648,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740861373); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28649,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1740861389); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28681,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740863456); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28714,'2','Cron: Start schedule tasks canceled: find specs: pq: the database system is shutting down',1740863952); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28747,'1','Failed to health check repository (davad/argo): context deadline exceeded',1740960092); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28748,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742887596); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28749,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742888799); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28750,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742888799); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28751,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742891794); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28752,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742893594); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28753,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742894194); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28754,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742894194); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28755,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742894799); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28756,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742895993); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28757,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742895993); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28758,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742896594); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28759,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742897794); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28760,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742897794); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28761,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742899772); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28762,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742903794); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28763,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742904394); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28764,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742905594); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28765,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742906794); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28766,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742906794); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28767,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742908594); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28768,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742908594); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28769,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742910394); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28770,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742910394); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28771,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742911599); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28772,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742913394); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28773,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742915194); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28774,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742916994); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28776,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742917594); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28775,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742917594); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28777,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742918802); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28778,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742919994); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28779,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742920594); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28780,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742921194); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28781,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742921194); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28782,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742922394); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28783,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742924194); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28784,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742925394); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28785,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742925994); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28786,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742926594); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28787,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742926594); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28788,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742927194); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28789,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742927794); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28790,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742928994); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28791,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742934394); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28792,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742935598); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28793,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742935598); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28794,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742936195); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28795,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742936794); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28796,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742937994); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28797,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742939194); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28798,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742939194); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28799,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742941602); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28800,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742942194); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28801,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742943394); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28802,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742943994); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28804,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742944594); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28803,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742944594); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28805,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742946392); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28806,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742946392); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28807,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742946994); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28808,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742948794); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28809,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742952394); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28810,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742952994); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28811,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742954194); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28812,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742955994); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28813,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742957194); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28814,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742957194); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28815,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742957794); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28816,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742958994); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28817,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742958994); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28818,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742960194); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28819,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742963194); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28820,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742963794); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28821,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742964394); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28822,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742964394); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28823,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742964994); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28824,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742965594); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28825,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742968598); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28826,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742969198); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28827,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742969794); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28828,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742969794); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28829,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742970394); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28830,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742971594); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28831,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742971594); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28832,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1742972194); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28833,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743493594); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28834,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743493594); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28835,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743494794); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28836,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743495994); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28837,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743497794); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28838,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743501394); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28839,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743503194); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28840,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743510394); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28841,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743511594); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28842,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743511594); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28843,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743512194); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28844,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743513994); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28845,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743516994); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28846,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743516994); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28847,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743518794); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28848,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743518794); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28849,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743519394); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28850,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743520594); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28851,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743520594); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28852,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743521194); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28853,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743521794); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28854,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743523601); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28855,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743524194); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28856,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743524194); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28857,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743525394); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28858,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743525994); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28859,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743525994); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28860,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743526594); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28861,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743527194); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28862,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743527794); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28863,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743527794); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28864,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743528396); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28865,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743528994); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28866,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743529594); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28867,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743529594); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28869,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743533194); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28868,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743533194); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28870,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743537994); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28871,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743539194); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28872,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743540398); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28873,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743540398); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28874,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743540994); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28875,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743548794); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28876,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743549094); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28877,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743549094); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28878,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743551803); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28879,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743552394); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28880,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743552994); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28881,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743552994); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28882,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743553594); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28883,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743554794); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28884,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743554794); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28885,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743570394); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28886,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743584797); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28887,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743591996); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28888,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743613594); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28889,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743620794); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28890,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743642396); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28891,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743649596); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28892,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1743658083); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28893,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743750396); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28894,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743793601); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28895,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743818796); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28896,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743819396); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28897,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743819396); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28898,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743819996); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28899,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743820596); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28900,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743821196); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28901,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1743821196); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28902,'1','Failed to health check repository (dmwl/decalsforthewall.com): context deadline exceeded',1744070508); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28903,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp 10.43.5.36:5432: connect: connection refused',1744338096); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28904,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1744722396); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28905,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1744738594); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28907,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1745319736); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28906,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1745319736); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28909,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1745348535); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28908,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1745348535); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28911,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1745377336); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28910,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1745377336); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28912,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1745384533); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28913,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1745384533); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28914,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1748285905); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28915,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1748289512); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28916,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1748360305); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28917,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1748615905); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28918,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1748621908); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28919,'2','Cron: Update Mirrors canceled: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1748621908); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28920,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1748664508); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28921,'2','Cron: Update Mirrors canceled: dial tcp 10.43.5.36:5432: connect: connection refused',1749151100); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28922,'2','Cron: Start schedule tasks canceled: find specs: dial tcp 10.43.5.36:5432: connect: connection refused',1749151100); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28924,'2','Cron: Stop endless tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1750800565); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28923,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1750800565); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28925,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1750981465); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28926,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1751029767); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28927,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1751039372); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28928,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1751039372); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28929,'2','Cron: Stop zombie tasks canceled: find tasks: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1751084367); +INSERT INTO "notice" ("id", "type", "description", "created_unix") VALUES (28930,'2','Cron: Start schedule tasks canceled: find specs: dial tcp: lookup postgresql.database.svc.cluster.local: Try again',1751084367); +SELECT setval('notice_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "notice"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."system_setting" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "setting_key" VARCHAR(255) NULL, "setting_value" TEXT NULL, "version" INTEGER NULL, "created" BIGINT NULL, "updated" BIGINT NULL); ; +CREATE UNIQUE INDEX "UQE_system_setting_setting_key" ON "system_setting" ("setting_key"); +INSERT INTO "system_setting" ("id", "setting_key", "setting_value", "version", "created", "updated") VALUES (1,'picture.disable_gravatar','false','1',1684645201,1684645201); +INSERT INTO "system_setting" ("id", "setting_key", "setting_value", "version", "created", "updated") VALUES (2,'picture.enable_federated_avatar','true','1',1684645201,1684645201); +INSERT INTO "system_setting" ("id", "setting_key", "setting_value", "version", "created", "updated") VALUES (3,'revision','','1',1711666985,1711666985); +SELECT setval('system_setting_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "system_setting"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."badge" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "slug" VARCHAR(255) NULL, "description" VARCHAR(255) NULL, "image_url" VARCHAR(255) NULL); ; +CREATE UNIQUE INDEX "UQE_badge_slug" ON "badge" ("slug"); +SELECT setval('badge_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "badge"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."user_badge" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "badge_id" BIGINT NULL, "user_id" BIGINT NULL); ; +CREATE INDEX "IDX_user_badge_user_id" ON "user_badge" ("user_id"); +SELECT setval('user_badge_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "user_badge"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."user_blocking" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "blocker_id" BIGINT NULL, "blockee_id" BIGINT NULL, "note" VARCHAR(255) NULL, "created_unix" BIGINT NULL); ; +CREATE UNIQUE INDEX "UQE_user_blocking_block" ON "user_blocking" ("blocker_id","blockee_id"); +CREATE INDEX "IDX_user_blocking_created_unix" ON "user_blocking" ("created_unix"); +SELECT setval('user_blocking_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "user_blocking"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."email_address" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "uid" BIGINT NOT NULL, "email" VARCHAR(255) NOT NULL, "lower_email" VARCHAR(255) NOT NULL, "is_activated" BOOL NULL, "is_primary" BOOL DEFAULT false NOT NULL); ; +CREATE INDEX "IDX_email_address_uid" ON "email_address" ("uid"); +CREATE UNIQUE INDEX "UQE_email_address_email" ON "email_address" ("email"); +CREATE UNIQUE INDEX "UQE_email_address_lower_email" ON "email_address" ("lower_email"); +INSERT INTO "email_address" ("id", "uid", "email", "lower_email", "is_activated", "is_primary") VALUES (1,1,'david@dmwl.net','david@dmwl.net',true,true); +INSERT INTO "email_address" ("id", "uid", "email", "lower_email", "is_activated", "is_primary") VALUES (2,21,'jonamission@fmail.com','jonamission@fmail.com',true,false); +INSERT INTO "email_address" ("id", "uid", "email", "lower_email", "is_activated", "is_primary") VALUES (3,21,'jonamission@gmail.com','jonamission@gmail.com',true,true); +INSERT INTO "email_address" ("id", "uid", "email", "lower_email", "is_activated", "is_primary") VALUES (5,23,'gitea@local.domain','gitea@local.domain',true,true); +SELECT setval('email_address_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "email_address"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."external_login_user" ("external_id" VARCHAR(255) NOT NULL, "user_id" BIGINT NOT NULL, "login_source_id" BIGINT NOT NULL, "raw_data" JSON NULL, "provider" VARCHAR(25) NULL, "email" VARCHAR(255) NULL, "name" VARCHAR(255) NULL, "first_name" VARCHAR(255) NULL, "last_name" VARCHAR(255) NULL, "nick_name" VARCHAR(255) NULL, "description" VARCHAR(255) NULL, "avatar_url" TEXT NULL, "location" VARCHAR(255) NULL, "access_token" TEXT NULL, "access_token_secret" TEXT NULL, "refresh_token" TEXT NULL, "expires_at" TIMESTAMP NULL, PRIMARY KEY ("external_id","login_source_id")); ; +CREATE INDEX "IDX_external_login_user_provider" ON "external_login_user" ("provider"); +CREATE INDEX "IDX_external_login_user_user_id" ON "external_login_user" ("user_id"); +INSERT INTO "external_login_user" ("external_id", "user_id", "login_source_id", "raw_data", "provider", "email", "name", "first_name", "last_name", "nick_name", "description", "avatar_url", "location", "access_token", "access_token_secret", "refresh_token", "expires_at") VALUES ('5ed85aaf-70ea-4f66-8af4-4bc7a377fb2c',1,2,'{"acr":"1","at_hash":"DRZ8rQzcGLRjuDrCwOV_9w","aud":"gitea","auth_time":1711691110,"azp":"gitea","email":"david@dmwl.net","email_verified":true,"exp":1711691170,"family_name":"Landry","given_name":"David","iat":1711691110,"iss":"https://keycloak.nc.landry.land/realms/master","jti":"f1e8c003-25b4-4042-a0c7-8369a9ede1c7","name":"David Landry","preferred_username":"david","session_state":"74b110a3-e4b6-42d7-8397-92b6586a4fb3","sid":"74b110a3-e4b6-42d7-8397-92b6586a4fb3","sub":"5ed85aaf-70ea-4f66-8af4-4bc7a377fb2c","typ":"ID"}','keycloak','david@dmwl.net','David Landry','David','Landry','david','','','','eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICIwSkw1eDhRbEI5YXhYQy0zOUVMNDZ3clhCd0k1LVZEaDA3cnBmbkNadklRIn0.eyJleHAiOjE3MTE2OTExNzAsImlhdCI6MTcxMTY5MTExMCwiYXV0aF90aW1lIjoxNzExNjkxMTEwLCJqdGkiOiIyOWFjMGEzYy00MzEyLTQ4ZmQtYjU0Yy1mNzBmMjJkOWFjOGIiLCJpc3MiOiJodHRwczovL2tleWNsb2FrLm5jLmxhbmRyeS5sYW5kL3JlYWxtcy9tYXN0ZXIiLCJhdWQiOiJhY2NvdW50Iiwic3ViIjoiNWVkODVhYWYtNzBlYS00ZjY2LThhZjQtNGJjN2EzNzdmYjJjIiwidHlwIjoiQmVhcmVyIiwiYXpwIjoiZ2l0ZWEiLCJzZXNzaW9uX3N0YXRlIjoiNzRiMTEwYTMtZTRiNi00MmQ3LTgzOTctOTJiNjU4NmE0ZmIzIiwiYWNyIjoiMSIsInJlYWxtX2FjY2VzcyI6eyJyb2xlcyI6WyJkZWZhdWx0LXJvbGVzLW1hc3RlciIsIm9mZmxpbmVfYWNjZXNzIiwidW1hX2F1dGhvcml6YXRpb24iXX0sInJlc291cmNlX2FjY2VzcyI6eyJhY2NvdW50Ijp7InJvbGVzIjpbIm1hbmFnZS1hY2NvdW50IiwibWFuYWdlLWFjY291bnQtbGlua3MiLCJ2aWV3LXByb2ZpbGUiXX19LCJzY29wZSI6Im9wZW5pZCBlbWFpbCBwcm9maWxlIiwic2lkIjoiNzRiMTEwYTMtZTRiNi00MmQ3LTgzOTctOTJiNjU4NmE0ZmIzIiwiZW1haWxfdmVyaWZpZWQiOnRydWUsIm5hbWUiOiJEYXZpZCBMYW5kcnkiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJkYXZpZCIsImdpdmVuX25hbWUiOiJEYXZpZCIsImZhbWlseV9uYW1lIjoiTGFuZHJ5IiwiZW1haWwiOiJkYXZpZEBkbXdsLm5ldCJ9.KrH1shWoB7CNH0Fia7TgUuIDTI-mhKR6xruZHBwkzCDh0djth08u7ZjIj-ejchc1jhZiIWn2bg6vXdXKZhOv0KCvnXOm1o1MLrCnRPuVvoy8uKsd8OGGVvurAZ2jx6RrWOt55vjAALAcmGByJgze3LtgEilI_HZBgUVIfVWS1xg-q3G_tedKRyBtuWrWyLM2PcpOMcRvLsDHsNOj-Kv_ksybGNVxd6f3HiwNN6UnYs1BG22PhMaw1yfasxz9ZYjob3B8aa_TP0Bwc21BI9sOqYojkVaqKNFKQDcv5-9-4dBAQueA6vZotQYC2-uoaupnL9a-Ry8P7YGdJwP0wYLTDQ','','eyJhbGciOiJIUzUxMiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICI0NDM0YjA2NS0wN2UxLTQwOTctYmI3OC0xYjY5N2Y5NDRlM2IifQ.eyJleHAiOjE3MTE2OTI5MTAsImlhdCI6MTcxMTY5MTExMCwianRpIjoiMjhlMzJiMzAtZDRhZi00NGQ2LWIwZjItZDVkMzNjZjZiZTk5IiwiaXNzIjoiaHR0cHM6Ly9rZXljbG9hay5uYy5sYW5kcnkubGFuZC9yZWFsbXMvbWFzdGVyIiwiYXVkIjoiaHR0cHM6Ly9rZXljbG9hay5uYy5sYW5kcnkubGFuZC9yZWFsbXMvbWFzdGVyIiwic3ViIjoiNWVkODVhYWYtNzBlYS00ZjY2LThhZjQtNGJjN2EzNzdmYjJjIiwidHlwIjoiUmVmcmVzaCIsImF6cCI6ImdpdGVhIiwic2Vzc2lvbl9zdGF0ZSI6Ijc0YjExMGEzLWU0YjYtNDJkNy04Mzk3LTkyYjY1ODZhNGZiMyIsInNjb3BlIjoib3BlbmlkIGVtYWlsIHByb2ZpbGUiLCJzaWQiOiI3NGIxMTBhMy1lNGI2LTQyZDctODM5Ny05MmI2NTg2YTRmYjMifQ.JKX4bbgV8-4C19pLOgsLrWTS344DnaFhuVOXfdMHnFSwZQ0cmS1g2uNqgVlUlFadmH8V8Ey1I75JxrM4iZEpvw','2024-03-29T05:46:10Z'); +INSERT INTO "external_login_user" ("external_id", "user_id", "login_source_id", "raw_data", "provider", "email", "name", "first_name", "last_name", "nick_name", "description", "avatar_url", "location", "access_token", "access_token_secret", "refresh_token", "expires_at") VALUES ('947f29fd-8bd2-4e1b-a3a1-e970795c462f',1,2,'{"acr":"1","at_hash":"3pyKe3mUCSZUgl606-KFfw","aud":"gitea","auth_time":1741891530,"azp":"gitea","email_verified":false,"exp":1741891591,"iat":1741891531,"iss":"https://keycloak.nc.landry.land/realms/master","jti":"fa404704-3df6-4faa-9698-bf08c72221b8","preferred_username":"admin","session_state":"90f14bac-225d-444a-87be-4d5d631eb072","sid":"90f14bac-225d-444a-87be-4d5d631eb072","sub":"947f29fd-8bd2-4e1b-a3a1-e970795c462f","typ":"ID"}','keycloak','','','','','admin','','','','eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICIwSkw1eDhRbEI5YXhYQy0zOUVMNDZ3clhCd0k1LVZEaDA3cnBmbkNadklRIn0.eyJleHAiOjE3NDE4OTE1OTEsImlhdCI6MTc0MTg5MTUzMSwiYXV0aF90aW1lIjoxNzQxODkxNTMwLCJqdGkiOiI0ZWY2MTExMy05NTE1LTRkYjItODg1ZS0wMDZlOTAyZmU3YTciLCJpc3MiOiJodHRwczovL2tleWNsb2FrLm5jLmxhbmRyeS5sYW5kL3JlYWxtcy9tYXN0ZXIiLCJhdWQiOlsibmMubGFuZHJ5LmxhbmQtcmVhbG0iLCJtYXN0ZXItcmVhbG0iLCJhY2NvdW50Il0sInN1YiI6Ijk0N2YyOWZkLThiZDItNGUxYi1hM2ExLWU5NzA3OTVjNDYyZiIsInR5cCI6IkJlYXJlciIsImF6cCI6ImdpdGVhIiwic2Vzc2lvbl9zdGF0ZSI6IjkwZjE0YmFjLTIyNWQtNDQ0YS04N2JlLTRkNWQ2MzFlYjA3MiIsImFjciI6IjEiLCJyZWFsbV9hY2Nlc3MiOnsicm9sZXMiOlsiY3JlYXRlLXJlYWxtIiwiZGVmYXVsdC1yb2xlcy1tYXN0ZXIiLCJvZmZsaW5lX2FjY2VzcyIsImFkbWluIiwidW1hX2F1dGhvcml6YXRpb24iXX0sInJlc291cmNlX2FjY2VzcyI6eyJuYy5sYW5kcnkubGFuZC1yZWFsbSI6eyJyb2xlcyI6WyJ2aWV3LWlkZW50aXR5LXByb3ZpZGVycyIsInZpZXctcmVhbG0iLCJtYW5hZ2UtaWRlbnRpdHktcHJvdmlkZXJzIiwiaW1wZXJzb25hdGlvbiIsImNyZWF0ZS1jbGllbnQiLCJtYW5hZ2UtdXNlcnMiLCJxdWVyeS1yZWFsbXMiLCJ2aWV3LWF1dGhvcml6YXRpb24iLCJxdWVyeS1jbGllbnRzIiwicXVlcnktdXNlcnMiLCJtYW5hZ2UtZXZlbnRzIiwibWFuYWdlLXJlYWxtIiwidmlldy1ldmVudHMiLCJ2aWV3LXVzZXJzIiwidmlldy1jbGllbnRzIiwibWFuYWdlLWF1dGhvcml6YXRpb24iLCJtYW5hZ2UtY2xpZW50cyIsInF1ZXJ5LWdyb3VwcyJdfSwibWFzdGVyLXJlYWxtIjp7InJvbGVzIjpbInZpZXctaWRlbnRpdHktcHJvdmlkZXJzIiwidmlldy1yZWFsbSIsIm1hbmFnZS1pZGVudGl0eS1wcm92aWRlcnMiLCJpbXBlcnNvbmF0aW9uIiwiY3JlYXRlLWNsaWVudCIsIm1hbmFnZS11c2VycyIsInF1ZXJ5LXJlYWxtcyIsInZpZXctYXV0aG9yaXphdGlvbiIsInF1ZXJ5LWNsaWVudHMiLCJxdWVyeS11c2VycyIsIm1hbmFnZS1ldmVudHMiLCJtYW5hZ2UtcmVhbG0iLCJ2aWV3LWV2ZW50cyIsInZpZXctdXNlcnMiLCJ2aWV3LWNsaWVudHMiLCJtYW5hZ2UtYXV0aG9yaXphdGlvbiIsIm1hbmFnZS1jbGllbnRzIiwicXVlcnktZ3JvdXBzIl19LCJhY2NvdW50Ijp7InJvbGVzIjpbIm1hbmFnZS1hY2NvdW50IiwibWFuYWdlLWFjY291bnQtbGlua3MiLCJ2aWV3LXByb2ZpbGUiXX19LCJzY29wZSI6Im9wZW5pZCBlbWFpbCBwcm9maWxlIiwic2lkIjoiOTBmMTRiYWMtMjI1ZC00NDRhLTg3YmUtNGQ1ZDYzMWViMDcyIiwiZW1haWxfdmVyaWZpZWQiOmZhbHNlLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJhZG1pbiJ9.NynM4fL1rLvNpzXGJwCZVFaZfUWGEpwpp4Ae3vLW5vdHWnUc_cRHNZ8BzwNn_N_4XCCJ80BU-LGQVcSRR2hazaD9eMQaIhKWRrvdTFuZn2srisCtAd0ZBy_7dx3hKjJT9mq8WeMtwnQVPZdvdj47zT-XP91C4aSeXwxMzZZXNJW7tmGhBOBbGbuVGsPGM3DiAwQ09sUfBzWfgcy_PgRKPA-ub8j7EXKTXTSmkOyXSQAErrAHlHipBXW_IL4474QE-zdJpLJl91Zfp2bWgIGx1u383ac2QaMatcXn07rxKy7ku9SKGTOy9Zo8YbgeTTuZ7Wd3S3F21sfa3ZUlio67oQ','','eyJhbGciOiJIUzUxMiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICI0NDM0YjA2NS0wN2UxLTQwOTctYmI3OC0xYjY5N2Y5NDRlM2IifQ.eyJleHAiOjE3NDE4OTMzMzEsImlhdCI6MTc0MTg5MTUzMSwianRpIjoiMWE0ODIzOGMtOGFmYS00MmI5LWFiZDEtOTNjNjg2NmNiOTY1IiwiaXNzIjoiaHR0cHM6Ly9rZXljbG9hay5uYy5sYW5kcnkubGFuZC9yZWFsbXMvbWFzdGVyIiwiYXVkIjoiaHR0cHM6Ly9rZXljbG9hay5uYy5sYW5kcnkubGFuZC9yZWFsbXMvbWFzdGVyIiwic3ViIjoiOTQ3ZjI5ZmQtOGJkMi00ZTFiLWEzYTEtZTk3MDc5NWM0NjJmIiwidHlwIjoiUmVmcmVzaCIsImF6cCI6ImdpdGVhIiwic2Vzc2lvbl9zdGF0ZSI6IjkwZjE0YmFjLTIyNWQtNDQ0YS04N2JlLTRkNWQ2MzFlYjA3MiIsInNjb3BlIjoib3BlbmlkIGVtYWlsIHByb2ZpbGUiLCJzaWQiOiI5MGYxNGJhYy0yMjVkLTQ0NGEtODdiZS00ZDVkNjMxZWIwNzIifQ.dSZ5GUxJsQmEduetDkWLLqC9lPQ-4gKHpg_TMV5NGxZ8jovboq0OnqLJf058H1_RTZF4AcXmX8rDrZsZy7kstg','2025-03-13T18:46:31Z'); + +CREATE TABLE IF NOT EXISTS "public"."follow" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "user_id" BIGINT NULL, "follow_id" BIGINT NULL, "created_unix" BIGINT NULL); ; +CREATE UNIQUE INDEX "UQE_follow_follow" ON "follow" ("user_id","follow_id"); +CREATE INDEX "IDX_follow_created_unix" ON "follow" ("created_unix"); +SELECT setval('follow_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "follow"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."user_open_id" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "uid" BIGINT NOT NULL, "uri" VARCHAR(255) NOT NULL, "show" BOOL DEFAULT false NULL); ; +CREATE INDEX "IDX_user_open_id_uid" ON "user_open_id" ("uid"); +CREATE UNIQUE INDEX "UQE_user_open_id_uri" ON "user_open_id" ("uri"); +SELECT setval('user_open_id_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "user_open_id"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."user_redirect" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "lower_name" VARCHAR(255) NOT NULL, "redirect_user_id" BIGINT NULL); ; +CREATE UNIQUE INDEX "UQE_user_redirect_s" ON "user_redirect" ("lower_name"); +CREATE INDEX "IDX_user_redirect_lower_name" ON "user_redirect" ("lower_name"); +INSERT INTO "user_redirect" ("id", "lower_name", "redirect_user_id") VALUES (1,'orialabs-github',19); +SELECT setval('user_redirect_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "user_redirect"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."user_setting" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "user_id" BIGINT NULL, "setting_key" VARCHAR(255) NULL, "setting_value" TEXT NULL); ; +CREATE UNIQUE INDEX "UQE_user_setting_key_userid" ON "user_setting" ("user_id","setting_key"); +CREATE INDEX "IDX_user_setting_user_id" ON "user_setting" ("user_id"); +CREATE INDEX "IDX_user_setting_setting_key" ON "user_setting" ("setting_key"); +SELECT setval('user_setting_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "user_setting"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."user" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "lower_name" VARCHAR(255) NOT NULL, "name" VARCHAR(255) NOT NULL, "full_name" VARCHAR(255) NULL, "email" VARCHAR(255) NOT NULL, "keep_email_private" BOOL NULL, "email_notifications_preference" VARCHAR(20) DEFAULT 'enabled' NOT NULL, "passwd" VARCHAR(255) NOT NULL, "passwd_hash_algo" VARCHAR(255) DEFAULT 'argon2' NOT NULL, "must_change_password" BOOL DEFAULT false NOT NULL, "login_type" INTEGER NULL, "login_source" BIGINT DEFAULT 0 NOT NULL, "login_name" VARCHAR(255) NULL, "type" INTEGER NULL, "location" VARCHAR(255) NULL, "website" VARCHAR(255) NULL, "rands" VARCHAR(32) NULL, "salt" VARCHAR(32) NULL, "language" VARCHAR(5) NULL, "description" VARCHAR(255) NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL, "last_login_unix" BIGINT NULL, "last_repo_visibility" BOOL NULL, "max_repo_creation" INTEGER DEFAULT -1 NOT NULL, "is_active" BOOL NULL, "is_admin" BOOL NULL, "is_restricted" BOOL DEFAULT false NOT NULL, "allow_git_hook" BOOL NULL, "allow_import_local" BOOL NULL, "allow_create_organization" BOOL DEFAULT true NULL, "prohibit_login" BOOL DEFAULT false NOT NULL, "avatar" VARCHAR(2048) NOT NULL, "avatar_email" VARCHAR(255) NOT NULL, "use_custom_avatar" BOOL NULL, "num_followers" INTEGER NULL, "num_following" INTEGER DEFAULT 0 NOT NULL, "num_stars" INTEGER NULL, "num_repos" INTEGER NULL, "num_teams" INTEGER NULL, "num_members" INTEGER NULL, "visibility" INTEGER DEFAULT 0 NOT NULL, "repo_admin_change_team_access" BOOL DEFAULT false NOT NULL, "diff_view_style" VARCHAR(255) DEFAULT '' NOT NULL, "theme" VARCHAR(255) DEFAULT '' NOT NULL, "keep_activity_private" BOOL DEFAULT false NOT NULL); ; +CREATE UNIQUE INDEX "UQE_user_name" ON "user" ("name"); +CREATE INDEX "IDX_user_created_unix" ON "user" ("created_unix"); +CREATE INDEX "IDX_user_updated_unix" ON "user" ("updated_unix"); +CREATE INDEX "IDX_user_last_login_unix" ON "user" ("last_login_unix"); +CREATE INDEX "IDX_user_is_active" ON "user" ("is_active"); +CREATE UNIQUE INDEX "UQE_user_lower_name" ON "user" ("lower_name"); +INSERT INTO "user" ("id", "lower_name", "name", "full_name", "email", "keep_email_private", "email_notifications_preference", "passwd", "passwd_hash_algo", "must_change_password", "login_type", "login_source", "login_name", "type", "location", "website", "rands", "salt", "language", "description", "created_unix", "updated_unix", "last_login_unix", "last_repo_visibility", "max_repo_creation", "is_active", "is_admin", "is_restricted", "allow_git_hook", "allow_import_local", "allow_create_organization", "prohibit_login", "avatar", "avatar_email", "use_custom_avatar", "num_followers", "num_following", "num_stars", "num_repos", "num_teams", "num_members", "visibility", "repo_admin_change_team_access", "diff_view_style", "theme", "keep_activity_private") VALUES (19,'orialabs','orialabs','','',false,'','','',false,'0',0,'','1','','','9b2f8a0d17825ee175089c232a759795','dd0663444518687905e9a5e8aaaa2a79','','Imported from GitHub on 21 May 2023',1684712264,1684712774,0,true,'-1',true,false,false,false,false,false,false,'603bbaf2634ce78d6121fbb078b54a9e','',true,'0','0','0','10','1','1','2',true,'','',false); +INSERT INTO "user" ("id", "lower_name", "name", "full_name", "email", "keep_email_private", "email_notifications_preference", "passwd", "passwd_hash_algo", "must_change_password", "login_type", "login_source", "login_name", "type", "location", "website", "rands", "salt", "language", "description", "created_unix", "updated_unix", "last_login_unix", "last_repo_visibility", "max_repo_creation", "is_active", "is_admin", "is_restricted", "allow_git_hook", "allow_import_local", "allow_create_organization", "prohibit_login", "avatar", "avatar_email", "use_custom_avatar", "num_followers", "num_following", "num_stars", "num_repos", "num_teams", "num_members", "visibility", "repo_admin_change_team_access", "diff_view_style", "theme", "keep_activity_private") VALUES (20,'dmwl','dmwl','','',false,'','','',false,'0',0,'','1','','','6c967f4db19baeff9645dcb5a7648535','797f690f25df14c90011cb3897f35f74','','',1684713106,1684713106,0,false,'-1',true,false,false,false,false,false,false,'f919cd182559b77e1b7db7aa614c06de','',true,'0','0','0','24','1','1','2',true,'','',false); +INSERT INTO "user" ("id", "lower_name", "name", "full_name", "email", "keep_email_private", "email_notifications_preference", "passwd", "passwd_hash_algo", "must_change_password", "login_type", "login_source", "login_name", "type", "location", "website", "rands", "salt", "language", "description", "created_unix", "updated_unix", "last_login_unix", "last_repo_visibility", "max_repo_creation", "is_active", "is_admin", "is_restricted", "allow_git_hook", "allow_import_local", "allow_create_organization", "prohibit_login", "avatar", "avatar_email", "use_custom_avatar", "num_followers", "num_following", "num_stars", "num_repos", "num_teams", "num_members", "visibility", "repo_admin_change_team_access", "diff_view_style", "theme", "keep_activity_private") VALUES (3,'int.nc.landry.land','int.nc.landry.land','','',false,'','','',false,'0',0,'','1','','','77cd4103b38582178f4e456b095f8136','1615f0c8233c081d83d17e2189518cd4','','',1684681472,1686112052,0,true,'-1',true,false,false,false,false,false,false,'6bfbb7dae24e1470c8c82e11389db010','',true,'0','0','0','7','2','2','1',true,'','',false); +INSERT INTO "user" ("id", "lower_name", "name", "full_name", "email", "keep_email_private", "email_notifications_preference", "passwd", "passwd_hash_algo", "must_change_password", "login_type", "login_source", "login_name", "type", "location", "website", "rands", "salt", "language", "description", "created_unix", "updated_unix", "last_login_unix", "last_repo_visibility", "max_repo_creation", "is_active", "is_admin", "is_restricted", "allow_git_hook", "allow_import_local", "allow_create_organization", "prohibit_login", "avatar", "avatar_email", "use_custom_avatar", "num_followers", "num_following", "num_stars", "num_repos", "num_teams", "num_members", "visibility", "repo_admin_change_team_access", "diff_view_style", "theme", "keep_activity_private") VALUES (2,'nc.landry.land','nc.landry.land','','',false,'','','',false,'0',0,'','1','','','1f4f523ea05cdb24c584bc416778ce43','4cc73f85fc7998373c5e5668a346e0a1','','',1684645315,1694981703,0,true,'-1',true,false,false,false,false,false,false,'5d946aa80ef8220e49d590255396c9e8','',true,'0','0','0','2','2','2','1',true,'','',false); +INSERT INTO "user" ("id", "lower_name", "name", "full_name", "email", "keep_email_private", "email_notifications_preference", "passwd", "passwd_hash_algo", "must_change_password", "login_type", "login_source", "login_name", "type", "location", "website", "rands", "salt", "language", "description", "created_unix", "updated_unix", "last_login_unix", "last_repo_visibility", "max_repo_creation", "is_active", "is_admin", "is_restricted", "allow_git_hook", "allow_import_local", "allow_create_organization", "prohibit_login", "avatar", "avatar_email", "use_custom_avatar", "num_followers", "num_following", "num_stars", "num_repos", "num_teams", "num_members", "visibility", "repo_admin_change_team_access", "diff_view_style", "theme", "keep_activity_private") VALUES (21,'jonathan','jonathan','','jonamission@gmail.com',true,'enabled','e7204379402c66d36d26454460b97112c6b4c71034acca9df47150859525084e48b914ca0bcf3c0f894fea69c202f659da70','pbkdf2$50000$50',false,'0',0,'','0','','','e587fb6d3dbe606c6f1ab04e61e0418f','501955a45741061a7992a3e36cf16922','en-US','',1687628664,1694981295,1687628704,false,'-1',true,false,false,false,false,true,false,'','jonamission@gmail.com',false,'0','0','0','0','0','0','1',false,'','gitea-auto',false); +INSERT INTO "user" ("id", "lower_name", "name", "full_name", "email", "keep_email_private", "email_notifications_preference", "passwd", "passwd_hash_algo", "must_change_password", "login_type", "login_source", "login_name", "type", "location", "website", "rands", "salt", "language", "description", "created_unix", "updated_unix", "last_login_unix", "last_repo_visibility", "max_repo_creation", "is_active", "is_admin", "is_restricted", "allow_git_hook", "allow_import_local", "allow_create_organization", "prohibit_login", "avatar", "avatar_email", "use_custom_avatar", "num_followers", "num_following", "num_stars", "num_repos", "num_teams", "num_members", "visibility", "repo_admin_change_team_access", "diff_view_style", "theme", "keep_activity_private") VALUES (1,'davad','davad','David','david@dmwl.net',false,'enabled','cfa1552c6e58e19b7ac92edd86ee1aa0a9e46610c44281d292a0c1eeab6f240663a110d60421ad94197ad384cc9b77bcf8be','pbkdf2$50000$50',false,'0',0,'','0','','','7414a6d2c8fb501c0ef07a2a4236a366','ad4db97fd3b0dd7ac8b9b82c1b513a8c','en-US','',1684645204,1749414620,1749414619,true,'-1',true,true,false,false,false,true,false,'1ea3a2be736ec12a710d4e1540117596','david@dmwl.net',false,'0','0','0','106','0','0','1',false,'unified','gitea-auto',false); +INSERT INTO "user" ("id", "lower_name", "name", "full_name", "email", "keep_email_private", "email_notifications_preference", "passwd", "passwd_hash_algo", "must_change_password", "login_type", "login_source", "login_name", "type", "location", "website", "rands", "salt", "language", "description", "created_unix", "updated_unix", "last_login_unix", "last_repo_visibility", "max_repo_creation", "is_active", "is_admin", "is_restricted", "allow_git_hook", "allow_import_local", "allow_create_organization", "prohibit_login", "avatar", "avatar_email", "use_custom_avatar", "num_followers", "num_following", "num_stars", "num_repos", "num_teams", "num_members", "visibility", "repo_admin_change_team_access", "diff_view_style", "theme", "keep_activity_private") VALUES (23,'gitea_admin','gitea_admin','','gitea@local.domain',false,'enabled','b2f25b16d502e3a045104b4b4680f0261a6bad3ab8579466b2a98beb9568da35da1b7f596a88d54f8ad2212114c3d9c5da7b','pbkdf2$50000$50',true,'0',0,'','0','','','6e7b185a8d1b6bf1ad7a5904ea2fd6c5','cd7363135c42f1dea922ad0700f7a925','','',1698646654,1751090758,0,false,'-1',true,true,false,false,false,false,false,'','gitea@local.domain',false,'0','0','0','0','0','0','0',false,'','gitea-auto',false); +SELECT setval('user_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "user"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."repo_archiver" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "repo_id" BIGINT NULL, "type" INTEGER NULL, "status" INTEGER NULL, "commit_id" VARCHAR(64) NULL, "created_unix" BIGINT NOT NULL); ; +CREATE UNIQUE INDEX "UQE_repo_archiver_s" ON "repo_archiver" ("repo_id","type","commit_id"); +CREATE INDEX "IDX_repo_archiver_repo_id" ON "repo_archiver" ("repo_id"); +CREATE INDEX "IDX_repo_archiver_created_unix" ON "repo_archiver" ("created_unix"); +SELECT setval('repo_archiver_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "repo_archiver"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."attachment" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "uuid" UUID NULL, "repo_id" BIGINT NULL, "issue_id" BIGINT NULL, "release_id" BIGINT NULL, "uploader_id" BIGINT DEFAULT 0 NULL, "comment_id" BIGINT NULL, "name" VARCHAR(255) NULL, "download_count" BIGINT DEFAULT 0 NULL, "size" BIGINT DEFAULT 0 NULL, "created_unix" BIGINT NULL); ; +CREATE UNIQUE INDEX "UQE_attachment_uuid" ON "attachment" ("uuid"); +CREATE INDEX "IDX_attachment_repo_id" ON "attachment" ("repo_id"); +CREATE INDEX "IDX_attachment_issue_id" ON "attachment" ("issue_id"); +CREATE INDEX "IDX_attachment_release_id" ON "attachment" ("release_id"); +CREATE INDEX "IDX_attachment_uploader_id" ON "attachment" ("uploader_id"); +CREATE INDEX "IDX_attachment_comment_id" ON "attachment" ("comment_id"); +SELECT setval('attachment_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "attachment"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."collaboration" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "repo_id" BIGINT NOT NULL, "user_id" BIGINT NOT NULL, "mode" INTEGER DEFAULT 2 NOT NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL); ; +CREATE UNIQUE INDEX "UQE_collaboration_s" ON "collaboration" ("repo_id","user_id"); +CREATE INDEX "IDX_collaboration_repo_id" ON "collaboration" ("repo_id"); +CREATE INDEX "IDX_collaboration_user_id" ON "collaboration" ("user_id"); +CREATE INDEX "IDX_collaboration_created_unix" ON "collaboration" ("created_unix"); +CREATE INDEX "IDX_collaboration_updated_unix" ON "collaboration" ("updated_unix"); +SELECT setval('collaboration_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "collaboration"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."language_stat" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "repo_id" BIGINT NOT NULL, "commit_id" VARCHAR(255) NULL, "is_primary" BOOL NULL, "language" VARCHAR(50) NOT NULL, "size" BIGINT DEFAULT 0 NOT NULL, "created_unix" BIGINT NULL); ; +CREATE UNIQUE INDEX "UQE_language_stat_s" ON "language_stat" ("repo_id","language"); +CREATE INDEX "IDX_language_stat_repo_id" ON "language_stat" ("repo_id"); +CREATE INDEX "IDX_language_stat_language" ON "language_stat" ("language"); +CREATE INDEX "IDX_language_stat_created_unix" ON "language_stat" ("created_unix"); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (1,1,'ac5e72b22eaff35549975b8102ba62846b32db47',false,'Dockerfile',135,1684685852); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (2,1,'ac5e72b22eaff35549975b8102ba62846b32db47',true,'Shell',2856,1684685852); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (3,2,'e4a23c54fe610b725c6f628d91ab7a33eaa4dd92',true,'CoffeeScript',3360,1684709144); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (4,2,'e4a23c54fe610b725c6f628d91ab7a33eaa4dd92',false,'Procfile',24,1684709144); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (5,2,'e4a23c54fe610b725c6f628d91ab7a33eaa4dd92',false,'Shell',156,1684709144); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (6,2,'e4a23c54fe610b725c6f628d91ab7a33eaa4dd92',false,'Batchfile',72,1684709144); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (7,4,'1a6dbe94e361813e3fc78895c00a0d8dab026a78',false,'Procfile',27,1684709193); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (8,4,'1a6dbe94e361813e3fc78895c00a0d8dab026a78',false,'JavaScript',661,1684709193); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (9,4,'1a6dbe94e361813e3fc78895c00a0d8dab026a78',false,'CSS',686,1684709193); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (10,4,'1a6dbe94e361813e3fc78895c00a0d8dab026a78',false,'HTML',5223,1684709193); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (11,4,'1a6dbe94e361813e3fc78895c00a0d8dab026a78',true,'Ruby',17058,1684709193); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (12,5,'13551532e18fa5c10c4a8c72bc664750f7d080cd',false,'Dockerfile',685,1684709219); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (13,5,'13551532e18fa5c10c4a8c72bc664750f7d080cd',false,'SCSS',2996,1684709219); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (14,5,'13551532e18fa5c10c4a8c72bc664750f7d080cd',false,'HTML',4787,1684709219); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (15,5,'13551532e18fa5c10c4a8c72bc664750f7d080cd',false,'Slim',6922,1684709219); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (16,5,'13551532e18fa5c10c4a8c72bc664750f7d080cd',false,'CSS',12080,1684709219); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (17,5,'13551532e18fa5c10c4a8c72bc664750f7d080cd',false,'Shell',175,1684709219); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (18,5,'13551532e18fa5c10c4a8c72bc664750f7d080cd',true,'Ruby',62700,1684709219); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (19,5,'13551532e18fa5c10c4a8c72bc664750f7d080cd',false,'CoffeeScript',451,1684709219); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (20,5,'13551532e18fa5c10c4a8c72bc664750f7d080cd',false,'JavaScript',702,1684709219); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (21,5,'13551532e18fa5c10c4a8c72bc664750f7d080cd',false,'Sass',2924,1684709219); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (22,6,'4064fe04121958838238fa8770c5f535b7effd24',true,'Dockerfile',654,1684709239); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (23,7,'f5eb7d975a78ab78ccf88963aecbaf8d656f0017',true,'PHP',52461,1684709260); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (24,7,'f5eb7d975a78ab78ccf88963aecbaf8d656f0017',false,'Dockerfile',118,1684709260); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (25,8,'99aad44a1b119bc9af52c3c78123f28ede71f90b',true,'Shell',6341,1684709285); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (26,9,'ad2d2869111fe4f9113558f0444e8c99e0eb1a37',true,'PHP',404910,1684709305); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (27,9,'ad2d2869111fe4f9113558f0444e8c99e0eb1a37',false,'CSS',364593,1684709305); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (28,9,'ad2d2869111fe4f9113558f0444e8c99e0eb1a37',false,'JavaScript',67346,1684709305); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (29,9,'ad2d2869111fe4f9113558f0444e8c99e0eb1a37',false,'Dockerfile',126,1684709305); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (30,11,'9a84cb1962197c676a0ca1fa6d24d41b2223eb6e',false,'SCSS',497,1684709362); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (31,11,'9a84cb1962197c676a0ca1fa6d24d41b2223eb6e',false,'Slim',2828,1684709362); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (32,11,'9a84cb1962197c676a0ca1fa6d24d41b2223eb6e',false,'Dockerfile',646,1684709362); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (33,11,'9a84cb1962197c676a0ca1fa6d24d41b2223eb6e',true,'Ruby',36752,1684709362); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (34,11,'9a84cb1962197c676a0ca1fa6d24d41b2223eb6e',false,'JavaScript',5354,1684709362); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (35,12,'faaa7a99963e91151792511c6c39c9a43208be03',false,'PHP',4973,1684709381); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (36,12,'faaa7a99963e91151792511c6c39c9a43208be03',true,'Java',15160,1684709381); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (37,13,'02f28a8a8df069ce64cb104c84d9351473d1fe84',true,'Ruby',91308,1684709423); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (38,13,'02f28a8a8df069ce64cb104c84d9351473d1fe84',false,'Procfile',40,1684709423); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (39,13,'02f28a8a8df069ce64cb104c84d9351473d1fe84',false,'JavaScript',6722,1684709423); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (40,13,'02f28a8a8df069ce64cb104c84d9351473d1fe84',false,'CoffeeScript',1145,1684709423); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (41,13,'02f28a8a8df069ce64cb104c84d9351473d1fe84',false,'SCSS',7695,1684709423); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (42,13,'02f28a8a8df069ce64cb104c84d9351473d1fe84',false,'CSS',4897,1684709423); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (43,13,'02f28a8a8df069ce64cb104c84d9351473d1fe84',false,'HTML',32675,1684709423); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (44,13,'02f28a8a8df069ce64cb104c84d9351473d1fe84',false,'Haml',1996,1684709423); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (45,15,'207c6e2cd2672f8bc8734347366d38d76411087a',false,'Batchfile',270,1684709456); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (46,15,'207c6e2cd2672f8bc8734347366d38d76411087a',false,'HTML',553074,1684709456); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (47,15,'207c6e2cd2672f8bc8734347366d38d76411087a',true,'PHP',4358722,1684709456); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (48,15,'207c6e2cd2672f8bc8734347366d38d76411087a',false,'CSS',698529,1684709456); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (49,15,'207c6e2cd2672f8bc8734347366d38d76411087a',false,'Shell',5037,1684709456); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (50,15,'207c6e2cd2672f8bc8734347366d38d76411087a',false,'JavaScript',4273857,1684709456); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (51,15,'207c6e2cd2672f8bc8734347366d38d76411087a',false,'Classic ASP',48011,1684709456); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (52,15,'207c6e2cd2672f8bc8734347366d38d76411087a',false,'Ruby',14599,1684709456); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (53,15,'207c6e2cd2672f8bc8734347366d38d76411087a',false,'SCSS',145134,1684709456); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (54,16,'4b07a27ae1e8b4d2bb54ff2155e170d9b715c373',false,'JavaScript',581442,1684709475); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (55,16,'4b07a27ae1e8b4d2bb54ff2155e170d9b715c373',false,'HTML',439237,1684709475); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (56,16,'4b07a27ae1e8b4d2bb54ff2155e170d9b715c373',false,'CSS',467497,1684709475); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (57,16,'4b07a27ae1e8b4d2bb54ff2155e170d9b715c373',true,'PHP',4012907,1684709475); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (58,16,'4b07a27ae1e8b4d2bb54ff2155e170d9b715c373',false,'Shell',5625,1684709475); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (59,16,'4b07a27ae1e8b4d2bb54ff2155e170d9b715c373',false,'Ruby',14576,1684709475); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (60,16,'4b07a27ae1e8b4d2bb54ff2155e170d9b715c373',false,'SCSS',139612,1684709475); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (61,17,'3845c9884211ae8d8a6f57d75d003ad3b9dff617',false,'JavaScript',1599820,1684709504); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (62,17,'3845c9884211ae8d8a6f57d75d003ad3b9dff617',false,'HTML',2522031,1684709504); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (63,17,'3845c9884211ae8d8a6f57d75d003ad3b9dff617',false,'CSS',645972,1684709504); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (64,17,'3845c9884211ae8d8a6f57d75d003ad3b9dff617',false,'C#',22990,1684709504); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (65,17,'3845c9884211ae8d8a6f57d75d003ad3b9dff617',false,'SCSS',180645,1684709504); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (66,17,'3845c9884211ae8d8a6f57d75d003ad3b9dff617',false,'Dockerfile',118,1684709504); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (67,17,'3845c9884211ae8d8a6f57d75d003ad3b9dff617',false,'Shell',10059,1684709504); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (68,17,'3845c9884211ae8d8a6f57d75d003ad3b9dff617',false,'Python',4124,1684709504); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (69,17,'3845c9884211ae8d8a6f57d75d003ad3b9dff617',false,'ActionScript',141198,1684709504); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (70,17,'3845c9884211ae8d8a6f57d75d003ad3b9dff617',false,'Batchfile',453,1684709504); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (71,17,'3845c9884211ae8d8a6f57d75d003ad3b9dff617',true,'PHP',5657241,1684709504); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (72,17,'3845c9884211ae8d8a6f57d75d003ad3b9dff617',false,'Makefile',1241,1684709504); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (73,17,'3845c9884211ae8d8a6f57d75d003ad3b9dff617',false,'Ruby',16365,1684709504); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (74,18,'b2b7b0e040bc6832bcb46157f7d7b7c9f1a4be42',false,'Gherkin',3939,1684709514); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (75,18,'b2b7b0e040bc6832bcb46157f7d7b7c9f1a4be42',false,'HTML',2453,1684709514); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (76,18,'b2b7b0e040bc6832bcb46157f7d7b7c9f1a4be42',true,'Ruby',76265,1684709514); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (77,18,'b2b7b0e040bc6832bcb46157f7d7b7c9f1a4be42',false,'Procfile',56,1684709514); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (78,18,'b2b7b0e040bc6832bcb46157f7d7b7c9f1a4be42',false,'JavaScript',2045,1684709514); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (79,18,'b2b7b0e040bc6832bcb46157f7d7b7c9f1a4be42',false,'CoffeeScript',229,1684709514); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (80,18,'b2b7b0e040bc6832bcb46157f7d7b7c9f1a4be42',false,'SCSS',1098,1684709514); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (81,18,'b2b7b0e040bc6832bcb46157f7d7b7c9f1a4be42',false,'Slim',15857,1684709514); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (82,19,'fd362ab423f4898b8c0af23e3c3944d53883244c',true,'HTML',47186,1684709538); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (83,19,'fd362ab423f4898b8c0af23e3c3944d53883244c',false,'CoffeeScript',627,1684709538); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (84,19,'fd362ab423f4898b8c0af23e3c3944d53883244c',false,'SCSS',1607,1684709538); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (85,19,'fd362ab423f4898b8c0af23e3c3944d53883244c',false,'CSS',1156,1684709538); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (86,19,'fd362ab423f4898b8c0af23e3c3944d53883244c',false,'JavaScript',10098,1684709538); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (87,20,'0df2c2f51924b2728842a43bea47f03ab974e77b',false,'Less',8961,1684709559); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (88,20,'0df2c2f51924b2728842a43bea47f03ab974e77b',false,'Makefile',947,1684709559); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (89,20,'0df2c2f51924b2728842a43bea47f03ab974e77b',false,'SCSS',8233,1684709559); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (90,20,'0df2c2f51924b2728842a43bea47f03ab974e77b',false,'Shell',57650,1684709559); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (91,20,'0df2c2f51924b2728842a43bea47f03ab974e77b',false,'Classic ASP',48011,1684709559); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (92,20,'0df2c2f51924b2728842a43bea47f03ab974e77b',false,'Ruby',2219,1684709559); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (93,20,'0df2c2f51924b2728842a43bea47f03ab974e77b',false,'HTML',563369,1684709559); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (94,20,'0df2c2f51924b2728842a43bea47f03ab974e77b',false,'Hack',66,1684709559); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (95,20,'0df2c2f51924b2728842a43bea47f03ab974e77b',false,'Batchfile',270,1684709559); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (96,20,'0df2c2f51924b2728842a43bea47f03ab974e77b',false,'sed',1170,1684709559); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (97,20,'0df2c2f51924b2728842a43bea47f03ab974e77b',true,'PHP',10714312,1684709559); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (98,20,'0df2c2f51924b2728842a43bea47f03ab974e77b',false,'JavaScript',4370272,1684709559); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (99,20,'0df2c2f51924b2728842a43bea47f03ab974e77b',false,'CSS',812549,1684709559); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (100,21,'e782c01cf26116d50406a11ecb7cb93c1676c764',false,'Less',3371,1684709572); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (101,21,'e782c01cf26116d50406a11ecb7cb93c1676c764',false,'CSS',1156,1684709572); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (102,21,'e782c01cf26116d50406a11ecb7cb93c1676c764',true,'JavaScript',7026,1684709572); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (103,21,'e782c01cf26116d50406a11ecb7cb93c1676c764',false,'HTML',1848,1684709572); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (104,22,'67bd932178ed527f12d86d7097a21cda052643c3',false,'CSS',921170,1684709619); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (105,22,'67bd932178ed527f12d86d7097a21cda052643c3',false,'Shell',61345,1684709619); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (106,22,'67bd932178ed527f12d86d7097a21cda052643c3',false,'Hack',129,1684709619); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (107,22,'67bd932178ed527f12d86d7097a21cda052643c3',false,'Batchfile',270,1684709619); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (108,22,'67bd932178ed527f12d86d7097a21cda052643c3',false,'Less',16616,1684709619); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (109,22,'67bd932178ed527f12d86d7097a21cda052643c3',false,'Ruby',900,1684709619); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (110,22,'67bd932178ed527f12d86d7097a21cda052643c3',true,'PHP',22962715,1684709619); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (111,22,'67bd932178ed527f12d86d7097a21cda052643c3',false,'JavaScript',4960623,1684709619); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (112,22,'67bd932178ed527f12d86d7097a21cda052643c3',false,'HTML',683682,1684709619); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (113,22,'67bd932178ed527f12d86d7097a21cda052643c3',false,'Classic ASP',48011,1684709619); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (114,22,'67bd932178ed527f12d86d7097a21cda052643c3',false,'Makefile',897,1684709619); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (115,22,'67bd932178ed527f12d86d7097a21cda052643c3',false,'SCSS',135872,1684709619); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (116,23,'ac019f84022bb2d38c140f80b81aadcf5eff8254',false,'Shell',2450,1684709619); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (117,23,'ac019f84022bb2d38c140f80b81aadcf5eff8254',true,'JavaScript',51035,1684709619); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (118,24,'84fdf75c423e156a4598fd7c741e09060b5452ec',false,'JavaScript',67457,1684709650); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (119,24,'84fdf75c423e156a4598fd7c741e09060b5452ec',false,'PLSQL',19279,1684709650); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (120,24,'84fdf75c423e156a4598fd7c741e09060b5452ec',true,'SCSS',197219,1684709650); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (121,24,'84fdf75c423e156a4598fd7c741e09060b5452ec',false,'CSS',4315,1684709650); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (122,24,'84fdf75c423e156a4598fd7c741e09060b5452ec',false,'HTML',37109,1684709650); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (123,24,'84fdf75c423e156a4598fd7c741e09060b5452ec',false,'Handlebars',9907,1684709650); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (124,26,'e083a63d3197db586983172e1f15af558c295ebb',true,'JavaScript',47568,1684709660); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (125,26,'e083a63d3197db586983172e1f15af558c295ebb',false,'CSS',375,1684709660); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (126,26,'e083a63d3197db586983172e1f15af558c295ebb',false,'HTML',623,1684709660); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (127,25,'136d91805f79dd308193f213222e6c2888dc6477',false,'Smarty',1630172,1684709706); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (128,25,'136d91805f79dd308193f213222e6c2888dc6477',false,'Hack',1391,1684709706); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (129,25,'136d91805f79dd308193f213222e6c2888dc6477',true,'PHP',6345109,1684709706); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (130,25,'136d91805f79dd308193f213222e6c2888dc6477',false,'CSS',141047,1684709706); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (131,25,'136d91805f79dd308193f213222e6c2888dc6477',false,'Classic ASP',30815,1684709706); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (132,25,'136d91805f79dd308193f213222e6c2888dc6477',false,'JavaScript',450394,1684709706); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (133,25,'136d91805f79dd308193f213222e6c2888dc6477',false,'HTML',375371,1684709706); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (134,25,'136d91805f79dd308193f213222e6c2888dc6477',false,'Makefile',234,1684709706); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (135,27,'416cce368a31dfab9917227576ec8700127c74bd',false,'CoffeeScript',2867,1684709707); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (136,27,'416cce368a31dfab9917227576ec8700127c74bd',false,'SCSS',7117,1684709707); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (137,27,'416cce368a31dfab9917227576ec8700127c74bd',false,'Less',1237,1684709707); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (138,27,'416cce368a31dfab9917227576ec8700127c74bd',false,'HTML',2082,1684709707); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (139,27,'416cce368a31dfab9917227576ec8700127c74bd',false,'Ruby',70707,1684709707); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (140,27,'416cce368a31dfab9917227576ec8700127c74bd',false,'JavaScript',4481,1684709707); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (141,27,'416cce368a31dfab9917227576ec8700127c74bd',true,'CSS',104723,1684709707); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (142,27,'416cce368a31dfab9917227576ec8700127c74bd',false,'Haml',60767,1684709707); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (143,27,'416cce368a31dfab9917227576ec8700127c74bd',false,'PHP',4616,1684709707); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (151,29,'a7315b3d868996afc987feb267a49e8b26628a78',false,'HTML',59824,1684709736); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (152,29,'a7315b3d868996afc987feb267a49e8b26628a78',false,'CSS',213636,1684709736); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (153,29,'a7315b3d868996afc987feb267a49e8b26628a78',false,'JavaScript',435393,1684709736); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (154,29,'a7315b3d868996afc987feb267a49e8b26628a78',true,'PHP',2955469,1684709736); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (155,30,'227713f899c93ebac75a4837c68819bb05010466',false,'CSS',2133970,1684709760); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (156,30,'227713f899c93ebac75a4837c68819bb05010466',false,'JavaScript',3143646,1684709760); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (157,30,'227713f899c93ebac75a4837c68819bb05010466',false,'Hack',176,1684709760); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (158,30,'227713f899c93ebac75a4837c68819bb05010466',false,'HTML',173604,1684709760); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (159,30,'227713f899c93ebac75a4837c68819bb05010466',true,'PHP',14006080,1684709760); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (160,31,'6470bb6fea09ad753b35388950cbc1c4394821ae',false,'JavaScript',650051,1684709784); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (161,31,'6470bb6fea09ad753b35388950cbc1c4394821ae',false,'Shell',2654,1684709784); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (162,31,'6470bb6fea09ad753b35388950cbc1c4394821ae',false,'Hack',90,1684709784); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (163,31,'6470bb6fea09ad753b35388950cbc1c4394821ae',false,'XSLT',5014,1684709784); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (164,31,'6470bb6fea09ad753b35388950cbc1c4394821ae',false,'Dockerfile',118,1684709784); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (165,31,'6470bb6fea09ad753b35388950cbc1c4394821ae',true,'PHP',8765907,1684709784); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (166,31,'6470bb6fea09ad753b35388950cbc1c4394821ae',false,'HTML',367643,1684709784); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (167,31,'6470bb6fea09ad753b35388950cbc1c4394821ae',false,'CSS',285134,1684709784); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (168,32,'ffb2748a364a4eb9662b72799d4db64c3d1311a8',true,'C++',1232,1684709800); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (169,32,'ffb2748a364a4eb9662b72799d4db64c3d1311a8',false,'QMake',359,1684709800); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (170,33,'c8c72d0b7ed031de15ed03ba582f28e38492327d',false,'Shell',2450,1684709823); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (171,33,'c8c72d0b7ed031de15ed03ba582f28e38492327d',true,'JavaScript',52264,1684709823); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (172,34,'a96ea33baebb9380317bda4213e2a19c7ab48f05',true,'TeX',230708,1684709831); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (173,35,'cf35565f6c07703ee674cb77700f62908f979a92',false,'Shell',1500,1684709854); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (174,35,'cf35565f6c07703ee674cb77700f62908f979a92',true,'JavaScript',255091,1684709854); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (175,36,'0548e95b2d0267171fc6188b4979b3e3ec02f036',true,'JavaScript',10479,1684709875); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (176,38,'fba66eb85f183604ec6411bcbf9ab9b13e465949',false,'Dockerfile',331,1684712305); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (177,38,'fba66eb85f183604ec6411bcbf9ab9b13e465949',false,'Shell',20986,1684712305); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (178,38,'fba66eb85f183604ec6411bcbf9ab9b13e465949',true,'Java',207122,1684712305); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (179,39,'ffffe571b676f23203a2b5cf5b92a1864162024d',false,'Shell',3332,1684712314); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (180,39,'ffffe571b676f23203a2b5cf5b92a1864162024d',true,'Java',264536,1684712314); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (181,40,'5accc5f95c3502fa9f867211085bb9d77ca70987',true,'JavaScript',4083,1684712323); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (182,41,'662bc35852025a5d68c78340cd00791587855012',true,'Dockerfile',1285,1684717787); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (183,42,'4b1bd3d0f6ff42e71096da8b9609ce61dfee8449',false,'CSS',106257,1684717798); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (184,42,'4b1bd3d0f6ff42e71096da8b9609ce61dfee8449',false,'PHP',1684,1684717798); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (185,42,'4b1bd3d0f6ff42e71096da8b9609ce61dfee8449',false,'JavaScript',1291015,1684717798); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (186,42,'4b1bd3d0f6ff42e71096da8b9609ce61dfee8449',false,'Dockerfile',569,1684717798); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (187,42,'4b1bd3d0f6ff42e71096da8b9609ce61dfee8449',true,'HTML',1949960,1684717798); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (188,42,'4b1bd3d0f6ff42e71096da8b9609ce61dfee8449',false,'Vue',376274,1684717798); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (189,42,'4b1bd3d0f6ff42e71096da8b9609ce61dfee8449',false,'SCSS',9351,1684717798); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (190,43,'ceab273739c6ce3d28149bc25c5c040f24b5f4d0',true,'JavaScript',13842,1684717806); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (191,43,'ceab273739c6ce3d28149bc25c5c040f24b5f4d0',false,'CSS',11244,1684717806); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (192,44,'df178520bf9ba405baee9528d5dbb630d6ff760c',false,'HTML',37444,1684717817); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (193,44,'df178520bf9ba405baee9528d5dbb630d6ff760c',false,'CSS',944,1684717817); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (194,44,'df178520bf9ba405baee9528d5dbb630d6ff760c',true,'Ruby',87523,1684717817); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (195,44,'df178520bf9ba405baee9528d5dbb630d6ff760c',false,'JavaScript',31498,1684717817); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (196,45,'bedb61aed6f36731bce20ebdde16a17d4b38caf6',true,'Python',6133,1684717827); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (197,46,'d3bd12c8a59c9b4b0432b1a3ccf003a5ad6eabe9',false,'Makefile',592,1684717835); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (198,46,'d3bd12c8a59c9b4b0432b1a3ccf003a5ad6eabe9',true,'C++',115806,1684717835); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (199,46,'d3bd12c8a59c9b4b0432b1a3ccf003a5ad6eabe9',false,'C',146,1684717835); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (200,47,'c4cec8e3edc6eba4b26711869ac2cae89667a461',false,'Dockerfile',608,1684717844); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (201,47,'c4cec8e3edc6eba4b26711869ac2cae89667a461',true,'Shell',706,1684717844); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (202,48,'021b4b7fd75c542211fe754f7f63754285d72e97',false,'HTML',41482,1684717858); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (203,48,'021b4b7fd75c542211fe754f7f63754285d72e97',false,'Perl',5948,1684717858); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (204,48,'021b4b7fd75c542211fe754f7f63754285d72e97',false,'Batchfile',109,1684717858); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (205,48,'021b4b7fd75c542211fe754f7f63754285d72e97',false,'C#',1949,1684717858); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (206,48,'021b4b7fd75c542211fe754f7f63754285d72e97',false,'CSS',6062,1684717858); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (207,48,'021b4b7fd75c542211fe754f7f63754285d72e97',false,'JavaScript',19534,1684717858); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (208,48,'021b4b7fd75c542211fe754f7f63754285d72e97',true,'Python',888599,1684717858); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (209,48,'021b4b7fd75c542211fe754f7f63754285d72e97',false,'Makefile',9023,1684717858); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (210,48,'021b4b7fd75c542211fe754f7f63754285d72e97',false,'C++',9176,1684717858); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (211,48,'021b4b7fd75c542211fe754f7f63754285d72e97',false,'Shell',7678,1684717858); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (212,49,'f6563e2c05df183fc20acc132b3329e6d6b6bd6d',true,'Dockerfile',996,1684717865); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (213,50,'3f89a7293abce25910a5616cfa6aebfabd209721',false,'JavaScript',599,1684717874); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (214,50,'3f89a7293abce25910a5616cfa6aebfabd209721',false,'CSS',546,1684717874); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (215,50,'3f89a7293abce25910a5616cfa6aebfabd209721',false,'Haml',704,1684717874); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (216,50,'3f89a7293abce25910a5616cfa6aebfabd209721',false,'HTML',4187,1684717874); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (217,50,'3f89a7293abce25910a5616cfa6aebfabd209721',true,'Ruby',24995,1684717874); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (218,51,'8cfdb4f535ea36ab836a08aab75c52ef6e74788d',true,'Python',71627,1684717885); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (219,52,'9519b7ca4b8e7b1a1459a70147e59485bc984257',true,'Dockerfile',181,1684717894); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (220,53,'75c50640fe96145b7ac2bbd1c9bb227186ffb692',true,'TypeScript',34533,1684717903); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (221,54,'234fc6c00c43940c39ca220afea1358687c9ae55',true,'JavaScript',13717,1684717911); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (222,54,'234fc6c00c43940c39ca220afea1358687c9ae55',false,'CSS',2497,1684717911); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (223,55,'a191d54cd6bdb6a1386d503ebbd3cbb2e9b763af',false,'Batchfile',7034,1684717922); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (224,55,'a191d54cd6bdb6a1386d503ebbd3cbb2e9b763af',false,'Makefile',7425,1684717922); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (225,55,'a191d54cd6bdb6a1386d503ebbd3cbb2e9b763af',false,'CSS',18963,1684717922); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (226,55,'a191d54cd6bdb6a1386d503ebbd3cbb2e9b763af',false,'JavaScript',91326,1684717922); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (227,55,'a191d54cd6bdb6a1386d503ebbd3cbb2e9b763af',true,'HTML',718983,1684717922); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (228,55,'a191d54cd6bdb6a1386d503ebbd3cbb2e9b763af',false,'Python',9776,1684717922); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (229,56,'692ed62a875f7a404e2436af8cf071c103565756',true,'Python',27397,1684717931); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (230,57,'bd9c7d90dd5d74efca33f0b494b7bbb6531ffac7',false,'HTML',2782,1684717940); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (231,57,'bd9c7d90dd5d74efca33f0b494b7bbb6531ffac7',true,'SCSS',5520,1684717940); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (232,57,'bd9c7d90dd5d74efca33f0b494b7bbb6531ffac7',false,'HCL',475,1684717940); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (233,58,'c241c91b7ed4cbea367da70d685f3ad8a466e496',true,'JavaScript',6575,1684717950); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (234,58,'c241c91b7ed4cbea367da70d685f3ad8a466e496',false,'CSS',76,1684717950); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (235,59,'4b6276019a1491cc5003a0b007ca1aaeab671f57',true,'Python',12255,1684717960); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (236,59,'4b6276019a1491cc5003a0b007ca1aaeab671f57',false,'JavaScript',6400,1684717960); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (237,59,'4b6276019a1491cc5003a0b007ca1aaeab671f57',false,'Vim Script',1981,1684717960); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (238,60,'cc59dd543a1876acca04bf88b585f5591050a017',false,'Dockerfile',3468,1684717971); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (239,60,'cc59dd543a1876acca04bf88b585f5591050a017',false,'Shell',414,1684717971); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (240,60,'cc59dd543a1876acca04bf88b585f5591050a017',true,'Python',60348,1684717971); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (241,60,'cc59dd543a1876acca04bf88b585f5591050a017',false,'CSS',1070,1684717971); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (242,60,'cc59dd543a1876acca04bf88b585f5591050a017',false,'HTML',6817,1684717971); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (243,62,'d2f35001aad520629d9bb0a27dee3bdf853391e6',false,'Dockerfile',2243,1684717997); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (244,62,'d2f35001aad520629d9bb0a27dee3bdf853391e6',true,'Shell',43751,1684717997); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (245,63,'7e9c3ba88cac52dac658a06d129d070a3d749bd8',false,'Dockerfile',3743,1684718008); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (246,63,'7e9c3ba88cac52dac658a06d129d070a3d749bd8',true,'Lua',16341,1684718008); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (247,63,'7e9c3ba88cac52dac658a06d129d070a3d749bd8',false,'Shell',1564,1684718008); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (248,64,'4a71c541b1e8e3114b18e7e41c085096d3e2f832',true,'Dockerfile',243,1684718017); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (249,65,'6343f6c5186500717f4bc89709526b3e21c2eefe',true,'Shell',15950,1684718026); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (250,65,'6343f6c5186500717f4bc89709526b3e21c2eefe',false,'Dockerfile',360,1684718026); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (251,67,'34d7786396fcbbf6453ffc3af06786fc848231b2',true,'Dockerfile',1647,1684718044); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (252,67,'34d7786396fcbbf6453ffc3af06786fc848231b2',false,'Shell',923,1684718044); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (253,68,'68ae9ada82a791df0447157d8ae1567a1096151d',true,'Dockerfile',878,1684718053); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (254,70,'9d82ce46e4e24f67d6576ea266e68ee2f456662a',false,'Dockerfile',300,1684718071); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (255,70,'9d82ce46e4e24f67d6576ea266e68ee2f456662a',true,'Shell',1419,1684718071); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (256,71,'61f3f85983dd1c014f309eaf2206a0046ce0f3e9',true,'Dockerfile',520,1684718080); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (257,71,'61f3f85983dd1c014f309eaf2206a0046ce0f3e9',false,'Shell',74,1684718080); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (258,72,'5858d0b4cbeb013ad1380fe02b7b206b95d81c1d',false,'Ruby',15928,1684718091); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (259,72,'5858d0b4cbeb013ad1380fe02b7b206b95d81c1d',false,'Dockerfile',1555,1684718091); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (260,72,'5858d0b4cbeb013ad1380fe02b7b206b95d81c1d',true,'JavaScript',731077,1684718091); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (261,72,'5858d0b4cbeb013ad1380fe02b7b206b95d81c1d',false,'CSS',21227,1684718091); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (262,72,'5858d0b4cbeb013ad1380fe02b7b206b95d81c1d',false,'HTML',83236,1684718091); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (263,72,'5858d0b4cbeb013ad1380fe02b7b206b95d81c1d',false,'Raku',396,1684718091); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (264,72,'5858d0b4cbeb013ad1380fe02b7b206b95d81c1d',false,'Roff',5486,1684718091); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (265,72,'5858d0b4cbeb013ad1380fe02b7b206b95d81c1d',false,'C',39918,1684718091); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (266,72,'5858d0b4cbeb013ad1380fe02b7b206b95d81c1d',false,'Shell',10374,1684718091); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (267,72,'5858d0b4cbeb013ad1380fe02b7b206b95d81c1d',false,'Makefile',2133,1684718091); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (268,72,'5858d0b4cbeb013ad1380fe02b7b206b95d81c1d',false,'Python',142592,1684718091); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (269,72,'5858d0b4cbeb013ad1380fe02b7b206b95d81c1d',false,'C#',3520,1684718091); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (270,72,'5858d0b4cbeb013ad1380fe02b7b206b95d81c1d',false,'Clojure',8891,1684718091); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (271,73,'214fbb439d8ce8eb4835346294ba23d3462d1a40',true,'PHP',101625,1684718099); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (272,73,'214fbb439d8ce8eb4835346294ba23d3462d1a40',false,'JavaScript',1230,1684718099); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (273,73,'214fbb439d8ce8eb4835346294ba23d3462d1a40',false,'CSS',414,1684718099); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (274,75,'38cbcdec00c9fabbfe3e3a492a043cc7c893e976',true,'PHP',424944,1684718121); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (275,76,'473dcedcaa967ad53ccc36bb4c717fd0b103af69',false,'JavaScript',4847,1684718131); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (276,76,'473dcedcaa967ad53ccc36bb4c717fd0b103af69',true,'TypeScript',10911,1684718131); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (277,78,'64183fd2f6bdfcbc63033a465c8e36b7065ba8e2',true,'JavaScript',21642,1684718148); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (278,78,'64183fd2f6bdfcbc63033a465c8e36b7065ba8e2',false,'Shell',586,1684718148); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (279,79,'e3532702043298930f0401c4b86b97f7a398ca5c',false,'JavaScript',3601,1684718160); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (280,79,'e3532702043298930f0401c4b86b97f7a398ca5c',true,'CSS',11244,1684718160); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (281,80,'4b8d8dd740a92ff150ab041f1681922c85ccf79a',true,'JavaScript',21511,1684718170); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (282,80,'4b8d8dd740a92ff150ab041f1681922c85ccf79a',false,'Shell',586,1684718170); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (283,81,'5dfd9260911bb5d834e176cbebef96081f1ef257',false,'Shell',586,1684718181); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (284,81,'5dfd9260911bb5d834e176cbebef96081f1ef257',true,'JavaScript',21643,1684718181); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (285,82,'43e7146c95ed04582bac03f91d4ecda81ead135a',true,'JavaScript',21643,1684718188); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (286,82,'43e7146c95ed04582bac03f91d4ecda81ead135a',false,'Shell',586,1684718188); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (287,83,'7b596f39f3f545bb21f04b35a4642694da3af5fa',true,'JavaScript',54778,1684718198); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (288,83,'7b596f39f3f545bb21f04b35a4642694da3af5fa',false,'Sass',2877,1684718198); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (289,84,'6eb982ce5c87dc6baa58cf378eb4c3a5d5cf7d69',true,'JavaScript',170,1684718206); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (290,85,'3c82eb8a7754678085b187ff243b2839cdef8f48',true,'Ruby',23597,1684718214); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (291,85,'3c82eb8a7754678085b187ff243b2839cdef8f48',false,'HTML',4588,1684718214); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (292,86,'502098e26442a6194986cbc0472b797c7dc6829f',false,'Python',1757,1684718223); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (293,86,'502098e26442a6194986cbc0472b797c7dc6829f',true,'Java',10022,1684718223); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (294,87,'16b0c6441292419c1d6ab6839dc9a11b786bc511',false,'HTML',54968,1684718238); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (295,87,'16b0c6441292419c1d6ab6839dc9a11b786bc511',true,'Java',1690148,1684718238); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (296,87,'16b0c6441292419c1d6ab6839dc9a11b786bc511',false,'JavaScript',1251165,1684718238); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (297,87,'16b0c6441292419c1d6ab6839dc9a11b786bc511',false,'Dockerfile',1547,1684718238); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (298,87,'16b0c6441292419c1d6ab6839dc9a11b786bc511',false,'Shell',21319,1684718238); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (299,87,'16b0c6441292419c1d6ab6839dc9a11b786bc511',false,'CSS',99747,1684718238); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (300,88,'3dde24f5a13b3db94030373f7b5aa905fdc90bab',false,'Dockerfile',2440,1684718247); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (301,88,'3dde24f5a13b3db94030373f7b5aa905fdc90bab',true,'Shell',32699,1684718247); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (302,89,'b02aaa21910d7d71b46f3c679a550013215bcd75',true,'Dockerfile',2422,1684718257); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (303,89,'b02aaa21910d7d71b46f3c679a550013215bcd75',false,'Shell',2211,1684718257); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (304,90,'23edd534fb0993c6212e66103961f5f339691814',true,'JavaScript',99732,1684718843); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (305,91,'7a48fc610dd6e4757ad9536011ff6a6920053cd5',true,'Shell',3472,1684718851); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (306,91,'7a48fc610dd6e4757ad9536011ff6a6920053cd5',false,'Ruby',40,1684718851); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (307,92,'fdf1986eb903abccd85fbf56725a2363479af979',true,'Shell',1077,1684718858); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (308,93,'a2a18e3bdd9509629871a0c35e6fcecdb1b452ae',true,'Shell',2286,1684718867); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (309,94,'8940a3cdfee9306b6c7a32718dc22b859b81fb39',false,'Makefile',639,1684718874); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (310,94,'8940a3cdfee9306b6c7a32718dc22b859b81fb39',true,'Go',20377,1684718874); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (311,94,'8940a3cdfee9306b6c7a32718dc22b859b81fb39',false,'HTML',5363,1684718874); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (312,95,'a9d79c73aa1e6e98ebaa31b72ba141f20bc9a434',true,'Java',1304,1684718883); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (313,96,'e2349751d34458c647d735fc08e81f6ae0f12cf0',true,'Python',111862,1684718893); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (314,97,'4ecd1d245f5fe03b42132f25e529b76b789a6995',true,'CSS',105644,1684718903); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (315,97,'4ecd1d245f5fe03b42132f25e529b76b789a6995',false,'JavaScript',48166,1684718903); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (316,97,'4ecd1d245f5fe03b42132f25e529b76b789a6995',false,'HTML',512,1684718903); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (317,97,'4ecd1d245f5fe03b42132f25e529b76b789a6995',false,'SCSS',40026,1684718903); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (318,98,'029aefb487bef5cfb638c89641113d2d2a1816e5',true,'JavaScript',41577,1684718913); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (319,99,'e8757c5ff9a81fbfd0747280e5790c4e582e2410',true,'JavaScript',112592,1684718924); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (320,100,'6df2757c8ec7db0ef18c61c49e7caecd4ad1e87f',true,'Vim Script',99002,1684718931); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (321,101,'e1d25e4ee3c007933c6d35df0e0414078578af11',true,'Ruby',98888,1684718940); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (322,101,'e1d25e4ee3c007933c6d35df0e0414078578af11',false,'HTML',14291,1684718940); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (323,101,'e1d25e4ee3c007933c6d35df0e0414078578af11',false,'CSS',30098,1684718940); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (324,102,'2af1c62750917d31b9d3b5d31ae2db8d3316414c',false,'Shell',1629,1684718984); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (325,102,'2af1c62750917d31b9d3b5d31ae2db8d3316414c',true,'JavaScript',2224402,1684718984); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (326,102,'2af1c62750917d31b9d3b5d31ae2db8d3316414c',false,'TypeScript',1215,1684718984); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (327,102,'2af1c62750917d31b9d3b5d31ae2db8d3316414c',false,'CSS',2187,1684718984); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (328,102,'2af1c62750917d31b9d3b5d31ae2db8d3316414c',false,'PHP',5682,1684718984); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (329,103,'4f8db2a60316570308d23e4afbec24155562e9c5',false,'CoffeeScript',76987,1684719020); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (330,103,'4f8db2a60316570308d23e4afbec24155562e9c5',false,'HTML',1492,1684719020); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (331,103,'4f8db2a60316570308d23e4afbec24155562e9c5',false,'Ruby',933,1684719020); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (332,103,'4f8db2a60316570308d23e4afbec24155562e9c5',false,'SCSS',19999,1684719020); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (333,103,'4f8db2a60316570308d23e4afbec24155562e9c5',true,'JavaScript',674572,1684719020); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (334,103,'4f8db2a60316570308d23e4afbec24155562e9c5',false,'Pug',1588,1684719020); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (335,103,'4f8db2a60316570308d23e4afbec24155562e9c5',false,'Procfile',99,1684719020); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (336,104,'646c04f1330b9687c8ddb5be04bebe3bb755cb6b',false,'JavaScript',596,1684719030); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (337,104,'646c04f1330b9687c8ddb5be04bebe3bb755cb6b',false,'Shell',534,1684719030); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (338,104,'646c04f1330b9687c8ddb5be04bebe3bb755cb6b',true,'Pug',6029,1684719030); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (339,104,'646c04f1330b9687c8ddb5be04bebe3bb755cb6b',false,'Less',299,1684719030); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (340,105,'78339edf5a0bc157a57c6314766eb2b727c014e7',false,'Makefile',1167,1684719037); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (341,105,'78339edf5a0bc157a57c6314766eb2b727c014e7',true,'Python',3341,1684719037); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (342,106,'08443c7d7cdaa2186efff5a571a9c0d8c0023358',true,'JavaScript',27476,1684719046); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (343,106,'08443c7d7cdaa2186efff5a571a9c0d8c0023358',false,'HTML',728,1684719046); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (344,106,'08443c7d7cdaa2186efff5a571a9c0d8c0023358',false,'SCSS',3439,1684719046); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (345,107,'bda3277c7f1a8b7c7774d87fd64f482f35d7abe0',false,'JavaScript',7800,1684719055); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (346,107,'bda3277c7f1a8b7c7774d87fd64f482f35d7abe0',true,'C#',15354,1684719055); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (347,107,'bda3277c7f1a8b7c7774d87fd64f482f35d7abe0',false,'Python',10625,1684719055); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (348,108,'b654fde9cd43202903c0e9e08b2043315335759b',false,'CMake',43056,1684719068); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (349,108,'b654fde9cd43202903c0e9e08b2043315335759b',false,'Shell',403,1684719068); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (350,108,'b654fde9cd43202903c0e9e08b2043315335759b',true,'C++',1021242,1684719068); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (351,108,'b654fde9cd43202903c0e9e08b2043315335759b',false,'C',11009,1684719068); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (352,108,'b654fde9cd43202903c0e9e08b2043315335759b',false,'Python',2801,1684719068); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (353,109,'0091cb3f23203d1ed3d3ab26ec61c32829ab2088',true,'C++',1287959,1684719078); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (354,109,'0091cb3f23203d1ed3d3ab26ec61c32829ab2088',false,'Objective-C',1010,1684719078); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (355,109,'0091cb3f23203d1ed3d3ab26ec61c32829ab2088',false,'Objective-C++',2810,1684719078); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (356,109,'0091cb3f23203d1ed3d3ab26ec61c32829ab2088',false,'C',11009,1684719078); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (357,109,'0091cb3f23203d1ed3d3ab26ec61c32829ab2088',false,'Python',2801,1684719078); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (358,109,'0091cb3f23203d1ed3d3ab26ec61c32829ab2088',false,'Shell',14039,1684719078); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (359,109,'0091cb3f23203d1ed3d3ab26ec61c32829ab2088',false,'CMake',60225,1684719078); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (360,109,'0091cb3f23203d1ed3d3ab26ec61c32829ab2088',false,'Dockerfile',1101,1684719078); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (361,110,'44ca32c3af4b01cd1cad0f74efbba1c617eed626',true,'Ruby',29998,1684719087); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (362,110,'44ca32c3af4b01cd1cad0f74efbba1c617eed626',false,'CoffeeScript',10712,1684719087); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (363,110,'44ca32c3af4b01cd1cad0f74efbba1c617eed626',false,'Sass',5240,1684719087); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (364,110,'44ca32c3af4b01cd1cad0f74efbba1c617eed626',false,'Haml',1774,1684719087); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (365,111,'2cc958e16de6b5564c922a5517723be75ebb7951',true,'Shell',44,1684719097); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (366,112,'ea1a9bacb920348458fd79c132071030364742c6',false,'Makefile',161,1684719108); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (367,112,'ea1a9bacb920348458fd79c132071030364742c6',false,'Shell',562,1684719108); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (368,112,'ea1a9bacb920348458fd79c132071030364742c6',false,'JavaScript',2876,1684719108); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (369,112,'ea1a9bacb920348458fd79c132071030364742c6',false,'SCSS',4033,1684719108); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (370,112,'ea1a9bacb920348458fd79c132071030364742c6',true,'HTML',15783,1684719108); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (371,113,'037a7f7b2ff047309184087b66a3852cb4705276',true,'Vim Script',23924,1684719118); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (372,114,'409aaa1ba8af4b36e40f7d717637a9380cbc260a',true,'JavaScript',132417,1684719128); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (373,115,'2ff0e2b7b78bc69e336280265f92994b0b726bb9',true,'JavaScript',6789,1684719136); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (374,115,'2ff0e2b7b78bc69e336280265f92994b0b726bb9',false,'Shell',47,1684719136); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (375,116,'960507f92e40020453ddade050ff4b41d14a0c1a',true,'C',172825,1684719563); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (376,116,'960507f92e40020453ddade050ff4b41d14a0c1a',false,'Processing',24285,1684719563); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (377,116,'960507f92e40020453ddade050ff4b41d14a0c1a',false,'C++',34430,1684719563); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (378,117,'ef0c9b6d2c21aef32db0f8140153e567e56cd768',true,'Markdown',13440,1684719573); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (379,118,'79b87bb3a03474f8309d13a1a35296298811be0e',false,'Ruby',264,1684719581); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (380,118,'79b87bb3a03474f8309d13a1a35296298811be0e',true,'Puppet',4327,1684719581); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (381,119,'6b5591f297b1a46fc19e110e9c1031d80a326dce',true,'Puppet',16589,1684719590); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (382,119,'6b5591f297b1a46fc19e110e9c1031d80a326dce',false,'Ruby',12165,1684719590); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (383,119,'6b5591f297b1a46fc19e110e9c1031d80a326dce',false,'HTML',1097,1684719590); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (384,120,'b7066fae4a075a733032d9dc06391175fef829a8',true,'Cuda',3734,1684719599); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (385,120,'b7066fae4a075a733032d9dc06391175fef829a8',false,'Python',3074,1684719599); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (386,121,'8e7a663c18ee484c8629e503ba32c87864665d50',true,'Ruby',4299,1684719609); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (387,122,'b7df3edd535fb7be21e673d094c85cb2902f614c',true,'Shell',2547,1684719618); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (388,122,'b7df3edd535fb7be21e673d094c85cb2902f614c',false,'Dockerfile',2237,1684719618); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (389,123,'9d46bbe94a435404a28a174f9eeca849b5c46e07',false,'HTML',1075,1684719627); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (390,123,'9d46bbe94a435404a28a174f9eeca849b5c46e07',false,'Procfile',19,1684719627); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (391,123,'9d46bbe94a435404a28a174f9eeca849b5c46e07',true,'JavaScript',87006,1684719627); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (392,123,'9d46bbe94a435404a28a174f9eeca849b5c46e07',false,'CoffeeScript',6225,1684719627); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (393,123,'9d46bbe94a435404a28a174f9eeca849b5c46e07',false,'CSS',4840,1684719627); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (394,123,'9d46bbe94a435404a28a174f9eeca849b5c46e07',false,'EJS',13151,1684719627); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (395,124,'678ee3d5c9ead636c3a923d8842a45502b15375d',true,'JavaScript',1510700,1684719643); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (396,124,'678ee3d5c9ead636c3a923d8842a45502b15375d',false,'Shell',91,1684719643); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (397,124,'678ee3d5c9ead636c3a923d8842a45502b15375d',false,'CSS',10684,1684719643); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (399,126,'8612d8a269d5cee7ead97d48e29b4d3865984058',true,'C++',21373,1684719660); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (400,127,'5d412aae12573ed3639962949ef6b77557e8d61f',true,'JavaScript',3347,1684719667); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (401,128,'efc854c33ef70608d74c27229503a2a910765fcd',false,'Shell',379,1684719678); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (402,128,'efc854c33ef70608d74c27229503a2a910765fcd',true,'Python',203470,1684719678); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (403,130,'277b5b0df8f6fb155c7ecdb5284261bcffb57928',false,'Procfile',26,1684719696); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (404,130,'277b5b0df8f6fb155c7ecdb5284261bcffb57928',true,'JavaScript',22276,1684719696); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (405,130,'277b5b0df8f6fb155c7ecdb5284261bcffb57928',false,'CSS',2657,1684719696); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (406,130,'277b5b0df8f6fb155c7ecdb5284261bcffb57928',false,'HTML',6030,1684719696); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (407,131,'5d4bcdb5ba0388c7b5c583b9eb8986d942db8eeb',true,'JavaScript',19695,1684719705); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (408,132,'21cd8260c1c4e4b837f193790122bab500367d68',true,'Jinja',25186,1684719714); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (409,133,'f56574e43fc979d7c50fa37552b55879a0634221',true,'Shell',330,1684719722); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (410,133,'f56574e43fc979d7c50fa37552b55879a0634221',false,'PHP',17,1684719722); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (411,134,'43ab55e3d9e785c249738bc66bc58baea789a51f',false,'Procfile',33,1684719729); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (412,134,'43ab55e3d9e785c249738bc66bc58baea789a51f',true,'Ruby',12527,1684719729); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (413,135,'5dcbdd1efd5a639a2a57e07af799081f3dcb82c9',false,'Dockerfile',408,1684719738); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (414,135,'5dcbdd1efd5a639a2a57e07af799081f3dcb82c9',false,'Makefile',172,1684719738); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (415,135,'5dcbdd1efd5a639a2a57e07af799081f3dcb82c9',true,'Python',499,1684719738); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (416,136,'c3b259ad05b346ce5aa0cfbe66d45bcf86ca2869',true,'Pug',6124,1684719747); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (417,136,'c3b259ad05b346ce5aa0cfbe66d45bcf86ca2869',false,'Less',299,1684719747); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (418,136,'c3b259ad05b346ce5aa0cfbe66d45bcf86ca2869',false,'JavaScript',605,1684719747); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (419,136,'c3b259ad05b346ce5aa0cfbe66d45bcf86ca2869',false,'Shell',542,1684719747); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (424,147,'e777deedc1c2dd98f3a837e2f1a8fb0c46516c12',true,'Shell',1084,1727476366); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (428,151,'04b3f9d00d4fec01ce1891e1bde28085a4584e9a',true,'Dockerfile',875,1736918605); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (429,151,'04b3f9d00d4fec01ce1891e1bde28085a4584e9a',false,'DIGITAL Command Language',573,1736918605); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (427,151,'04b3f9d00d4fec01ce1891e1bde28085a4584e9a',false,'Shell',157,1736918605); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (426,149,'d443e2eaf4025b495405208873701225f0313176',false,'Dockerfile',754,1729111920); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (425,149,'d443e2eaf4025b495405208873701225f0313176',true,'HTML',2118,1728595679); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (398,125,'459a118543959a1f192a22a014f792786e2ebb94',true,'TeX',196324,1684719650); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (430,152,'ef1c552834fde85a60340ea9787c2e40563ae5d8',true,'Lua',9720,1743538557); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (432,154,'a85785d0fa69fa88c9f06d8f271026c9ddf68068',true,'Nix',31019,1746641397); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (431,153,'8270857adaf6908e163cae6aed424f3b775bc82d',true,'Nix',1347,1745952699); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (423,148,'4e268727f53e45c692b9daedfb7facf9563f0a31',true,'Nix',11827,1726599343); +INSERT INTO "language_stat" ("id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix") VALUES (433,154,'a85785d0fa69fa88c9f06d8f271026c9ddf68068',false,'Just',496,1746641397); +SELECT setval('language_stat_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "language_stat"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."mirror" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "repo_id" BIGINT NULL, "interval" BIGINT NULL, "enable_prune" BOOL DEFAULT true NOT NULL, "updated_unix" BIGINT NULL, "next_update_unix" BIGINT NULL, "lfs_enabled" BOOL DEFAULT false NOT NULL, "lfs_endpoint" TEXT NULL, "remote_address" VARCHAR(2048) NULL); ; +CREATE INDEX "IDX_mirror_repo_id" ON "mirror" ("repo_id"); +CREATE INDEX "IDX_mirror_updated_unix" ON "mirror" ("updated_unix"); +CREATE INDEX "IDX_mirror_next_update_unix" ON "mirror" ("next_update_unix"); +SELECT setval('mirror_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "mirror"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."push_mirror" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "repo_id" BIGINT NULL, "remote_name" VARCHAR(255) NULL, "remote_address" VARCHAR(2048) NULL, "sync_on_commit" BOOL DEFAULT true NOT NULL, "interval" BIGINT NULL, "created_unix" BIGINT NULL, "last_update" BIGINT NULL, "last_error" TEXT NULL); ; +CREATE INDEX "IDX_push_mirror_repo_id" ON "push_mirror" ("repo_id"); +CREATE INDEX "IDX_push_mirror_last_update" ON "push_mirror" ("last_update"); +INSERT INTO "push_mirror" ("id", "repo_id", "remote_name", "remote_address", "sync_on_commit", "interval", "created_unix", "last_update", "last_error") VALUES (1,45,'remote_mirror_P7gNAiUmH3','https://github.com/davad/BitbucketToGitea.git',true,28800000000000,1684767824,1751200665,'push failed: remote: Support for password authentication was removed on August 13, 2021.' || e'\x0a' || 'remote: Please see https://docs.github.com/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.' || e'\x0a' || 'fatal: Authentication failed for ''https://github.com/davad/BitbucketToGitea.git/''' || e'\x0a' || ' - remote: Support for password authentication was removed on August 13, 2021.' || e'\x0a' || 'remote: Please see https://docs.github.com/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.' || e'\x0a' || 'fatal: Authentication failed for ''https://github.com/davad/BitbucketToGitea.git/''' || e'\x0a' || ' - remote: Support for password authentication was removed on August 13, 2021.' || e'\x0a' || 'remote: Please see https://docs.github.com/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.' || e'\x0a' || 'fatal: Authentication failed for ''https://github.com/davad/BitbucketToGitea.git/''' || e'\x0a\x0a'); +SELECT setval('push_mirror_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "push_mirror"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."repo_redirect" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "owner_id" BIGINT NULL, "lower_name" VARCHAR(255) NOT NULL, "redirect_repo_id" BIGINT NULL); ; +CREATE UNIQUE INDEX "UQE_repo_redirect_s" ON "repo_redirect" ("owner_id","lower_name"); +CREATE INDEX "IDX_repo_redirect_lower_name" ON "repo_redirect" ("lower_name"); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (1,7,'thesis',34); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (2,12,'ehero-landing-page',21); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (3,7,'oasite',15); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (4,7,'jacomasonry',16); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (5,7,'jessicalandry.me',17); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (6,7,'aipt',20); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (7,7,'decalsforthewall.com',25); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (8,7,'wellwed',29); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (9,7,'urbanisle',30); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (10,7,'urbanisle-deals',31); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (11,7,'qtexample',32); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (12,13,'eudrupal',22); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (13,8,'encryptedurl',12); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (14,8,'guacamole-encryptedurl',12); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (15,10,'iastaticsite',19); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (16,6,'angular-todo',11); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (17,4,'hubot',2); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (18,5,'wordpressdockerbase',9); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (19,5,'wordpress-docker-base',9); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (20,5,'debian-zfs-install',8); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (21,5,'drupaldockerbase',7); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (22,5,'drupal-docker-base',7); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (23,5,'docker',6); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (24,5,'docker-haproxy',6); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (25,4,'gfdurham',5); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (26,4,'gfdurham-static',4); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (27,14,'ardusat-landing',24); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (28,15,'dashboard',27); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (29,15,'vonjour-dashboard',27); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (30,9,'kittmatic-prelaunch',18); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (31,9,'greetmate',13); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (32,11,'seasonaltuneup',35); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (33,11,'addresscollector-admin',33); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (34,11,'addresscollector-backend',26); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (35,11,'addresscollector-publicui',23); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (36,20,'seasonaltuneup',35); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (37,17,'social-app-frontend',37); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (38,17,'social-app-backend',36); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (39,3,'npm.registry',137); +INSERT INTO "repo_redirect" ("id", "owner_id", "lower_name", "redirect_repo_id") VALUES (40,1,'hugo-site',149); +SELECT setval('repo_redirect_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "repo_redirect"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."release" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "repo_id" BIGINT NULL, "publisher_id" BIGINT NULL, "tag_name" VARCHAR(255) NULL, "original_author" VARCHAR(255) NULL, "original_author_id" BIGINT NULL, "lower_tag_name" VARCHAR(255) NULL, "target" VARCHAR(255) NULL, "title" VARCHAR(255) NULL, "sha1" VARCHAR(64) NULL, "num_commits" BIGINT NULL, "note" TEXT NULL, "is_draft" BOOL DEFAULT false NOT NULL, "is_prerelease" BOOL DEFAULT false NOT NULL, "is_tag" BOOL DEFAULT false NOT NULL, "created_unix" BIGINT NULL); ; +CREATE UNIQUE INDEX "UQE_release_n" ON "release" ("repo_id","tag_name"); +CREATE INDEX "IDX_release_repo_id" ON "release" ("repo_id"); +CREATE INDEX "IDX_release_publisher_id" ON "release" ("publisher_id"); +CREATE INDEX "IDX_release_tag_name" ON "release" ("tag_name"); +CREATE INDEX "IDX_release_original_author_id" ON "release" ("original_author_id"); +CREATE INDEX "IDX_release_created_unix" ON "release" ("created_unix"); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (1,12,1,'v1.0.5','',0,'v1.0.5','','','38a2eaf578f850a194bce3047a39d4060c42577d',91,'',false,false,true,1481874046); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (2,12,1,'v1.0.4','',0,'v1.0.4','','','3742737e167864eee62a37665d7327a18fb9942a',85,'',false,false,true,1477601564); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (4,42,0,'v0.1','',0,'v0.1','','','687b0199427eba3e261e8683f970cbf7ba3eadf7',312,'',false,false,true,1529682933); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (5,44,0,'v2.1.0','',0,'v2.1.0','','','b7be6eac1c776e5b9ad38703b09d7105fe11856d',440,'',false,false,true,1361291910); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (6,44,0,'v2.0.3','',0,'v2.0.3','','','769ba1887feafb2b46693fe52c2953230d61c5e1',405,'',false,false,true,1358880717); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (7,44,0,'v2.0.2','',0,'v2.0.2','','','aeba662b34bb6f3d181da6f39a382fd8659da909',394,'',false,false,true,1354128492); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (8,44,0,'v2.0.1','',0,'v2.0.1','','','ea3280f81f61aadca064f4c73f9d774d09b16f8a',383,'',false,false,true,1353067336); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (9,44,0,'v2.0.0','',0,'v2.0.0','','','d9ce39523367444ba9c7b948b6982daacd70ccb8',381,'',false,false,true,1353065967); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (10,44,0,'v1.1.3','',0,'v1.1.3','','','c7086cf2fb0de082c61bfc2c48964b18de5b9c87',373,'',false,false,true,1353061702); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (11,44,0,'v1.1.2','',0,'v1.1.2','','','fc223efe1c486d43964f829585143ca23e30f87b',333,'',false,false,true,1337877046); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (12,44,0,'v1.1.1','',0,'v1.1.1','','','7ce0b146e76f5558c85c21d94c874d88cc2611c4',330,'',false,false,true,1337860911); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (13,44,0,'v1.1.0','',0,'v1.1.0','','','c7f47c7ceff058c25a591cbb8ce1544bf2958d70',323,'',false,false,true,1336988269); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (14,44,0,'v0.2.3','',0,'v0.2.3','','','214bfceefa734b88e24c89225dab583c1ad5c49e',156,'',false,false,true,1327704068); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (15,44,0,'v1.0.6','',0,'v1.0.6','','','566ef7e8a6ca05ff9d81a6e8181df4ecf2bab47b',272,'',false,false,true,1327399286); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (16,44,0,'v1.0.5','',0,'v1.0.5','','','9aee33713bac886a75d268f17e2b751a03f93340',260,'',false,false,true,1327335885); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (17,44,0,'v1.0.4','',0,'v1.0.4','','','6f769cd13a845d75b66d818e981a7b281f474a57',239,'',false,false,true,1325516245); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (18,44,0,'v1.0.3','',0,'v1.0.3','','','d020dcb6332e0e43c7e5fc8674338cfc53d30b6a',200,'',false,false,true,1322997847); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (19,44,0,'v0.2.2','',0,'v0.2.2','','','927f473486f16781941f94694b506422fd084a69',154,'',false,false,true,1320676569); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (20,44,0,'v1.0.2','',0,'v1.0.2','','','1b7ece025a03553a74c16d157023bfcebd387229',160,'',false,false,true,1320676382); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (21,44,0,'v0.2.1','',0,'v0.2.1','','','c1462c62ac174e986b79b7d31fd70020b535945c',152,'',false,false,true,1320670999); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (22,44,0,'v1.0.1','',0,'v1.0.1','','','0261c3cbd6f0a99dc3f9c4ac9aabd1d3de26a0ab',158,'',false,false,true,1320173909); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (23,44,0,'v0.2.0','',0,'v0.2.0','','','5a415d65190168f61a4835b87097857f35590ee4',148,'',false,false,true,1319631630); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (24,44,0,'v1.0.0','',0,'v1.0.0','','','4c1e95251f34aefdd910f7025748de0a3d234b31',153,'',false,false,true,1319631531); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (25,44,0,'v0.1.9','',0,'v0.1.9','','','3dcac7226b09d14f2a6218d959625433df4c616e',103,'',false,false,true,1297531823); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (26,44,0,'v0.1.8','',0,'v0.1.8','','','ea9eba47d5b3403330ef99e5d62bffa318902138',95,'',false,false,true,1296908575); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (27,44,0,'v0.1.7','',0,'v0.1.7','','','e6ece3d31dea4411309c6b02ccb051fd7c6f90be',92,'',false,false,true,1296069565); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (28,44,0,'v0.1.6','',0,'v0.1.6','','','ee7af3873a951ca6648ecc8bb030c2b9f422d1fb',91,'',false,false,true,1296068677); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (29,44,0,'v0.1.5','',0,'v0.1.5','','','ceb15726de0d2e44bbf8e013f0eca146d1255795',89,'',false,false,true,1296004167); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (30,44,0,'v0.1.4','',0,'v0.1.4','','','8d39568b9f2b947b95da86e0470a1b756f2b2c52',85,'',false,false,true,1295900766); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (31,44,0,'v0.1.3','',0,'v0.1.3','','','40eaa8433b58d4cf0c2e2abf6496094f31f3e3ee',82,'',false,false,true,1295522917); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (32,44,0,'v0.1.2','',0,'v0.1.2','','','a309edb7c89e19bc866cce120e4f51a7fa707d17',80,'',false,false,true,1295364620); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (33,44,0,'v0.1.1','',0,'v0.1.1','','','9f4f8012a7719f312897eb242ba687b0e9beafcb',75,'',false,false,true,1295142210); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (34,44,0,'v0.1.0','',0,'v0.1.0','','','9f4f8012a7719f312897eb242ba687b0e9beafcb',75,'',false,false,true,1295141966); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (35,48,0,'0.3-alpha1','',0,'0.3-alpha1','','','3a8fbe205a8ae9291f216d0eb223ebdcffc91647',434,'',false,false,true,1150129077); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (36,48,0,'0.3-alpha2','',0,'0.3-alpha2','','','d3d4706e91f84d34d1f1946ed5179dbb6948bc2e',758,'',false,false,true,1158066798); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (37,48,0,'0.3-beta1','',0,'0.3-beta1','','','c7ccbd9ff1720b85471abaade69499a946f17c9d',1109,'',false,false,true,1180643592); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (38,48,0,'0.3.0','',0,'0.3.0','','','7fa3c4c855a715ce4b13e9951e181b43b74fa599',1121,'',false,false,true,1187502184); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (39,48,0,'0.4-beta1','',0,'0.4-beta1','','','6928bcaa6f3e22776fcf0467f07cf1ec6a5d2b71',1149,'',false,false,true,1187648615); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (40,48,0,'0.4-beta2','',0,'0.4-beta2','','','afe9acdbf7feb5d7d9600835e18e4f53832ab141',1386,'',false,false,true,1193431496); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (41,48,0,'0.4-django-r7543','',0,'0.4-django-r7543','','','2d50f364ef25f1653ea088607aa410bca6ac68ff',2055,'',false,false,true,1218640575); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (42,49,0,'0.1.0','',0,'0.1.0','','','219810e0842d7578febae547e66e6020e4cb496d',2,'',false,false,true,1450804755); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (43,53,0,'v1.0.0','',0,'v1.0.0','','','4569fd60d95b33f56c98aa645f9177f27c50e208',11,'',false,false,true,1534961882); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (44,53,0,'v1.1.0','',0,'v1.1.0','','','9de06dfef1a0b6a3df40d49e5cc875c765da743a',20,'',false,false,true,1535135013); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (45,53,0,'v1.2.0','',0,'v1.2.0','','','98b58d4efcba781196ac17b445371f5a10166651',21,'',false,false,true,1537476971); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (46,62,0,'v0.7.1','',0,'v0.7.1','','','b7b1654dcc50b20b0d1f2da6d84672f15c576a79',276,'',false,false,true,1482185004); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (47,62,0,'v0.7.0','',0,'v0.7.0','','','08583bee7705ce6bdaffcca9378d9c5304d31c33',271,'',false,false,true,1481668661); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (48,62,0,'v0.6.0','',0,'v0.6.0','','','a6efe9d21fbf0b2f4d45c95bc5fd9b6fe4623706',239,'',false,false,true,1469884814); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (49,62,0,'v0.5.0','',0,'v0.5.0','','','1e30152f11dd34c2deffb6893cd7e88bb977329d',202,'',false,false,true,1458496160); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (50,62,0,'v0.4.0','',0,'v0.4.0','','','9490550131d21c263b6a17753a613b8de2807573',174,'',false,false,true,1453761569); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (51,62,0,'v0.3.0','',0,'v0.3.0','','','0ef596645a5db275630d1642f29458eee0788731',95,'',false,false,true,1452196565); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (52,62,0,'v0.2.0','',0,'v0.2.0','','','10eb16b0e21963a0352576e94c8b6e4e59c0ece7',50,'',false,false,true,1451867789); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (53,62,0,'v0.1.0','',0,'v0.1.0','','','d6bee7267be87424e88a414c243bb2a2164f5859',23,'',false,false,true,1451593714); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (54,63,0,'v0.0.8','',0,'v0.0.8','','','c98514630ac5d3823007a1f23e35b8d0f05e728e',80,'',false,false,true,1450760529); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (55,63,0,'v0.0.7','',0,'v0.0.7','','','b682946ee9f3138c1a64356ff0871c9c86de55ae',53,'',false,false,true,1449559813); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (56,63,0,'v0.0.6','',0,'v0.0.6','','','c4d3fe90caeaa923bb4669b0f68e7c3e7c227a6b',50,'',false,false,true,1449558360); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (57,63,0,'v0.0.5','',0,'v0.0.5','','','3bb0deff14dcd6c353c23fb263d69f1e5bdd4167',46,'',false,false,true,1449544766); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (58,63,0,'v0.0.4','',0,'v0.0.4','','','c1bfac718726cc1641051011d4ac0c5abb93f2c2',45,'',false,false,true,1449544543); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (59,63,0,'v0.0.3','',0,'v0.0.3','','','170af171536596798cdfffe8a53f900b26fbb4cc',43,'',false,false,true,1449541581); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (60,63,0,'v0.0.2','',0,'v0.0.2','','','e902c0e5d149809770c87cdc5b0ba10162e4a281',42,'',false,false,true,1449471196); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (61,63,0,'v0.0.2-beta2','',0,'v0.0.2-beta2','','','766c2ff8e5064f66b1c8506e1268b4ba9c2226a9',38,'',false,false,true,1449466711); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (62,63,0,'v0.0.2-beta1','',0,'v0.0.2-beta1','','','8cdf7da16afd3b72a24ccc7a0484999f9da49962',35,'',false,false,true,1449451286); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (63,63,0,'v0.0.2-alpha6','',0,'v0.0.2-alpha6','','','38aca23de44dd2dda8a1b9fade97bd2e54956c93',34,'',false,false,true,1449448523); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (64,63,0,'v0.0.2-alpha5','',0,'v0.0.2-alpha5','','','b783619b42d9154ebe41212a4c137cd69368edb4',33,'',false,false,true,1449448231); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (65,63,0,'v0.0.2-alpha4','',0,'v0.0.2-alpha4','','','753f634bfd9d23a56041e4cbe2d3ed506ff08780',32,'',false,false,true,1449413066); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (66,63,0,'v0.0.2-alpha3','',0,'v0.0.2-alpha3','','','ba8b5a8b00be1aec5e36019bdc48f57ec4d428b5',31,'',false,false,true,1449412881); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (67,63,0,'v0.0.2-alpha2','',0,'v0.0.2-alpha2','','','58094a9c60b70f5000b245e771c91f644d8c532c',30,'',false,false,true,1449395392); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (68,63,0,'v0.0.2-alpha1','',0,'v0.0.2-alpha1','','','ec4e5c6a7ae2565bb99b6b931c70e13cc99f2833',29,'',false,false,true,1449393767); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (69,63,0,'v0.0.1-beta2','',0,'v0.0.1-beta2','','','8fcc9b733765e5cf77d5610034d09aaa5769e6ea',26,'',false,false,true,1449389810); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (70,63,0,'v0.0.1-beta1','',0,'v0.0.1-beta1','','','f8697f97c1bb6fc12a75748f8e8606a1329a8a0c',25,'',false,false,true,1449389530); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (71,63,0,'v0.0.1-alpha6','',0,'v0.0.1-alpha6','','','742501cb16a0f3b7de951705d16ff417d38373d8',23,'',false,false,true,1449388687); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (72,63,0,'v0.0.1-alpha5','',0,'v0.0.1-alpha5','','','435093fcbb336a33e18a10357f6da574b42ef29a',22,'',false,false,true,1449387835); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (73,63,0,'v0.0.1-alpha4','',0,'v0.0.1-alpha4','','','44c2cb0f6b2008db9a34705576c7dc5a1d5875b5',21,'',false,false,true,1449386470); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (74,63,0,'v0.0.1-alpha3','',0,'v0.0.1-alpha3','','','d0ea4ba02227e9355f480f972ab34a8ece0e1878',20,'',false,false,true,1449386296); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (75,63,0,'v0.0.1-alpha2','',0,'v0.0.1-alpha2','','','63dac82726ac05f3a791c2ee80f2c20567fcbf51',19,'',false,false,true,1449385753); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (76,63,0,'v0.0.1-alpha','',0,'v0.0.1-alpha','','','601319eef489e627ce30047910e417eabbbe20f2',18,'',false,false,true,1449383893); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (77,65,1,'0.9.10-incubating_1.1.0','',0,'0.9.10-incubating_1.1.0','','','6343f6c5186500717f4bc89709526b3e21c2eefe',1,'',false,false,true,1484082473); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (78,72,0,'v0.3','',0,'v0.3','','','54ece843619d9becf9d36aa59592f2fe88c563f8',6,'',false,false,true,1394554720); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (79,72,0,'v1.0','',0,'v1.0','','','d0c90d4476b80ae92a8a73964ddad9d500d03443',34,'',false,false,true,1449122084); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (80,86,1,'v1.0.3','',0,'v1.0.3','','','502098e26442a6194986cbc0472b797c7dc6829f',53,'',false,false,true,1474601585); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (81,86,1,'v0.8.1','',0,'v0.8.1','','','9dc2e0c1401e2c6d4bfd22421492d51bb990ee5b',35,'',false,false,true,1472490930); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (82,86,1,'v1.0.2','',0,'v1.0.2','','','f3d8e55fb31ee09f7c81b708ace2dc12558a8acf',51,'',false,false,true,1471978491); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (83,87,0,'0.9.9','',0,'0.9.9','','','162f4db386c3a612e8a1189e92b7f789d51945d8',3228,'',false,false,true,1452709181); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (84,87,0,'0.9.8','',0,'0.9.8','','','0e16eb94239cc8d000c2c41df493523eeb8fc134',3042,'',false,false,true,1452709171); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (85,87,0,'0.9.7','',0,'0.9.7','','','027fa1d85e72352e3b9c634ae48ec5c0315b9672',2780,'',false,false,true,1434133034); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (86,87,0,'0.9.6','',0,'0.9.6','','','52d61d8dbc3a6b9af948e4c2f9ac95992ceeec18',2459,'',false,false,true,1427764208); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (87,87,0,'0.9.5','',0,'0.9.5','','','7b32adad97b84048fb956097515adcc8c11f796c',2193,'',false,false,true,1424128145); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (88,87,0,'0.9.4','',0,'0.9.4','','','9181706784e2f570337cbd81cfcd2c067942c5f3',2148,'',false,false,true,1420629681); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (89,87,0,'0.9.3','',0,'0.9.3','','','8d1bee18aad27f66616f078ad10d3ee61383a5f6',1768,'',false,false,true,1412065587); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (90,87,0,'0.9.2','',0,'0.9.2','','','a1452dd0b0a1e683b7fd64e93cefcd27a3f25ae6',1730,'',false,false,true,1405978921); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (91,87,0,'0.8.4','',0,'0.8.4','','','7ab3b0b6aebdb8cc76bbfc94d3114a61ab8a8c56',1450,'',false,false,true,1400874201); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (92,87,0,'0.9.1','',0,'0.9.1','','','9d2ff099d33cf83e1c3c77213e0ed95dc80ee04e',1723,'',false,false,true,1400874190); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (93,87,0,'0.9.0','',0,'0.9.0','','','3f2f23f107326395d4c93091be298dff9491c68a',1638,'',false,false,true,1396044980); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (94,87,0,'0.8.3','',0,'0.8.3','','','532c6f16334284f38d77d4f9823c7ee22303559f',1446,'',false,false,true,1377723918); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (95,87,0,'0.8.2','',0,'0.8.2','','','219a210ff419d569889041850adb420b21b5a26b',1275,'',false,false,true,1373908938); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (96,88,0,'0.9.9','',0,'0.9.9','','','84bd05313862f4e61fe0e74d05c7927d68b7714e',31,'',false,false,true,1450485850); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (97,88,0,'0.9.8','',0,'0.9.8','','','309213b2bd76118a15c1c2b95bc569cb3878b4c9',23,'',false,false,true,1441780056); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (98,88,0,'0.9.7','',0,'0.9.7','','','c2ec1374ff695a12aa8ee28a988edb25c6ad1e6b',20,'',false,false,true,1434041685); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (99,88,0,'0.9.6','',0,'0.9.6','','','af9f149f09affdea4b63765449db0bef519d7d28',18,'',false,false,true,1434002574); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (100,89,0,'0.9.9','',0,'0.9.9','','','b02aaa21910d7d71b46f3c679a550013215bcd75',30,'',false,false,true,1450486043); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (101,89,0,'0.9.8','',0,'0.9.8','','','06ee664f3bf6b480ccebe783777dc41a459f51c4',28,'',false,false,true,1441780010); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (102,89,0,'0.9.7','',0,'0.9.7','','','4913424a7d19429eea9647b0de6dab185d387531',25,'',false,false,true,1434041655); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (103,89,0,'0.9.6','',0,'0.9.6','','','ee71e2cc70e8525d6dc7815d9d70b1b4529c0bdb',23,'',false,false,true,1434002565); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (104,90,0,'v8.3.0','',0,'v8.3.0','','','23edd534fb0993c6212e66103961f5f339691814',412,'',false,false,true,1548098574); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (105,90,0,'v8.2.0','',0,'v8.2.0','','','4ae642c983d809b9153d0270ef3fac214b912fa5',406,'',false,false,true,1543523123); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (106,90,0,'v8.1.0','',0,'v8.1.0','','','52230e91c120b06d544ed3ad5365185c333fca97',389,'',false,false,true,1522582149); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (107,90,0,'v8.0.1','',0,'v8.0.1','','','dd49411f04407e1df9444b89a95395c9e99ab26e',385,'',false,false,true,1521809464); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (108,90,0,'v8.0.0','',0,'v8.0.0','','','2ed3f5ed35165980178f72308a3f706d9e9362b4',373,'',false,false,true,1519664460); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (109,90,0,'v7.4.1','',0,'v7.4.1','','','fc224e12ddd2142eaa120c3e1a0e9d6d80669648',355,'',false,false,true,1515609989); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (110,90,0,'v7.4.0','',0,'v7.4.0','','','4bcae9ebaada1cbd2cceb91a131e4fdda4ddca4a',344,'',false,false,true,1515533358); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (111,90,0,'v7.3.0','',0,'v7.3.0','','','f5f91998c3503b6d82f0ebddd0f3fe9d96457688',333,'',false,false,true,1498327652); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (112,90,0,'v7.2.4','',0,'v7.2.4','','','1dee895ee355ae6525042032264dc633543c96ec',321,'',false,false,true,1480876273); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (113,90,0,'v7.2.3','',0,'v7.2.3','','','a7abaef70690d6033510a4bdcc5df5420ca83ef9',316,'',false,false,true,1479944043); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (114,90,0,'v7.2.2','',0,'v7.2.2','','','f55e939932adf5dc8f47a3250c8637037cc6019a',313,'',false,false,true,1479937644); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (115,90,0,'v7.2.1','',0,'v7.2.1','','','7e0ae6268442e9b378347b5fe82cbb3366fc50ba',312,'',false,false,true,1479937578); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (116,90,0,'v7.2.0','',0,'v7.2.0','','','2c158ab270fd505e8e4e480936b30952afe0ea76',306,'',false,false,true,1478935788); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (117,90,0,'v7.1.3','',0,'v7.1.3','','','ab5d876e0f49b7b5e79b7357c1e209fca73339fb',299,'',false,false,true,1472754577); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (118,90,0,'v7.1.2','',0,'v7.1.2','','','5145c4133ce7b7f71f7fd7dedbcf0a93233c4e0a',291,'',false,false,true,1471895546); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (119,90,0,'v7.1.1','',0,'v7.1.1','','','48024e105e6a4c4b6a619293eecd86678db38deb',289,'',false,false,true,1471894591); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (120,90,0,'v7.1.0','',0,'v7.1.0','','','352d4f6651788f2607669e55faf5830df79ba08e',278,'',false,false,true,1471819291); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (121,90,0,'v7.0.1','',0,'v7.0.1','','','46de41e50edcf42a3f8af3ee138b281e0b206aac',263,'',false,false,true,1464645709); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (122,90,0,'v7.0.0','',0,'v7.0.0','','','fe1dae1d55b64b017f93790a29e99d4815dbb307',259,'',false,false,true,1463750329); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (123,90,0,'v6.0.0','',0,'v6.0.0','','','8edb82e4423c98375ceabec170c82b7618ce70a2',253,'',false,false,true,1462058005); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (124,90,0,'v5.8.0','',0,'v5.8.0','','','5a2ee6d052d835e898df80d35a500ef17df25368',232,'',false,false,true,1459934777); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (125,90,0,'v.5.7.0','',0,'v.5.7.0','','','eaa25f1e3c7b7a46bd7b607a9d36467f21e1c293',226,'',false,false,true,1459805340); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (126,90,0,'v5.4.1','',0,'v5.4.1','','','87398012653ad1514c1011bcbf3de3e6915ae30f',215,'',false,false,true,1454844204); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (127,90,0,'v5.4.0','',0,'v5.4.0','','','5de987a7bc68387a6f23d93722ef6d97f5b1212e',213,'',false,false,true,1454797208); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (128,90,0,'v5.3.2','',0,'v5.3.2','','','a830453aac353b363062624185a0afe03b72a0fd',205,'',false,false,true,1452464802); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (129,90,0,'v5.3.1','',0,'v5.3.1','','','6f033b3b0064c6c0e7ba6dd8e23de2778461596d',202,'',false,false,true,1451857337); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (130,90,0,'v5.3.0','',0,'v5.3.0','','','bce9b32450306060c729fb5ded8d05e37677bfe2',200,'',false,false,true,1450720056); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (131,90,0,'v5.2.1','',0,'v5.2.1','','','eb9fff9fc384fde07ec2a1d2f0da520be902da2c',185,'',false,false,true,1447881582); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (132,90,0,'v5.2.0','',0,'v5.2.0','','','17188f78022483455d1900c7be27a952138c5a07',180,'',false,false,true,1446479101); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (133,90,0,'v5.1.3','',0,'v5.1.3','','','01232a8d4fc7d18861bcf1de01d2023ebb202986',176,'',false,false,true,1445123478); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (134,90,0,'v5.1.2','',0,'v5.1.2','','','de2a6a3ceb17573d3a366073e5cb8b7b36d13128',173,'',false,false,true,1445083236); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (135,90,0,'v5.1.1','',0,'v5.1.1','','','6b80b3f5a7bb718a0cefb907ea95bbb68b33bfb7',169,'',false,false,true,1444748567); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (136,90,0,'v5.1.0','',0,'v5.1.0','','','5cf53776f1a126061b643967be1378a256f4a7db',161,'',false,false,true,1444385064); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (137,90,0,'v5.0.7','',0,'v5.0.7','','','ab2a4981ea0e40bde9e8addfc4df7041d6f8f3cf',156,'',false,false,true,1442069664); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (138,90,0,'5.0.6','',0,'5.0.6','','','8fd01c6ce6bd98014987b2cca8031d89f6f90b35',155,'',false,false,true,1441611866); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (139,90,0,'5.0.5','',0,'5.0.5','','','f2c388b13e6a948be24c580bdd0678eaea12fd8b',153,'',false,false,true,1441611308); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (140,90,0,'5.0.4','',0,'5.0.4','','','a3c6b49dd58c7c1739b5ded08e32721f6ca6f4f8',144,'',false,false,true,1441321152); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (141,90,0,'v5.0.3','',0,'v5.0.3','','','281c029c6ad1ac7a4ed948a6333c747d263e1af0',139,'',false,false,true,1440174867); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (142,90,0,'v5.0.2','',0,'v5.0.2','','','a0e2d28720095f4f7f780163f605bb02319a5528',131,'',false,false,true,1439765673); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (143,90,0,'v5.0.1','',0,'v5.0.1','','','18a99db27cd4b41f21644c4f50252affd138b5ff',127,'',false,false,true,1439592910); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (144,90,0,'v5.0.0','',0,'v5.0.0','','','0ba83b982b0ea9788760899349a645dd2396d1de',125,'',false,false,true,1439302920); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (145,90,0,'v4.9.0','',0,'v4.9.0','','','99507bb459114499da3f789f712b8daf5bf11b92',121,'',false,false,true,1438716630); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (146,90,0,'v4.8.1','',0,'v4.8.1','','','93f4d9300ee2ec84b5d4deb4efe0647ee1d229cd',116,'',false,false,true,1438368302); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (147,90,0,'4.8.0','',0,'4.8.0','','','f62bf57795e22b97f5c31a2375b68d6e7e6b80e1',113,'',false,false,true,1437867170); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (148,90,0,'7.1.0','',0,'7.1.0','','','352d4f6651788f2607669e55faf5830df79ba08e',278,'',false,false,true,1471819283); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (149,97,1,'api-relay-v1.0.2','',0,'api-relay-v1.0.2','','','a2f1a231cab70afb619d73c5c970e67aa9faf6cc',10,'',false,false,true,1487956217); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (150,97,1,'api-relay-v1.0.0','',0,'api-relay-v1.0.0','','','d0663a3c28209f5df9669a72f56eed5d0776434d',7,'',false,false,true,1487566304); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (151,97,1,'api-relay-v1.0.1','',0,'api-relay-v1.0.1','','','122946b884e9baadb9d6e79a4cde04a538e4b82a',8,'',false,false,true,1487697771); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (152,97,1,'api-relay-v1.0.3','',0,'api-relay-v1.0.3','','','cdeb9c5a49ca441ded216f3c2cfe8fff568a7845',11,'',false,false,true,1487956610); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (153,97,1,'v1.0.0','',0,'v1.0.0','','','d0663a3c28209f5df9669a72f56eed5d0776434d',7,'',false,false,true,1487566304); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (154,99,0,'v0.0.10','',0,'v0.0.10','','','787bcc56684434591ce24da002d6a74fee17acb7',48,'',false,false,true,1480705302); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (155,99,0,'v0.0.9','',0,'v0.0.9','','','fad073fb436a57ebccc38e662adf8efa9597c404',47,'',false,false,true,1480703135); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (156,99,0,'v0.0.8','',0,'v0.0.8','','','30618710ca6e3489c0befccadadf60229ec79184',45,'',false,false,true,1480597861); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (157,99,0,'v0.0.7','',0,'v0.0.7','','','5628acf1281a65f3cdb7461857f2097c10c07ff9',44,'',false,false,true,1480595598); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (158,99,0,'v0.0.6','',0,'v0.0.6','','','79f7b42d9d7e2411391a7d6f7d06ca244ec31340',39,'',false,false,true,1480370250); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (159,99,0,'v0.0.5','',0,'v0.0.5','','','c01f7668964ce5f445a772c143de622929e27489',34,'',false,false,true,1480338469); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (160,99,0,'v0.0.4.1','',0,'v0.0.4.1','','','82fe4e8a8ecc8d0260216bbe665f38f5ee330d5e',33,'',false,false,true,1480338168); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (161,99,0,'v0.0.4','',0,'v0.0.4','','','865197c65502a43f4027850619236d7a5faecdcc',32,'',false,false,true,1480282678); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (162,99,0,'v0.0.3.2','',0,'v0.0.3.2','','','8b275a24fe59c364948b7554e1b5b1bf1144d476',29,'',false,false,true,1480280902); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (163,99,0,'v0.0.3.1','',0,'v0.0.3.1','','','8b275a24fe59c364948b7554e1b5b1bf1144d476',29,'',false,false,true,1480279238); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (164,99,0,'v0.0.3','',0,'v0.0.3','','','66c4f004877cfb08c62bf2bc3b967fd70f165c9b',26,'',false,false,true,1480277105); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (165,99,0,'0.0.14','',0,'0.0.14','','','1ab3d5fdf02bafef5b49cabc531699cec63c3e97',54,'',false,false,true,1482245439); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (166,99,0,'v0.0.13','',0,'v0.0.13','','','05634dbe9ef6efe10b9f5ae4e2ea706c321b4cb4',53,'',false,false,true,1481988975); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (167,99,0,'v0.0.14.1','',0,'v0.0.14.1','','','819cb5d6c06b687aa4771aa0c89bcfdc9caf464d',55,'',false,false,true,1482263296); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (168,99,0,'v0.0.15','',0,'v0.0.15','','','87ebf3a47c5a51f1deea2bd3c13097854e02efe5',56,'',false,false,true,1482263939); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (169,99,0,'v0.0.16','',0,'v0.0.16','','','2512213b1074424b118023626f251a992d9b453a',63,'',false,false,true,1482762436); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (170,99,0,'v0.0.17','',0,'v0.0.17','','','f7473dcda760f175b47db40005ff6e2d695a8a2b',71,'',false,false,true,1483783906); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (171,99,0,'v0.0.18','',0,'v0.0.18','','','80ebf4e7a2c538855db9672bd073b9ba47defc9e',72,'',false,false,true,1483966001); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (172,99,0,'v0.0.19','',0,'v0.0.19','','','74e316521fcc92688d09daed4e85bd8f67f5f2e8',73,'',false,false,true,1484678937); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (173,101,0,'v0.1.0.beta1','',0,'v0.1.0.beta1','','','d59bf45c26d2a1169abacc7b1baa51dc12a676f6',67,'',false,false,true,1363710624); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (174,101,0,'v0.1.0.beta2','',0,'v0.1.0.beta2','','','96e06313428bb9e66ba6d93f99843e02c167ae44',125,'',false,false,true,1372634284); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (175,101,0,'v0.1.0.beta3','',0,'v0.1.0.beta3','','','03664c37c9cd09e882d76600ff9f0bfdd55e12f8',147,'',false,false,true,1373828254); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (176,101,0,'v0.1.0.beta4','',0,'v0.1.0.beta4','','','4cfd50cbcc546d79f56d13c7aadff472dac53c28',257,'',false,false,true,1384033989); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (177,101,0,'v0.1.0.rc1','',0,'v0.1.0.rc1','','','8af34a14e496ca12f222bf2c763f2b381e00c27f',292,'',false,false,true,1384818284); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (178,102,0,'v22.0.1','',0,'v22.0.1','','','d1845116ebe818e6d945d50ad4857752758970ee',2905,'',false,false,true,1513667387); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (179,102,0,'v21.2.1','',0,'v21.2.1','','','6102961774cb043e0c36ec8121935181b9560929',2654,'',false,false,true,1506550497); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (180,102,0,'v21.2.0','',0,'v21.2.0','','','9db3b9087578795b68905d6c363a50b14bafcf99',2648,'',false,false,true,1506457317); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (181,102,0,'v21.1.0','',0,'v21.1.0','','','13e4ba299d57c65248a5cd763bb66f59b3b24902',2627,'',false,false,true,1505353800); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (182,102,0,'v21.0.2','',0,'v21.0.2','','','9b6ff26eb3c0f03215c5fc52d3842c3d56d55ef0',2615,'',false,false,true,1504880337); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (183,102,0,'v21.0.1','',0,'v21.0.1','','','9075ecf0774fc29ba9c5e4bdbceca0d9774a793c',2606,'',false,false,true,1504545127); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (184,102,0,'v21.0.0','',0,'v21.0.0','','','be4bec387d90ac8d6a7596be88bf8e4994bc3ed9',2604,'',false,false,true,1504537298); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (185,102,0,'v20.0.3','',0,'v20.0.3','','','b5f9a87ceb9f5f5c1acc1316c59ae963d3eca448',2235,'',false,false,true,1495018621); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (186,102,0,'v20.0.2','',0,'v20.0.2','','','2ac2e0ed4e45539c1e5619876eaee6e00acd5ed6',2231,'',false,false,true,1495018211); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (187,102,0,'v20.0.1','',0,'v20.0.1','','','eb244127b0c626a1aec80691867e84424e83b02b',2217,'',false,false,true,1494499797); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (188,102,0,'v20.0.0','',0,'v20.0.0','','','c0caf522ea3dee99f0cdcbfe65a4582d6bb1a87b',2196,'',false,false,true,1494073942); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (189,102,0,'v0.5.8','',0,'v0.5.8','','','699b614fcd70b9d1cec778eaf67efb38ce1a9cc0',563,'',false,false,true,1443068635); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (190,102,0,'v0.5.6','',0,'v0.5.6','','','7a542ac8d11628790dfb4efabf45a58311aab865',556,'',false,false,true,1442613180); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (191,102,0,'v0.5.5','',0,'v0.5.5','','','acc20923801f41388c6b4f5ad96b33ee9f334147',551,'',false,false,true,1442339257); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (192,102,0,'v0.5.4','',0,'v0.5.4','','','082a9298247e5d01a31e1bbcfb0cf32202e0eb66',532,'',false,false,true,1441922165); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (193,102,0,'v0.5.3','',0,'v0.5.3','','','1aab338f9745619b80a60b31ef16859a53491b2a',528,'',false,false,true,1441917705); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (194,102,0,'v5.0.3','',0,'v5.0.3','','','90f58f46981d463480f56ed19ef591f3e00b0120',527,'',false,false,true,1441913117); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (195,102,0,'v0.5.2','',0,'v0.5.2','','','f4183eb1e6b7f0ac4e2ce96e28e59539f70dfef9',521,'',false,false,true,1441735890); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (196,102,0,'v0.5.1','',0,'v0.5.1','','','d114f057b6c65dc02f5f08a9b94ea5a5dad13bbc',510,'',false,false,true,1441245402); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (197,102,0,'v0.4.18','',0,'v0.4.18','','','235c859f982da61c501756bc9b615411c16275e0',464,'',false,false,true,1438712854); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (198,102,0,'v0.4.17','',0,'v0.4.17','','','a818efd1eefff270445454f0db9bf60c092c46b5',457,'',false,false,true,1437679447); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (199,102,0,'v0.4.15','',0,'v0.4.15','','','14c35fd0f5432b631dff0f092a683f37aad7e3fd',438,'',false,false,true,1435963456); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (200,102,0,'v0.4.14','',0,'v0.4.14','','','d59b085e2e23ed9a3953baa03e83271a5437f37a',433,'',false,false,true,1435555959); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (201,102,0,'v0.4.13','',0,'v0.4.13','','','4ba9cada443902658b94030722c100a895718436',417,'',false,false,true,1434395381); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (202,102,0,'v0.4.12','',0,'v0.4.12','','','305cfcf704e3909c4b248797599481362174f5b1',408,'',false,false,true,1434071415); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (203,102,0,'v0.4.11','',0,'v0.4.11','','','a3168e761d35e7862ae839a5d928e3281908b5c8',405,'',false,false,true,1433989788); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (204,102,0,'v0.4.10','',0,'v0.4.10','','','5f5d4efbabefea93b5bcd0967dac13e48b48c326',396,'',false,false,true,1433832559); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (205,102,0,'v0.4.9','',0,'v0.4.9','','','95207c425bb9ff612d866c77ff07c6c7574a42e0',395,'',false,false,true,1433812702); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (206,102,0,'v0.4.8','',0,'v0.4.8','','','0a0c093c3604cd9e6ec919790d51908b343428ff',392,'',false,false,true,1433787352); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (207,102,0,'v0.4.7','',0,'v0.4.7','','','d47a0ba89f2a3b05e073965194afd7bce8847795',383,'',false,false,true,1433645206); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (208,102,0,'v0.4.6','',0,'v0.4.6','','','4ef1f0e76b0df6b532133b73c92bdcff75c9fc28',381,'',false,false,true,1433444925); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (209,102,0,'v0.4.5','',0,'v0.4.5','','','7ab09e272bc264c4d91cf2644534806b64ada55c',350,'',false,false,true,1431849502); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (210,102,0,'v0.4.4','',0,'v0.4.4','','','c38905cee5c1fd13ec0f5d591c242580327113ec',347,'',false,false,true,1431830909); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (211,102,0,'v0.4.3','',0,'v0.4.3','','','516450e8f040311cdc6a7522035e0bd3053509bb',342,'',false,false,true,1431395730); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (212,102,0,'v0.4.2','',0,'v0.4.2','','','b89f2c434b9c489ea43baf10723482f479ca816d',328,'',false,false,true,1431120213); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (213,102,0,'v0.4.1','',0,'v0.4.1','','','99ec18474fc05d8432db8df7aa2e7bb8e3928caf',304,'',false,false,true,1430778052); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (214,102,0,'v0.4.0','',0,'v0.4.0','','','8e706c1561474fd0d19a6499ef08c4202b86f090',262,'',false,false,true,1424384164); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (215,102,0,'v0.3.0','',0,'v0.3.0','','','d3869e92fdaf041e273f0b3eed115cec80b79cb9',259,'',false,false,true,1424210286); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (216,102,0,'v0.2.1','',0,'v0.2.1','','','9e2606655ebcddff0ccf015fc904bbac63823ce6',226,'',false,false,true,1418260078); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (217,102,0,'v0.2.0','',0,'v0.2.0','','','d9531ac62f7503fc7efddaf853240d436a5500be',223,'',false,false,true,1417633932); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (218,102,0,'v0.1.18','',0,'v0.1.18','','','e2a4705c3d038604ef2c2273b22691991fd8f1d5',145,'',false,false,true,1407240758); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (219,102,0,'v0.1.17','',0,'v0.1.17','','','c906fd4d7b29d8263b62a4f6e70df8d472968686',122,'',false,false,true,1404439227); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (220,102,0,'v0.1.16','',0,'v0.1.16','','','3e92ed5a9bc4efe711e4317888f90d3f84b6a11c',120,'',false,false,true,1403740900); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (221,102,0,'v0.1.15','',0,'v0.1.15','','','068d7d4a530209f7c49d9aa1660a587eec57c7ca',98,'',false,false,true,1401587569); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (222,102,0,'v0.1.14','',0,'v0.1.14','','','fa8d7a755529279ebae191818ab91143114934f3',94,'',false,false,true,1401290686); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (223,102,0,'v0.1.13','',0,'v0.1.13','','','782e3bfc926e37082f03f0f1358de518bb2c6e0a',89,'',false,false,true,1400947576); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (224,102,0,'v0.1.12','',0,'v0.1.12','','','1be9918c40112f60063e2c0427aa9b94f3c99550',85,'',false,false,true,1400797137); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (225,102,0,'v0.1.11','',0,'v0.1.11','','','a6b470ddec1af6d835b911106d24cc78f37c6a6a',73,'',false,false,true,1400626131); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (226,102,0,'v0.1.10','',0,'v0.1.10','','','aa5f7aaf7efaf7c40b0ba2f083cc71341a46bcc4',68,'',false,false,true,1400547328); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (227,102,0,'v0.1.9','',0,'v0.1.9','','','6c6fa636007ec6433b989b59c6984e1b1e71818b',61,'',false,false,true,1400308218); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (228,102,0,'v0.1.8','',0,'v0.1.8','','','5ec6ed0401856f9ad5aa0f00d16033f894baaf57',52,'',false,false,true,1400260381); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (229,102,0,'v0.1.7','',0,'v0.1.7','','','c6ab9f5cdbe843397bd4939b3c7ea3d01991d76b',48,'',false,false,true,1400256330); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (230,102,0,'v0.1.6','',0,'v0.1.6','','','0e746d2b0590bbd92dcdd2cb33e3cfd905159474',46,'',false,false,true,1400203262); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (231,102,0,'v0.1.5','',0,'v0.1.5','','','182551e746e441a16b05b1f7e94b5ae6ade2bdc8',44,'',false,false,true,1400199114); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (232,102,0,'v0.1.4','',0,'v0.1.4','','','8c9c70a25d5fd84669dd729cd5e1dba931272b9d',42,'',false,false,true,1400196098); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (233,102,0,'v0.1.3','',0,'v0.1.3','','','94d88c34e5682b12425b4014158f76034ed757ce',38,'',false,false,true,1400188047); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (234,102,0,'v0.1.2','',0,'v0.1.2','','','4b3943207cc13a5ff6e2310496efad3d8655489d',23,'',false,false,true,1400108852); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (235,102,0,'v0.1.1','',0,'v0.1.1','','','0716604e94a914ba36e9942ae2dacde045f008a4',12,'',false,false,true,1400094884); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (236,102,0,'v0.1.0','',0,'v0.1.0','','','463fa5ad75fdaf22e7afabb88488deb417eaff1d',5,'',false,false,true,1400088737); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (237,102,0,'0.4.19','',0,'0.4.19','','','7ecc0be42ba3ce1fd99dbb9f3120954122445ceb',463,'',false,false,true,1439584067); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (238,102,0,'0.6.0','',0,'0.6.0','','','7d05c719a2c4193eba1b0f067c80130c8441ae9f',619,'',false,false,true,1445471307); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (239,102,0,'0.6.1','',0,'0.6.1','','','abcd5907cb8934094e98b5e738164257b6a5904c',635,'',false,false,true,1445641649); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (240,102,0,'0.7.0','',0,'0.7.0','','','4e127314516bdd48238cc82ee3e9b6a039520928',659,'',false,false,true,1446509969); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (241,102,0,'0.7.1','',0,'0.7.1','','','8445bddf0ec98abf9f795e20c7f2566d94f7c2c3',661,'',false,false,true,1446619525); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (242,102,0,'0.8.0','',0,'0.8.0','','','754747306c62cd2e84c4134f9656eb2846c6cf35',675,'',false,false,true,1447887745); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (243,102,0,'0.8.1','',0,'0.8.1','','','878014e948d9406207c87473b709b4c3e7f17ec4',681,'',false,false,true,1449532169); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (244,102,0,'0.8.2','',0,'0.8.2','','','f94b8af054e0e27647f66a633c1e3e80866889d5',695,'',false,false,true,1450207108); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (245,102,0,'0.9.0','',0,'0.9.0','','','a721d425ad11e53f6527abd9b297b7ee9231fb9e',790,'',false,false,true,1457140471); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (246,102,0,'v0.10.0','',0,'v0.10.0','','','184173c0d77c781bd39c5975c0e177d2ef30ca4c',835,'',false,false,true,1459381394); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (247,102,0,'v0.5.0','',0,'v0.5.0','','','d3c862512b8d67a44c686faa6e43a002f7b8dc07',494,'',false,false,true,1439582651); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (248,102,0,'v12.0.1','',0,'v12.0.1','','','695cd3134b3b86444377aece86801b64aa1e6fb6',880,'',false,false,true,1461751773); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (249,102,0,'v12.0.2','',0,'v12.0.2','','','13abacef991d03728a6a47fd8d6627579b97617b',884,'',false,false,true,1461824399); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (250,102,0,'v12.1.0','',0,'v12.1.0','','','9d2b2bcf5e0705c64d5eba631c225426c09965ef',926,'',false,false,true,1463772639); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (251,102,0,'v12.1.1','',0,'v12.1.1','','','9cfa9df6ccc709f5ce8c7a3ad2638e3bb4faece5',935,'',false,false,true,1464116436); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (252,102,0,'v13.0.0','',0,'v13.0.0','','','6f581c502921234ed2a31d601c9be0e2299e88b3',1042,'',false,false,true,1466631609); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (253,102,0,'v13.1.0','',0,'v13.1.0','','','0d35b14f1c87ff3c9e6efc1f45e290a29877c3ac',1062,'',false,false,true,1467697718); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (254,102,0,'v13.1.1','',0,'v13.1.1','','','07162152708e3f38558616f35760527c9a66de1a',1067,'',false,false,true,1467796311); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (255,102,0,'v13.1.2','',0,'v13.1.2','','','76c9710a2b70bf03203629e9262fb5718f68a589',1070,'',false,false,true,1467851966); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (256,102,0,'v13.1.3','',0,'v13.1.3','','','d308a79dac93f8585191021924fdf07775d0d4a0',1072,'',false,false,true,1467853586); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (257,102,0,'v13.2.0','',0,'v13.2.0','','','2e56dd751c53ef848574aa9d63e6b5a4e8559d27',1075,'',false,false,true,1467854119); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (258,102,0,'v13.2.1','',0,'v13.2.1','','','65fd1b2b16fd4ce96d131759b3577b90f7ca1efe',1077,'',false,false,true,1467856769); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (259,102,0,'v13.2.2','',0,'v13.2.2','','','a4b001d4d9afa0d0d5bdd163644ff9cd0e77609a',1079,'',false,false,true,1467857576); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (260,102,0,'v13.2.3','',0,'v13.2.3','','','ca1a290ebb1b7eaf71b286735a2b7740fb9bced7',1081,'',false,false,true,1467873575); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (261,102,0,'v14.0.0','',0,'v14.0.0','','','70a24b9165a4e595e04fbde55b345a27658f0965',1129,'',false,false,true,1469610874); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (262,102,0,'v14.0.1','',0,'v14.0.1','','','0d153f4a779a52f8f8ecf521b64958054dc0d112',1137,'',false,false,true,1469784936); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (263,102,0,'v14.0.2','',0,'v14.0.2','','','d745432ab7d8dd805bff67752de5e0dce8e34f74',1139,'',false,false,true,1469785705); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (264,102,0,'v14.1.0','',0,'v14.1.0','','','9c2517ffcd98e92a61e4dc89664204442046c57b',1144,'',false,false,true,1470047187); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (265,102,0,'v15.0.0','',0,'v15.0.0','','','ec7f31c8d97e87d1c34636213dcd44287395f97c',1242,'',false,false,true,1472669721); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (266,102,0,'v15.0.1','',0,'v15.0.1','','','3626276750b62f62669e09f7ac0bcabd6cfcf195',1260,'',false,false,true,1472691642); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (267,102,0,'v15.0.2','',0,'v15.0.2','','','913b8a31352d55ed53d6429f0b3bee7015585417',1262,'',false,false,true,1472695801); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (268,102,0,'v15.1.0','',0,'v15.1.0','','','c25b2205780f15a2e9d7c63ff9656fe3a74557db',1289,'',false,false,true,1472747255); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (269,102,0,'v15.1.1','',0,'v15.1.1','','','d20a0ee2a07d47d149940844f98ac0524c81f90d',1301,'',false,false,true,1472814527); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (270,102,0,'v16.0.0','',0,'v16.0.0','','','dee19a2ba0d7ecbc38e8b02d7018846f3dd5fe9b',1451,'',false,false,true,1475483905); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (271,102,0,'v16.0.1','',0,'v16.0.1','','','0f2813a7cfb5df2ed6f904fb0b38e975ce8645c3',1461,'',false,false,true,1475632458); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (272,102,0,'v16.0.2','',0,'v16.0.2','','','891ee5a6094f0d426a39c5216b7ab6326eb33d5f',1488,'',false,false,true,1476951456); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (273,102,0,'v17.0.0','',0,'v17.0.0','','','fd09edd8cd909414b5485c9e3bcbd0cdca753c86',1538,'',false,false,true,1478614339); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (274,102,0,'v17.0.1','',0,'v17.0.1','','','cb8216c2b60a4f0a775ed2b1a01917ca8efb1dd5',1545,'',false,false,true,1479103642); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (275,102,0,'v17.0.2','',0,'v17.0.2','','','3f5fd156bb705ccbf1d54acc9696c0b4a1e4220c',1549,'',false,false,true,1479170710); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (276,102,0,'v17.0.3','',0,'v17.0.3','','','7c136e1b4aa67373233b75b40b76f47d3f1a52e0',1558,'',false,false,true,1479368469); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (277,102,0,'v18.0.0','',0,'v18.0.0','','','fc02b01d36ea630fe73118fe3660f93d35045004',1646,'',false,false,true,1481801059); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (278,102,0,'v18.1.0','',0,'v18.1.0','','','ad899d5087ee63f2c45339007d2a11e65b6344b4',1682,'',false,false,true,1482976041); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (279,102,0,'v19.0.0','',0,'v19.0.0','','','c81fb39cefba52e8e87e63acd8a433d9443a0dae',1920,'',false,false,true,1487670352); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (280,102,0,'v19.0.1','',0,'v19.0.1','','','996ba5d4f1e493e18f7dbc4bbe37a09cd271276f',1931,'',false,false,true,1487772406); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (281,102,0,'v19.0.2','',0,'v19.0.2','','','ed45267e9d8b8cabc83f69a538e03465d7376868',1936,'',false,false,true,1487849781); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (282,102,0,'v20.0.4','',0,'v20.0.4','','','c27b759f256adde5586b0c69e510a3aa81d0f869',2258,'',false,false,true,1495635240); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (283,102,0,'v22.0.0','',0,'v22.0.0','','','99c76dda65daf7decb29bb34c66a9b7faa92287a',2898,'',false,false,true,1513595239); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (284,102,0,'v22.0.2','',0,'v22.0.2','','','699ddcc95f285941759c2b02caf114b96f5d4560',2909,'',false,false,true,1513691668); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (285,102,0,'v22.0.3','',0,'v22.0.3','','','774d4576574b8cf2add08a21da76a49800c8d77a',2910,'',false,false,true,1513695660); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (286,102,0,'v22.0.4','',0,'v22.0.4','','','e879099db1024f106757ee55cb0e9a6935488b43',2916,'',false,false,true,1513939843); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (287,102,0,'v22.0.5','',0,'v22.0.5','','','e5b9339e23ae5d3e9713c8210d365a005de823e9',2958,'',false,false,true,1515507741); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (288,102,0,'v22.1.0','',0,'v22.1.0','','','cdc048de210aba4b37f1f647866d9faecc7017fc',2984,'',false,false,true,1516018612); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (289,102,0,'v22.1.1','',0,'v22.1.1','','','8b46fa88965837a5fd4be8670d8976d9ff873ad1',2987,'',false,false,true,1516024861); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (290,102,0,'v22.1.2','',0,'v22.1.2','','','a441ecf635c3a89a599b7bfbb078db6163d23038',2994,'',false,false,true,1516193948); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (291,102,0,'v22.1.3','',0,'v22.1.3','','','f040725f81f2b4b32705a762c279cee2d001cf74',2999,'',false,false,true,1516296784); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (292,102,0,'v22.1.4','',0,'v22.1.4','','','4da1417653a3fe9732dd0bb71168ad99ec9f71c1',3006,'',false,false,true,1516372769); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (293,102,0,'v22.2.0','',0,'v22.2.0','','','79dcdd3944105b4a4f84f69e1597fb5e4bd1f150',3054,'',false,false,true,1517999279); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (294,102,0,'v22.2.1','',0,'v22.2.1','','','9797f2362db5569aa21584461504f8c8823fc06a',3058,'',false,false,true,1518011590); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (295,102,0,'v22.2.2','',0,'v22.2.2','','','c5a2ea0dbed0875caf13bd6088095a6dcf130421',3070,'',false,false,true,1518193751); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (296,102,0,'v22.3.0','',0,'v22.3.0','','','5f8ad6379ac3962cc1eb9ce25eef6f3e8fc241e0',3083,'',false,false,true,1518546972); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (297,102,0,'v22.4.0','',0,'v22.4.0','','','acb7f64ba0eb1b4a7a3801a01977cf1bb2a54e72',3118,'',false,false,true,1519128771); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (298,102,0,'v22.4.1','',0,'v22.4.1','','','52bbb26615d1d6f150082873a3346db17b158df9',3133,'',false,false,true,1519335302); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (299,102,0,'v22.4.2','',0,'v22.4.2','','','83a51ccc25b6bb7080792c9a851fec799a01fde2',3135,'',false,false,true,1519342274); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (300,102,0,'v22.4.4','',0,'v22.4.4','','','cb7f93a4cc5f61f85512dbf5e704cde2dc4ee80a',3138,'',false,false,true,1526648446); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (301,102,0,'v23.0.0','',0,'v23.0.0','','','7922488d676aa7bc5a6334699df220c7b001e299',3365,'',false,false,true,1527182923); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (302,102,0,'v23.0.0-alpha.0','',0,'v23.0.0-alpha.0','','','df34b204c3aa8dfc3a05d19039c6d538cbce9135',3203,'',false,false,true,1521125929); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (303,102,0,'v23.0.1','',0,'v23.0.1','','','570142ef4149f7251d9e4ba8d3e0efee57d1b7cc',3402,'',false,false,true,1527435174); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (304,102,0,'v23.1.0','',0,'v23.1.0','','','e5a4b945ac2ec93961bb7a03c3ce56f4f1bed665',3434,'',false,false,true,1527703678); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (305,102,0,'v23.2.0','',0,'v23.2.0','','','87114d3d8ce87c2113e2073e7fc6148af87618be',3476,'',false,false,true,1529935580); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (306,102,0,'v23.3.0','',0,'v23.3.0','','','266e820c0039f485fc870d0db8ff35337cb4b5ef',3505,'',false,false,true,1530707024); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (307,102,0,'v23.4.0','',0,'v23.4.0','','','c32d2d3870836dfd49167e4a6b71b61aceef25a1',3524,'',false,false,true,1531238004); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (308,102,0,'v23.4.1','',0,'v23.4.1','','','ce52523289a8f624a6135b7d8f1a766d741ccd6f',3530,'',false,false,true,1531497996); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (309,102,0,'v23.4.2','',0,'v23.4.2','','','ea8452df0f880316fd2ff4a2b19a455e300a33f6',3543,'',false,false,true,1532731245); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (310,102,0,'v23.5.0','',0,'v23.5.0','','','79c9e22c1309eb92e41f5cad74c767c6a91f68d9',3575,'',false,false,true,1533909238); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (311,102,0,'v23.6.0','',0,'v23.6.0','','','770799779fc853ab6285727e8938efd06e694d5f',3615,'',false,false,true,1536583482); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (312,102,0,'v9.0.3','',0,'v9.0.3','','','b251e7c98a3c5f450e533e05b330edcc60705928',820,'',false,false,true,1458695374); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (313,108,0,'2.0.2','',0,'2.0.2','','','3679b2170142c14362fa75e990ef85b80b1b1b46',1178,'',false,false,true,1454372630); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (314,108,0,'2.0.1','',0,'2.0.1','','','00f068b93eff93ffa5399ce599b2f672f4f5c905',1173,'',false,false,true,1454268092); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (315,108,0,'2.0.0','',0,'2.0.0','','','24275d8dc40b3b048a4dde4dca9ceb63a19be8af',1158,'',false,false,true,1449906754); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (316,108,0,'2.0-beta2','',0,'2.0-beta2','','','a954e9a4d8b75187d125520f3b929ebc0491b701',1121,'',false,false,true,1441576577); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (317,108,0,'2.0-beta1','',0,'2.0-beta1','','','7d3fb58cf586e56d881b2592f0b0f07df215575e',1097,'',false,false,true,1437260299); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (318,108,0,'2.0-alpha6','',0,'2.0-alpha6','','','43a1d54bba48f38b1059b4400091edb3f9f20daa',911,'',false,false,true,1397309398); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (319,108,0,'2.0-alpha5','',0,'2.0-alpha5','','','0cbf59209b0e2c2cfd5a52adfdf56a99d5460561',869,'',false,false,true,1387540930); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (320,108,0,'2.0-alpha4','',0,'2.0-alpha4','','','98372f9df88ba6cb4773f8d8a14c66f343c90814',760,'',false,false,true,1364576500); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (321,108,0,'2.0-alpha3','',0,'2.0-alpha3','','','16094be4a3953e3e550dd05c78c8866ad8ff08e3',694,'',false,false,true,1351328240); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (322,108,0,'2.0-alpha2','',0,'2.0-alpha2','','','40f194fe4b0bc3ed3355457f6c3298015be169dd',568,'',false,false,true,1341263862); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (323,108,0,'2.0-alpha1','',0,'2.0-alpha1','','','000be1e5be5b23ed18e890e56f2ec324c806aeb0',341,'',false,false,true,1335993249); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (324,109,0,'2.1.0','',0,'2.1.0','','','8a3ac7a26e7d6e2355dc1eb4829bdce96ded2a27',1532,'',false,false,true,1485112597); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (325,109,0,'2.0.3-http','',0,'2.0.3-http','','','e19559fe81a777dd54b83fddeb4667b3285997e3',1394,'',false,false,true,1476229607); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (326,109,0,'2.0.3','',0,'2.0.3','','','c8857ac2babcc392f04f1b9e38d65d7ab39ba1bf',1201,'',false,false,true,1473022206); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (327,109,0,'2.0.2','',0,'2.0.2','','','3679b2170142c14362fa75e990ef85b80b1b1b46',1178,'',false,false,true,1454372630); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (328,109,0,'2.0.1','',0,'2.0.1','','','00f068b93eff93ffa5399ce599b2f672f4f5c905',1173,'',false,false,true,1454268092); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (329,109,0,'2.0.0','',0,'2.0.0','','','24275d8dc40b3b048a4dde4dca9ceb63a19be8af',1158,'',false,false,true,1449906754); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (330,109,0,'2.0-beta2','',0,'2.0-beta2','','','a954e9a4d8b75187d125520f3b929ebc0491b701',1121,'',false,false,true,1441576577); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (331,109,0,'2.0-beta1','',0,'2.0-beta1','','','7d3fb58cf586e56d881b2592f0b0f07df215575e',1097,'',false,false,true,1437260299); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (332,109,0,'2.0-alpha6','',0,'2.0-alpha6','','','43a1d54bba48f38b1059b4400091edb3f9f20daa',911,'',false,false,true,1397309398); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (333,109,0,'2.0-alpha5','',0,'2.0-alpha5','','','0cbf59209b0e2c2cfd5a52adfdf56a99d5460561',869,'',false,false,true,1387540930); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (334,109,0,'2.0-alpha4','',0,'2.0-alpha4','','','98372f9df88ba6cb4773f8d8a14c66f343c90814',760,'',false,false,true,1364576500); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (335,109,0,'2.0-alpha3','',0,'2.0-alpha3','','','16094be4a3953e3e550dd05c78c8866ad8ff08e3',694,'',false,false,true,1351328240); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (336,109,0,'2.0-alpha2','',0,'2.0-alpha2','','','40f194fe4b0bc3ed3355457f6c3298015be169dd',568,'',false,false,true,1341263862); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (337,109,0,'2.0-alpha1','',0,'2.0-alpha1','','','000be1e5be5b23ed18e890e56f2ec324c806aeb0',341,'',false,false,true,1335993249); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (338,110,0,'v0.1.0','',0,'v0.1.0','','','d57fa86691f94a05ec3cc5a4dfdeddc236177ba1',7,'',false,false,true,1287972407); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (339,110,0,'v0.1.1','',0,'v0.1.1','','','327198aa29f5dba60661633ab6486147a6eb99b7',9,'',false,false,true,1287973894); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (340,110,0,'v0.1.2','',0,'v0.1.2','','','e141415c62bd39c591f6e7e3bd3105fde9ec9590',12,'',false,false,true,1287975861); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (341,110,0,'v0.1.3','',0,'v0.1.3','','','9bd4356633aa2328c8e0dbb7bcbb42dddc4453a6',15,'',false,false,true,1288020820); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (342,110,0,'v0.1.4','',0,'v0.1.4','','','a93f750c40658c08ac61097f581b0550d94f37f7',17,'',false,false,true,1288066564); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (343,110,0,'v0.1.5','',0,'v0.1.5','','','04e727a8cd14f506f90b2a22d7093e161e9fd0b0',20,'',false,false,true,1288082231); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (344,110,0,'v0.2.0','',0,'v0.2.0','','','a61374aa990091a21bcfe16bf1b8324155aff98b',22,'',false,false,true,1288206850); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (345,110,0,'v0.2.1','',0,'v0.2.1','','','02367c1443318b47e2756f5d3d14f81139585e23',27,'',false,false,true,1288331569); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (346,110,0,'v0.2.2','',0,'v0.2.2','','','aeaba3403440070897b3304e976501aeda0a180a',29,'',false,false,true,1288840512); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (347,110,0,'v0.2.3','',0,'v0.2.3','','','2fdce6900aa0929d148786e42e8f58f902bf65c2',31,'',false,false,true,1288846086); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (348,110,0,'v0.2.4','',0,'v0.2.4','','','f396958ba3b6d3e48224d27c8718fef7f5b55136',34,'',false,false,true,1304998029); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (349,110,0,'v0.3.0','',0,'v0.3.0','','','da9f1d6b17a81942f2b7eafc8a3f5b2e2c26e3a4',55,'',false,false,true,1306506860); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (350,110,0,'v0.3.1','',0,'v0.3.1','','','da6fcfff29f29446cc4ab5b6704f7e970dbb513b',63,'',false,false,true,1306644019); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (351,110,0,'v0.3.2','',0,'v0.3.2','','','d07a6dff4674a7d61b056a172007011df7078463',75,'',false,false,true,1306675095); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (352,110,0,'v0.4.0','',0,'v0.4.0','','','30a34984bd71a3bec8b75f3978ef858c56cd73f9',90,'',false,false,true,1306863374); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (353,110,0,'v0.4.1','',0,'v0.4.1','','','4e65f6aedcd203e8f05ba29aa3178d5a39902011',95,'',false,false,true,1306937092); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (354,110,0,'v0.4.5','',0,'v0.4.5','','','f5efe23c6b8df0af3ee8feb648c83fa17e99bcb4',118,'',false,false,true,1308843706); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (355,110,0,'v0.4.6','',0,'v0.4.6','','','ad6b61edf3ca26987a2f6f86feb5e7b2ff89ca41',119,'',false,false,true,1308843955); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (356,110,0,'v0.4.7','',0,'v0.4.7','','','628755ece8b22dedd62418ee184b1246b4b9a335',122,'',false,false,true,1308875582); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (357,110,0,'v0.5.0','',0,'v0.5.0','','','6b5f8cbfca54a55c8c486d67f66884f8e6112945',136,'',false,false,true,1310026575); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (358,110,0,'v0.5.1','',0,'v0.5.1','','','56113d9c3f42b55a597a4f617a9180a935ac318d',138,'',false,false,true,1310107691); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (359,110,0,'v0.5.10','',0,'v0.5.10','','','3f4abe1d3216826614d67f1c9df6b2a12f2396db',213,'',false,false,true,1349001815); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (360,110,0,'v0.5.11','',0,'v0.5.11','','','1241446fa07a659f51cd3f94e322dda4713460e1',242,'',false,false,true,1363050178); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (361,110,0,'v0.5.12','',0,'v0.5.12','','','16264a89ba04d1313cab82ba1df6ab597a4be95f',248,'',false,false,true,1369907029); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (362,110,0,'v0.5.7.1','',0,'v0.5.7.1','','','5416c0b8604a7811d21056856757bf854dd83e0d',193,'',false,false,true,1340094384); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (363,110,0,'v0.5.7.2','',0,'v0.5.7.2','','','1c68ff56624593546ac0ef7c8dacc02ca291940e',195,'',false,false,true,1341906687); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (364,110,0,'v0.5.8','',0,'v0.5.8','','','cfdadc01fd095478e274022b3b0726715551ef11',197,'',false,false,true,1342537416); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (365,110,0,'v0.5.9','',0,'v0.5.9','','','a0620de9d5df8a75b8d9923680edf6b8093e309b',208,'',false,false,true,1347285798); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (366,114,0,'v0.0.1','',0,'v0.0.1','','','d7f9b4915aa367cdaffe1716f6b77eda7b569cac',1,'',false,false,true,1433854652); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (367,114,0,'v0.2.0','',0,'v0.2.0','','','7dad3f002ecd5a31e5e706e8202a2f72b5bdd3ea',22,'',false,false,true,1433854582); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (368,114,0,'v0.2.1','',0,'v0.2.1','','','c5b5f4eb14fcbccd13e756faadf287b4adb64324',26,'',false,false,true,1433854569); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (369,114,0,'v0.2.2','',0,'v0.2.2','','','ca3c3da31c58a2686ca171e1e25a63ee6b9f0920',27,'',false,false,true,1433854551); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (370,114,0,'v0.3.0','',0,'v0.3.0','','','4d68da89abd7f410534d022e69a5f38c56faf544',31,'',false,false,true,1433854535); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (371,114,0,'v0.3.1','',0,'v0.3.1','','','e9f209b882317d5acdf5977c64cae1dcc38e0295',33,'',false,false,true,1433854515); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (372,114,0,'v0.4.0','',0,'v0.4.0','','','825e814f0b0133aca546efa6ca26bf9aed03b47b',38,'',false,false,true,1433854500); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (373,114,0,'v0.5.0','',0,'v0.5.0','','','4490fa5926301efdfe6b03084c073412e26c36b1',45,'',false,false,true,1433854481); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (374,114,0,'v0.5.1','',0,'v0.5.1','','','d7c618f41c694b0941f322b2281ceb2cf05d6e63',46,'',false,false,true,1433854469); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (375,114,0,'v0.5.2','',0,'v0.5.2','','','512df92e3844cc3aeaa9f75f59414d4bdf79172e',59,'',false,false,true,1433854455); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (376,114,0,'v0.6.0','',0,'v0.6.0','','','57d529b2a1dd1ab3f7d411452caf27c4b83da483',117,'',false,false,true,1433854421); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (377,114,0,'v0.6.1','',0,'v0.6.1','','','985b881e04032a0df8b017457cc1b609f3c7809a',119,'',false,false,true,1433854408); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (378,114,0,'v0.6.2','',0,'v0.6.2','','','9676230a60befaa399d6c43be24f2a673678cda6',124,'',false,false,true,1433854394); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (379,114,0,'v0.6.3','',0,'v0.6.3','','','83fe4d48e784595c6dda2c008e2058f9b56716ea',126,'',false,false,true,1433854382); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (380,114,0,'v0.6.4','',0,'v0.6.4','','','1f625ecbe1cacc9390517d3726f2f78f2e50045e',134,'',false,false,true,1433854362); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (381,114,0,'v0.6.5','',0,'v0.6.5','','','80c170b530c077fa8a658c8b692c08f94f40b21a',136,'',false,false,true,1433854331); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (382,114,0,'v0.6.6','',0,'v0.6.6','','','1cc991ee201c9c458e228813d3e1d9cc7a41f1e0',139,'',false,false,true,1433854315); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (383,114,0,'v0.6.7','',0,'v0.6.7','','','c58a0216c557c34191a8f249a6096298cd5f0a36',143,'',false,false,true,1433854295); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (384,114,0,'v0.6.8','',0,'v0.6.8','','','44bbdc11a2380e029abb9ee28361b5b0fd4f24a0',148,'',false,false,true,1433854270); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (385,114,0,'v0.7.0','',0,'v0.7.0','','','26712dfd46e2542743de5fd7826e6897bc7e0b9d',181,'',false,false,true,1433854232); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (386,114,0,'v0.7.1','',0,'v0.7.1','','','c1eeee2ddd7f896e3f452771aaa41616cc71f61a',190,'',false,false,true,1449757269); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (387,114,0,'v0.7.2','',0,'v0.7.2','','','416b201e188d7748bbaaaf888eba131c4bf6ebd4',196,'',false,false,true,1454339296); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (388,124,0,'v1.3.3','',0,'v1.3.3','','','a3680981823a05d5a348f9534d341a47e3d3005d',1102,'',false,false,true,1529742620); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (389,124,0,'v1.3.2','',0,'v1.3.2','','','d8ec011fbc0a2f2d0ae4c9a2f4d0d4d4b211f7ba',1092,'',false,false,true,1529438749); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (390,124,0,'v1.3.1','',0,'v1.3.1','','','43c298b80ac4abc4f3b03b8d847c346c1e604df0',1032,'',false,false,true,1529100514); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (391,124,0,'v1.3.0','',0,'v1.3.0','','','7f53e206bb179c486b7e716a21681c1aefbd76a9',994,'',false,false,true,1529039411); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (392,124,0,'v1.2.2','',0,'v1.2.2','','','ded16e1abb7f608acbf1c0d41e0aa8eac8beb75d',992,'',false,false,true,1529038388); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (393,124,0,'v1.2.1','',0,'v1.2.1','','','e413b454d39ab0d7871fff08a40850767d7d918d',990,'',false,false,true,1528926569); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (394,124,0,'v1.2.0','',0,'v1.2.0','','','0accad7a0722804db4a92a7abcae9333f97c4a91',975,'',false,false,true,1527745587); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (395,124,0,'v1.0.2','',0,'v1.0.2','','','4f148e2e9e4f7bde58c883b38a76fab538585a2e',969,'',false,false,true,1527454908); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (396,124,0,'v1.0.1','',0,'v1.0.1','','','2ff96103611c3b331f16883b571865699a0ccceb',965,'',false,false,true,1527411438); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (397,124,0,'v1.1.0','',0,'v1.1.0','','','ac0d876f60025ebc63c60aeca045d76235be22b9',963,'',false,false,true,1527411328); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (398,124,0,'v1.0.0','',0,'v1.0.0','','','6b0735fb640764ab5a8f150b9509a52b049f2907',959,'',false,false,true,1527410197); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (399,124,0,'v0.43.2','',0,'v0.43.2','','','2ccb5165fa32f01ab648186d594347e49ce3735d',927,'',false,false,true,1527146969); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (400,124,0,'v0.43.1','',0,'v0.43.1','','','134b8a57cf70dc121febd256983ccce43cdbdd21',926,'',false,false,true,1527146941); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (401,124,0,'v0.43.0','',0,'v0.43.0','','','069945d02748243a320e04aa76416494ef903703',920,'',false,false,true,1521834789); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (402,124,0,'v0.42.0','',0,'v0.42.0','','','a224b8fb171d39603263fbbf7f6e172b0edaf609',917,'',false,false,true,1521732421); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (403,124,0,'v0.41.0','',0,'v0.41.0','','','2d4b59cc6981605a859e79257da942cc6e08b49c',912,'',false,false,true,1521330865); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (404,124,0,'v0.40.0','',0,'v0.40.0','','','6806dc3ab90c8be54659af85085558ab54e76ee8',900,'',false,false,true,1515704030); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (405,124,0,'v0.39.0','',0,'v0.39.0','','','927b7cc50780f0d063b938ee9e178574fc8edc32',895,'',false,false,true,1514008396); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (406,124,0,'v0.38.0','',0,'v0.38.0','','','ecd9d0144ae1f4dacfd32428649c9b9a3af85dbd',886,'',false,false,true,1513113416); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (407,124,0,'v0.37.3','',0,'v0.37.3','','','155a28cfbaf9f0dc6c635944c5ff35c1c0a88c76',882,'',false,false,true,1512153761); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (408,124,0,'v0.37.2','',0,'v0.37.2','','','92916984b6e365bf2b8d73d3b7325cf1ea6b7f30',880,'',false,false,true,1512118475); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (409,124,0,'v0.37.1','',0,'v0.37.1','','','28d479730977058b1ca2974e0efbc3339b55ff0a',874,'',false,false,true,1510912897); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (410,124,0,'v0.37.0','',0,'v0.37.0','','','34351df2d888c6acbbd469ba297c567c86de7181',869,'',false,false,true,1510911869); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (411,124,0,'v0.36.4','',0,'v0.36.4','','','10d63f21fad210b57f1857c9595c888803df127a',848,'',false,false,true,1510611039); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (412,124,0,'v0.36.3','',0,'v0.36.3','','','0d3a88cc5e6f48727e60ba7c1d010b7c5697321c',846,'',false,false,true,1510443373); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (413,124,0,'v0.36.2','',0,'v0.36.2','','','ed1c1c38ef737c80e2bda2ae3f85da25908de3aa',844,'',false,false,true,1510438482); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (414,124,0,'v0.36.1','',0,'v0.36.1','','','35802b274c59e2e1c1e1f68ae8d3b8070add493b',842,'',false,false,true,1510438215); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (415,124,0,'v0.36.0','',0,'v0.36.0','','','4c6ec1708e59f44574c35c8384be9e208e99d64b',839,'',false,false,true,1510436882); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (416,124,0,'v0.35.1','',0,'v0.35.1','','','c60f9e7c1718c8dd2f322e068459de4a6c7b5ba3',837,'',false,false,true,1510436244); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (417,124,0,'v0.35.0','',0,'v0.35.0','','','beecd071920e8693259483f5a3d52a9549123a15',832,'',false,false,true,1510308132); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (418,124,0,'v0.34.4','',0,'v0.34.4','','','cf1c4f109f8e30296fd795622b77dc6a1e7a3e0e',830,'',false,false,true,1510273034); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (419,124,0,'v0.34.3','',0,'v0.34.3','','','753130aa52895a94a1976d665ff1d01b5f1ed2ff',828,'',false,false,true,1510217391); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (420,124,0,'v0.34.2','',0,'v0.34.2','','','2b0bb6848c35e4c1c8085f4b1166598849bd5f6c',826,'',false,false,true,1509998397); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (421,124,0,'v0.34.1','',0,'v0.34.1','','','2e8ef7af5e85e7460fa12689249e19e59b61dc34',824,'',false,false,true,1509997406); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (422,124,0,'v0.34.0','',0,'v0.34.0','','','52dd0075bbe331bf9e7cef6ba884a4b57043cec3',818,'',false,false,true,1509932643); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (423,124,0,'v0.33.5','',0,'v0.33.5','','','210c25b0bb905c5641279f637e482624ef6572f1',816,'',false,false,true,1509929734); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (424,124,0,'v0.33.4','',0,'v0.33.4','','','cdff028142304dc77af7a700d202efa5ab729c9f',814,'',false,false,true,1509123477); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (425,124,0,'v0.33.3','',0,'v0.33.3','','','2548aec972a75fa96c80d70d427e6824655a1b48',812,'',false,false,true,1508956012); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (426,124,0,'v0.33.2','',0,'v0.33.2','','','b0a30bc450b5ddf49823ab797a34702202c97cff',807,'',false,false,true,1508951276); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (427,124,0,'v0.33.1','',0,'v0.33.1','','','c8cdab85d61ecf2c0d1273a3a6f04e878b3f8557',804,'',false,false,true,1508886958); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (428,124,0,'v0.33.0','',0,'v0.33.0','','','3521b1803605fc85779739d0244a18c0e453a8b8',799,'',false,false,true,1508822765); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (429,124,0,'v0.32.0','',0,'v0.32.0','','','cce3cf9681b428a552a652aae68b36a285fba234',779,'',false,false,true,1508802376); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (430,124,0,'v0.31.1','',0,'v0.31.1','','','c01423d1ea29251f4a8296d619bf8277acfe635f',768,'',false,false,true,1508447313); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (431,124,0,'v0.31.0','',0,'v0.31.0','','','835795c17a5b6243264b30c4d7c79e6c7d0243eb',757,'',false,false,true,1508446484); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (432,124,0,'v0.30.2','',0,'v0.30.2','','','d90e18f9a36a3f9c54927b39fd79b1a8d1e2f765',737,'',false,false,true,1508348901); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (433,124,0,'v0.30.1','',0,'v0.30.1','','','6a6d0996542f3d2716ce637e533fae43225dc71b',734,'',false,false,true,1508178962); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (434,124,0,'v0.30.0','',0,'v0.30.0','','','3082078885f6c7ae79188e8e2a4b6dee81cb7d7c',731,'',false,false,true,1507847170); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (435,124,0,'v0.29.2','',0,'v0.29.2','','','5048caddf73c8ba7628b2f4849f636194c70e9bd',727,'',false,false,true,1507763531); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (436,124,0,'v0.29.1','',0,'v0.29.1','','','95a859da95ee6446842e09d46896c658ae750029',725,'',false,false,true,1507762637); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (437,124,0,'v0.29.0','',0,'v0.29.0','','','8dc54c241df99af28584b57856431db94ae8f950',720,'',false,false,true,1507663070); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (438,124,0,'v0.28.4','',0,'v0.28.4','','','4a16b2a3e01cbb05c33fe44e19c5bfdaa0d1130b',666,'',false,false,true,1506977074); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (439,124,0,'v0.28.3','',0,'v0.28.3','','','822618dfafc23e40e86a35e9fa8ad8545a46a6bb',664,'',false,false,true,1506975413); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (440,124,0,'v0.28.2','',0,'v0.28.2','','','a3a747bcbb5191bd76b39ba80438d366e53dbe30',662,'',false,false,true,1506971228); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (441,124,0,'v0.28.1','',0,'v0.28.1','','','76d9c19d9f63635da3d49b8e652ac18f7ee67de6',658,'',false,false,true,1506764553); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (442,124,0,'v0.28.0','',0,'v0.28.0','','','bc05a19a18ae9b5278a9daed9ed8b50d891b4c53',651,'',false,false,true,1506723917); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (443,124,0,'v0.27.3','',0,'v0.27.3','','','f806ca4b7b438f656bae2a73242b950fc663a03b',645,'',false,false,true,1506661203); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (444,124,0,'v0.27.2','',0,'v0.27.2','','','9444e4af32af2e75fb0b9fae353d6ebccd582789',640,'',false,false,true,1506584042); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (445,124,0,'v0.27.1','',0,'v0.27.1','','','56620a0159ff2c58272c2580b4f698628cb6eb16',636,'',false,false,true,1506583824); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (446,124,0,'v0.27.0','',0,'v0.27.0','','','114d19b438774397e017f88350dce519d8b10bb5',635,'',false,false,true,1506583744); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (447,124,0,'v0.26.1','',0,'v0.26.1','','','0a278ea52bde298a8adefd5f8a5c116420d02284',618,'',false,false,true,1506282699); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (448,124,0,'v0.26.0','',0,'v0.26.0','','','730caf0ad85dd804867f5de3353cae116279a457',615,'',false,false,true,1506252616); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (449,124,0,'v0.25.0','',0,'v0.25.0','','','fd3f10b6ff191cd334e3b0b72c8d6b81964cf649',594,'',false,false,true,1505937856); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (450,124,0,'v0.24.0','',0,'v0.24.0','','','627d7fbe665045f684039c57ff0c973794537777',587,'',false,false,true,1505857091); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (451,124,0,'v0.23.2','',0,'v0.23.2','','','b08f39ec4aa5d943e65997bd318eceebf6c8faf3',582,'',false,false,true,1505335249); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (452,124,0,'v0.23.1','',0,'v0.23.1','','','8a98f0354c963fb3ac4ea3dc5483c408f3d6d2fe',580,'',false,false,true,1505334915); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (453,124,0,'v0.23.0','',0,'v0.23.0','','','b4943b06d098aee667bd564fbc8775c64dad41ca',576,'',false,false,true,1505269498); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (454,124,0,'v0.22.0','',0,'v0.22.0','','','cf3841394b8b9f3eb1bf1a0ceecdc26fa031e1dc',562,'',false,false,true,1504925429); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (455,124,0,'v0.21.0','',0,'v0.21.0','','','254e923631bcd5ce3031b797a534de7019d9833d',550,'',false,false,true,1504674111); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (456,124,0,'v0.20.3','',0,'v0.20.3','','','d60ca67a83acd7e3803ad77fb7c08db26e6d5ec9',531,'',false,false,true,1504249201); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (457,124,0,'v0.20.2','',0,'v0.20.2','','','ee824a4c2b8ab4ef69041b7def7fa322a21c31ce',525,'',false,false,true,1504176483); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (458,124,0,'v0.20.1','',0,'v0.20.1','','','bf522c08adab119274363a5d0edeac65ee820283',517,'',false,false,true,1504003527); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (459,124,0,'v0.20.0','',0,'v0.20.0','','','6b07fa681bb725dd55a044aef0a7ca256b1fd4cf',513,'',false,false,true,1503999662); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (460,124,0,'v0.19.2','',0,'v0.19.2','','','4a8e8e68ec285c7dd27fa53708aff7309c7595b5',500,'',false,false,true,1503607267); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (461,124,0,'v0.19.1','',0,'v0.19.1','','','016653e3bbae0bc3837b19afcc1002cd58832e9e',496,'',false,false,true,1503126094); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (462,124,0,'v0.19.0','',0,'v0.19.0','','','8421879c9fbcb5a9e2c393fc396ea2421e0e88b0',493,'',false,false,true,1503091525); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (463,124,0,'v0.18.6','',0,'v0.18.6','','','7f92320467865fe456610c880355a5a97842339b',491,'',false,false,true,1503085563); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (464,124,0,'v0.18.5','',0,'v0.18.5','','','56cb21f845bd8605c7813d406b0827454effab38',488,'',false,false,true,1503006322); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (465,124,0,'v0.18.4','',0,'v0.18.4','','','7f4fca2fa0b703a21af12348826228940c007a9e',486,'',false,false,true,1502425110); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (466,124,0,'v0.18.3','',0,'v0.18.3','','','d1f02fb0146ec4909cc8d4f35195ffb8fdba7775',484,'',false,false,true,1502303438); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (467,124,0,'v0.18.2','',0,'v0.18.2','','','66664ec5f5f9420489c8d2450b595f80832d4f7c',482,'',false,false,true,1501569751); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (468,124,0,'v0.18.1','',0,'v0.18.1','','','f44096667ce4e8d9f5d6ed06ae054fd34cb1c337',480,'',false,false,true,1501564059); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (469,124,0,'v0.18.0','',0,'v0.18.0','','','d6c45d90506249ac8a2891c4e4819a1aeb637278',477,'',false,false,true,1501563472); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (470,124,0,'v0.17.0','',0,'v0.17.0','','','1e18cf8384ff38c35cf904b3e34f8a247d00b085',475,'',false,false,true,1501562853); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (471,124,0,'v0.16.2','',0,'v0.16.2','','','3bc8673e46022cf5846d6f9412056e7f54f6f553',473,'',false,false,true,1501316107); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (472,124,0,'v0.16.1','',0,'v0.16.1','','','e02d8aa08392ee3c89a7205a2c27fd8b36432bc1',470,'',false,false,true,1501239047); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (473,124,0,'v0.16.0','',0,'v0.16.0','','','0bdfb434a421f6ff8295ba89f95aa136530d10fd',468,'',false,false,true,1501238726); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (474,124,0,'v0.15.8','',0,'v0.15.8','','','31b39eea887cf544b68f856b063774e2bd7aedc4',466,'',false,false,true,1499765028); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (475,124,0,'v0.15.7','',0,'v0.15.7','','','8c7f61bd6df179224fbc827f9d532a3f418eb29b',464,'',false,false,true,1499752422); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (476,124,0,'v0.15.6','',0,'v0.15.6','','','628bc62e215d564a749cec29be97f9be228b3467',455,'',false,false,true,1496190879); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (477,124,0,'v0.15.5','',0,'v0.15.5','','','6119c2b1802927de7ff12be4a168ddfd2289928a',453,'',false,false,true,1496175290); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (478,124,0,'v0.15.4','',0,'v0.15.4','','','7221da3902cb4b5560b2f2db15efc881a57a7021',451,'',false,false,true,1493494730); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (479,124,0,'v0.15.3','',0,'v0.15.3','','','5d249ac242415068b55bb354cc703ec78a1ce89d',444,'',false,false,true,1491246769); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (480,124,0,'v0.15.2','',0,'v0.15.2','','','db8c0519f0ef0a2ed40190862e65e5eb33ab44d0',438,'',false,false,true,1488450893); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (481,124,0,'v0.15.1','',0,'v0.15.1','','','639c0b4ef5c171e090bc5738a78df886c5573d74',436,'',false,false,true,1488442475); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (482,124,0,'v0.15.0','',0,'v0.15.0','','','d176868c383910ad6746574ac7bfe20700d596b0',434,'',false,false,true,1488324292); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (483,124,0,'v0.14.1','',0,'v0.14.1','','','880de20cad5cf32ca6910cecd16d413f5332ef79',431,'',false,false,true,1488323361); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (484,124,0,'v0.14.0','',0,'v0.14.0','','','c65425fabf59737b53b600c4447e653d40e1ee79',429,'',false,false,true,1488176603); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (485,124,0,'v0.13.0','',0,'v0.13.0','','','011fce942603c818beed2c2ae5d311d5163a9461',422,'',false,false,true,1488015819); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (486,124,0,'v0.12.12','',0,'v0.12.12','','','b80cc574cde36dbb8b3480b1c0e325f528b607b0',415,'',false,false,true,1487222737); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (487,124,0,'v0.12.11','',0,'v0.12.11','','','3ec26470c2db5e90c9a7ae86e7113f70734445f4',413,'',false,false,true,1487050048); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (488,124,0,'v0.12.10','',0,'v0.12.10','','','e45aff2b9f6fd1dac5b0fd5fbda4ae275528e8a8',410,'',false,false,true,1487049082); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (489,124,0,'v0.12.9','',0,'v0.12.9','','','6026117ba49467076f7c7713fb5b0b610c6c47ed',407,'',false,false,true,1487048160); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (490,124,0,'v0.12.8','',0,'v0.12.8','','','35214d075b491524e34dce4d0a7bf460ee4dfbb3',403,'',false,false,true,1487013405); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (491,124,0,'v0.12.7','',0,'v0.12.7','','','47c97dca69eba029d8f9405972c88d59e769dd1f',397,'',false,false,true,1486754340); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (492,124,0,'v0.12.6','',0,'v0.12.6','','','550b2f656406f425fbc7e0b527de9c43621938f7',393,'',false,false,true,1486729139); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (493,124,0,'v0.12.5','',0,'v0.12.5','','','c861c1f7fc6b44ca05a340c08930d0585f647b63',386,'',false,false,true,1486582418); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (494,124,0,'v0.12.4','',0,'v0.12.4','','','76906e7f71cbacb9e38a7a76ad6c1e3b8aa74538',383,'',false,false,true,1486582317); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (495,124,0,'v0.12.3','',0,'v0.12.3','','','7b25e9a55ef29be951499ab2249ab1b3aeb8cdef',382,'',false,false,true,1486582084); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (496,124,0,'v0.12.2','',0,'v0.12.2','','','0e19a1742041730afe4327edfd3030a25f04fb73',377,'',false,false,true,1486553585); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (497,124,0,'v0.12.1','',0,'v0.12.1','','','842e485a47d138cb6a9fce813a456e8a75c76bf1',372,'',false,false,true,1486545133); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (498,124,0,'v0.12.0','',0,'v0.12.0','','','b76531a2189ea797e9267bb87517ac2b23162ac4',368,'',false,false,true,1486541663); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (499,124,0,'v0.11.3','',0,'v0.11.3','','','c5eb09eab7c578dddf4d3c550b678b0512759368',366,'',false,false,true,1486521887); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (500,124,0,'v0.11.2','',0,'v0.11.2','','','f66d8e491f6057c88825d8aa3bb59eb17cc0a39c',364,'',false,false,true,1486460069); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (501,124,0,'v0.11.1','',0,'v0.11.1','','','4e4684b24dfcbdafc29244437bd1414ec5f70dc5',358,'',false,false,true,1486457548); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (502,124,0,'v0.11.0','',0,'v0.11.0','','','61025ad641db85fea7c8ea8968be1c50d70fc63d',356,'',false,false,true,1486452540); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (503,124,0,'v0.10.1','',0,'v0.10.1','','','d00dca48851838b2c12d12cee2c68b54dff1731e',354,'',false,false,true,1486181367); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (504,124,0,'v0.10.0','',0,'v0.10.0','','','f7aac61d51beccdfb64c2ae961d15361ed66b377',352,'',false,false,true,1485775984); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (505,124,0,'v0.9.1','',0,'v0.9.1','','','90b8c5027b936d6d9aa19b7049476ca64e01b0ae',350,'',false,false,true,1485301076); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (506,124,0,'v0.9.0','',0,'v0.9.0','','','1bbf5601b02d1647af3c53a28531d5b07eb64faf',345,'',false,false,true,1485294533); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (507,124,0,'v0.8.4','',0,'v0.8.4','','','af738827dd653219bab9b1dbc58929a2f04eda46',343,'',false,false,true,1485146008); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (508,124,0,'v0.8.3','',0,'v0.8.3','','','8cd0247064d71c7d71edc0cbeaf6745cec216e42',340,'',false,false,true,1485080672); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (509,124,0,'v0.8.2','',0,'v0.8.2','','','8684f2be04d4dc031e613acb88137e57704e9100',338,'',false,false,true,1485060249); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (510,124,0,'v0.8.1','',0,'v0.8.1','','','31cd7654e078a3a655521c434fa5b0de50f22dba',336,'',false,false,true,1485056326); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (511,124,0,'v0.8.0','',0,'v0.8.0','','','3040a8414107db69d279e48a14f7d22046691832',326,'',false,false,true,1484970517); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (512,124,0,'v0.7.5','',0,'v0.7.5','','','b71a2cacdd96d9219ad1d9a7dc3e47afbcf84253',322,'',false,false,true,1484823046); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (513,124,0,'v0.7.4','',0,'v0.7.4','','','1a4ed90dc84475a3ea7b87488055447b92cf2b8a',320,'',false,false,true,1484822066); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (514,124,0,'v0.7.3','',0,'v0.7.3','','','47312fcca661bcab7470733d7c8ba58ed72d6a0f',317,'',false,false,true,1484821311); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (515,124,0,'v0.7.2','',0,'v0.7.2','','','a35fa7e0a52a48f537f6fd54b25c91523332fed0',308,'',false,false,true,1484807291); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (516,124,0,'v0.7.1','',0,'v0.7.1','','','f006d79364d9295637f14f9664bff81b6773c74e',306,'',false,false,true,1484807215); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (517,124,0,'v0.7.0','',0,'v0.7.0','','','c064c911cbc2bdaf3cf0b26fa183596648f24631',301,'',false,false,true,1484736771); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (518,124,0,'v0.6.2','',0,'v0.6.2','','','200dfc96b299d0468bea13616534e4bff46b1456',299,'',false,false,true,1484528492); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (519,124,0,'v0.6.1','',0,'v0.6.1','','','1548ddf91413e6ebf89f44471442c23881250003',297,'',false,false,true,1484478056); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (520,124,0,'v0.6.0','',0,'v0.6.0','','','bfc3f3404f109333e2594338bc8cf20c9c91d8ad',295,'',false,false,true,1484429565); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (521,124,0,'v0.5.9','',0,'v0.5.9','','','62fa2cad421c2afcb1155808c36d3c5bdab815ed',293,'',false,false,true,1484297929); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (522,124,0,'v0.5.8','',0,'v0.5.8','','','b4d2db711e8033a3201ba65b07e9f6c2df021519',291,'',false,false,true,1484277997); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (523,124,0,'v0.5.7','',0,'v0.5.7','','','1c9f814bd45f1f3f43384e5632f2471e1456aa08',289,'',false,false,true,1484276636); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (524,124,0,'v0.5.6','',0,'v0.5.6','','','e2704603835b3a9c348ca45e67c7a42cce3387af',284,'',false,false,true,1484122532); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (525,124,0,'v0.5.5','',0,'v0.5.5','','','5f24cfd492d14ff30ee438f496cb07fcc6d010f3',282,'',false,false,true,1484122383); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (526,124,0,'v0.5.4','',0,'v0.5.4','','','2b726fd232667a0e2fb25b958c38bf5e5f8800c1',280,'',false,false,true,1484122089); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (527,124,0,'v0.5.3','',0,'v0.5.3','','','36c115984899373ea187e29cbb9e31f61673bf7f',278,'',false,false,true,1484121741); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (528,124,0,'v0.5.2','',0,'v0.5.2','','','b2b3ea027dc30578949d0024c79aff11376b585d',276,'',false,false,true,1484121187); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (529,124,0,'v0.5.1','',0,'v0.5.1','','','fcb593fceb4db58a7d7c90569cdaeddd29f763d5',274,'',false,false,true,1484120960); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (530,124,0,'v0.5.0','',0,'v0.5.0','','','3a48bd1f35ae628793546fdc8df85b39e2c46887',272,'',false,false,true,1484115074); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (531,124,0,'v0.4.0','',0,'v0.4.0','','','3e6d140a096892fbe9561179fbe745194f5b6adb',270,'',false,false,true,1484098930); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (532,124,0,'v0.3.5','',0,'v0.3.5','','','9c6a31c7d5d76abd5d5ace6b94f857943f551a2c',256,'',false,false,true,1483919334); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (533,124,0,'v0.3.4','',0,'v0.3.4','','','7a45985151fb026a12cdb568a22fca15d4cbb1dd',248,'',false,false,true,1483877560); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (534,124,0,'v0.3.3','',0,'v0.3.3','','','f973efe16d4588ad3aadecd61f909c2868e54470',233,'',false,false,true,1483873567); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (535,124,0,'v0.3.2','',0,'v0.3.2','','','fe269108905331cd587f1278a082891daee172fd',231,'',false,false,true,1483865922); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (536,124,0,'v0.3.1','',0,'v0.3.1','','','b7372b234b39f49aa98ef86861fac5b4f748cf2b',227,'',false,false,true,1483743360); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (537,124,0,'v0.3.0','',0,'v0.3.0','','','89fbd39b7f76cd4b1dc799630e53dc3b0f9d6c5b',225,'',false,false,true,1483737907); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (538,124,0,'v0.2.1','',0,'v0.2.1','','','95a45b5b6fef5915c6b10f709bc7da88287e683f',223,'',false,false,true,1483737713); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (539,124,0,'v0.2.0','',0,'v0.2.0','','','3938fc2e764fc8f3769662aae303a5d3a1608aab',220,'',false,false,true,1483694255); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (540,124,0,'v0.1.26','',0,'v0.1.26','','','6da403d5876bde8d4e94b6f18712fb95a51c4bc6',216,'',false,false,true,1483641023); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (541,124,0,'v0.1.25','',0,'v0.1.25','','','6e321b59147d62bc74dbbc94eea99b2fe0060bb3',214,'',false,false,true,1483600112); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (542,124,0,'v0.1.24','',0,'v0.1.24','','','18ebf4d0588a9f93374bf45218e980550d2d5131',204,'',false,false,true,1483572995); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (543,124,0,'v0.1.23','',0,'v0.1.23','','','32ec98d6d1b3b9ec8ec2d95f0ddc3fda5bfa39e8',201,'',false,false,true,1483493650); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (544,124,0,'v0.1.22','',0,'v0.1.22','','','fba4d4ad6c337518b057b0bccdb105539684a49f',199,'',false,false,true,1483487709); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (545,124,0,'v0.1.21','',0,'v0.1.21','','','2a8e1ae7c1bf7e73158db9e109d158cdfe37df55',197,'',false,false,true,1483487625); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (546,124,0,'v0.1.20','',0,'v0.1.20','','','f963d2b6e82f42704b1233912d08f56af98332c7',194,'',false,false,true,1483487161); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (547,124,0,'v0.1.19','',0,'v0.1.19','','','d3b551d0e45b51f332060577b2aa4a80cd6cf158',192,'',false,false,true,1483485810); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (548,124,0,'v0.1.18','',0,'v0.1.18','','','215954f83acfe2d1188e34cc7f10c04cc05f81fd',189,'',false,false,true,1483485626); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (549,124,0,'v0.1.17','',0,'v0.1.17','','','2b7c24657e0644c01bac85051af203e3752a54fc',187,'',false,false,true,1483482952); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (550,124,0,'v0.1.16','',0,'v0.1.16','','','9c4cf91c4d23152517cc19e4e90d9c81d5269ad2',185,'',false,false,true,1483481943); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (551,124,0,'v0.1.15','',0,'v0.1.15','','','29306fe635c257158cbb9243bf5db4f697482bce',183,'',false,false,true,1483481576); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (552,124,0,'v0.1.14','',0,'v0.1.14','','','69359df4cdd60a2f24aef045fda47be67c3c552f',181,'',false,false,true,1483480827); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (553,124,0,'v0.1.13','',0,'v0.1.13','','','33a0f3668e14a2fe6ce96f9cad41345904b1ce73',179,'',false,false,true,1483480529); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (554,124,0,'v0.1.12','',0,'v0.1.12','','','2d5608f4fe6c48efe364a4f1849e15bfe98c74e9',177,'',false,false,true,1483435057); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (555,124,0,'v0.1.11','',0,'v0.1.11','','','e6401359c3410d157386687cba2953ceee2d5bcf',175,'',false,false,true,1483434550); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (556,124,0,'v0.1.10','',0,'v0.1.10','','','8bfdf144961499e0356879ee4c2d16ceac03dbe5',173,'',false,false,true,1483434303); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (557,124,0,'v0.1.9','',0,'v0.1.9','','','ebb1427332c996229dbbafcdb2a902fe158b8a2c',171,'',false,false,true,1483433762); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (558,124,0,'v0.1.8','',0,'v0.1.8','','','54ddb74b5540240ecc84b7eff938cbcacb2c89e2',169,'',false,false,true,1483419848); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (559,124,0,'v0.1.7','',0,'v0.1.7','','','b13b133989903b84e2ffe51417b96b14b39295f0',167,'',false,false,true,1483412427); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (560,124,0,'v0.1.6','',0,'v0.1.6','','','67911c33bb26974f0e643067e741f6e6f3cf09bc',164,'',false,false,true,1483403567); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (561,124,0,'v0.1.5','',0,'v0.1.5','','','f151279b5b0a92a118a35d75518a06927896763e',162,'',false,false,true,1483403003); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (562,124,0,'v0.1.0','',0,'v0.1.0','','','624afd32bb06155ff04c1ef951fecb2c1d6a47f8',126,'',false,false,true,1477988970); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (563,128,0,'v0.78.4','',0,'v0.78.4','','','6ec42adbf4fc7ed28e5f3c0a813779e61fa01b0f',542,'',false,false,true,1522644762); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (564,128,0,'v0.78.3','',0,'v0.78.3','','','b65bb290230b0f78fe0bb46f215c16076392b28e',491,'',false,false,true,1499555546); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (565,128,0,'v0.78.1','',0,'v0.78.1','','','2c20a1fd5a3f7724f8e0569409b9875627f1aa15',458,'',false,false,true,1470473938); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (566,128,0,'v0.78.0','',0,'v0.78.0','','','a8b288338b9a3eff1ec784efb5cf75dfbbae6d34',432,'',false,false,true,1460080918); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (567,128,0,'v0.77.2','',0,'v0.77.2','','','9e3f02c1995f06d358ea03c9c5f2ac933996b680',417,'',false,false,true,1457305421); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (568,128,0,'v0.77.1','',0,'v0.77.1','','','8bdefcd10d40c5f54dc494e521a60b7fa0bee8b1',416,'',false,false,true,1457304371); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (569,128,0,'v0.77','',0,'v0.77','','','083293ea0dc2ebc77f282c2803720a2bb5f21a80',414,'',false,false,true,1456962022); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (570,128,0,'v0.75','',0,'v0.75','','','45f572f7a8626424cc003c021495ed89c00c61db',376,'',false,false,true,1452563410); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (571,128,0,'v0.74','',0,'v0.74','','','2e237b8fbe573ba129bc1c72ca884aea615fc882',374,'',false,false,true,1452380771); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (572,128,0,'v0.73','',0,'v0.73','','','780997e8a72a1321f2469635d9e0abdf86a4c7b3',317,'',false,false,true,1448594590); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (573,128,0,'sshuttle-0.72','',0,'sshuttle-0.72','','','3cf5002b62650c26a50e18af8d8c5c91d754bab9',275,'',false,false,true,1445759297); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (574,128,0,'sshuttle-0.61-macos-bin','',0,'sshuttle-0.61-macos-bin','','','87ca53cbc420008d59a5f6d1711314ad5a144721',7,'',false,false,true,1341606447); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (575,128,0,'sshuttle-0.61','',0,'sshuttle-0.61','','','29d2e06bf5cd3d575015e23c638ca9e5a10ee29c',194,'',false,false,true,1341606083); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (576,128,0,'sshuttle-0.60-macos-bin','',0,'sshuttle-0.60-macos-bin','','','d5c3aa61b8b77d3b12647bb15a83ba51a5f4d312',6,'',false,false,true,1326068196); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (577,128,0,'sshuttle-0.60','',0,'sshuttle-0.60','','','e737f4b944c590581f67953cb5f051cebbbbdb8e',187,'',false,false,true,1326068101); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (578,128,0,'sshuttle-0.54','',0,'sshuttle-0.54','','','a8b71f6387bda654c68e0320d03a0e9bb96a47f7',177,'',false,false,true,1307585393); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (579,128,0,'sshuttle-0.53-macos-bin','',0,'sshuttle-0.53-macos-bin','','','57e744daddd14d628a1641290f9595191307cc43',168,'',false,false,true,1304457826); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (580,128,0,'sshuttle-0.53','',0,'sshuttle-0.53','','','57e744daddd14d628a1641290f9595191307cc43',168,'',false,false,true,1304457719); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (581,128,0,'sshuttle-0.52','',0,'sshuttle-0.52','','','cfb2592346d206c9f0b7307375665a5697e86043',156,'',false,false,true,1300619552); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (582,128,0,'sshuttle-0.51-macos-bin','',0,'sshuttle-0.51-macos-bin','','','cd15e2eda6ab497d6dd9b8d507a5e17d14f0b1e6',3,'',false,false,true,1296886966); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (583,128,0,'sshuttle-0.51','',0,'sshuttle-0.51','','','4fde980f46daf9952f95f3c04cf2f12d57eba274',146,'',false,false,true,1296886874); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (584,128,0,'sshuttle-0.50a','',0,'sshuttle-0.50a','','','f2297066e7e56b307dd6a0c36c05b1f6a8e8fd6a',140,'',false,false,true,1296071599); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (585,128,0,'sshuttle-0.50','',0,'sshuttle-0.50','','','0bf0351d9becae3da9379c335b0e71094cde2760',139,'',false,false,true,1296048606); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (586,128,0,'sshuttle-0.45-macos-bin','',0,'sshuttle-0.45-macos-bin','','','34ea1ed8b7ec3188af378100dc43616e8d304856',1,'',false,false,true,1295756799); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (587,128,0,'sshuttle-0.45','',0,'sshuttle-0.45','','','668441adb68d015e6ad452651756b3bee7d44383',122,'',false,false,true,1295743892); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (588,128,0,'sshuttle-0.44a','',0,'sshuttle-0.44a','','','d4c9d3106841f01b5c16915bf44075b0ee6ee7ab',110,'',false,false,true,1294853777); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (589,128,0,'sshuttle-0.44','',0,'sshuttle-0.44','','','973d5a95a14d6ad633ad3eeb63c9b52b192cf3fe',107,'',false,false,true,1293870786); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (590,128,0,'sshuttle-0.43a','',0,'sshuttle-0.43a','','','41fd0348eb8f27d9c47d0b51c49fbf92d769ab5b',93,'',false,false,true,1292201015); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (591,128,0,'sshuttle-0.43','',0,'sshuttle-0.43','','','1907048dad40c5cd6e8b13fe093b6cdf5598b9ff',92,'',false,false,true,1291951332); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (592,128,0,'sshuttle-0.42','',0,'sshuttle-0.42','','','fe742c928d3a134aab9ced7fa316b04b9bbfbf3f',82,'',false,false,true,1287281673); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (593,128,0,'sshuttle-0.41','',0,'sshuttle-0.41','','','ae32fe2a59934c39a57b0e06a554033af9c553bb',79,'',false,false,true,1286062520); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (594,128,0,'sshuttle-0.40','',0,'sshuttle-0.40','','','6e336c09bf04bc4e3e3bc0f34154ac0a31ab4e1a',66,'',false,false,true,1285918999); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (595,128,0,'sshuttle-0.31','',0,'sshuttle-0.31','','','f1b33dab29be705096246d826b0b9aecace8a208',55,'',false,false,true,1279223933); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (596,128,0,'sshuttle-0.30','',0,'sshuttle-0.30','','','77cf37e0fa668f774edb7f4b1891146ce78a0ae2',49,'',false,false,true,1273463615); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (597,128,0,'sshuttle-0.20','',0,'sshuttle-0.20','','','8fe3592be3fafb04d12f056a264c73cb846c1a0e',41,'',false,false,true,1273031031); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (598,128,0,'sshuttle-0.11','',0,'sshuttle-0.11','','','7bd0efd57bdfd4e809a335af7d1eea184b1d6721',38,'',false,false,true,1273025728); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (599,128,0,'sshuttle-0.10','',0,'sshuttle-0.10','','','9b23fd2c01cafcb15141bcdda2dc2fe242b96b04',21,'',false,false,true,1272783056); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (600,128,0,'sshuttle-0.70','',0,'sshuttle-0.70','','','6121a6dca3e2c8ee33e4bacc591c3f16ce2aa036',227,'',false,false,true,1418699173); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (601,128,0,'sshuttle-0.71','',0,'sshuttle-0.71','','','2cfc39fac854154b5cbff56713cd3e108c1b29a2',242,'',false,false,true,1428796789); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (602,128,0,'v0.76','',0,'v0.76','','','ff9756f290749c24865ac77daa4243c426da73d5',397,'',false,false,true,1453016323); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (603,131,0,'v0.1.3','',0,'v0.1.3','','','a90fbca3dcb147880b617332d50a532ac4f210db',19,'',false,false,true,1366147647); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (604,131,0,'v0.1.2','',0,'v0.1.2','','','d97e9a2d63b4b9c1caa77d5a478c7c318b78562e',16,'',false,false,true,1365767722); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (605,131,0,'v0.1.1','',0,'v0.1.1','','','efaf1e290fc2d4d50340c7edc16bfff9d27e28a1',14,'',false,false,true,1365728995); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (606,131,0,'v0.1.0','',0,'v0.1.0','','','5401e8490ceeff27dd48760089f8e38a9a9d25de',9,'',false,false,true,1365370908); +INSERT INTO "release" ("id", "repo_id", "publisher_id", "tag_name", "original_author", "original_author_id", "lower_tag_name", "target", "title", "sha1", "num_commits", "note", "is_draft", "is_prerelease", "is_tag", "created_unix") VALUES (607,131,0,'v0.0.1','',0,'v0.0.1','','','1b7074100e7485e0a1fa703b97c08918d856568b',4,'',false,false,true,1364682958); +SELECT setval('release_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "release"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."repository" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "owner_id" BIGINT NULL, "owner_name" VARCHAR(255) NULL, "lower_name" VARCHAR(255) NOT NULL, "name" VARCHAR(255) NOT NULL, "description" TEXT NULL, "website" VARCHAR(2048) NULL, "original_service_type" INTEGER NULL, "original_url" VARCHAR(2048) NULL, "default_branch" VARCHAR(255) NULL, "default_wiki_branch" VARCHAR(255) NULL, "num_watches" INTEGER NULL, "num_stars" INTEGER NULL, "num_forks" INTEGER NULL, "num_issues" INTEGER NULL, "num_closed_issues" INTEGER NULL, "num_pulls" INTEGER NULL, "num_closed_pulls" INTEGER NULL, "num_milestones" INTEGER DEFAULT 0 NOT NULL, "num_closed_milestones" INTEGER DEFAULT 0 NOT NULL, "num_projects" INTEGER DEFAULT 0 NOT NULL, "num_closed_projects" INTEGER DEFAULT 0 NOT NULL, "num_action_runs" INTEGER DEFAULT 0 NOT NULL, "num_closed_action_runs" INTEGER DEFAULT 0 NOT NULL, "is_private" BOOL NULL, "is_empty" BOOL NULL, "is_archived" BOOL NULL, "is_mirror" BOOL NULL, "status" INTEGER DEFAULT 0 NOT NULL, "is_fork" BOOL DEFAULT false NOT NULL, "fork_id" BIGINT NULL, "is_template" BOOL DEFAULT false NOT NULL, "template_id" BIGINT NULL, "size" BIGINT DEFAULT 0 NOT NULL, "git_size" BIGINT DEFAULT 0 NOT NULL, "lfs_size" BIGINT DEFAULT 0 NOT NULL, "is_fsck_enabled" BOOL DEFAULT true NOT NULL, "close_issues_via_commit_in_any_branch" BOOL DEFAULT false NOT NULL, "topics" JSON NULL, "object_format_name" VARCHAR(6) DEFAULT 'sha1' NOT NULL, "trust_model" INTEGER NULL, "avatar" VARCHAR(64) NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL, "archived_unix" BIGINT DEFAULT 0 NULL); ; +CREATE INDEX "IDX_repository_created_unix" ON "repository" ("created_unix"); +CREATE INDEX "IDX_repository_owner_id" ON "repository" ("owner_id"); +CREATE INDEX "IDX_repository_is_empty" ON "repository" ("is_empty"); +CREATE INDEX "IDX_repository_is_fork" ON "repository" ("is_fork"); +CREATE INDEX "IDX_repository_fork_id" ON "repository" ("fork_id"); +CREATE INDEX "IDX_repository_template_id" ON "repository" ("template_id"); +CREATE INDEX "IDX_repository_name" ON "repository" ("name"); +CREATE INDEX "IDX_repository_is_private" ON "repository" ("is_private"); +CREATE INDEX "IDX_repository_is_archived" ON "repository" ("is_archived"); +CREATE INDEX "IDX_repository_updated_unix" ON "repository" ("updated_unix"); +CREATE UNIQUE INDEX "UQE_repository_s" ON "repository" ("owner_id","lower_name"); +CREATE INDEX "IDX_repository_lower_name" ON "repository" ("lower_name"); +CREATE INDEX "IDX_repository_is_template" ON "repository" ("is_template"); +CREATE INDEX "IDX_repository_original_service_type" ON "repository" ("original_service_type"); +CREATE INDEX "IDX_repository_is_mirror" ON "repository" ("is_mirror"); + +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (151,1,'davad','coredns-docker','coredns-docker','','','0','','main','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,26834,26834,0,true,false,'null','sha1','0','',1736918451,1737162009,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (150,1,'davad','proxmox-ansible','proxmox-ansible','','','0','','main','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,30517,30517,0,true,false,'null','sha1','0','',1736870876,1738615236,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (16,20,'dmwl','jacomasonry','jacomasonry','','','1','https://davad@bitbucket.org/davad/jacomasonry.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,4294650,4294650,0,true,false,'null','sha1','0','',1684709469,1684713216,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (41,1,'davad','amplify-yarn-latest','amplify-yarn-latest','Simple Amplify build image to use the latest version of Yarn','','1','https://davad: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@github.com/davad/amplify-yarn-latest.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,32623,32623,0,true,false,'null','sha1','0','',1684717785,1684717787,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (152,1,'davad','lazyvim','lazyvim','Configuration for NeoVim based on the LazyVim starter.' || e'\x0d\x0a\x0d\x0a' || 'https://www.lazyvim.org/','','0','','main','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,39170,39170,0,true,false,'null','sha1','0','',1743538506,1743540170,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (153,1,'davad','nixos-iso','nixos-iso','','','0','','main','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,23389,23389,0,true,false,'null','sha1','0','',1745949061,1745957848,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (149,1,'davad','portfolio-site','portfolio-site','','','0','','main','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,1505307,1505307,0,true,false,'null','sha1','0','',1728586596,1747949057,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (148,1,'davad','nix-darwin-config','nix-darwin-config','','','0','','main','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,true,false,'0',false,0,false,0,121431,121431,0,true,false,'null','sha1','0','',1726593486,1748978920,1748978945); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (17,20,'dmwl','jessicalandry.me','jessicalandry.me','','','1','https://davad@bitbucket.org/davad/jessicalandry.me.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,69795306,69795306,0,true,false,'null','sha1','0','',1684709493,1684713229,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (20,20,'dmwl','aipt','aipt','','','1','https://davad@bitbucket.org/davad/aipt.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,14737290,14737290,0,true,false,'null','sha1','0','',1684709548,1684713238,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (42,1,'davad','appy','appy','🚀 A full stack boilerplate web app','','1','https://davad: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@github.com/davad/appy.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,6220188,6220188,0,true,false,'null','sha1','0','',1684717794,1684717797,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (22,20,'dmwl','eudrupal','eudrupal','','','1','https://davad@bitbucket.org/dmwl/eu_drupal.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,21871748,21871748,0,true,false,'null','sha1','0','',1684709604,1684713411,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (13,20,'dmwl','greetmate','greetmate','','','1','https://davad@bitbucket.org/nghalib/greetmate.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,76898178,76898178,0,true,false,'null','sha1','0','',1684709411,1684714645,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (24,20,'dmwl','ardusat-landing','ardusat-landing','Landing page designs for ArduSat','','1','https://davad@bitbucket.org/underbellyis/ardusat-landing.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,15317690,15317690,0,true,false,'null','sha1','0','',1684709647,1684714450,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (18,20,'dmwl','kittmatic-prelaunch','kittmatic-prelaunch','','','1','https://davad@bitbucket.org/nghalib/kittmatic-prelaunch.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,2834702,2834702,0,true,false,'null','sha1','0','',1684709511,1684714618,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (23,20,'dmwl','addresscollector-publicui','addresscollector-publicui','Project for Naveed Ghalib','','1','https://davad@bitbucket.org/nghalib/address_collector-public_ui.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,38701237,38701237,0,true,false,'null','sha1','0','',1684709608,1684715102,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (21,20,'dmwl','ehero-landing-page','ehero-landing-page','','','1','https://davad@bitbucket.org/dmwl/ehero-landing-page.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,123142,123142,0,true,false,'null','sha1','0','',1684709571,1684713123,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (29,20,'dmwl','wellwed','wellwed','','','1','https://davad@bitbucket.org/davad/wellwed.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,9505049,9505049,0,true,false,'null','sha1','0','',1684709727,1684713258,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (147,1,'davad','argo','argo','','','0','','main','master','1','0','0','0','0','0','0','0','0','0','0','0','0',false,false,false,false,'0',false,0,false,0,1260646,1260646,0,true,false,'null','sha1','0','',1698966286,1743095712,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (25,20,'dmwl','decalsforthewall.com','decalsforthewall.com','','','1','https://davad@bitbucket.org/davad/decalsforthewall.com.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,789076025,789076025,0,true,false,'null','sha1','0','',1684709653,1684713249,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (30,20,'dmwl','urbanisle','urbanisle','','','1','https://davad@bitbucket.org/davad/urbanisle.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,12444302,12444302,0,true,false,'null','sha1','0','',1684709752,1684713276,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (31,20,'dmwl','urbanisle-deals','urbanisle-deals','','','1','https://davad@bitbucket.org/davad/urbanisle-deals.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,12979217,12979217,0,true,false,'null','sha1','0','',1684709773,1684713288,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (44,1,'davad','best_in_place','best_in_place','A RESTful unobtrusive jQuery Inplace-Editor and a helper as a Rails Gem','','1','https://davad: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@github.com/davad/best_in_place.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,975164,975164,0,true,false,'null','sha1','0','',1684717814,1684717817,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (45,1,'davad','bitbuckettogitea','BitbucketToGitea','BitBucket to Gitea Repositories migration script','','1','https://davad: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@github.com/davad/BitbucketToGitea.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',false,false,false,false,'0',false,0,false,0,45027,45027,0,true,false,'null','sha1','0','',1684717825,1684767833,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (154,1,'davad','nixos-config','nixos-config','','','0','','main','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,121396,121396,0,true,false,'null','sha1','0','',1746641290,1750943884,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (46,1,'davad','blackbird','blackbird','Blackbird Bitcoin Arbitrage: a long/short market-neutral strategy','','1','https://davad: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@github.com/davad/blackbird.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,2060095,2060095,0,true,false,'null','sha1','0','',1684717833,1684717835,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (26,20,'dmwl','addresscollector-backend','addresscollector-backend','Project for Naveed Ghalib','','1','https://davad@bitbucket.org/nghalib/address_collector-backend.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,1926158,1926158,0,true,false,'null','sha1','0','',1684709653,1684715060,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (37,20,'dmwl','social-app-frontend','social-app-frontend','ChronoReels project for Naveed Ghalib','','1','https://davad@bitbucket.org/nghalib/social-app-frontend.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,24306,24306,0,true,false,'null','sha1','0','',1684709893,1684715965,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (47,1,'davad','bokeh-notebook-server','bokeh-notebook-server','','','1','https://davad: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@github.com/davad/bokeh-notebook-server.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,25927,25927,0,true,false,'null','sha1','0','',1684717842,1684717844,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (35,20,'dmwl','seasonal-tuneup','seasonal-tuneup','Project for Naveed Ghalib','','1','https://davad@bitbucket.org/nghalib/seasonal_tuneup.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,191571194,156300342,35270852,true,false,'null','sha1','0','',1684709844,1684715165,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (33,20,'dmwl','addresscollector-admin','addresscollector-admin','Project for Naveed Ghalib','','1','https://davad@bitbucket.org/nghalib/address_collector-admin.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,20264109,20264109,0,true,false,'null','sha1','0','',1684709818,1684715044,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (32,20,'dmwl','qtexample','qtexample','','','1','https://davad@bitbucket.org/davad/qt-example.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,28457,28457,0,true,false,'null','sha1','0','',1684709798,1684713323,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (43,1,'davad','aws-amplify-gatsby-auth','aws-amplify-gatsby-auth','','','1','https://davad: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@github.com/davad/aws-amplify-gatsby-auth.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,18837408,18837408,0,true,false,'null','sha1','0','',1684717803,1684717806,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (27,20,'dmwl','vonjour-dashboard','vonjour-dashboard','','','1','https://davad@bitbucket.org/rorvonjour/dashboard.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,2462488,2462488,0,true,false,'null','sha1','0','',1684709688,1684714515,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (142,3,'int.nc.landry.land','template','template','','','0','','main','master','2','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,true,0,25513,25513,0,true,false,'null','sha1','0','',1686111601,1686111885,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (139,3,'int.nc.landry.land','podcatcher','podcatcher','🚀','','0','','main','master','2','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,26713,26713,0,true,false,'null','sha1','0','',1685926818,1690212559,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (34,1,'davad','thesis','thesis','Imported from Bitbucket on 21 May 2023','','1','https://davad@bitbucket.org/davad/thesis.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,11817958,11817958,0,true,false,'null','sha1','0','',1684709820,1684713001,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (54,1,'davad','contentful-blog','contentful-blog','Gatsby starter for a Contentful project.','','1','https://davad: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@github.com/davad/contentful-blog.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,387559,387559,0,true,false,'null','sha1','0','',1684717909,1684717911,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (56,1,'davad','coursera-dl','coursera-dl','A script for downloading course material (video''s, pdfs, quizzes, etc) from coursera.org','','1','https://davad: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@github.com/davad/coursera-dl.git','mechanize','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,344149,344149,0,true,false,'null','sha1','0','',1684717929,1684717931,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (49,1,'davad','caddy-path-proxy','caddy-path-proxy','Automated caddy proxy for Docker containers using docker-gen','','1','https://davad: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@github.com/davad/caddy-path-proxy.git','restart','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,39828,39828,0,true,false,'null','sha1','0','',1684717864,1684717865,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (75,1,'davad','fsapi','fsapi','Drupal api wrapper module around php-fsapi to let drupal modules access familysearch','','1','https://davad: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@github.com/davad/fsapi.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,196182,196182,0,true,false,'null','sha1','0','',1684718119,1684718120,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (4,19,'orialabs','gfdurham-static','gfdurham-static','','','1','https://davad@bitbucket.org/web-flux/gfdurham-static.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,true,false,'0',false,0,false,0,52105,52105,0,true,false,'null','sha1','0','',1684709190,1684714407,1684714407); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (115,1,'davad','node-migrate-mongoose-example','node-migrate-mongoose-example','','','1','https://davad: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@github.com/davad/node-migrate-mongoose-example.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,39847,39847,0,true,false,'null','sha1','0','',1684719134,1684719135,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (59,1,'davad','deoplete-ternjs','deoplete-ternjs','deoplete.nvim source for javascript','','1','https://davad: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@github.com/davad/deoplete-ternjs.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,128790,128790,0,true,false,'null','sha1','0','',1684717958,1684717960,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (48,1,'davad','browsershots','browsershots','Automatically exported from code.google.com/p/browsershots','','1','https://davad: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@github.com/davad/browsershots.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,6973686,6973686,0,true,false,'null','sha1','0','',1684717851,1684717857,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (50,1,'davad','chewy_example','chewy_example','Chewy example application','','1','https://davad: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@github.com/davad/chewy_example.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,55341,55341,0,true,false,'null','sha1','0','',1684717871,1684717874,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (51,1,'davad','cntsim','cntsim','Simulate CNT growth','','1','https://davad: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@github.com/davad/cntsim.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,6193055,6193055,0,true,false,'null','sha1','0','',1684717882,1684717885,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (52,1,'davad','compass','compass','Docker image for compass','','1','https://davad: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@github.com/davad/compass.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,26755,26755,0,true,false,'null','sha1','0','',1684717893,1684717894,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (55,1,'davad','core-docs','core-docs','.NET Core documentation (work in progress).','','1','https://davad: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@github.com/davad/core-docs.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,10473041,10473041,0,true,false,'null','sha1','0','',1684717917,1684717922,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (53,1,'davad','compose-record','compose-record','Type-safe utility library for creating nested Immutable Records','','1','https://davad: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@github.com/davad/compose-record.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,253183,253183,0,true,false,'null','sha1','0','',1684717901,1684717903,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (58,1,'davad','davad.github.io','davad.github.io','','','1','https://davad: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@github.com/davad/davad.github.io.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,294554,294554,0,true,false,'null','sha1','0','',1684717947,1684717950,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (57,1,'davad','csabapalfi.github.io','csabapalfi.github.io','My blog','','1','https://davad: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@github.com/davad/csabapalfi.github.io.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,1051031,1051031,0,true,false,'null','sha1','0','',1684717938,1684717940,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (62,1,'davad','docker-dontstarvetogether','docker-dontstarvetogether','Dockerfile for building a Don''t Starve Together dedicated-server image.','','1','https://davad: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@github.com/davad/docker-dontstarvetogether.git','develop','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,318011,318011,0,true,false,'null','sha1','0','',1684717986,1684717996,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (61,1,'davad','docker-cmake','docker-cmake','Wrap cmake in a container.','','1','https://davad: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@github.com/davad/docker-cmake.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,23934,23934,0,true,false,'null','sha1','0','',1684717977,1684717980,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (60,1,'davad','discord-standupbot','discord-standupbot','A generic daily standup bot for Discord','','1','https://davad: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@github.com/davad/discord-standupbot.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,149744,149744,0,true,false,'null','sha1','0','',1684717968,1684717971,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (63,1,'davad','docker-dst-server','docker-dst-server','Don''t Starve Together dedicated server in Docker!','','1','https://davad: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@github.com/davad/docker-dst-server.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,125373,125373,0,true,false,'null','sha1','0','',1684718004,1684718008,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (69,1,'davad','docker-ruby-node','docker-ruby-node','Base image for applications that need access to Ruby and Node','','1','https://davad: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@github.com/davad/docker-ruby-node.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,23995,23995,0,true,false,'null','sha1','0','',1684718060,1684718062,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (74,1,'davad','formvalidation','formvalidation','The best @jquery plugin to validate form fields. Designed to use with Bootstrap + Zurb Foundation + Pure + SemanticUI + UIKit + Your own frameworks.','','1','https://davad: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@github.com/davad/formvalidation.git','info','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,11870433,11870433,0,true,false,'null','sha1','0','',1684718107,1684718113,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (76,1,'davad','gatsby-antd-docs','gatsby-antd-docs','','','1','https://davad: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@github.com/davad/gatsby-antd-docs.git','main','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,485229,485229,0,true,false,'null','sha1','0','',1684718128,1684718131,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (70,1,'davad','docker-sshd','docker-sshd','SSH daemon, sshuttle server, automatic pubkey import, Alpine linux','','1','https://davad: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@github.com/davad/docker-sshd.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,32230,32230,0,true,false,'null','sha1','0','',1684718069,1684718071,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (66,1,'davad','docker-lufi','docker-lufi','Docker for Lufi - https://framagit.org/fiat-tux/hat-softwares/lufi/wikis/installation','','1','https://davad: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@github.com/davad/docker-lufi.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,24929,24929,0,true,false,'null','sha1','0','',1684718034,1684718035,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (67,1,'davad','docker-lufi-1','docker-lufi-1','','','1','https://davad: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@github.com/davad/docker-lufi-1.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,66120,66120,0,true,false,'null','sha1','0','',1684718043,1684718044,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (65,1,'davad','docker-guacamole-encryptedurl','docker-guacamole-encryptedurl','A dockerfile based off of the public guacamole/guacamole image that adds the encryptedurl auth extension','','1','https://davad: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@github.com/davad/docker-guacamole-encryptedurl.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,2840356,2840356,0,true,false,'null','sha1','0','',1684718023,1684718026,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (77,1,'davad','gatsby-docker','gatsby-docker','','','1','https://davad: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@github.com/davad/gatsby-docker.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,25059,25059,0,true,false,'null','sha1','0','',1684718137,1684718139,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (64,1,'davad','docker-gemstash','docker-gemstash','Gemstash in a Docker container','','1','https://davad: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@github.com/davad/docker-gemstash.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,26880,26880,0,true,false,'null','sha1','0','',1684718015,1684718017,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (68,1,'davad','docker-node-babel','docker-node-babel','Base image with Node and Babel','','1','https://davad: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@github.com/davad/docker-node-babel.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,27055,27055,0,true,false,'null','sha1','0','',1684718050,1684718053,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (72,1,'davad','docker-ubuntu-vnc-desktop','docker-ubuntu-vnc-desktop','','','1','https://davad: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@github.com/davad/docker-ubuntu-vnc-desktop.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,12511420,12511420,0,true,false,'null','sha1','0','',1684718087,1684718090,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (79,1,'davad','gatsby-image-issue','gatsby-image-issue','MWE of pathPrefix problem in gatsby','','1','https://davad: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@github.com/davad/gatsby-image-issue.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,2011503,2011503,0,true,false,'null','sha1','0','',1684718155,1684718160,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (80,1,'davad','gatsby-name-generator','gatsby-name-generator','','','1','https://davad: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@github.com/davad/gatsby-name-generator.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,1886550,1886550,0,true,false,'null','sha1','0','',1684718168,1684718170,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (78,1,'davad','gatsby-hampton-theme','gatsby-hampton-theme','Minimalistic blog theme for Gatsby','','1','https://davad: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@github.com/davad/gatsby-hampton-theme.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,3687198,3687198,0,true,false,'null','sha1','0','',1684718145,1684718147,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (73,1,'davad','eduglue_features','eduglue_features','Core eduglue features','','1','https://davad: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@github.com/davad/eduglue_features.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,97775,97775,0,true,false,'null','sha1','0','',1684718097,1684718099,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (71,1,'davad','docker-supervisord-example','docker-supervisord-example','','','1','https://davad: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@github.com/davad/docker-supervisord-example.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,24896,24896,0,true,false,'null','sha1','0','',1684718078,1684718080,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (83,1,'davad','gatsby-starter-netlify-cms','gatsby-starter-netlify-cms','','','1','https://davad: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@github.com/davad/gatsby-starter-netlify-cms.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,17457890,17457890,0,true,false,'null','sha1','0','',1684718194,1684718198,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (82,1,'davad','gatsby-seaview-theme','gatsby-seaview-theme','','','1','https://davad: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@github.com/davad/gatsby-seaview-theme.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,776291,776291,0,true,false,'null','sha1','0','',1684718186,1684718188,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (85,1,'davad','graphql-ruby-demo','graphql-ruby-demo','Use graphql-ruby to expose a Rails app','','1','https://davad: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@github.com/davad/graphql-ruby-demo.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,621687,621687,0,true,false,'null','sha1','0','',1684718212,1684718214,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (116,1,'davad','osd','OSD','On screen display for an unmanned ground vehicle','','1','https://davad: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@github.com/davad/OSD.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,89982,89982,0,true,false,'null','sha1','0','',1684719561,1684719563,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (81,1,'davad','gatsby-roslyn-theme','gatsby-roslyn-theme','','','1','https://davad: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@github.com/davad/gatsby-roslyn-theme.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,776291,776291,0,true,false,'null','sha1','0','',1684718178,1684718180,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (86,1,'davad','guacamole-auth-hmac','guacamole-auth-hmac','Create Guacamole configurations via (signed) URL query parameters, compatibility with latest guacamole','','1','https://davad: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@github.com/davad/guacamole-auth-hmac.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,167077,167077,0,true,false,'null','sha1','0','',1684718221,1684718223,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (89,1,'davad','guacd-docker','guacd-docker','Docker image for guacd - the server-side, native proxy used by the Guacamole web application.','','1','https://davad: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@github.com/davad/guacd-docker.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,46213,46213,0,true,false,'null','sha1','0','',1684718254,1684718257,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (111,1,'davad','memory-leaks','memory-leaks','Memory leaks in JavaScript','','1','https://davad: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@github.com/davad/memory-leaks.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,11928723,11928723,0,true,false,'null','sha1','0','',1684719094,1684719097,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (88,1,'davad','guacamole-docker','guacamole-docker','## DEPRECATED ## Docker image for Guacamole - the clientless remote desktop gateway.','','1','https://davad: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@github.com/davad/guacamole-docker.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,2990794,2990794,0,true,false,'null','sha1','0','',1684718245,1684718247,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (143,2,'nc.landry.land','template','template','','','0','','main','master','2','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,true,0,25491,25491,0,true,false,'null','sha1','0','',1686111925,1686111995,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (87,1,'davad','guacamole-client','guacamole-client','The HTML5/JavaScript Guacamole client, its containing web application, and related components.','','1','https://davad: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@github.com/davad/guacamole-client.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,13061206,13061206,0,true,false,'null','sha1','0','',1684718230,1684718237,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (90,1,'davad','hapi-auth-jwt2','hapi-auth-jwt2',':lock: Secure Hapi.js authentication plugin using JSON Web Tokens (JWT) in Headers, Query or Cookies','','1','https://davad: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@github.com/davad/hapi-auth-jwt2.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,543822,543822,0,true,false,'null','sha1','0','',1684718839,1684718842,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (91,1,'davad','heroku-buildpack-apt','heroku-buildpack-apt','','','1','https://davad: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@github.com/davad/heroku-buildpack-apt.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,51361,51361,0,true,false,'null','sha1','0','',1684718848,1684718851,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (93,1,'davad','heroku-buildpack-multi','heroku-buildpack-multi','DEPRECATED: Composable buildpacks','','1','https://davad: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@github.com/davad/heroku-buildpack-multi.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,64502,64502,0,true,false,'null','sha1','0','',1684718865,1684718867,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (92,1,'davad','heroku-buildpack-jekyll','heroku-buildpack-jekyll','buildpack for deploying Jekyll sites','','1','https://davad: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@github.com/davad/heroku-buildpack-jekyll.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,49860,49860,0,true,false,'null','sha1','0','',1684718857,1684718858,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (95,1,'davad','igorwriter','IgorWriter','Simple class to write data to Igor Text formatted files in Java','','1','https://davad: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@github.com/davad/IgorWriter.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,25160,25160,0,true,false,'null','sha1','0','',1684718882,1684718883,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (94,1,'davad','ifconfigd','ifconfigd','IP address lookup service written in Go','','1','https://davad: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@github.com/davad/ifconfigd.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,277928,277928,0,true,false,'null','sha1','0','',1684718873,1684718874,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (84,1,'davad','gatsby-theme-material-ui-subtheme-bug','gatsby-theme-material-ui-subtheme-bug','','','1','https://davad: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@github.com/davad/gatsby-theme-material-ui-subtheme-bug.git','main','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,224201,224201,0,true,false,'null','sha1','0','',1684718204,1684718206,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (101,1,'davad','jekyll-import','jekyll-import','The Jekyll import command for importing from various blogs to Jekyll format.','','1','https://davad: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@github.com/davad/jekyll-import.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,512009,512009,0,true,false,'null','sha1','0','',1684718938,1684718940,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (96,1,'davad','insightly-python','insightly-python','Insightly Python SDK','','1','https://davad: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@github.com/davad/insightly-python.git','v2.2','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,316256,316256,0,true,false,'null','sha1','0','',1684718891,1684718893,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (100,1,'davad','janus-plugged','janus-plugged','Janus like Vim distro (using vim-plug) for Neovim','','1','https://davad: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@github.com/davad/janus-plugged.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,161425,161425,0,true,false,'null','sha1','0','',1684718929,1684718931,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (103,1,'davad','journal','Journal','Backbone.js / Node.js multi-user journal app','','1','https://davad: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@github.com/davad/Journal.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,1008992,1008992,0,true,false,'null','sha1','0','',1684719017,1684719020,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (102,1,'davad','jest','jest','🃏 Delightful JavaScript Testing.','','1','https://davad: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@github.com/davad/jest.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,115321742,115321742,0,true,false,'null','sha1','0','',1684718946,1684718982,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (99,1,'davad','iota.lib.js','iota.lib.js','IOTA Javascript Library','','1','https://davad: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@github.com/davad/iota.lib.js.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,473508,473508,0,true,false,'null','sha1','0','',1684718919,1684718923,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (105,1,'davad','jupyterhub-example','jupyterhub-example','','','1','https://davad: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@github.com/davad/jupyterhub-example.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,171149,171149,0,true,false,'null','sha1','0','',1684719036,1684719037,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (7,19,'orialabs','drupal-docker-base','drupal-docker-base','','','1','https://davad@bitbucket.org/web-flux/drupal-docker-base.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,true,false,'0',false,0,false,0,42791,42791,0,true,false,'null','sha1','0','',1684709258,1684714094,1684714094); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (106,1,'davad','jurastic-waves','jurastic-waves','Jurassic Waves (app) Demos some reactjs ecosystem features','','1','https://davad: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@github.com/davad/jurastic-waves.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,3156374,3156374,0,true,false,'null','sha1','0','',1684719043,1684719046,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (104,1,'davad','jsontoyaml.com','jsontoyaml.com','Source for jsontoyaml.com','','1','https://davad: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@github.com/davad/jsontoyaml.com.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,150273,150273,0,true,false,'null','sha1','0','',1684719028,1684719030,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (107,1,'davad','kattis-net-generator','kattis-net-generator','','','1','https://davad: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@github.com/davad/kattis-net-generator.git','main','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,254784,254784,0,true,false,'null','sha1','0','',1684719053,1684719055,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (110,1,'davad','mailcatcher','mailcatcher','Catches mail and serves it through a dream.','','1','https://davad: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@github.com/davad/mailcatcher.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,594077,594077,0,true,false,'null','sha1','0','',1684719083,1684719086,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (140,3,'int.nc.landry.land','paperless','paperless','🚀','','0','','main','master','2','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,31270,31270,0,true,false,'null','sha1','0','',1685929629,1691785913,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (109,1,'davad','keepassxc','keepassxc','KeePassXC is a cross platform community driven port of the windows application “Keepass Password Safe”.','','1','https://davad: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@github.com/davad/keepassxc.git','develop','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,7732500,7732500,0,true,false,'null','sha1','0','',1684719073,1684719077,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (108,1,'davad','keepassx','keepassx','KeePassX is a cross platform port of the windows application “Keepass Password Safe”.','','1','https://davad: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@github.com/davad/keepassx.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,4295600,4295600,0,true,false,'null','sha1','0','',1684719062,1684719067,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (98,1,'davad','iota-dashboard-api-client','iota-dashboard-api-client','','','1','https://davad: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@github.com/davad/iota-dashboard-api-client.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,43531,43531,0,true,false,'null','sha1','0','',1684718911,1684718913,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (97,1,'davad','iota-dashboard','iota-dashboard','','','1','https://davad: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@github.com/davad/iota-dashboard.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,244175,244175,0,true,false,'null','sha1','0','',1684718899,1684718903,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (114,1,'davad','node-activedirectory','node-activedirectory','ActiveDirectory is an Node.js ldapjs client for authN (authentication) and authZ (authorization) for Microsoft Active Directory with range retrieval support for large Active Directory installations. ','','1','https://davad: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@github.com/davad/node-activedirectory.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,283821,283821,0,true,false,'null','sha1','0','',1684719126,1684719128,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (113,1,'davad','neoterm','neoterm','Wrapper of some vim/neovim''s :terminal functions.','','1','https://davad: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@github.com/davad/neoterm.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,428017,428017,0,true,false,'null','sha1','0','',1684719116,1684719117,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (112,1,'davad','montferret.github.io','montferret.github.io','Website for Ferret project','','1','https://davad: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@github.com/davad/montferret.github.io.git','dev','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,4468823,4468823,0,true,false,'null','sha1','0','',1684719105,1684719108,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (118,1,'davad','puppet-raspberry-pi','puppet-raspberry-pi','My Raspberry Pi setup','','1','https://davad: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@github.com/davad/puppet-raspberry-pi.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,46402,46402,0,true,false,'null','sha1','0','',1684719579,1684719580,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (122,1,'davad','rattic-docker','rattic-docker','Stuff for Deploying RatticDB in Docker','','1','https://davad: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@github.com/davad/rattic-docker.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,33563,33563,0,true,false,'null','sha1','0','',1684719616,1684719618,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (121,1,'davad','rails_startup_template','rails_startup_template','A startup template for Ruby on Rails 4 applications','','1','https://davad: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@github.com/davad/rails_startup_template.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,59630,59630,0,true,false,'null','sha1','0','',1684719606,1684719609,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (119,1,'davad','puppet-rvm','puppet-rvm','A puppet module for installing and using RVM (Ruby Version Manager)','','1','https://davad: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@github.com/davad/puppet-rvm.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,220538,220538,0,true,false,'null','sha1','0','',1684719588,1684719589,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (125,1,'davad','resume','Resume','LaTeX source of resume','','1','https://davad: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@github.com/davad/Resume.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,3615819,3615819,0,true,false,'null','sha1','0','',1684719649,1749577437,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (39,19,'orialabs','iccj','iccj','','','1','https://davad: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@github.com/orialabs/iccj.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,true,false,'0',false,0,false,0,624862,624862,0,true,false,'null','sha1','0','',1684712311,1684712314,1684712314); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (15,20,'dmwl','oasite','oasite','','','1','https://davad@bitbucket.org/davad/oa_site.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,6604561,6604561,0,true,false,'null','sha1','0','',1684709446,1684713204,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (1,3,'int.nc.landry.land','ipfs','ipfs','','','0','','main','master','2','0','0','0','0','0','0','0','0','0','0','0','0',false,false,false,false,'0',false,0,false,0,25687,25687,0,true,false,'null','sha1','0','',1684685715,1684685852,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (138,3,'int.nc.landry.land','syncthing','syncthing','🚀','','0','','main','master','2','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,25780,25780,0,true,false,'null','sha1','0','',1685922096,1685932827,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (12,20,'dmwl','guacamole-encryptedurl','guacamole-encryptedurl','','','1','https://davad@bitbucket.org/dmwl/encryptedurl.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,166442,166442,0,true,false,'null','sha1','0','',1684709378,1684713471,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (19,20,'dmwl','iastaticsite','iastaticsite','Islander Access static site','','1','https://davad@bitbucket.org/dmwl/ia_static_site.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,37083170,37083170,0,true,false,'null','sha1','0','',1684709533,1684713499,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (11,20,'dmwl','angular-todo','angular-todo','','','1','https://davad@bitbucket.org/dmwl/angular-todo.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,91153,91153,0,true,false,'null','sha1','0','',1684709359,1684713559,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (120,1,'davad','pycuda-intro','pyCUDA-intro','Simple ''hello world'' code comparing C-CUDA and pyCUDA','','1','https://davad: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@github.com/davad/pyCUDA-intro.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,30292,30292,0,true,false,'null','sha1','0','',1684719597,1684719599,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (123,1,'davad','resource-scheduler','resource-scheduler','Event scheduler based on SailsJS and AngularJS','','1','https://davad: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@github.com/davad/resource-scheduler.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,1559339,1559339,0,true,false,'null','sha1','0','',1684719624,1684719626,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (124,1,'davad','rest-hapi','rest-hapi','🚀 A RESTful API generator for Node.js','','1','https://davad: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@github.com/davad/rest-hapi.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,5196013,5196013,0,true,false,'null','sha1','0','',1684719633,1684719642,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (127,1,'davad','serverless-ddns-route53','serverless-ddns-route53','DDNS service for Route53 via Serverless and AWS Lambda','','1','https://davad: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@github.com/davad/serverless-ddns-route53.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,46473,46473,0,true,false,'null','sha1','0','',1684719666,1684719667,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (128,1,'davad','sshuttle','sshuttle','Transparent proxy server that works as a poor man''s VPN. Forwards over ssh. Doesn''t require admin. Works with Linux and MacOS. Supports DNS tunneling.','','1','https://davad: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@github.com/davad/sshuttle.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,1355176,1355176,0,true,false,'null','sha1','0','',1684719675,1684719678,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (126,1,'davad','rfm12b','RFM12B','RFM12B library','','1','https://davad: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@github.com/davad/RFM12B.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,121477,121477,0,true,false,'null','sha1','0','',1684719658,1684719660,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (117,1,'davad','proposal-const-value-types','proposal-const-value-types','A proposal for immutable data structures in JavaScript | ⚠ Stage 0: it will change!','','1','https://davad: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@github.com/davad/proposal-const-value-types.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,73920,73920,0,true,false,'null','sha1','0','',1684719571,1684719573,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (134,1,'davad','word_diff','word_diff','Word Diff empowers you to be a Markdown person in a Microsoft Word world by automatically converting any Word document committed to a GitHub repo to Markdown','','1','https://davad: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@github.com/davad/word_diff.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,68553,68553,0,true,false,'null','sha1','0','',1684719727,1684719729,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (131,1,'davad','ui-calendar','ui-calendar','A complete AngularJS directive for the Arshaw FullCalendar.','','1','https://davad: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@github.com/davad/ui-calendar.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,318284,318284,0,true,false,'null','sha1','0','',1684719703,1684719705,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (130,1,'davad','torchnotejs','TorchNoteJS','A single use end-to-end encrypted (E2EE) client-side chat using Node.js, Express, Socket.io and CryptoJS.','','1','https://davad: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@github.com/davad/TorchNoteJS.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,3394945,3394945,0,true,false,'null','sha1','0','',1684719693,1684719696,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (129,1,'davad','tex-loader','tex-loader','Use pandoc to parse LaTeX files for webpack','','1','https://davad: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@github.com/davad/tex-loader.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,25095,25095,0,true,false,'null','sha1','0','',1684719684,1684719686,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (132,1,'davad','vagrant-dev','vagrant-dev','Development box using Vagrant and Ansible. Sets up janus, oh-my-zsh, nodejs, bower, grunt, ruby, etc.','','1','https://davad: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@github.com/davad/vagrant-dev.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,69767,69767,0,true,false,'null','sha1','0','',1684719712,1684719714,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (8,19,'orialabs','debian-zfs-install','debian-zfs-install','','','1','https://davad@bitbucket.org/web-flux/debian-zfs-install.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,true,false,'0',false,0,false,0,31973,31973,0,true,false,'null','sha1','0','',1684709282,1684714053,1684714053); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (133,1,'davad','vagrant-lamp-ansible','vagrant-lamp-ansible','Vagrant starter set to set up PHP, Apache and MySQL','','1','https://davad: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@github.com/davad/vagrant-lamp-ansible.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,32967,32967,0,true,false,'null','sha1','0','',1684719719,1684719722,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (135,1,'davad','workstation-ansible','workstation-ansible','my personal config files','','1','https://davad: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@github.com/davad/workstation-ansible.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,191032,191032,0,true,false,'null','sha1','0','',1684719737,1684719738,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (137,3,'int.nc.landry.land','registry','registry','🚀','','0','','main','master','2','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,25340,25340,0,true,false,'null','sha1','0','',1684805325,1685932826,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (136,1,'davad','yamltojson.com','yamltojson.com','Source for yamltojson.com','','1','https://davad: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@github.com/davad/yamltojson.com.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,0,222690,222690,0,true,false,'null','sha1','0','',1684719746,1684719747,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (144,3,'int.nc.landry.land','ntp','ntp','','','0','','main','master','2','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,142,27195,27195,0,true,false,'null','sha1','0','',1686112052,1686113474,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (145,1,'davad','bitburner-scripts','bitburner-scripts','','','0','','main','master','1','0','0','0','0','0','0','0','0','0','0','0','0',false,false,false,false,'0',false,0,false,0,25090,25090,0,true,false,'null','sha1','0','',1694803336,1694803358,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (146,2,'nc.landry.land','rss','rss','','','0','','main','master','2','0','0','0','0','0','0','0','0','0','0','0','0',true,false,false,false,'0',false,0,false,143,30196,30196,0,true,false,'null','sha1','0','',1694981702,1694984479,0); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (2,19,'orialabs','hubot','hubot','','','1','https://davad@bitbucket.org/web-flux/hubot.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,true,false,'0',false,0,false,0,32178,32178,0,true,false,'null','sha1','0','',1684709142,1684713917,1684713917); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (5,19,'orialabs','gfdurham','gfdurham','','','1','https://davad@bitbucket.org/web-flux/gfdurham.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,true,false,'0',false,0,false,0,246681,246681,0,true,false,'null','sha1','0','',1684709217,1684714401,1684714401); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (6,19,'orialabs','docker-haproxy','docker-haproxy','','','1','https://davad@bitbucket.org/web-flux/docker.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,true,false,'0',false,0,false,0,33990,33990,0,true,false,'null','sha1','0','',1684709237,1684714205,1684714205); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (9,19,'orialabs','wordpress-docker-base','wordpress-docker-base','','','1','https://davad@bitbucket.org/web-flux/wordpress-docker-base.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,true,false,'0',false,0,false,0,2461151,2461151,0,true,false,'null','sha1','0','',1684709303,1684714015,1684714015); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (40,19,'orialabs','iota-test-network','iota-test-network','Create an independent sub-tangle to test with using Docker Compose','','1','https://davad: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@github.com/orialabs/iota-test-network.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,true,false,'0',false,0,false,0,15140878,15140878,0,true,false,'null','sha1','0','',1684712320,1684712323,1684712323); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (36,20,'dmwl','social-app-backend','social-app-backend','ChronoReels project for Naveed Ghalib','','1','https://davad@bitbucket.org/nghalib/social-app-backend.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,true,false,'0',false,0,false,0,34120,34120,0,true,false,'null','sha1','0','',1684709874,1684715971,1684715971); +INSERT INTO "repository" ("id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "default_wiki_branch", "num_watches", "num_stars", "num_forks", "num_issues", "num_closed_issues", "num_pulls", "num_closed_pulls", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "num_action_runs", "num_closed_action_runs", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix") VALUES (38,19,'orialabs','iccr','ICCR','IOTA Control Center Receiver','','1','https://davad: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@github.com/orialabs/ICCR.git','master','master','1','0','0','0','0','0','0','0','0','0','0','0','0',true,false,true,false,'0',false,0,false,0,35180866,35180866,0,true,false,'null','sha1','0','',1684712293,1684712305,1684712305); + +SELECT setval('repository_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "repository"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."repo_indexer_status" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "repo_id" BIGINT NULL, "commit_sha" VARCHAR(64) NULL, "indexer_type" INTEGER DEFAULT 0 NOT NULL); ; +CREATE INDEX "IDX_repo_indexer_status_s" ON "repo_indexer_status" ("repo_id","indexer_type"); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (1,1,'ac5e72b22eaff35549975b8102ba62846b32db47','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (2,2,'e4a23c54fe610b725c6f628d91ab7a33eaa4dd92','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (4,4,'1a6dbe94e361813e3fc78895c00a0d8dab026a78','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (5,5,'13551532e18fa5c10c4a8c72bc664750f7d080cd','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (6,6,'4064fe04121958838238fa8770c5f535b7effd24','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (7,7,'f5eb7d975a78ab78ccf88963aecbaf8d656f0017','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (8,8,'99aad44a1b119bc9af52c3c78123f28ede71f90b','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (9,9,'ad2d2869111fe4f9113558f0444e8c99e0eb1a37','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (11,11,'9a84cb1962197c676a0ca1fa6d24d41b2223eb6e','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (12,12,'faaa7a99963e91151792511c6c39c9a43208be03','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (14,13,'02f28a8a8df069ce64cb104c84d9351473d1fe84','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (15,15,'207c6e2cd2672f8bc8734347366d38d76411087a','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (16,16,'4b07a27ae1e8b4d2bb54ff2155e170d9b715c373','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (17,17,'3845c9884211ae8d8a6f57d75d003ad3b9dff617','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (18,18,'b2b7b0e040bc6832bcb46157f7d7b7c9f1a4be42','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (19,19,'fd362ab423f4898b8c0af23e3c3944d53883244c','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (20,20,'0df2c2f51924b2728842a43bea47f03ab974e77b','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (21,21,'e782c01cf26116d50406a11ecb7cb93c1676c764','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (22,22,'67bd932178ed527f12d86d7097a21cda052643c3','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (23,23,'ac019f84022bb2d38c140f80b81aadcf5eff8254','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (24,24,'84fdf75c423e156a4598fd7c741e09060b5452ec','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (25,26,'e083a63d3197db586983172e1f15af558c295ebb','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (26,25,'136d91805f79dd308193f213222e6c2888dc6477','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (27,27,'416cce368a31dfab9917227576ec8700127c74bd','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (29,29,'a7315b3d868996afc987feb267a49e8b26628a78','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (30,30,'227713f899c93ebac75a4837c68819bb05010466','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (31,31,'6470bb6fea09ad753b35388950cbc1c4394821ae','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (32,32,'ffb2748a364a4eb9662b72799d4db64c3d1311a8','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (33,33,'c8c72d0b7ed031de15ed03ba582f28e38492327d','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (34,34,'a96ea33baebb9380317bda4213e2a19c7ab48f05','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (35,35,'cf35565f6c07703ee674cb77700f62908f979a92','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (36,36,'0548e95b2d0267171fc6188b4979b3e3ec02f036','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (37,37,'e3f0d87c2c051ab0c57c3574d1960ea1edb59052','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (38,38,'fba66eb85f183604ec6411bcbf9ab9b13e465949','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (39,39,'ffffe571b676f23203a2b5cf5b92a1864162024d','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (40,40,'5accc5f95c3502fa9f867211085bb9d77ca70987','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (41,41,'662bc35852025a5d68c78340cd00791587855012','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (42,42,'4b1bd3d0f6ff42e71096da8b9609ce61dfee8449','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (43,43,'ceab273739c6ce3d28149bc25c5c040f24b5f4d0','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (44,44,'df178520bf9ba405baee9528d5dbb630d6ff760c','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (45,45,'bedb61aed6f36731bce20ebdde16a17d4b38caf6','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (46,46,'d3bd12c8a59c9b4b0432b1a3ccf003a5ad6eabe9','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (47,47,'c4cec8e3edc6eba4b26711869ac2cae89667a461','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (48,48,'021b4b7fd75c542211fe754f7f63754285d72e97','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (49,49,'f6563e2c05df183fc20acc132b3329e6d6b6bd6d','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (50,50,'3f89a7293abce25910a5616cfa6aebfabd209721','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (51,51,'8cfdb4f535ea36ab836a08aab75c52ef6e74788d','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (52,52,'9519b7ca4b8e7b1a1459a70147e59485bc984257','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (53,53,'75c50640fe96145b7ac2bbd1c9bb227186ffb692','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (54,54,'234fc6c00c43940c39ca220afea1358687c9ae55','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (55,55,'a191d54cd6bdb6a1386d503ebbd3cbb2e9b763af','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (56,56,'692ed62a875f7a404e2436af8cf071c103565756','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (57,57,'bd9c7d90dd5d74efca33f0b494b7bbb6531ffac7','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (58,58,'c241c91b7ed4cbea367da70d685f3ad8a466e496','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (59,59,'4b6276019a1491cc5003a0b007ca1aaeab671f57','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (60,60,'cc59dd543a1876acca04bf88b585f5591050a017','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (61,61,'d60b345c62e627e1714ff297cb7864f6fbbd54f1','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (62,62,'d2f35001aad520629d9bb0a27dee3bdf853391e6','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (63,63,'7e9c3ba88cac52dac658a06d129d070a3d749bd8','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (64,64,'4a71c541b1e8e3114b18e7e41c085096d3e2f832','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (65,65,'6343f6c5186500717f4bc89709526b3e21c2eefe','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (66,66,'35c7ebbc488f5265cfee91130364268da9bf8a83','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (67,67,'34d7786396fcbbf6453ffc3af06786fc848231b2','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (68,68,'68ae9ada82a791df0447157d8ae1567a1096151d','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (69,69,'12f5dc7e42699354a3402053a32363f1a3e378a6','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (70,70,'9d82ce46e4e24f67d6576ea266e68ee2f456662a','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (71,71,'61f3f85983dd1c014f309eaf2206a0046ce0f3e9','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (72,72,'5858d0b4cbeb013ad1380fe02b7b206b95d81c1d','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (73,73,'214fbb439d8ce8eb4835346294ba23d3462d1a40','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (74,74,'1994fe9d53cf6e9c4d29daf247486ce0ec54cea1','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (75,75,'38cbcdec00c9fabbfe3e3a492a043cc7c893e976','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (76,76,'473dcedcaa967ad53ccc36bb4c717fd0b103af69','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (77,77,'302875d6469f02eda863b77b42e476c6af7dd4ee','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (78,78,'64183fd2f6bdfcbc63033a465c8e36b7065ba8e2','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (79,79,'e3532702043298930f0401c4b86b97f7a398ca5c','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (80,80,'4b8d8dd740a92ff150ab041f1681922c85ccf79a','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (81,81,'5dfd9260911bb5d834e176cbebef96081f1ef257','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (82,82,'43e7146c95ed04582bac03f91d4ecda81ead135a','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (83,83,'7b596f39f3f545bb21f04b35a4642694da3af5fa','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (84,84,'6eb982ce5c87dc6baa58cf378eb4c3a5d5cf7d69','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (85,85,'3c82eb8a7754678085b187ff243b2839cdef8f48','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (86,86,'502098e26442a6194986cbc0472b797c7dc6829f','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (87,87,'16b0c6441292419c1d6ab6839dc9a11b786bc511','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (88,88,'3dde24f5a13b3db94030373f7b5aa905fdc90bab','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (89,89,'b02aaa21910d7d71b46f3c679a550013215bcd75','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (90,90,'23edd534fb0993c6212e66103961f5f339691814','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (91,91,'7a48fc610dd6e4757ad9536011ff6a6920053cd5','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (92,92,'fdf1986eb903abccd85fbf56725a2363479af979','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (93,93,'a2a18e3bdd9509629871a0c35e6fcecdb1b452ae','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (94,94,'8940a3cdfee9306b6c7a32718dc22b859b81fb39','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (95,95,'a9d79c73aa1e6e98ebaa31b72ba141f20bc9a434','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (96,96,'e2349751d34458c647d735fc08e81f6ae0f12cf0','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (97,97,'4ecd1d245f5fe03b42132f25e529b76b789a6995','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (98,98,'029aefb487bef5cfb638c89641113d2d2a1816e5','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (99,99,'e8757c5ff9a81fbfd0747280e5790c4e582e2410','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (100,100,'6df2757c8ec7db0ef18c61c49e7caecd4ad1e87f','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (101,101,'e1d25e4ee3c007933c6d35df0e0414078578af11','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (102,102,'2af1c62750917d31b9d3b5d31ae2db8d3316414c','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (103,103,'4f8db2a60316570308d23e4afbec24155562e9c5','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (104,104,'646c04f1330b9687c8ddb5be04bebe3bb755cb6b','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (105,105,'78339edf5a0bc157a57c6314766eb2b727c014e7','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (106,106,'08443c7d7cdaa2186efff5a571a9c0d8c0023358','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (107,107,'bda3277c7f1a8b7c7774d87fd64f482f35d7abe0','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (108,108,'b654fde9cd43202903c0e9e08b2043315335759b','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (109,109,'0091cb3f23203d1ed3d3ab26ec61c32829ab2088','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (110,110,'44ca32c3af4b01cd1cad0f74efbba1c617eed626','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (111,111,'2cc958e16de6b5564c922a5517723be75ebb7951','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (112,112,'ea1a9bacb920348458fd79c132071030364742c6','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (113,113,'037a7f7b2ff047309184087b66a3852cb4705276','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (114,114,'409aaa1ba8af4b36e40f7d717637a9380cbc260a','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (115,115,'2ff0e2b7b78bc69e336280265f92994b0b726bb9','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (116,116,'960507f92e40020453ddade050ff4b41d14a0c1a','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (117,117,'ef0c9b6d2c21aef32db0f8140153e567e56cd768','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (118,118,'79b87bb3a03474f8309d13a1a35296298811be0e','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (119,119,'6b5591f297b1a46fc19e110e9c1031d80a326dce','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (120,120,'b7066fae4a075a733032d9dc06391175fef829a8','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (121,121,'8e7a663c18ee484c8629e503ba32c87864665d50','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (122,122,'b7df3edd535fb7be21e673d094c85cb2902f614c','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (123,123,'9d46bbe94a435404a28a174f9eeca849b5c46e07','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (124,124,'678ee3d5c9ead636c3a923d8842a45502b15375d','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (126,126,'8612d8a269d5cee7ead97d48e29b4d3865984058','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (127,127,'5d412aae12573ed3639962949ef6b77557e8d61f','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (128,128,'efc854c33ef70608d74c27229503a2a910765fcd','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (129,129,'dfbc8795e325b469f252996f7e80699bbe4284d5','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (130,130,'277b5b0df8f6fb155c7ecdb5284261bcffb57928','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (131,131,'5d4bcdb5ba0388c7b5c583b9eb8986d942db8eeb','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (132,132,'21cd8260c1c4e4b837f193790122bab500367d68','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (133,133,'f56574e43fc979d7c50fa37552b55879a0634221','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (134,134,'43ab55e3d9e785c249738bc66bc58baea789a51f','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (135,135,'5dcbdd1efd5a639a2a57e07af799081f3dcb82c9','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (136,136,'c3b259ad05b346ce5aa0cfbe66d45bcf86ca2869','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (137,137,'e73e0b126225f4ab03c880112b42b4f685c6b480','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (138,138,'73d0a8423aca10ba4484e92051fd70879e1751c9','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (141,142,'6f4cc73acd487efb27b322ed6af74fa190fad223','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (142,143,'605751be435d32234a3df1abefec0959fdd32cef','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (143,144,'ed5a688a89598c1b9668f98c26fbf50e26e6f290','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (139,139,'1adb98921f927aa516d7dea6110e61b78a9c79f5','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (140,140,'6630d973a94af986101218490232c2b23a461529','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (144,146,'a2bcd07b306e8ad2eb0f047a016d4dbf74c4ad0c','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (145,145,'face0ce0fc8f037023433aacf527b340cae9167e','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (152,153,'8270857adaf6908e163cae6aed424f3b775bc82d','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (149,150,'8c143b8832ca10292fd80741d2b492345dd06eda','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (125,125,'459a118543959a1f192a22a014f792786e2ebb94','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (153,154,'a85785d0fa69fa88c9f06d8f271026c9ddf68068','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (146,147,'e777deedc1c2dd98f3a837e2f1a8fb0c46516c12','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (151,152,'ef1c552834fde85a60340ea9787c2e40563ae5d8','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (150,151,'04b3f9d00d4fec01ce1891e1bde28085a4584e9a','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (148,149,'d443e2eaf4025b495405208873701225f0313176','1'); +INSERT INTO "repo_indexer_status" ("id", "repo_id", "commit_sha", "indexer_type") VALUES (147,148,'4e268727f53e45c692b9daedfb7facf9563f0a31','1'); +SELECT setval('repo_indexer_status_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "repo_indexer_status"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."repo_unit" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "repo_id" BIGINT NULL, "type" INTEGER NULL, "config" TEXT NULL, "created_unix" BIGINT NULL, "everyone_access_mode" INTEGER DEFAULT 0 NOT NULL); ; +CREATE INDEX "IDX_repo_unit_s" ON "repo_unit" ("repo_id","type"); +CREATE INDEX "IDX_repo_unit_created_unix" ON "repo_unit" ("created_unix"); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1,1,'1',NULL,1684685715,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (2,1,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684685715,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (3,1,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684685715,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (4,1,'4',NULL,1684685715,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (5,1,'5',NULL,1684685715,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (6,1,'8',NULL,1684685715,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (7,1,'9',NULL,1684685715,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (8,2,'1',NULL,1684709142,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (9,2,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709142,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (10,2,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709142,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (11,2,'4',NULL,1684709142,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (12,2,'5',NULL,1684709142,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (13,2,'8',NULL,1684709142,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (14,2,'9',NULL,1684709142,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (22,4,'1',NULL,1684709190,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (23,4,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709190,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (24,4,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709190,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (25,4,'4',NULL,1684709190,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (26,4,'5',NULL,1684709190,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (27,4,'8',NULL,1684709190,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (28,4,'9',NULL,1684709190,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (29,5,'1',NULL,1684709217,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (30,5,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709217,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (31,5,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709217,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (32,5,'4',NULL,1684709217,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (33,5,'5',NULL,1684709217,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (34,5,'8',NULL,1684709217,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (35,5,'9',NULL,1684709217,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (36,6,'1',NULL,1684709237,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (37,6,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709237,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (38,6,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709237,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (39,6,'4',NULL,1684709237,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (40,6,'5',NULL,1684709237,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (41,6,'8',NULL,1684709237,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (42,6,'9',NULL,1684709237,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (43,7,'1',NULL,1684709258,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (44,7,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709258,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (45,7,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709258,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (46,7,'4',NULL,1684709258,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (47,7,'5',NULL,1684709258,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (48,7,'8',NULL,1684709258,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (49,7,'9',NULL,1684709258,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (50,8,'1',NULL,1684709282,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (51,8,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709282,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (52,8,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709282,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (53,8,'4',NULL,1684709282,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (54,8,'5',NULL,1684709282,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (55,8,'8',NULL,1684709282,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (56,8,'9',NULL,1684709282,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (57,9,'1',NULL,1684709303,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (58,9,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709303,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (59,9,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709303,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (60,9,'4',NULL,1684709303,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (61,9,'5',NULL,1684709303,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (62,9,'8',NULL,1684709303,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (63,9,'9',NULL,1684709303,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (71,11,'1',NULL,1684709359,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (72,11,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709359,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (73,11,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709359,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (74,11,'4',NULL,1684709359,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (75,11,'5',NULL,1684709359,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (76,11,'8',NULL,1684709359,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (77,11,'9',NULL,1684709359,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (78,12,'1',NULL,1684709378,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (79,12,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709378,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (80,12,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709378,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (81,12,'4',NULL,1684709378,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (82,12,'5',NULL,1684709378,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (83,12,'8',NULL,1684709378,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (84,12,'9',NULL,1684709378,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (85,13,'1',NULL,1684709411,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (86,13,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709411,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (87,13,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709411,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (88,13,'4',NULL,1684709411,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (89,13,'5',NULL,1684709411,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (90,13,'8',NULL,1684709411,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (91,13,'9',NULL,1684709411,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (99,15,'1',NULL,1684709446,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (100,15,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709446,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (101,15,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709446,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (102,15,'4',NULL,1684709446,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (103,15,'5',NULL,1684709446,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (104,15,'8',NULL,1684709446,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (105,15,'9',NULL,1684709446,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (106,16,'1',NULL,1684709469,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (107,16,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709469,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (108,16,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709469,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (109,16,'4',NULL,1684709469,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (110,16,'5',NULL,1684709469,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (111,16,'8',NULL,1684709469,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (112,16,'9',NULL,1684709469,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (113,17,'1',NULL,1684709493,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (114,17,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709493,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (115,17,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709493,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (116,17,'4',NULL,1684709493,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (117,17,'5',NULL,1684709493,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (118,17,'8',NULL,1684709493,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (119,17,'9',NULL,1684709493,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (120,18,'1',NULL,1684709511,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (121,18,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709511,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (122,18,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709511,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (123,18,'4',NULL,1684709511,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (124,18,'5',NULL,1684709511,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (125,18,'8',NULL,1684709511,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (126,18,'9',NULL,1684709511,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (127,19,'1',NULL,1684709533,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (128,19,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709533,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (129,19,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709533,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (130,19,'4',NULL,1684709533,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (131,19,'5',NULL,1684709533,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (132,19,'8',NULL,1684709533,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (133,19,'9',NULL,1684709533,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (134,20,'1',NULL,1684709548,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (135,20,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709548,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (136,20,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709548,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (137,20,'4',NULL,1684709548,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (138,20,'5',NULL,1684709548,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (139,20,'8',NULL,1684709548,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (140,20,'9',NULL,1684709548,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (141,21,'1',NULL,1684709571,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (142,21,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709571,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (143,21,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709571,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (144,21,'4',NULL,1684709571,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (145,21,'5',NULL,1684709571,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (146,21,'8',NULL,1684709571,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (147,21,'9',NULL,1684709571,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (148,22,'1',NULL,1684709604,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (149,22,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709604,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (150,22,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709604,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (151,22,'4',NULL,1684709604,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (152,22,'5',NULL,1684709604,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (153,22,'8',NULL,1684709604,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (154,22,'9',NULL,1684709604,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (155,23,'1',NULL,1684709608,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (156,23,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709608,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (157,23,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709608,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (158,23,'4',NULL,1684709608,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (159,23,'5',NULL,1684709608,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (160,23,'8',NULL,1684709608,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (161,23,'9',NULL,1684709608,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (162,24,'1',NULL,1684709647,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (163,24,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709647,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (164,24,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709647,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (165,24,'4',NULL,1684709647,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (166,24,'5',NULL,1684709647,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (167,24,'8',NULL,1684709647,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (168,24,'9',NULL,1684709647,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (169,25,'1',NULL,1684709653,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (170,25,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709653,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (171,25,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709653,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (172,25,'4',NULL,1684709653,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (173,25,'5',NULL,1684709653,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (174,25,'8',NULL,1684709653,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (175,25,'9',NULL,1684709653,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (176,26,'1',NULL,1684709653,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (177,26,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709653,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (178,26,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709653,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (179,26,'4',NULL,1684709653,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (180,26,'5',NULL,1684709653,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (181,26,'8',NULL,1684709653,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (182,26,'9',NULL,1684709653,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (183,27,'1',NULL,1684709688,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (184,27,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709688,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (185,27,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709688,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (186,27,'4',NULL,1684709688,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (187,27,'5',NULL,1684709688,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (188,27,'8',NULL,1684709688,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (189,27,'9',NULL,1684709688,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (197,29,'1',NULL,1684709727,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (198,29,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709727,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (199,29,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709727,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (200,29,'4',NULL,1684709727,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (201,29,'5',NULL,1684709727,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (202,29,'8',NULL,1684709727,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (203,29,'9',NULL,1684709727,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (204,30,'1',NULL,1684709752,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (205,30,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709752,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (206,30,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709752,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (207,30,'4',NULL,1684709752,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (208,30,'5',NULL,1684709752,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (209,30,'8',NULL,1684709752,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (210,30,'9',NULL,1684709752,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (211,31,'1',NULL,1684709773,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (212,31,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709773,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (213,31,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709773,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (214,31,'4',NULL,1684709773,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (215,31,'5',NULL,1684709773,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (216,31,'8',NULL,1684709773,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (217,31,'9',NULL,1684709773,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (218,32,'1',NULL,1684709798,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (219,32,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709798,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (220,32,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709798,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (221,32,'4',NULL,1684709798,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (222,32,'5',NULL,1684709798,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (223,32,'8',NULL,1684709798,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (224,32,'9',NULL,1684709798,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (225,33,'1',NULL,1684709818,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (226,33,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709818,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (227,33,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709818,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (228,33,'4',NULL,1684709818,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (229,33,'5',NULL,1684709818,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (230,33,'8',NULL,1684709818,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (231,33,'9',NULL,1684709818,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (232,34,'1',NULL,1684709820,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (233,34,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709820,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (234,34,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709820,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (235,34,'4',NULL,1684709820,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (236,34,'5',NULL,1684709820,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (237,34,'8',NULL,1684709820,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (238,34,'9',NULL,1684709820,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (239,35,'1',NULL,1684709844,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (240,35,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709844,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (241,35,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709844,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (242,35,'4',NULL,1684709844,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (243,35,'5',NULL,1684709844,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (244,35,'8',NULL,1684709844,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (245,35,'9',NULL,1684709844,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (246,36,'1',NULL,1684709874,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (247,36,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709874,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (248,36,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709874,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (249,36,'4',NULL,1684709874,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (250,36,'5',NULL,1684709874,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (251,36,'8',NULL,1684709874,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (252,36,'9',NULL,1684709874,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (253,37,'1',NULL,1684709893,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (254,37,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684709893,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (255,37,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684709893,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (256,37,'4',NULL,1684709893,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (257,37,'5',NULL,1684709893,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (258,37,'8',NULL,1684709893,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (259,37,'9',NULL,1684709893,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (260,38,'1',NULL,1684712293,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (261,38,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684712293,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (262,38,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684712293,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (263,38,'4',NULL,1684712293,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (264,38,'5',NULL,1684712293,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (265,38,'8',NULL,1684712293,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (266,38,'9',NULL,1684712293,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (267,39,'1',NULL,1684712311,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (268,39,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684712311,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (269,39,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684712311,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (270,39,'4',NULL,1684712311,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (271,39,'5',NULL,1684712311,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (272,39,'8',NULL,1684712311,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (273,39,'9',NULL,1684712311,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (274,40,'1',NULL,1684712320,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (275,40,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684712320,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (276,40,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684712320,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (277,40,'4',NULL,1684712320,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (278,40,'5',NULL,1684712320,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (279,40,'8',NULL,1684712320,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (280,40,'9',NULL,1684712320,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (281,41,'1',NULL,1684717785,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (282,41,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717785,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (283,41,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717785,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (284,41,'4',NULL,1684717785,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (285,41,'5',NULL,1684717785,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (286,41,'8',NULL,1684717785,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (287,41,'9',NULL,1684717785,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (288,42,'1',NULL,1684717794,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (289,42,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717794,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (290,42,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717794,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (291,42,'4',NULL,1684717794,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (292,42,'5',NULL,1684717794,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (293,42,'8',NULL,1684717794,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (294,42,'9',NULL,1684717794,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (295,43,'1',NULL,1684717803,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (296,43,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717803,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (297,43,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717803,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (298,43,'4',NULL,1684717803,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (299,43,'5',NULL,1684717803,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (300,43,'8',NULL,1684717803,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (301,43,'9',NULL,1684717803,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (302,44,'1',NULL,1684717814,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (303,44,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717814,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (304,44,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717814,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (305,44,'4',NULL,1684717814,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (306,44,'5',NULL,1684717814,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (307,44,'8',NULL,1684717814,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (308,44,'9',NULL,1684717814,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (309,45,'1',NULL,1684717825,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (310,45,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717825,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (311,45,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717825,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (312,45,'4',NULL,1684717825,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (313,45,'5',NULL,1684717825,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (314,45,'8',NULL,1684717825,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (315,45,'9',NULL,1684717825,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (316,46,'1',NULL,1684717833,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (317,46,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717833,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (318,46,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717833,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (319,46,'4',NULL,1684717833,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (320,46,'5',NULL,1684717833,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (321,46,'8',NULL,1684717833,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (322,46,'9',NULL,1684717833,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (323,47,'1',NULL,1684717842,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (324,47,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717842,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (325,47,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717842,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (326,47,'4',NULL,1684717842,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (327,47,'5',NULL,1684717842,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (328,47,'8',NULL,1684717842,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (329,47,'9',NULL,1684717842,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (330,48,'1',NULL,1684717851,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (331,48,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717851,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (332,48,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717851,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (333,48,'4',NULL,1684717851,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (334,48,'5',NULL,1684717851,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (335,48,'8',NULL,1684717851,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (336,48,'9',NULL,1684717851,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (337,49,'1',NULL,1684717864,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (338,49,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717864,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (339,49,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717864,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (340,49,'4',NULL,1684717864,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (341,49,'5',NULL,1684717864,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (342,49,'8',NULL,1684717864,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (343,49,'9',NULL,1684717864,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (344,50,'1',NULL,1684717871,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (345,50,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717871,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (346,50,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717871,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (347,50,'4',NULL,1684717871,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (348,50,'5',NULL,1684717871,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (349,50,'8',NULL,1684717871,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (350,50,'9',NULL,1684717871,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (351,51,'1',NULL,1684717882,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (352,51,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717882,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (353,51,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717882,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (354,51,'4',NULL,1684717882,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (355,51,'5',NULL,1684717882,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (356,51,'8',NULL,1684717882,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (357,51,'9',NULL,1684717882,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (358,52,'1',NULL,1684717893,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (359,52,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717893,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (360,52,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717893,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (361,52,'4',NULL,1684717893,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (362,52,'5',NULL,1684717893,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (363,52,'8',NULL,1684717893,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (364,52,'9',NULL,1684717893,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (365,53,'1',NULL,1684717901,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (366,53,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717901,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (367,53,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717901,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (368,53,'4',NULL,1684717901,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (369,53,'5',NULL,1684717901,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (370,53,'8',NULL,1684717901,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (371,53,'9',NULL,1684717901,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (372,54,'1',NULL,1684717909,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (373,54,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717909,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (374,54,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717909,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (375,54,'4',NULL,1684717909,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (376,54,'5',NULL,1684717909,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (377,54,'8',NULL,1684717909,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (378,54,'9',NULL,1684717909,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (379,55,'1',NULL,1684717917,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (380,55,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717917,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (381,55,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717917,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (382,55,'4',NULL,1684717917,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (383,55,'5',NULL,1684717917,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (384,55,'8',NULL,1684717917,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (385,55,'9',NULL,1684717917,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (386,56,'1',NULL,1684717929,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (387,56,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717929,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (388,56,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717929,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (389,56,'4',NULL,1684717929,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (390,56,'5',NULL,1684717929,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (391,56,'8',NULL,1684717929,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (392,56,'9',NULL,1684717929,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (393,57,'1',NULL,1684717938,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (394,57,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717938,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (395,57,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717938,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (396,57,'4',NULL,1684717938,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (397,57,'5',NULL,1684717938,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (398,57,'8',NULL,1684717938,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (399,57,'9',NULL,1684717938,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (400,58,'1',NULL,1684717947,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (401,58,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717947,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (402,58,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717947,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (403,58,'4',NULL,1684717947,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (404,58,'5',NULL,1684717947,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (405,58,'8',NULL,1684717947,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (406,58,'9',NULL,1684717947,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (407,59,'1',NULL,1684717958,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (408,59,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717958,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (409,59,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717958,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (410,59,'4',NULL,1684717958,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (411,59,'5',NULL,1684717958,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (412,59,'8',NULL,1684717958,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (413,59,'9',NULL,1684717958,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (414,60,'1',NULL,1684717968,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (415,60,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717968,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (416,60,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717968,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (417,60,'4',NULL,1684717968,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (418,60,'5',NULL,1684717968,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (419,60,'8',NULL,1684717968,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (420,60,'9',NULL,1684717968,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (421,61,'1',NULL,1684717977,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (422,61,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717977,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (423,61,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717977,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (424,61,'4',NULL,1684717977,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (425,61,'5',NULL,1684717977,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (426,61,'8',NULL,1684717977,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (427,61,'9',NULL,1684717977,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (428,62,'1',NULL,1684717986,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (429,62,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684717986,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (430,62,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684717986,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (431,62,'4',NULL,1684717986,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (432,62,'5',NULL,1684717986,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (433,62,'8',NULL,1684717986,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (434,62,'9',NULL,1684717986,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (435,63,'1',NULL,1684718004,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (436,63,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718004,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (437,63,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718004,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (438,63,'4',NULL,1684718004,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (439,63,'5',NULL,1684718004,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (440,63,'8',NULL,1684718004,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (441,63,'9',NULL,1684718004,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (442,64,'1',NULL,1684718015,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (443,64,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718015,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (444,64,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718015,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (445,64,'4',NULL,1684718015,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (446,64,'5',NULL,1684718015,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (447,64,'8',NULL,1684718015,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (448,64,'9',NULL,1684718015,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (449,65,'1',NULL,1684718023,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (450,65,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718023,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (451,65,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718023,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (452,65,'4',NULL,1684718023,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (453,65,'5',NULL,1684718023,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (454,65,'8',NULL,1684718023,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (455,65,'9',NULL,1684718023,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (456,66,'1',NULL,1684718034,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (457,66,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718034,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (458,66,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718034,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (459,66,'4',NULL,1684718034,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (460,66,'5',NULL,1684718034,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (461,66,'8',NULL,1684718034,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (462,66,'9',NULL,1684718034,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (463,67,'1',NULL,1684718043,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (464,67,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718043,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (465,67,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718043,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (466,67,'4',NULL,1684718043,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (467,67,'5',NULL,1684718043,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (468,67,'8',NULL,1684718043,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (469,67,'9',NULL,1684718043,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (470,68,'1',NULL,1684718050,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (471,68,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718050,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (472,68,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718050,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (473,68,'4',NULL,1684718050,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (474,68,'5',NULL,1684718050,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (475,68,'8',NULL,1684718050,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (476,68,'9',NULL,1684718050,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (477,69,'1',NULL,1684718060,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (478,69,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718060,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (479,69,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718060,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (480,69,'4',NULL,1684718060,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (481,69,'5',NULL,1684718060,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (482,69,'8',NULL,1684718060,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (483,69,'9',NULL,1684718060,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (484,70,'1',NULL,1684718069,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (485,70,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718069,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (486,70,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718069,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (487,70,'4',NULL,1684718069,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (488,70,'5',NULL,1684718069,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (489,70,'8',NULL,1684718069,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (490,70,'9',NULL,1684718069,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (491,71,'1',NULL,1684718078,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (492,71,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718078,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (493,71,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718078,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (494,71,'4',NULL,1684718078,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (495,71,'5',NULL,1684718078,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (496,71,'8',NULL,1684718078,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (497,71,'9',NULL,1684718078,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (498,72,'1',NULL,1684718087,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (499,72,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718087,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (500,72,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718087,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (501,72,'4',NULL,1684718087,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (502,72,'5',NULL,1684718087,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (503,72,'8',NULL,1684718087,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (504,72,'9',NULL,1684718087,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (505,73,'1',NULL,1684718097,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (506,73,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718097,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (507,73,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718097,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (508,73,'4',NULL,1684718097,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (509,73,'5',NULL,1684718097,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (510,73,'8',NULL,1684718097,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (511,73,'9',NULL,1684718097,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (512,74,'1',NULL,1684718107,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (513,74,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718107,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (514,74,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718107,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (515,74,'4',NULL,1684718107,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (516,74,'5',NULL,1684718107,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (517,74,'8',NULL,1684718107,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (518,74,'9',NULL,1684718107,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (519,75,'1',NULL,1684718119,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (520,75,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718119,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (521,75,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718119,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (522,75,'4',NULL,1684718119,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (523,75,'5',NULL,1684718119,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (524,75,'8',NULL,1684718119,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (525,75,'9',NULL,1684718119,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (526,76,'1',NULL,1684718128,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (527,76,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718128,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (528,76,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718128,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (529,76,'4',NULL,1684718128,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (530,76,'5',NULL,1684718128,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (531,76,'8',NULL,1684718128,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (532,76,'9',NULL,1684718128,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (533,77,'1',NULL,1684718137,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (534,77,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718137,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (535,77,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718137,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (536,77,'4',NULL,1684718137,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (537,77,'5',NULL,1684718137,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (538,77,'8',NULL,1684718137,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (539,77,'9',NULL,1684718137,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (540,78,'1',NULL,1684718145,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (541,78,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718145,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (542,78,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718145,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (543,78,'4',NULL,1684718145,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (544,78,'5',NULL,1684718145,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (545,78,'8',NULL,1684718145,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (546,78,'9',NULL,1684718145,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (547,79,'1',NULL,1684718155,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (548,79,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718155,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (549,79,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718155,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (550,79,'4',NULL,1684718155,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (551,79,'5',NULL,1684718155,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (552,79,'8',NULL,1684718155,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (553,79,'9',NULL,1684718155,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (554,80,'1',NULL,1684718168,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (555,80,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718168,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (556,80,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718168,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (557,80,'4',NULL,1684718168,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (558,80,'5',NULL,1684718168,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (559,80,'8',NULL,1684718168,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (560,80,'9',NULL,1684718168,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (561,81,'1',NULL,1684718178,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (562,81,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718178,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (563,81,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718178,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (564,81,'4',NULL,1684718178,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (565,81,'5',NULL,1684718178,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (566,81,'8',NULL,1684718178,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (567,81,'9',NULL,1684718178,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (568,82,'1',NULL,1684718186,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (569,82,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718186,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (570,82,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718186,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (571,82,'4',NULL,1684718186,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (572,82,'5',NULL,1684718186,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (573,82,'8',NULL,1684718186,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (574,82,'9',NULL,1684718186,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (575,83,'1',NULL,1684718194,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (576,83,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718194,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (577,83,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718194,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (578,83,'4',NULL,1684718194,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (579,83,'5',NULL,1684718194,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (580,83,'8',NULL,1684718194,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (581,83,'9',NULL,1684718194,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (582,84,'1',NULL,1684718204,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (583,84,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718204,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (584,84,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718204,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (585,84,'4',NULL,1684718204,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (586,84,'5',NULL,1684718204,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (587,84,'8',NULL,1684718204,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (588,84,'9',NULL,1684718204,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (589,85,'1',NULL,1684718212,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (590,85,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718212,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (591,85,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718212,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (592,85,'4',NULL,1684718212,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (593,85,'5',NULL,1684718212,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (594,85,'8',NULL,1684718212,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (595,85,'9',NULL,1684718212,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (596,86,'1',NULL,1684718221,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (597,86,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718221,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (598,86,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718221,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (599,86,'4',NULL,1684718221,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (600,86,'5',NULL,1684718221,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (601,86,'8',NULL,1684718221,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (602,86,'9',NULL,1684718221,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (603,87,'1',NULL,1684718230,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (604,87,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718230,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (605,87,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718230,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (606,87,'4',NULL,1684718230,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (607,87,'5',NULL,1684718230,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (608,87,'8',NULL,1684718230,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (609,87,'9',NULL,1684718230,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (610,88,'1',NULL,1684718245,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (611,88,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718245,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (612,88,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718245,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (613,88,'4',NULL,1684718245,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (614,88,'5',NULL,1684718245,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (615,88,'8',NULL,1684718245,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (616,88,'9',NULL,1684718245,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (617,89,'1',NULL,1684718254,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (618,89,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718254,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (619,89,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718254,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (620,89,'4',NULL,1684718254,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (621,89,'5',NULL,1684718254,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (622,89,'8',NULL,1684718254,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (623,89,'9',NULL,1684718254,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (624,90,'1',NULL,1684718839,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (625,90,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718839,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (626,90,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718839,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (627,90,'4',NULL,1684718839,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (628,90,'5',NULL,1684718839,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (629,90,'8',NULL,1684718839,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (630,90,'9',NULL,1684718839,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (631,91,'1',NULL,1684718848,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (632,91,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718848,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (633,91,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718848,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (634,91,'4',NULL,1684718848,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (635,91,'5',NULL,1684718848,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (636,91,'8',NULL,1684718848,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (637,91,'9',NULL,1684718848,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (638,92,'1',NULL,1684718857,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (639,92,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718857,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (640,92,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718857,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (641,92,'4',NULL,1684718857,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (642,92,'5',NULL,1684718857,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (643,92,'8',NULL,1684718857,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (644,92,'9',NULL,1684718857,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (645,93,'1',NULL,1684718865,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (646,93,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718865,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (647,93,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718865,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (648,93,'4',NULL,1684718865,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (649,93,'5',NULL,1684718865,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (650,93,'8',NULL,1684718865,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (651,93,'9',NULL,1684718865,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (652,94,'1',NULL,1684718873,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (653,94,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718873,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (654,94,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718873,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (655,94,'4',NULL,1684718873,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (656,94,'5',NULL,1684718873,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (657,94,'8',NULL,1684718873,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (658,94,'9',NULL,1684718873,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (659,95,'1',NULL,1684718882,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (660,95,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718882,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (661,95,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718882,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (662,95,'4',NULL,1684718882,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (663,95,'5',NULL,1684718882,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (664,95,'8',NULL,1684718882,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (665,95,'9',NULL,1684718882,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (666,96,'1',NULL,1684718891,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (667,96,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718891,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (668,96,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718891,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (669,96,'4',NULL,1684718891,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (670,96,'5',NULL,1684718891,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (671,96,'8',NULL,1684718891,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (672,96,'9',NULL,1684718891,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (673,97,'1',NULL,1684718899,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (674,97,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718899,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (675,97,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718899,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (676,97,'4',NULL,1684718899,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (677,97,'5',NULL,1684718899,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (678,97,'8',NULL,1684718899,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (679,97,'9',NULL,1684718899,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (680,98,'1',NULL,1684718911,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (681,98,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718911,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (682,98,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718911,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (683,98,'4',NULL,1684718911,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (684,98,'5',NULL,1684718911,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (685,98,'8',NULL,1684718911,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (686,98,'9',NULL,1684718911,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (687,99,'1',NULL,1684718919,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (688,99,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718919,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (689,99,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718919,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (690,99,'4',NULL,1684718919,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (691,99,'5',NULL,1684718919,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (692,99,'8',NULL,1684718919,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (693,99,'9',NULL,1684718919,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (694,100,'1',NULL,1684718929,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (695,100,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718929,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (696,100,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718929,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (697,100,'4',NULL,1684718929,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (698,100,'5',NULL,1684718929,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (699,100,'8',NULL,1684718929,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (700,100,'9',NULL,1684718929,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (701,101,'1',NULL,1684718938,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (702,101,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718938,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (703,101,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718938,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (704,101,'4',NULL,1684718938,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (705,101,'5',NULL,1684718938,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (706,101,'8',NULL,1684718938,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (707,101,'9',NULL,1684718938,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (708,102,'1',NULL,1684718946,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (709,102,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684718946,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (710,102,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684718946,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (711,102,'4',NULL,1684718946,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (712,102,'5',NULL,1684718946,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (713,102,'8',NULL,1684718946,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (714,102,'9',NULL,1684718946,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (715,103,'1',NULL,1684719017,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (716,103,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719017,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (717,103,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719017,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (718,103,'4',NULL,1684719017,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (719,103,'5',NULL,1684719017,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (720,103,'8',NULL,1684719017,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (721,103,'9',NULL,1684719017,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (722,104,'1',NULL,1684719028,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (723,104,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719028,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (724,104,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719028,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (725,104,'4',NULL,1684719028,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (726,104,'5',NULL,1684719028,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (727,104,'8',NULL,1684719028,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (728,104,'9',NULL,1684719028,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (729,105,'1',NULL,1684719036,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (730,105,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719036,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (731,105,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719036,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (732,105,'4',NULL,1684719036,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (733,105,'5',NULL,1684719036,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (734,105,'8',NULL,1684719036,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (735,105,'9',NULL,1684719036,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (736,106,'1',NULL,1684719043,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (737,106,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719043,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (738,106,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719043,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (739,106,'4',NULL,1684719043,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (740,106,'5',NULL,1684719043,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (741,106,'8',NULL,1684719043,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (742,106,'9',NULL,1684719043,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (743,107,'1',NULL,1684719053,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (744,107,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719053,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (745,107,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719053,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (746,107,'4',NULL,1684719053,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (747,107,'5',NULL,1684719053,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (748,107,'8',NULL,1684719053,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (749,107,'9',NULL,1684719053,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (750,108,'1',NULL,1684719062,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (751,108,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719062,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (752,108,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719062,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (753,108,'4',NULL,1684719062,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (754,108,'5',NULL,1684719062,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (755,108,'8',NULL,1684719062,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (756,108,'9',NULL,1684719062,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (757,109,'1',NULL,1684719073,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (758,109,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719073,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (759,109,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719073,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (760,109,'4',NULL,1684719073,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (761,109,'5',NULL,1684719073,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (762,109,'8',NULL,1684719073,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (763,109,'9',NULL,1684719073,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (764,110,'1',NULL,1684719083,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (765,110,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719083,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (766,110,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719083,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (767,110,'4',NULL,1684719083,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (768,110,'5',NULL,1684719083,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (769,110,'8',NULL,1684719083,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (770,110,'9',NULL,1684719083,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (771,111,'1',NULL,1684719094,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (772,111,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719094,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (773,111,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719094,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (774,111,'4',NULL,1684719094,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (775,111,'5',NULL,1684719094,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (776,111,'8',NULL,1684719094,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (777,111,'9',NULL,1684719094,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (778,112,'1',NULL,1684719105,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (779,112,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719105,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (780,112,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719105,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (781,112,'4',NULL,1684719105,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (782,112,'5',NULL,1684719105,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (783,112,'8',NULL,1684719105,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (784,112,'9',NULL,1684719105,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (785,113,'1',NULL,1684719116,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (786,113,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719116,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (787,113,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719116,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (788,113,'4',NULL,1684719116,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (789,113,'5',NULL,1684719116,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (790,113,'8',NULL,1684719116,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (791,113,'9',NULL,1684719116,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (792,114,'1',NULL,1684719126,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (793,114,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719126,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (794,114,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719126,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (795,114,'4',NULL,1684719126,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (796,114,'5',NULL,1684719126,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (797,114,'8',NULL,1684719126,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (798,114,'9',NULL,1684719126,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (799,115,'1',NULL,1684719134,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (800,115,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719134,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (801,115,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719134,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (802,115,'4',NULL,1684719134,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (803,115,'5',NULL,1684719134,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (804,115,'8',NULL,1684719134,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (805,115,'9',NULL,1684719134,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (806,116,'1',NULL,1684719561,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (807,116,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719561,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (808,116,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719561,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (809,116,'4',NULL,1684719561,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (810,116,'5',NULL,1684719561,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (811,116,'8',NULL,1684719561,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (812,116,'9',NULL,1684719561,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (813,117,'1',NULL,1684719571,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (814,117,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719571,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (815,117,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719571,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (816,117,'4',NULL,1684719571,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (817,117,'5',NULL,1684719571,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (818,117,'8',NULL,1684719571,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (819,117,'9',NULL,1684719571,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (820,118,'1',NULL,1684719579,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (821,118,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719579,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (822,118,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719579,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (823,118,'4',NULL,1684719579,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (824,118,'5',NULL,1684719579,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (825,118,'8',NULL,1684719579,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (826,118,'9',NULL,1684719579,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (827,119,'1',NULL,1684719588,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (828,119,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719588,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (829,119,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719588,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (830,119,'4',NULL,1684719588,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (831,119,'5',NULL,1684719588,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (832,119,'8',NULL,1684719588,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (833,119,'9',NULL,1684719588,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (834,120,'1',NULL,1684719597,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (835,120,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719597,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (836,120,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719597,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (837,120,'4',NULL,1684719597,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (838,120,'5',NULL,1684719597,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (839,120,'8',NULL,1684719597,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (840,120,'9',NULL,1684719597,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (841,121,'1',NULL,1684719606,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (842,121,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719606,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (843,121,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719606,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (844,121,'4',NULL,1684719606,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (845,121,'5',NULL,1684719606,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (846,121,'8',NULL,1684719606,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (847,121,'9',NULL,1684719606,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (848,122,'1',NULL,1684719616,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (849,122,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719616,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (850,122,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719616,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (851,122,'4',NULL,1684719616,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (852,122,'5',NULL,1684719616,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (853,122,'8',NULL,1684719616,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (854,122,'9',NULL,1684719616,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (855,123,'1',NULL,1684719624,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (856,123,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719624,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (857,123,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719624,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (858,123,'4',NULL,1684719624,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (859,123,'5',NULL,1684719624,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (860,123,'8',NULL,1684719624,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (861,123,'9',NULL,1684719624,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (862,124,'1',NULL,1684719633,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (863,124,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719633,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (864,124,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719633,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (865,124,'4',NULL,1684719633,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (866,124,'5',NULL,1684719633,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (867,124,'8',NULL,1684719633,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (868,124,'9',NULL,1684719633,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (869,125,'1',NULL,1684719649,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (870,125,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719649,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (871,125,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719649,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (872,125,'4',NULL,1684719649,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (873,125,'5',NULL,1684719649,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (874,125,'8',NULL,1684719649,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (875,125,'9',NULL,1684719649,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (876,126,'1',NULL,1684719658,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (877,126,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719658,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (878,126,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719658,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (879,126,'4',NULL,1684719658,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (880,126,'5',NULL,1684719658,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (881,126,'8',NULL,1684719658,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (882,126,'9',NULL,1684719658,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (883,127,'1',NULL,1684719666,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (884,127,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719666,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (885,127,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719666,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (886,127,'4',NULL,1684719666,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (887,127,'5',NULL,1684719666,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (888,127,'8',NULL,1684719666,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (889,127,'9',NULL,1684719666,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (890,128,'1',NULL,1684719675,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (891,128,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719675,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (892,128,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719675,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (893,128,'4',NULL,1684719675,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (894,128,'5',NULL,1684719675,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (895,128,'8',NULL,1684719675,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (896,128,'9',NULL,1684719675,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (897,129,'1',NULL,1684719684,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (898,129,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719684,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (899,129,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719684,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (900,129,'4',NULL,1684719684,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (901,129,'5',NULL,1684719684,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (902,129,'8',NULL,1684719684,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (903,129,'9',NULL,1684719684,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (904,130,'1',NULL,1684719693,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (905,130,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719693,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (906,130,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719693,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (907,130,'4',NULL,1684719693,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (908,130,'5',NULL,1684719693,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (909,130,'8',NULL,1684719693,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (910,130,'9',NULL,1684719693,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (911,131,'1',NULL,1684719703,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (912,131,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719703,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (913,131,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719703,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (914,131,'4',NULL,1684719703,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (915,131,'5',NULL,1684719703,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (916,131,'8',NULL,1684719703,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (917,131,'9',NULL,1684719703,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (918,132,'1',NULL,1684719712,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (919,132,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719712,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (920,132,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719712,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (921,132,'4',NULL,1684719712,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (922,132,'5',NULL,1684719712,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (923,132,'8',NULL,1684719712,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (924,132,'9',NULL,1684719712,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (925,133,'1',NULL,1684719719,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (926,133,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719719,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (927,133,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719719,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (928,133,'4',NULL,1684719719,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (929,133,'5',NULL,1684719719,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (930,133,'8',NULL,1684719719,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (931,133,'9',NULL,1684719719,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (932,134,'1',NULL,1684719727,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (933,134,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719727,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (934,134,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719727,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (935,134,'4',NULL,1684719727,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (936,134,'5',NULL,1684719727,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (937,134,'8',NULL,1684719727,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (938,134,'9',NULL,1684719727,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (939,135,'1',NULL,1684719737,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (940,135,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719737,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (941,135,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719737,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (942,135,'4',NULL,1684719737,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (943,135,'5',NULL,1684719737,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (944,135,'8',NULL,1684719737,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (945,135,'9',NULL,1684719737,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (946,136,'1',NULL,1684719746,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (947,136,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684719746,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (948,136,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684719746,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (949,136,'4',NULL,1684719746,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (950,136,'5',NULL,1684719746,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (951,136,'8',NULL,1684719746,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (952,136,'9',NULL,1684719746,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (953,137,'1',NULL,1684805325,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (954,137,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1684805325,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (955,137,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1684805325,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (956,137,'4',NULL,1684805325,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (957,137,'5',NULL,1684805325,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (958,137,'8',NULL,1684805325,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (959,137,'9',NULL,1684805325,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (960,138,'1',NULL,1685922096,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (961,138,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1685922096,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (962,138,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1685922096,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (963,138,'4',NULL,1685922096,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (964,138,'5',NULL,1685922096,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (965,138,'8',NULL,1685922096,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (966,138,'9',NULL,1685922096,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (967,139,'1',NULL,1685926818,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (968,139,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1685926818,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (969,139,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1685926818,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (970,139,'4',NULL,1685926818,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (971,139,'5',NULL,1685926818,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (972,139,'8',NULL,1685926818,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (973,139,'9',NULL,1685926818,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (974,140,'1',NULL,1685929629,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (975,140,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1685929629,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (976,140,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1685929629,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (977,140,'4',NULL,1685929629,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (978,140,'5',NULL,1685929629,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (979,140,'8',NULL,1685929629,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (980,140,'9',NULL,1685929629,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (988,142,'1',NULL,1686111601,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (989,142,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1686111601,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (990,142,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1686111601,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (991,142,'4',NULL,1686111601,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (992,142,'5',NULL,1686111601,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (993,142,'8',NULL,1686111601,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (994,142,'9',NULL,1686111601,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (995,143,'1',NULL,1686111925,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (996,143,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1686111925,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (997,143,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1686111925,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (998,143,'4',NULL,1686111925,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (999,143,'5',NULL,1686111925,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1000,143,'8',NULL,1686111925,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1001,143,'9',NULL,1686111925,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1002,144,'1',NULL,1686112052,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1003,144,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1686112052,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1004,144,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1686112052,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1005,144,'4',NULL,1686112052,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1006,144,'5',NULL,1686112052,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1007,144,'8',NULL,1686112052,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1008,144,'9',NULL,1686112052,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1009,145,'1',NULL,1694803340,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1010,145,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1694803340,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1011,145,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1694803340,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1012,145,'4',NULL,1694803340,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1013,145,'5',NULL,1694803340,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1014,145,'8',NULL,1694803340,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1015,145,'9',NULL,1694803340,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1016,146,'1',NULL,1694981703,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1017,146,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1694981703,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1018,146,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1694981703,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1019,146,'4',NULL,1694981703,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1020,146,'5',NULL,1694981703,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1021,146,'8',NULL,1694981703,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1022,146,'9',NULL,1694981703,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1023,147,'1',NULL,1698966286,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1024,147,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1698966286,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1025,147,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1698966286,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1026,147,'4',NULL,1698966286,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1027,147,'5',NULL,1698966286,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1028,147,'8',NULL,1698966286,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1029,147,'9',NULL,1698966286,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1030,148,'1',NULL,1726593487,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1031,148,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1726593487,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1032,148,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1726593487,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1033,148,'4',NULL,1726593487,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1034,148,'5',NULL,1726593487,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1035,148,'8',NULL,1726593487,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1036,148,'9',NULL,1726593487,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1037,149,'1',NULL,1728586596,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1038,149,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1728586596,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1039,149,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1728586596,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1040,149,'4',NULL,1728586596,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1041,149,'5',NULL,1728586596,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1042,149,'8',NULL,1728586596,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1043,149,'9',NULL,1728586596,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1044,150,'1',NULL,1736870877,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1045,150,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1736870877,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1046,150,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1736870877,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1047,150,'4',NULL,1736870877,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1048,150,'5',NULL,1736870877,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1049,150,'8',NULL,1736870877,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1050,150,'9',NULL,1736870877,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1051,151,'1',NULL,1736918451,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1052,151,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1736918451,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1053,151,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1736918451,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1054,151,'4',NULL,1736918451,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1055,151,'5',NULL,1736918451,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1056,151,'8',NULL,1736918451,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1057,151,'9',NULL,1736918451,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1058,152,'1',NULL,1743538506,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1059,152,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1743538506,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1060,152,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1743538506,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1061,152,'4',NULL,1743538506,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1062,152,'5',NULL,1743538506,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1063,152,'8',NULL,1743538506,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1064,152,'9',NULL,1743538506,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1065,153,'1',NULL,1745949063,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1066,153,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1745949063,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1067,153,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1745949063,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1068,153,'4',NULL,1745949063,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1069,153,'5',NULL,1745949063,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1070,153,'8',NULL,1745949063,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1071,153,'9',NULL,1745949063,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1072,154,'1',NULL,1746641290,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1073,154,'2','{"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}',1746641290,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1074,154,'3','{"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}',1746641290,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1075,154,'4',NULL,1746641290,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1076,154,'5',NULL,1746641290,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1077,154,'8',NULL,1746641290,'0'); +INSERT INTO "repo_unit" ("id", "repo_id", "type", "config", "created_unix", "everyone_access_mode") VALUES (1078,154,'9',NULL,1746641290,'0'); +SELECT setval('repo_unit_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "repo_unit"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."star" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "uid" BIGINT NULL, "repo_id" BIGINT NULL, "created_unix" BIGINT NULL); ; +CREATE UNIQUE INDEX "UQE_star_s" ON "star" ("uid","repo_id"); +CREATE INDEX "IDX_star_created_unix" ON "star" ("created_unix"); +SELECT setval('star_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "star"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."topic" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "name" VARCHAR(50) NULL, "repo_count" INTEGER NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL); ; +CREATE UNIQUE INDEX "UQE_topic_name" ON "topic" ("name"); +CREATE INDEX "IDX_topic_created_unix" ON "topic" ("created_unix"); +CREATE INDEX "IDX_topic_updated_unix" ON "topic" ("updated_unix"); +SELECT setval('topic_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "topic"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."repo_topic" ("repo_id" BIGINT NOT NULL, "topic_id" BIGINT NOT NULL, PRIMARY KEY ("repo_id","topic_id")); ; + +CREATE TABLE IF NOT EXISTS "public"."upload" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "uuid" UUID NULL, "name" VARCHAR(255) NULL); ; +CREATE UNIQUE INDEX "UQE_upload_uuid" ON "upload" ("uuid"); +SELECT setval('upload_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "upload"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."watch" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "user_id" BIGINT NULL, "repo_id" BIGINT NULL, "mode" SMALLINT DEFAULT 1 NOT NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL); ; +CREATE UNIQUE INDEX "UQE_watch_watch" ON "watch" ("user_id","repo_id"); +CREATE INDEX "IDX_watch_created_unix" ON "watch" ("created_unix"); +CREATE INDEX "IDX_watch_updated_unix" ON "watch" ("updated_unix"); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (1,1,1,'1',1684685715,1684685715); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (2,1,2,'1',1684709142,1684709142); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (4,1,4,'1',1684709190,1684709190); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (5,1,5,'1',1684709217,1684709217); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (6,1,6,'1',1684709237,1684709237); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (7,1,7,'1',1684709258,1684709258); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (8,1,8,'1',1684709282,1684709282); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (9,1,9,'1',1684709303,1684709303); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (11,1,11,'1',1684709359,1684709359); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (12,1,12,'1',1684709378,1684709378); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (13,1,13,'1',1684709411,1684709411); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (15,1,15,'1',1684709446,1684709446); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (16,1,16,'1',1684709469,1684709469); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (17,1,17,'1',1684709493,1684709493); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (18,1,18,'1',1684709511,1684709511); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (19,1,19,'1',1684709533,1684709533); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (20,1,20,'1',1684709548,1684709548); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (21,1,21,'1',1684709571,1684709571); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (22,1,22,'1',1684709604,1684709604); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (23,1,23,'1',1684709608,1684709608); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (24,1,24,'1',1684709647,1684709647); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (25,1,25,'1',1684709653,1684709653); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (26,1,26,'1',1684709653,1684709653); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (27,1,27,'1',1684709688,1684709688); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (29,1,29,'1',1684709727,1684709727); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (30,1,30,'1',1684709752,1684709752); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (31,1,31,'1',1684709773,1684709773); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (32,1,32,'1',1684709798,1684709798); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (33,1,33,'1',1684709818,1684709818); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (34,1,34,'1',1684709820,1684709820); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (35,1,35,'1',1684709844,1684709844); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (36,1,36,'1',1684709874,1684709874); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (37,1,37,'1',1684709893,1684709893); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (38,1,38,'1',1684712293,1684712293); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (39,1,39,'1',1684712311,1684712311); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (40,1,40,'1',1684712320,1684712320); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (41,1,41,'1',1684717785,1684717785); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (42,1,42,'1',1684717794,1684717794); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (43,1,43,'1',1684717803,1684717803); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (44,1,44,'1',1684717814,1684717814); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (45,1,45,'1',1684717825,1684717825); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (46,1,46,'1',1684717833,1684717833); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (47,1,47,'1',1684717842,1684717842); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (48,1,48,'1',1684717851,1684717851); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (49,1,49,'1',1684717864,1684717864); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (50,1,50,'1',1684717871,1684717871); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (51,1,51,'1',1684717882,1684717882); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (52,1,52,'1',1684717893,1684717893); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (53,1,53,'1',1684717901,1684717901); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (54,1,54,'1',1684717909,1684717909); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (55,1,55,'1',1684717917,1684717917); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (56,1,56,'1',1684717929,1684717929); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (57,1,57,'1',1684717938,1684717938); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (58,1,58,'1',1684717947,1684717947); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (59,1,59,'1',1684717958,1684717958); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (60,1,60,'1',1684717968,1684717968); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (61,1,61,'1',1684717977,1684717977); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (62,1,62,'1',1684717986,1684717986); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (63,1,63,'1',1684718004,1684718004); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (64,1,64,'1',1684718015,1684718015); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (65,1,65,'1',1684718023,1684718023); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (66,1,66,'1',1684718034,1684718034); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (67,1,67,'1',1684718043,1684718043); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (68,1,68,'1',1684718050,1684718050); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (69,1,69,'1',1684718060,1684718060); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (70,1,70,'1',1684718069,1684718069); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (71,1,71,'1',1684718078,1684718078); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (72,1,72,'1',1684718087,1684718087); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (73,1,73,'1',1684718097,1684718097); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (74,1,74,'1',1684718107,1684718107); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (75,1,75,'1',1684718119,1684718119); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (76,1,76,'1',1684718128,1684718128); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (77,1,77,'1',1684718137,1684718137); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (78,1,78,'1',1684718145,1684718145); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (79,1,79,'1',1684718155,1684718155); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (80,1,80,'1',1684718168,1684718168); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (81,1,81,'1',1684718178,1684718178); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (82,1,82,'1',1684718186,1684718186); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (83,1,83,'1',1684718194,1684718194); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (84,1,84,'1',1684718204,1684718204); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (85,1,85,'1',1684718212,1684718212); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (86,1,86,'1',1684718221,1684718221); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (87,1,87,'1',1684718230,1684718230); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (88,1,88,'1',1684718245,1684718245); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (89,1,89,'1',1684718254,1684718254); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (90,1,90,'1',1684718839,1684718839); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (91,1,91,'1',1684718848,1684718848); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (92,1,92,'1',1684718857,1684718857); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (93,1,93,'1',1684718865,1684718865); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (94,1,94,'1',1684718873,1684718873); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (95,1,95,'1',1684718882,1684718882); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (96,1,96,'1',1684718891,1684718891); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (97,1,97,'1',1684718899,1684718899); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (98,1,98,'1',1684718911,1684718911); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (99,1,99,'1',1684718919,1684718919); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (100,1,100,'1',1684718929,1684718929); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (101,1,101,'1',1684718938,1684718938); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (102,1,102,'1',1684718946,1684718946); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (103,1,103,'1',1684719017,1684719017); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (104,1,104,'1',1684719028,1684719028); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (105,1,105,'1',1684719036,1684719036); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (106,1,106,'1',1684719043,1684719043); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (107,1,107,'1',1684719053,1684719053); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (108,1,108,'1',1684719062,1684719062); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (109,1,109,'1',1684719073,1684719073); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (110,1,110,'1',1684719083,1684719083); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (111,1,111,'1',1684719094,1684719094); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (112,1,112,'1',1684719105,1684719105); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (113,1,113,'1',1684719116,1684719116); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (114,1,114,'1',1684719126,1684719126); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (115,1,115,'1',1684719134,1684719134); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (116,1,116,'1',1684719561,1684719561); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (117,1,117,'1',1684719571,1684719571); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (118,1,118,'1',1684719579,1684719579); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (119,1,119,'1',1684719588,1684719588); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (120,1,120,'1',1684719597,1684719597); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (121,1,121,'1',1684719606,1684719606); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (122,1,122,'1',1684719616,1684719616); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (123,1,123,'1',1684719624,1684719624); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (124,1,124,'1',1684719633,1684719633); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (125,1,125,'1',1684719649,1684719649); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (126,1,126,'1',1684719658,1684719658); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (127,1,127,'1',1684719666,1684719666); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (128,1,128,'1',1684719675,1684719675); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (129,1,129,'1',1684719684,1684719684); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (130,1,130,'1',1684719693,1684719693); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (131,1,131,'1',1684719703,1684719703); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (132,1,132,'1',1684719712,1684719712); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (133,1,133,'1',1684719719,1684719719); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (134,1,134,'1',1684719727,1684719727); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (135,1,135,'1',1684719737,1684719737); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (136,1,136,'1',1684719746,1684719746); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (137,1,137,'1',1684805325,1684805325); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (138,1,138,'1',1685922096,1685922096); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (139,1,139,'1',1685926818,1685926818); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (140,1,140,'1',1685929629,1685929629); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (142,1,142,'1',1686111601,1686111601); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (143,1,143,'1',1686111925,1686111925); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (144,1,144,'1',1686112052,1686112052); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (145,21,1,'1',1687629848,1687629848); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (146,21,144,'1',1687629849,1687629849); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (147,21,140,'1',1687629849,1687629849); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (148,21,139,'1',1687629849,1687629849); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (149,21,137,'1',1687629849,1687629849); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (150,21,138,'1',1687629849,1687629849); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (151,21,142,'1',1687629849,1687629849); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (152,21,143,'1',1687629929,1687629929); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (153,1,145,'1',1694803342,1694803342); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (154,1,146,'1',1694981704,1694981704); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (155,21,146,'1',1694981704,1694981704); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (156,1,147,'1',1698966286,1698966286); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (157,1,148,'1',1726593487,1726593487); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (158,1,149,'1',1728586596,1728586596); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (159,1,150,'1',1736870877,1736870877); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (160,1,151,'1',1736918452,1736918452); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (161,1,152,'1',1743538506,1743538506); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (162,1,153,'1',1745949063,1745949063); +INSERT INTO "watch" ("id", "user_id", "repo_id", "mode", "created_unix", "updated_unix") VALUES (163,1,154,'1',1746641290,1746641290); +SELECT setval('watch_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "watch"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."action_artifact" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "run_id" BIGINT NULL, "runner_id" BIGINT NULL, "repo_id" BIGINT NULL, "owner_id" BIGINT NULL, "commit_sha" VARCHAR(255) NULL, "storage_path" VARCHAR(255) NULL, "file_size" BIGINT NULL, "file_compressed_size" BIGINT NULL, "content_encoding" VARCHAR(255) NULL, "artifact_path" VARCHAR(255) NULL, "artifact_name" VARCHAR(255) NULL, "status" BIGINT NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL, "expired_unix" BIGINT NULL); ; +CREATE UNIQUE INDEX "UQE_action_artifact_runid_name_path" ON "action_artifact" ("run_id","artifact_path","artifact_name"); +CREATE INDEX "IDX_action_artifact_run_id" ON "action_artifact" ("run_id"); +CREATE INDEX "IDX_action_artifact_repo_id" ON "action_artifact" ("repo_id"); +CREATE INDEX "IDX_action_artifact_artifact_path" ON "action_artifact" ("artifact_path"); +CREATE INDEX "IDX_action_artifact_artifact_name" ON "action_artifact" ("artifact_name"); +CREATE INDEX "IDX_action_artifact_status" ON "action_artifact" ("status"); +CREATE INDEX "IDX_action_artifact_updated_unix" ON "action_artifact" ("updated_unix"); +CREATE INDEX "IDX_action_artifact_expired_unix" ON "action_artifact" ("expired_unix"); +SELECT setval('action_artifact_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "action_artifact"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."action_run" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "title" VARCHAR(255) NULL, "repo_id" BIGINT NULL, "owner_id" BIGINT NULL, "workflow_id" VARCHAR(255) NULL, "index" BIGINT NULL, "trigger_user_id" BIGINT NULL, "schedule_id" BIGINT NULL, "ref" VARCHAR(255) NULL, "commit_sha" VARCHAR(255) NULL, "is_fork_pull_request" BOOL NULL, "need_approval" BOOL NULL, "approved_by" BIGINT NULL, "event" VARCHAR(255) NULL, "event_payload" TEXT NULL, "trigger_event" VARCHAR(255) NULL, "status" INTEGER NULL, "version" INTEGER DEFAULT 0 NULL, "started" BIGINT NULL, "stopped" BIGINT NULL, "previous_duration" BIGINT NULL, "created" BIGINT NULL, "updated" BIGINT NULL); ; +CREATE UNIQUE INDEX "UQE_action_run_repo_index" ON "action_run" ("repo_id","index"); +CREATE INDEX "IDX_action_run_owner_id" ON "action_run" ("owner_id"); +CREATE INDEX "IDX_action_run_workflow_id" ON "action_run" ("workflow_id"); +CREATE INDEX "IDX_action_run_index" ON "action_run" ("index"); +CREATE INDEX "IDX_action_run_ref" ON "action_run" ("ref"); +CREATE INDEX "IDX_action_run_repo_id" ON "action_run" ("repo_id"); +CREATE INDEX "IDX_action_run_trigger_user_id" ON "action_run" ("trigger_user_id"); +CREATE INDEX "IDX_action_run_approved_by" ON "action_run" ("approved_by"); +CREATE INDEX "IDX_action_run_status" ON "action_run" ("status"); +SELECT setval('action_run_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "action_run"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."action_run_index" ("group_id" BIGINT PRIMARY KEY NOT NULL, "max_index" BIGINT NULL); ; +CREATE INDEX "IDX_action_run_index_max_index" ON "action_run_index" ("max_index"); + +CREATE TABLE IF NOT EXISTS "public"."action_run_job" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "run_id" BIGINT NULL, "repo_id" BIGINT NULL, "owner_id" BIGINT NULL, "commit_sha" VARCHAR(255) NULL, "is_fork_pull_request" BOOL NULL, "name" VARCHAR(255) NULL, "attempt" BIGINT NULL, "workflow_payload" BYTEA NULL, "job_id" VARCHAR(255) NULL, "needs" TEXT NULL, "runs_on" TEXT NULL, "task_id" BIGINT NULL, "status" INTEGER NULL, "started" BIGINT NULL, "stopped" BIGINT NULL, "created" BIGINT NULL, "updated" BIGINT NULL); ; +CREATE INDEX "IDX_action_run_job_run_id" ON "action_run_job" ("run_id"); +CREATE INDEX "IDX_action_run_job_repo_id" ON "action_run_job" ("repo_id"); +CREATE INDEX "IDX_action_run_job_owner_id" ON "action_run_job" ("owner_id"); +CREATE INDEX "IDX_action_run_job_commit_sha" ON "action_run_job" ("commit_sha"); +CREATE INDEX "IDX_action_run_job_status" ON "action_run_job" ("status"); +CREATE INDEX "IDX_action_run_job_updated" ON "action_run_job" ("updated"); +SELECT setval('action_run_job_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "action_run_job"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."action_runner" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "uuid" CHAR(36) NULL, "name" VARCHAR(255) NULL, "version" VARCHAR(64) NULL, "owner_id" BIGINT NULL, "repo_id" BIGINT NULL, "description" TEXT NULL, "base" INTEGER NULL, "repo_range" VARCHAR(255) NULL, "token_hash" VARCHAR(255) NULL, "token_salt" VARCHAR(255) NULL, "last_online" BIGINT NULL, "last_active" BIGINT NULL, "agent_labels" TEXT NULL, "created" BIGINT NULL, "updated" BIGINT NULL, "deleted" BIGINT NULL); ; +CREATE INDEX "IDX_action_runner_repo_id" ON "action_runner" ("repo_id"); +CREATE UNIQUE INDEX "UQE_action_runner_token_hash" ON "action_runner" ("token_hash"); +CREATE INDEX "IDX_action_runner_last_online" ON "action_runner" ("last_online"); +CREATE INDEX "IDX_action_runner_last_active" ON "action_runner" ("last_active"); +CREATE UNIQUE INDEX "UQE_action_runner_uuid" ON "action_runner" ("uuid"); +CREATE INDEX "IDX_action_runner_owner_id" ON "action_runner" ("owner_id"); +SELECT setval('action_runner_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "action_runner"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."action_runner_token" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "token" VARCHAR(255) NULL, "owner_id" BIGINT NULL, "repo_id" BIGINT NULL, "is_active" BOOL NULL, "created" BIGINT NULL, "updated" BIGINT NULL, "deleted" BIGINT NULL); ; +CREATE UNIQUE INDEX "UQE_action_runner_token_token" ON "action_runner_token" ("token"); +CREATE INDEX "IDX_action_runner_token_owner_id" ON "action_runner_token" ("owner_id"); +CREATE INDEX "IDX_action_runner_token_repo_id" ON "action_runner_token" ("repo_id"); +INSERT INTO "action_runner_token" ("id", "token", "owner_id", "repo_id", "is_active", "created", "updated", "deleted") VALUES (1,'WV53zoIYSnnwA48UlPKuEwiDcLUHfstHWJVZJPAV',1,0,true,1711691383,1711691383,NULL); +INSERT INTO "action_runner_token" ("id", "token", "owner_id", "repo_id", "is_active", "created", "updated", "deleted") VALUES (2,'GmDXztdjuHlrGzciWbqYGcOgPh9MDInPt149ll1y',0,0,true,1718087810,1718087810,NULL); +SELECT setval('action_runner_token_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "action_runner_token"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."action_schedule" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "title" VARCHAR(255) NULL, "specs" TEXT NULL, "repo_id" BIGINT NULL, "owner_id" BIGINT NULL, "workflow_id" VARCHAR(255) NULL, "trigger_user_id" BIGINT NULL, "ref" VARCHAR(255) NULL, "commit_sha" VARCHAR(255) NULL, "event" VARCHAR(255) NULL, "event_payload" TEXT NULL, "content" BYTEA NULL, "created" BIGINT NULL, "updated" BIGINT NULL); ; +CREATE INDEX "IDX_action_schedule_repo_id" ON "action_schedule" ("repo_id"); +CREATE INDEX "IDX_action_schedule_owner_id" ON "action_schedule" ("owner_id"); +SELECT setval('action_schedule_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "action_schedule"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."action_schedule_spec" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "repo_id" BIGINT NULL, "schedule_id" BIGINT NULL, "next" BIGINT NULL, "prev" BIGINT NULL, "spec" VARCHAR(255) NULL, "created" BIGINT NULL, "updated" BIGINT NULL); ; +CREATE INDEX "IDX_action_schedule_spec_schedule_id" ON "action_schedule_spec" ("schedule_id"); +CREATE INDEX "IDX_action_schedule_spec_next" ON "action_schedule_spec" ("next"); +CREATE INDEX "IDX_action_schedule_spec_repo_id" ON "action_schedule_spec" ("repo_id"); +SELECT setval('action_schedule_spec_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "action_schedule_spec"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."action_task" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "job_id" BIGINT NULL, "attempt" BIGINT NULL, "runner_id" BIGINT NULL, "status" INTEGER NULL, "started" BIGINT NULL, "stopped" BIGINT NULL, "repo_id" BIGINT NULL, "owner_id" BIGINT NULL, "commit_sha" VARCHAR(255) NULL, "is_fork_pull_request" BOOL NULL, "token_hash" VARCHAR(255) NULL, "token_salt" VARCHAR(255) NULL, "token_last_eight" VARCHAR(255) NULL, "log_filename" VARCHAR(255) NULL, "log_in_storage" BOOL NULL, "log_length" BIGINT NULL, "log_size" BIGINT NULL, "log_indexes" BYTEA NULL, "log_expired" BOOL NULL, "created" BIGINT NULL, "updated" BIGINT NULL); ; +CREATE INDEX "IDX_action_task_owner_id" ON "action_task" ("owner_id"); +CREATE UNIQUE INDEX "UQE_action_task_token_hash" ON "action_task" ("token_hash"); +CREATE INDEX "IDX_action_task_updated" ON "action_task" ("updated"); +CREATE INDEX "IDX_action_task_runner_id" ON "action_task" ("runner_id"); +CREATE INDEX "IDX_action_task_started" ON "action_task" ("started"); +CREATE INDEX "IDX_action_task_repo_id" ON "action_task" ("repo_id"); +CREATE INDEX "IDX_action_task_status" ON "action_task" ("status"); +CREATE INDEX "IDX_action_task_commit_sha" ON "action_task" ("commit_sha"); +CREATE INDEX "IDX_action_task_token_last_eight" ON "action_task" ("token_last_eight"); +SELECT setval('action_task_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "action_task"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."action_task_output" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "task_id" BIGINT NULL, "output_key" VARCHAR(255) NULL, "output_value" TEXT NULL); ; +CREATE UNIQUE INDEX "UQE_action_task_output_task_id_output_key" ON "action_task_output" ("task_id","output_key"); +CREATE INDEX "IDX_action_task_output_task_id" ON "action_task_output" ("task_id"); +SELECT setval('action_task_output_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "action_task_output"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."action_task_step" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "name" VARCHAR(255) NULL, "task_id" BIGINT NULL, "index" BIGINT NULL, "repo_id" BIGINT NULL, "status" INTEGER NULL, "log_index" BIGINT NULL, "log_length" BIGINT NULL, "started" BIGINT NULL, "stopped" BIGINT NULL, "created" BIGINT NULL, "updated" BIGINT NULL); ; +CREATE INDEX "IDX_action_task_step_status" ON "action_task_step" ("status"); +CREATE UNIQUE INDEX "UQE_action_task_step_task_index" ON "action_task_step" ("task_id","index"); +CREATE INDEX "IDX_action_task_step_task_id" ON "action_task_step" ("task_id"); +CREATE INDEX "IDX_action_task_step_index" ON "action_task_step" ("index"); +CREATE INDEX "IDX_action_task_step_repo_id" ON "action_task_step" ("repo_id"); +SELECT setval('action_task_step_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "action_task_step"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."action_tasks_version" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "owner_id" BIGINT NULL, "repo_id" BIGINT NULL, "version" BIGINT NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL); ; +CREATE UNIQUE INDEX "UQE_action_tasks_version_owner_repo" ON "action_tasks_version" ("owner_id","repo_id"); +CREATE INDEX "IDX_action_tasks_version_repo_id" ON "action_tasks_version" ("repo_id"); +SELECT setval('action_tasks_version_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "action_tasks_version"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."action_variable" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "owner_id" BIGINT NULL, "repo_id" BIGINT NULL, "name" VARCHAR(255) NOT NULL, "data" TEXT NOT NULL, "created_unix" BIGINT NOT NULL, "updated_unix" BIGINT NULL); ; +CREATE INDEX "IDX_action_variable_repo_id" ON "action_variable" ("repo_id"); +CREATE UNIQUE INDEX "UQE_action_variable_owner_repo_name" ON "action_variable" ("owner_id","repo_id","name"); +SELECT setval('action_variable_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "action_variable"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."task" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "doer_id" BIGINT NULL, "owner_id" BIGINT NULL, "repo_id" BIGINT NULL, "type" INTEGER NULL, "status" INTEGER NULL, "start_time" BIGINT NULL, "end_time" BIGINT NULL, "payload_content" TEXT NULL, "message" TEXT NULL, "created" BIGINT NULL); ; +CREATE INDEX "IDX_task_doer_id" ON "task" ("doer_id"); +CREATE INDEX "IDX_task_owner_id" ON "task" ("owner_id"); +CREATE INDEX "IDX_task_repo_id" ON "task" ("repo_id"); +CREATE INDEX "IDX_task_status" ON "task" ("status"); +SELECT setval('task_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "task"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."gpg_key" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "owner_id" BIGINT NOT NULL, "key_id" CHAR(16) NOT NULL, "primary_key_id" CHAR(16) NULL, "content" TEXT NOT NULL, "created_unix" BIGINT NULL, "expired_unix" BIGINT NULL, "added_unix" BIGINT NULL, "emails" TEXT NULL, "verified" BOOL DEFAULT false NOT NULL, "can_sign" BOOL NULL, "can_encrypt_comms" BOOL NULL, "can_encrypt_storage" BOOL NULL, "can_certify" BOOL NULL); ; +CREATE INDEX "IDX_gpg_key_owner_id" ON "gpg_key" ("owner_id"); +CREATE INDEX "IDX_gpg_key_key_id" ON "gpg_key" ("key_id"); +SELECT setval('gpg_key_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "gpg_key"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."gpg_key_import" ("key_id" CHAR(16) PRIMARY KEY NOT NULL, "content" TEXT NOT NULL); ; + +CREATE TABLE IF NOT EXISTS "public"."public_key" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "owner_id" BIGINT NOT NULL, "name" VARCHAR(255) NOT NULL, "fingerprint" VARCHAR(255) NOT NULL, "content" TEXT NOT NULL, "mode" INTEGER DEFAULT 2 NOT NULL, "type" INTEGER DEFAULT 1 NOT NULL, "login_source_id" BIGINT DEFAULT 0 NOT NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL, "verified" BOOL DEFAULT false NOT NULL); ; +CREATE INDEX "IDX_public_key_owner_id" ON "public_key" ("owner_id"); +CREATE INDEX "IDX_public_key_fingerprint" ON "public_key" ("fingerprint"); +INSERT INTO "public_key" ("id", "owner_id", "name", "fingerprint", "content", "mode", "type", "login_source_id", "created_unix", "updated_unix", "verified") VALUES (5,0,'k8s build','SHA256:3/tXnAx9MtuGzu4xFiH0jwmBBxglFI7tM+womdwxTNA','ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPs9NnxjmtQ9+tQJskXYip4DqkoxAInFFRh1H8jxWCn+ kubernetes','1','2',0,1746296443,1746296443,false); +INSERT INTO "public_key" ("id", "owner_id", "name", "fingerprint", "content", "mode", "type", "login_source_id", "created_unix", "updated_unix", "verified") VALUES (2,0,'root@test-access','SHA256:K1s9W4jWZSV1PUSlS5+Utyp/8GdbQkJsBLXzW4tzTmc','ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHvowPRV8R+4tGqYAzmQR6v81y5qFgVtYtWaFV2aePwU root@test-access','1','2',0,1699113750,1699114410,false); +INSERT INTO "public_key" ("id", "owner_id", "name", "fingerprint", "content", "mode", "type", "login_source_id", "created_unix", "updated_unix", "verified") VALUES (4,1,'david@dmwl.net','SHA256:3VhliB9kTwvCeZiXevO5LadprNg0+tDfw3Uvvk9M/ow','ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAoxe01++NcPfnk5809M0mL+76Qn6CwPHCxpWX5yhepM david@dmwl.net','2','1',0,1727476669,1727476669,false); +INSERT INTO "public_key" ("id", "owner_id", "name", "fingerprint", "content", "mode", "type", "login_source_id", "created_unix", "updated_unix", "verified") VALUES (3,0,'argocd','SHA256:2Buo7lUELGlFLaGQF6kGmWOELH6EcB3cYzjUYHmu3u4','ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFvxp7E8MzV/Z9qQwinx00aXtgsrZPPV8WrZYPekHfSF davad@argocd','2','2',0,1705886217,1751220860,false); +SELECT setval('public_key_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "public_key"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."deploy_key" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "key_id" BIGINT NULL, "repo_id" BIGINT NULL, "name" VARCHAR(255) NULL, "fingerprint" VARCHAR(255) NULL, "mode" INTEGER DEFAULT 1 NOT NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL); ; +CREATE INDEX "IDX_deploy_key_key_id" ON "deploy_key" ("key_id"); +CREATE UNIQUE INDEX "UQE_deploy_key_s" ON "deploy_key" ("key_id","repo_id"); +CREATE INDEX "IDX_deploy_key_repo_id" ON "deploy_key" ("repo_id"); +INSERT INTO "deploy_key" ("id", "key_id", "repo_id", "name", "fingerprint", "mode", "created_unix", "updated_unix") VALUES (2,2,147,'root@test-access','SHA256:K1s9W4jWZSV1PUSlS5+Utyp/8GdbQkJsBLXzW4tzTmc','1',1699113750,1699114410); +INSERT INTO "deploy_key" ("id", "key_id", "repo_id", "name", "fingerprint", "mode", "created_unix", "updated_unix") VALUES (3,3,147,'argocd','SHA256:2Buo7lUELGlFLaGQF6kGmWOELH6EcB3cYzjUYHmu3u4','2',1705886217,1749572096); +INSERT INTO "deploy_key" ("id", "key_id", "repo_id", "name", "fingerprint", "mode", "created_unix", "updated_unix") VALUES (4,5,149,'k8s build','SHA256:3/tXnAx9MtuGzu4xFiH0jwmBBxglFI7tM+womdwxTNA','1',1746296443,1746296443); +SELECT setval('deploy_key_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "deploy_key"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."package" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "owner_id" BIGINT NOT NULL, "repo_id" BIGINT NULL, "type" VARCHAR(255) NOT NULL, "name" VARCHAR(255) NOT NULL, "lower_name" VARCHAR(255) NOT NULL, "semver_compatible" BOOL DEFAULT false NOT NULL, "is_internal" BOOL DEFAULT false NOT NULL); ; +CREATE UNIQUE INDEX "UQE_package_s" ON "package" ("owner_id","type","lower_name"); +CREATE INDEX "IDX_package_owner_id" ON "package" ("owner_id"); +CREATE INDEX "IDX_package_repo_id" ON "package" ("repo_id"); +CREATE INDEX "IDX_package_type" ON "package" ("type"); +CREATE INDEX "IDX_package_lower_name" ON "package" ("lower_name"); +SELECT setval('package_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "package"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."package_blob" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "size" BIGINT DEFAULT 0 NOT NULL, "hash_md5" CHAR(32) NOT NULL, "hash_sha1" CHAR(40) NOT NULL, "hash_sha256" CHAR(64) NOT NULL, "hash_sha512" CHAR(128) NOT NULL, "created_unix" BIGINT NOT NULL); ; +CREATE INDEX "IDX_package_blob_hash_sha1" ON "package_blob" ("hash_sha1"); +CREATE INDEX "IDX_package_blob_hash_sha256" ON "package_blob" ("hash_sha256"); +CREATE INDEX "IDX_package_blob_created_unix" ON "package_blob" ("created_unix"); +CREATE UNIQUE INDEX "UQE_package_blob_md5" ON "package_blob" ("hash_md5"); +CREATE INDEX "IDX_package_blob_hash_md5" ON "package_blob" ("hash_md5"); +CREATE UNIQUE INDEX "UQE_package_blob_sha1" ON "package_blob" ("hash_sha1"); +CREATE UNIQUE INDEX "UQE_package_blob_sha256" ON "package_blob" ("hash_sha256"); +CREATE UNIQUE INDEX "UQE_package_blob_sha512" ON "package_blob" ("hash_sha512"); +CREATE INDEX "IDX_package_blob_hash_sha512" ON "package_blob" ("hash_sha512"); +SELECT setval('package_blob_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "package_blob"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."package_blob_upload" ("id" VARCHAR(255) PRIMARY KEY NOT NULL, "bytes_received" BIGINT DEFAULT 0 NOT NULL, "hash_state_bytes" BYTEA NULL, "created_unix" BIGINT NOT NULL, "updated_unix" BIGINT NOT NULL); ; +CREATE INDEX "IDX_package_blob_upload_updated_unix" ON "package_blob_upload" ("updated_unix"); + +CREATE TABLE IF NOT EXISTS "public"."package_cleanup_rule" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "enabled" BOOL DEFAULT false NOT NULL, "owner_id" BIGINT DEFAULT 0 NOT NULL, "type" VARCHAR(255) NOT NULL, "keep_count" INTEGER DEFAULT 0 NOT NULL, "keep_pattern" VARCHAR(255) DEFAULT '' NOT NULL, "remove_days" INTEGER DEFAULT 0 NOT NULL, "remove_pattern" VARCHAR(255) DEFAULT '' NOT NULL, "match_full_name" BOOL DEFAULT false NOT NULL, "created_unix" BIGINT DEFAULT 0 NOT NULL, "updated_unix" BIGINT DEFAULT 0 NOT NULL); ; +CREATE INDEX "IDX_package_cleanup_rule_enabled" ON "package_cleanup_rule" ("enabled"); +CREATE UNIQUE INDEX "UQE_package_cleanup_rule_s" ON "package_cleanup_rule" ("owner_id","type"); +CREATE INDEX "IDX_package_cleanup_rule_owner_id" ON "package_cleanup_rule" ("owner_id"); +CREATE INDEX "IDX_package_cleanup_rule_type" ON "package_cleanup_rule" ("type"); +SELECT setval('package_cleanup_rule_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "package_cleanup_rule"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."package_file" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "version_id" BIGINT NOT NULL, "blob_id" BIGINT NOT NULL, "name" VARCHAR(255) NOT NULL, "lower_name" VARCHAR(255) NOT NULL, "composite_key" VARCHAR(255) NULL, "is_lead" BOOL DEFAULT false NOT NULL, "created_unix" BIGINT NOT NULL); ; +CREATE INDEX "IDX_package_file_version_id" ON "package_file" ("version_id"); +CREATE UNIQUE INDEX "UQE_package_file_s" ON "package_file" ("version_id","lower_name","composite_key"); +CREATE INDEX "IDX_package_file_blob_id" ON "package_file" ("blob_id"); +CREATE INDEX "IDX_package_file_lower_name" ON "package_file" ("lower_name"); +CREATE INDEX "IDX_package_file_composite_key" ON "package_file" ("composite_key"); +CREATE INDEX "IDX_package_file_created_unix" ON "package_file" ("created_unix"); +SELECT setval('package_file_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "package_file"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."package_property" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "ref_type" BIGINT NOT NULL, "ref_id" BIGINT NOT NULL, "name" VARCHAR(255) NOT NULL, "value" TEXT NOT NULL); ; +CREATE INDEX "IDX_package_property_ref_id" ON "package_property" ("ref_id"); +CREATE INDEX "IDX_package_property_name" ON "package_property" ("name"); +CREATE INDEX "IDX_package_property_ref_type" ON "package_property" ("ref_type"); +SELECT setval('package_property_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "package_property"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."package_version" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "package_id" BIGINT NOT NULL, "creator_id" BIGINT DEFAULT 0 NOT NULL, "version" VARCHAR(255) NOT NULL, "lower_version" VARCHAR(255) NOT NULL, "created_unix" BIGINT NOT NULL, "is_internal" BOOL DEFAULT false NOT NULL, "metadata_json" TEXT NULL, "download_count" BIGINT DEFAULT 0 NOT NULL); ; +CREATE UNIQUE INDEX "UQE_package_version_s" ON "package_version" ("package_id","lower_version"); +CREATE INDEX "IDX_package_version_package_id" ON "package_version" ("package_id"); +CREATE INDEX "IDX_package_version_lower_version" ON "package_version" ("lower_version"); +CREATE INDEX "IDX_package_version_created_unix" ON "package_version" ("created_unix"); +CREATE INDEX "IDX_package_version_is_internal" ON "package_version" ("is_internal"); +SELECT setval('package_version_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "package_version"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."project_board" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "title" VARCHAR(255) NULL, "default" BOOL DEFAULT false NOT NULL, "sorting" INTEGER DEFAULT 0 NOT NULL, "color" VARCHAR(7) NULL, "project_id" BIGINT NOT NULL, "creator_id" BIGINT NOT NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL); ; +CREATE INDEX "IDX_project_board_created_unix" ON "project_board" ("created_unix"); +CREATE INDEX "IDX_project_board_updated_unix" ON "project_board" ("updated_unix"); +CREATE INDEX "IDX_project_board_project_id" ON "project_board" ("project_id"); +SELECT setval('project_board_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "project_board"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."project_issue" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "issue_id" BIGINT NULL, "project_id" BIGINT NULL, "project_board_id" BIGINT NULL, "sorting" BIGINT DEFAULT 0 NOT NULL); ; +CREATE INDEX "IDX_project_issue_project_id" ON "project_issue" ("project_id"); +CREATE INDEX "IDX_project_issue_project_board_id" ON "project_issue" ("project_board_id"); +CREATE INDEX "IDX_project_issue_issue_id" ON "project_issue" ("issue_id"); +SELECT setval('project_issue_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "project_issue"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."project" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "title" VARCHAR(255) NOT NULL, "description" TEXT NULL, "owner_id" BIGINT NULL, "repo_id" BIGINT NULL, "creator_id" BIGINT NOT NULL, "is_closed" BOOL NULL, "board_type" BIGINT NULL, "card_type" BIGINT NULL, "type" BIGINT NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL, "closed_date_unix" BIGINT NULL); ; +CREATE INDEX "IDX_project_created_unix" ON "project" ("created_unix"); +CREATE INDEX "IDX_project_updated_unix" ON "project" ("updated_unix"); +CREATE INDEX "IDX_project_title" ON "project" ("title"); +CREATE INDEX "IDX_project_owner_id" ON "project" ("owner_id"); +CREATE INDEX "IDX_project_repo_id" ON "project" ("repo_id"); +CREATE INDEX "IDX_project_is_closed" ON "project" ("is_closed"); +SELECT setval('project_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "project"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."pull_auto_merge" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "pull_id" BIGINT NULL, "doer_id" BIGINT NOT NULL, "merge_style" VARCHAR(30) NULL, "message" TEXT NULL, "created_unix" BIGINT NULL); ; +CREATE UNIQUE INDEX "UQE_pull_auto_merge_pull_id" ON "pull_auto_merge" ("pull_id"); +CREATE INDEX "IDX_pull_auto_merge_doer_id" ON "pull_auto_merge" ("doer_id"); +SELECT setval('pull_auto_merge_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "pull_auto_merge"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."review_state" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "user_id" BIGINT NOT NULL, "pull_id" BIGINT DEFAULT 0 NOT NULL, "commit_sha" VARCHAR(64) NOT NULL, "updated_files" JSON NOT NULL, "updated_unix" BIGINT NULL); ; +CREATE UNIQUE INDEX "UQE_review_state_pull_commit_user" ON "review_state" ("user_id","pull_id","commit_sha"); +CREATE INDEX "IDX_review_state_pull_id" ON "review_state" ("pull_id"); +SELECT setval('review_state_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "review_state"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."hook_task" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "hook_id" BIGINT NULL, "uuid" VARCHAR(255) NULL, "payload_content" TEXT NULL, "payload_version" INTEGER DEFAULT 1 NULL, "event_type" VARCHAR(255) NULL, "is_delivered" BOOL NULL, "delivered" BIGINT NULL, "is_succeed" BOOL NULL, "request_content" TEXT NULL, "response_content" TEXT NULL); ; +CREATE INDEX "IDX_hook_task_hook_id" ON "hook_task" ("hook_id"); +CREATE UNIQUE INDEX "UQE_hook_task_uuid" ON "hook_task" ("uuid"); +SELECT setval('hook_task_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "hook_task"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."webhook" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "repo_id" BIGINT NULL, "owner_id" BIGINT NULL, "is_system_webhook" BOOL NULL, "url" TEXT NULL, "http_method" VARCHAR(255) NULL, "content_type" INTEGER NULL, "secret" TEXT NULL, "events" TEXT NULL, "is_active" BOOL NULL, "type" VARCHAR(16) NULL, "meta" TEXT NULL, "last_status" INTEGER NULL, "header_authorization_encrypted" TEXT NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL); ; +CREATE INDEX "IDX_webhook_repo_id" ON "webhook" ("repo_id"); +CREATE INDEX "IDX_webhook_owner_id" ON "webhook" ("owner_id"); +CREATE INDEX "IDX_webhook_is_active" ON "webhook" ("is_active"); +CREATE INDEX "IDX_webhook_created_unix" ON "webhook" ("created_unix"); +CREATE INDEX "IDX_webhook_updated_unix" ON "webhook" ("updated_unix"); +INSERT INTO "webhook" ("id", "repo_id", "owner_id", "is_system_webhook", "url", "http_method", "content_type", "secret", "events", "is_active", "type", "meta", "last_status", "header_authorization_encrypted", "created_unix", "updated_unix") VALUES (1,137,0,false,'https://portainer.int.nc.landry.land/api/stacks/webhooks/6881d175-8ac8-4f81-99df-f013732c4cba','POST','1','','{"push_only":true,"send_everything":false,"choose_events":false,"branch_filter":"main","events":{"create":false,"delete":false,"fork":false,"issues":false,"issue_assign":false,"issue_label":false,"issue_milestone":false,"issue_comment":false,"push":false,"pull_request":false,"pull_request_assign":false,"pull_request_label":false,"pull_request_milestone":false,"pull_request_comment":false,"pull_request_review":false,"pull_request_sync":false,"wiki":false,"repository":false,"release":false,"package":false}}',true,'gitea','','1','',1684809467,1684810805); +INSERT INTO "webhook" ("id", "repo_id", "owner_id", "is_system_webhook", "url", "http_method", "content_type", "secret", "events", "is_active", "type", "meta", "last_status", "header_authorization_encrypted", "created_unix", "updated_unix") VALUES (3,138,0,false,'https://portainer.int.nc.landry.land/api/stacks/webhooks/a70b1482-e36b-4989-81a2-8776d935d9c9','POST','1','','{"push_only":true,"send_everything":false,"choose_events":false,"branch_filter":"*","events":{"create":false,"delete":false,"fork":false,"issues":false,"issue_assign":false,"issue_label":false,"issue_milestone":false,"issue_comment":false,"push":false,"pull_request":false,"pull_request_assign":false,"pull_request_label":false,"pull_request_milestone":false,"pull_request_comment":false,"pull_request_review":false,"pull_request_sync":false,"wiki":false,"repository":false,"release":false,"package":false}}',true,'gitea','','0','',1685926086,1685926086); +INSERT INTO "webhook" ("id", "repo_id", "owner_id", "is_system_webhook", "url", "http_method", "content_type", "secret", "events", "is_active", "type", "meta", "last_status", "header_authorization_encrypted", "created_unix", "updated_unix") VALUES (7,144,0,false,'https://portainer.int.nc.landry.land/api/stacks/webhooks/8359a1a3-0d30-44e7-8de1-7a36a067354c','POST','1','','{"push_only":true,"send_everything":false,"choose_events":false,"branch_filter":"*","events":{"create":false,"delete":false,"fork":false,"issues":false,"issue_assign":false,"issue_label":false,"issue_milestone":false,"issue_comment":false,"push":false,"pull_request":false,"pull_request_assign":false,"pull_request_label":false,"pull_request_milestone":false,"pull_request_comment":false,"pull_request_review":false,"pull_request_sync":false,"wiki":false,"repository":false,"release":false,"package":false}}',true,'gitea','','2','',1686113254,1686113474); +INSERT INTO "webhook" ("id", "repo_id", "owner_id", "is_system_webhook", "url", "http_method", "content_type", "secret", "events", "is_active", "type", "meta", "last_status", "header_authorization_encrypted", "created_unix", "updated_unix") VALUES (4,139,0,false,'https://portainer.int.nc.landry.land/api/stacks/webhooks/e3613430-ed0e-4a11-9e28-5c359468bf0f','POST','1','','{"push_only":true,"send_everything":false,"choose_events":false,"branch_filter":"*","events":{"create":false,"delete":false,"fork":false,"issues":false,"issue_assign":false,"issue_label":false,"issue_milestone":false,"issue_comment":false,"push":false,"pull_request":false,"pull_request_assign":false,"pull_request_label":false,"pull_request_milestone":false,"pull_request_comment":false,"pull_request_review":false,"pull_request_sync":false,"wiki":false,"repository":false,"release":false,"package":false}}',true,'gitea','','2','',1685927569,1690212559); +INSERT INTO "webhook" ("id", "repo_id", "owner_id", "is_system_webhook", "url", "http_method", "content_type", "secret", "events", "is_active", "type", "meta", "last_status", "header_authorization_encrypted", "created_unix", "updated_unix") VALUES (6,140,0,false,'https://portainer.int.nc.landry.land/api/stacks/webhooks/6edf0924-3632-4f0a-a370-c0572a09603a','POST','1','','{"push_only":true,"send_everything":false,"choose_events":false,"branch_filter":"*","events":{"create":false,"delete":false,"fork":false,"issues":false,"issue_assign":false,"issue_label":false,"issue_milestone":false,"issue_comment":false,"push":false,"pull_request":false,"pull_request_assign":false,"pull_request_label":false,"pull_request_milestone":false,"pull_request_comment":false,"pull_request_review":false,"pull_request_sync":false,"wiki":false,"repository":false,"release":false,"package":false}}',true,'gitea','','2','',1685931660,1691785913); +INSERT INTO "webhook" ("id", "repo_id", "owner_id", "is_system_webhook", "url", "http_method", "content_type", "secret", "events", "is_active", "type", "meta", "last_status", "header_authorization_encrypted", "created_unix", "updated_unix") VALUES (9,146,0,false,'https://portainer.int.nc.landry.land/api/stacks/webhooks/7cec07f5-57c6-4edd-ac98-92c042f52926','POST','1','','{"push_only":true,"send_everything":false,"choose_events":false,"branch_filter":"*","events":{"create":false,"delete":false,"fork":false,"issues":false,"issue_assign":false,"issue_label":false,"issue_milestone":false,"issue_comment":false,"push":false,"pull_request":false,"pull_request_assign":false,"pull_request_label":false,"pull_request_milestone":false,"pull_request_comment":false,"pull_request_review":false,"pull_request_sync":false,"wiki":false,"repository":false,"release":false,"package":false}}',true,'gitea','','2','',1694982511,1694984478); +SELECT setval('webhook_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "webhook"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."secret" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "owner_id" BIGINT NOT NULL, "repo_id" BIGINT DEFAULT 0 NOT NULL, "name" VARCHAR(255) NOT NULL, "data" TEXT NULL, "created_unix" BIGINT NOT NULL); ; +CREATE UNIQUE INDEX "UQE_secret_owner_repo_name" ON "secret" ("owner_id","repo_id","name"); +CREATE INDEX "IDX_secret_owner_id" ON "secret" ("owner_id"); +CREATE INDEX "IDX_secret_repo_id" ON "secret" ("repo_id"); +SELECT setval('secret_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "secret"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."org_user" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "uid" BIGINT NULL, "org_id" BIGINT NULL, "is_public" BOOL NULL); ; +CREATE UNIQUE INDEX "UQE_org_user_s" ON "org_user" ("uid","org_id"); +CREATE INDEX "IDX_org_user_uid" ON "org_user" ("uid"); +CREATE INDEX "IDX_org_user_org_id" ON "org_user" ("org_id"); +CREATE INDEX "IDX_org_user_is_public" ON "org_user" ("is_public"); +INSERT INTO "org_user" ("id", "uid", "org_id", "is_public") VALUES (1,1,2,false); +INSERT INTO "org_user" ("id", "uid", "org_id", "is_public") VALUES (2,1,3,false); +INSERT INTO "org_user" ("id", "uid", "org_id", "is_public") VALUES (18,1,19,false); +INSERT INTO "org_user" ("id", "uid", "org_id", "is_public") VALUES (19,1,20,false); +INSERT INTO "org_user" ("id", "uid", "org_id", "is_public") VALUES (20,21,3,false); +INSERT INTO "org_user" ("id", "uid", "org_id", "is_public") VALUES (21,21,2,false); +SELECT setval('org_user_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "org_user"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."team" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "org_id" BIGINT NULL, "lower_name" VARCHAR(255) NULL, "name" VARCHAR(255) NULL, "description" VARCHAR(255) NULL, "authorize" INTEGER NULL, "num_repos" INTEGER NULL, "num_members" INTEGER NULL, "includes_all_repositories" BOOL DEFAULT false NOT NULL, "can_create_org_repo" BOOL DEFAULT false NOT NULL); ; +CREATE INDEX "IDX_team_org_id" ON "team" ("org_id"); +INSERT INTO "team" ("id", "org_id", "lower_name", "name", "description", "authorize", "num_repos", "num_members", "includes_all_repositories", "can_create_org_repo") VALUES (19,20,'owners','Owners','','4','24','1',true,true); +INSERT INTO "team" ("id", "org_id", "lower_name", "name", "description", "authorize", "num_repos", "num_members", "includes_all_repositories", "can_create_org_repo") VALUES (2,3,'owners','Owners','','4','7','1',true,true); +INSERT INTO "team" ("id", "org_id", "lower_name", "name", "description", "authorize", "num_repos", "num_members", "includes_all_repositories", "can_create_org_repo") VALUES (20,3,'viewers','Viewers','','1','7','1',true,false); +INSERT INTO "team" ("id", "org_id", "lower_name", "name", "description", "authorize", "num_repos", "num_members", "includes_all_repositories", "can_create_org_repo") VALUES (1,2,'owners','Owners','','4','2','1',true,true); +INSERT INTO "team" ("id", "org_id", "lower_name", "name", "description", "authorize", "num_repos", "num_members", "includes_all_repositories", "can_create_org_repo") VALUES (21,2,'viewers','Viewers','','1','2','1',true,false); +INSERT INTO "team" ("id", "org_id", "lower_name", "name", "description", "authorize", "num_repos", "num_members", "includes_all_repositories", "can_create_org_repo") VALUES (18,19,'owners','Owners','','4','10','1',true,true); +SELECT setval('team_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "team"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."team_user" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "org_id" BIGINT NULL, "team_id" BIGINT NULL, "uid" BIGINT NULL); ; +CREATE INDEX "IDX_team_user_org_id" ON "team_user" ("org_id"); +CREATE UNIQUE INDEX "UQE_team_user_s" ON "team_user" ("team_id","uid"); +INSERT INTO "team_user" ("id", "org_id", "team_id", "uid") VALUES (1,2,1,1); +INSERT INTO "team_user" ("id", "org_id", "team_id", "uid") VALUES (2,3,2,1); +INSERT INTO "team_user" ("id", "org_id", "team_id", "uid") VALUES (18,19,18,1); +INSERT INTO "team_user" ("id", "org_id", "team_id", "uid") VALUES (19,20,19,1); +INSERT INTO "team_user" ("id", "org_id", "team_id", "uid") VALUES (20,3,20,21); +INSERT INTO "team_user" ("id", "org_id", "team_id", "uid") VALUES (21,2,21,21); +SELECT setval('team_user_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "team_user"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."team_repo" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "org_id" BIGINT NULL, "team_id" BIGINT NULL, "repo_id" BIGINT NULL); ; +CREATE INDEX "IDX_team_repo_org_id" ON "team_repo" ("org_id"); +CREATE UNIQUE INDEX "UQE_team_repo_s" ON "team_repo" ("team_id","repo_id"); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (1,3,2,1); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (38,19,18,38); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (39,19,18,39); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (40,19,18,40); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (41,20,19,21); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (42,20,19,15); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (43,20,19,16); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (44,20,19,17); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (45,20,19,20); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (46,20,19,25); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (47,20,19,29); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (48,20,19,30); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (49,20,19,31); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (50,20,19,32); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (51,20,19,22); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (52,20,19,12); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (53,20,19,19); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (54,20,19,11); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (55,19,18,2); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (56,19,18,9); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (57,19,18,8); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (58,19,18,7); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (59,19,18,6); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (60,19,18,5); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (61,19,18,4); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (62,20,19,24); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (63,20,19,27); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (64,20,19,18); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (65,20,19,13); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (66,20,19,35); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (67,20,19,33); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (68,20,19,26); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (69,20,19,23); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (70,20,19,37); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (71,20,19,36); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (72,3,2,137); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (73,3,2,138); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (74,3,2,139); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (75,3,2,140); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (77,3,2,142); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (78,2,1,143); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (79,3,2,144); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (80,3,20,1); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (81,3,20,138); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (82,3,20,139); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (83,3,20,142); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (84,3,20,140); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (85,3,20,137); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (86,3,20,144); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (87,2,21,143); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (88,2,1,146); +INSERT INTO "team_repo" ("id", "org_id", "team_id", "repo_id") VALUES (89,2,21,146); +SELECT setval('team_repo_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "team_repo"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."team_unit" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "org_id" BIGINT NULL, "team_id" BIGINT NULL, "type" INTEGER NULL, "access_mode" INTEGER NULL); ; +CREATE INDEX "IDX_team_unit_org_id" ON "team_unit" ("org_id"); +CREATE UNIQUE INDEX "UQE_team_unit_s" ON "team_unit" ("team_id","type"); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (191,3,20,'8','1'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (192,3,20,'7','1'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (193,3,20,'3','1'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (194,3,20,'6','1'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (195,3,20,'4','1'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (196,3,20,'10','1'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (197,3,20,'1','1'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (198,3,20,'5','1'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (199,3,20,'2','1'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (200,3,20,'9','1'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (201,2,21,'10','1'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (202,2,21,'6','1'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (203,2,21,'8','1'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (204,2,21,'7','1'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (205,2,21,'3','1'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (206,2,21,'1','1'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (207,2,21,'9','1'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (208,2,21,'5','1'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (209,2,21,'2','1'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (210,2,21,'4','1'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (1,2,1,'1','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (2,2,1,'2','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (3,2,1,'3','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (4,2,1,'4','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (5,2,1,'5','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (8,2,1,'8','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (9,2,1,'9','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (10,2,1,'10','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (11,3,2,'1','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (12,3,2,'2','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (13,3,2,'3','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (14,3,2,'4','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (15,3,2,'5','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (18,3,2,'8','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (19,3,2,'9','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (20,3,2,'10','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (171,19,18,'1','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (172,19,18,'2','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (173,19,18,'3','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (174,19,18,'4','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (175,19,18,'5','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (178,19,18,'8','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (179,19,18,'9','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (180,19,18,'10','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (181,20,19,'1','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (182,20,19,'2','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (183,20,19,'3','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (184,20,19,'4','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (185,20,19,'5','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (188,20,19,'8','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (189,20,19,'9','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (190,20,19,'10','4'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (6,2,1,'6','1'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (7,2,1,'7','1'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (16,3,2,'6','1'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (17,3,2,'7','1'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (176,19,18,'6','1'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (177,19,18,'7','1'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (186,20,19,'6','1'); +INSERT INTO "team_unit" ("id", "org_id", "team_id", "type", "access_mode") VALUES (187,20,19,'7','1'); +SELECT setval('team_unit_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "team_unit"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."team_invite" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "token" VARCHAR(255) DEFAULT '' NOT NULL, "inviter_id" BIGINT DEFAULT 0 NOT NULL, "org_id" BIGINT DEFAULT 0 NOT NULL, "team_id" BIGINT DEFAULT 0 NOT NULL, "email" VARCHAR(255) DEFAULT '' NOT NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL); ; +CREATE INDEX "IDX_team_invite_token" ON "team_invite" ("token"); +CREATE INDEX "IDX_team_invite_org_id" ON "team_invite" ("org_id"); +CREATE UNIQUE INDEX "UQE_team_invite_team_mail" ON "team_invite" ("team_id","email"); +CREATE INDEX "IDX_team_invite_team_id" ON "team_invite" ("team_id"); +CREATE INDEX "IDX_team_invite_created_unix" ON "team_invite" ("created_unix"); +CREATE INDEX "IDX_team_invite_updated_unix" ON "team_invite" ("updated_unix"); +SELECT setval('team_invite_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "team_invite"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."access" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "user_id" BIGINT NULL, "repo_id" BIGINT NULL, "mode" INTEGER NULL); ; +CREATE UNIQUE INDEX "UQE_access_s" ON "access" ("user_id","repo_id"); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (38,1,38,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (39,1,39,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (40,1,40,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (41,1,21,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (42,1,15,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (43,1,16,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (44,1,17,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (45,1,20,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (46,1,25,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (47,1,29,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (48,1,30,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (49,1,31,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (50,1,32,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (51,1,22,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (52,1,12,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (53,1,19,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (54,1,11,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (55,1,2,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (56,1,9,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (57,1,8,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (58,1,7,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (59,1,6,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (60,1,5,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (61,1,4,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (62,1,24,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (63,1,27,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (64,1,18,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (65,1,13,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (66,1,35,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (67,1,33,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (68,1,26,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (69,1,23,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (70,1,37,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (71,1,36,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (80,1,1,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (81,1,138,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (82,1,139,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (83,1,142,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (84,1,140,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (85,1,137,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (86,1,144,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (87,21,1,'1'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (88,21,138,'1'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (89,21,139,'1'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (90,21,142,'1'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (91,21,140,'1'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (92,21,137,'1'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (93,21,144,'1'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (94,1,143,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (95,21,143,'1'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (97,1,146,'4'); +INSERT INTO "access" ("id", "user_id", "repo_id", "mode") VALUES (98,21,146,'1'); +SELECT setval('access_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "access"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."branch" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "repo_id" BIGINT NULL, "name" VARCHAR(255) NOT NULL, "commit_id" VARCHAR(255) NULL, "commit_message" TEXT NULL, "pusher_id" BIGINT NULL, "is_deleted" BOOL NULL, "deleted_by_id" BIGINT NULL, "deleted_unix" BIGINT NULL, "commit_time" BIGINT NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL); ; +CREATE INDEX "IDX_branch_deleted_unix" ON "branch" ("deleted_unix"); +CREATE UNIQUE INDEX "UQE_branch_s" ON "branch" ("repo_id","name"); +CREATE INDEX "IDX_branch_is_deleted" ON "branch" ("is_deleted"); +INSERT INTO "branch" ("id", "repo_id", "name", "commit_id", "commit_message", "pusher_id", "is_deleted", "deleted_by_id", "deleted_unix", "commit_time", "created_unix", "updated_unix") VALUES (6,148,'main','4e268727f53e45c692b9daedfb7facf9563f0a31','mark repo as deprecated',1,false,0,0,1748978907,1726593492,1748978920); +INSERT INTO "branch" ("id", "repo_id", "name", "commit_id", "commit_message", "pusher_id", "is_deleted", "deleted_by_id", "deleted_unix", "commit_time", "created_unix", "updated_unix") VALUES (2,140,'main','6630d973a94af986101218490232c2b23a461529','Change UID and GID to match SMB mount on host',0,false,0,0,1691785886,1714584058,1714584058); +INSERT INTO "branch" ("id", "repo_id", "name", "commit_id", "commit_message", "pusher_id", "is_deleted", "deleted_by_id", "deleted_unix", "commit_time", "created_unix", "updated_unix") VALUES (3,138,'main','73d0a8423aca10ba4484e92051fd70879e1751c9','add docker-compose.yml',0,false,0,0,1685922684,1715727938,1715727938); +INSERT INTO "branch" ("id", "repo_id", "name", "commit_id", "commit_message", "pusher_id", "is_deleted", "deleted_by_id", "deleted_unix", "commit_time", "created_unix", "updated_unix") VALUES (16,148,'chore/add-dotfiles','f9f78e3757f845397f1eefcb9d6c8d43f2dc7dca','WIP: trying to add custom dotfiles for nvim',1,false,0,0,1745372842,1745372863,1745372863); +INSERT INTO "branch" ("id", "repo_id", "name", "commit_id", "commit_message", "pusher_id", "is_deleted", "deleted_by_id", "deleted_unix", "commit_time", "created_unix", "updated_unix") VALUES (17,153,'main','8270857adaf6908e163cae6aed424f3b775bc82d','rename iso config',1,false,0,0,1745957825,1745952696,1745957847); +INSERT INTO "branch" ("id", "repo_id", "name", "commit_id", "commit_message", "pusher_id", "is_deleted", "deleted_by_id", "deleted_unix", "commit_time", "created_unix", "updated_unix") VALUES (7,125,'master','459a118543959a1f192a22a014f792786e2ebb94','log build errors on macOS into README.md',1,false,0,0,1749577428,1727203526,1749577435); +INSERT INTO "branch" ("id", "repo_id", "name", "commit_id", "commit_message", "pusher_id", "is_deleted", "deleted_by_id", "deleted_unix", "commit_time", "created_unix", "updated_unix") VALUES (10,151,'main','04b3f9d00d4fec01ce1891e1bde28085a4584e9a','add wildcard CNAME for k8s services',1,false,0,0,1737161999,1736918602,1737162008); +INSERT INTO "branch" ("id", "repo_id", "name", "commit_id", "commit_message", "pusher_id", "is_deleted", "deleted_by_id", "deleted_unix", "commit_time", "created_unix", "updated_unix") VALUES (18,154,'main','a85785d0fa69fa88c9f06d8f271026c9ddf68068','chore(home): add roam-research',1,false,0,0,1749570412,1746641396,1750943877); +INSERT INTO "branch" ("id", "repo_id", "name", "commit_id", "commit_message", "pusher_id", "is_deleted", "deleted_by_id", "deleted_unix", "commit_time", "created_unix", "updated_unix") VALUES (9,150,'main','8c143b8832ca10292fd80741d2b492345dd06eda','add nix to workstations',1,false,0,0,1738615230,1736870941,1738615236); +INSERT INTO "branch" ("id", "repo_id", "name", "commit_id", "commit_message", "pusher_id", "is_deleted", "deleted_by_id", "deleted_unix", "commit_time", "created_unix", "updated_unix") VALUES (11,148,'feat/refactor-for-cross-platform','e5905a56af9d645084202e3d8464049a4ffc9127','check in',1,false,0,0,1739235410,1739234428,1739235430); +INSERT INTO "branch" ("id", "repo_id", "name", "commit_id", "commit_message", "pusher_id", "is_deleted", "deleted_by_id", "deleted_unix", "commit_time", "created_unix", "updated_unix") VALUES (12,148,'experiment/use-nix-starter-configs','deb1f0cef064905e447543a95e35131611ba99bf','switch to config from nix-starter-configs',1,false,0,0,1738623091,1740775858,1740775858); +INSERT INTO "branch" ("id", "repo_id", "name", "commit_id", "commit_message", "pusher_id", "is_deleted", "deleted_by_id", "deleted_unix", "commit_time", "created_unix", "updated_unix") VALUES (4,147,'feat/add-plex','ab299533ee2e48b2b8de02e86ba505467fe5cd9e','chore(plex): add tautulli',1,false,0,0,1717049314,1717049421,1717049421); +INSERT INTO "branch" ("id", "repo_id", "name", "commit_id", "commit_message", "pusher_id", "is_deleted", "deleted_by_id", "deleted_unix", "commit_time", "created_unix", "updated_unix") VALUES (5,147,'feat/add-plex-and-arr','4272e4e1b4473fe84a4fa2772053f2b82fe55dae','chore(plex): skeleton',1,false,0,0,1725558208,1725558220,1725558220); +INSERT INTO "branch" ("id", "repo_id", "name", "commit_id", "commit_message", "pusher_id", "is_deleted", "deleted_by_id", "deleted_unix", "commit_time", "created_unix", "updated_unix") VALUES (1,147,'main','e777deedc1c2dd98f3a837e2f1a8fb0c46516c12','fix(portfolio): disable job for now',1,false,0,0,1743095700,1711690246,1743095711); +INSERT INTO "branch" ("id", "repo_id", "name", "commit_id", "commit_message", "pusher_id", "is_deleted", "deleted_by_id", "deleted_unix", "commit_time", "created_unix", "updated_unix") VALUES (13,100,'master','6df2757c8ec7db0ef18c61c49e7caecd4ad1e87f','Switch TypeScript plugin. Old one was deprecated.',0,false,0,0,1681835912,1743283986,1743283986); +INSERT INTO "branch" ("id", "repo_id", "name", "commit_id", "commit_message", "pusher_id", "is_deleted", "deleted_by_id", "deleted_unix", "commit_time", "created_unix", "updated_unix") VALUES (14,100,'patch-1','0e2cec924a8a98a48fbb6624b0e512ab2f5c1b7b','Fix typo in comment',0,false,0,0,1542121919,1743283986,1743283986); +INSERT INTO "branch" ("id", "repo_id", "name", "commit_id", "commit_message", "pusher_id", "is_deleted", "deleted_by_id", "deleted_unix", "commit_time", "created_unix", "updated_unix") VALUES (15,152,'main','ef1c552834fde85a60340ea9787c2e40563ae5d8','lua plugin manager, more extras',1,false,0,0,1743540156,1743538556,1743540169); +INSERT INTO "branch" ("id", "repo_id", "name", "commit_id", "commit_message", "pusher_id", "is_deleted", "deleted_by_id", "deleted_unix", "commit_time", "created_unix", "updated_unix") VALUES (8,149,'main','d443e2eaf4025b495405208873701225f0313176','add resume',1,false,0,0,1747852650,1728586603,1747949054); +SELECT setval('branch_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "branch"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."renamed_branch" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "repo_id" BIGINT NOT NULL, "from" VARCHAR(255) NULL, "to" VARCHAR(255) NULL, "created_unix" BIGINT NULL); ; +CREATE INDEX "IDX_renamed_branch_repo_id" ON "renamed_branch" ("repo_id"); +SELECT setval('renamed_branch_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "renamed_branch"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."commit_status" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "index" BIGINT NULL, "repo_id" BIGINT NULL, "state" VARCHAR(7) NOT NULL, "sha" VARCHAR(64) NOT NULL, "target_url" TEXT NULL, "description" TEXT NULL, "context_hash" VARCHAR(64) NULL, "context" TEXT NULL, "creator_id" BIGINT NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL); ; +CREATE INDEX "IDX_commit_status_sha" ON "commit_status" ("sha"); +CREATE INDEX "IDX_commit_status_context_hash" ON "commit_status" ("context_hash"); +CREATE INDEX "IDX_commit_status_created_unix" ON "commit_status" ("created_unix"); +CREATE INDEX "IDX_commit_status_updated_unix" ON "commit_status" ("updated_unix"); +CREATE UNIQUE INDEX "UQE_commit_status_repo_sha_index" ON "commit_status" ("index","repo_id","sha"); +CREATE INDEX "IDX_commit_status_index" ON "commit_status" ("index"); +CREATE INDEX "IDX_commit_status_repo_id" ON "commit_status" ("repo_id"); +SELECT setval('commit_status_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "commit_status"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."commit_status_index" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "repo_id" BIGINT NULL, "sha" VARCHAR(255) NULL, "max_index" BIGINT NULL); ; +CREATE UNIQUE INDEX "UQE_commit_status_index_repo_sha" ON "commit_status_index" ("repo_id","sha"); +CREATE INDEX "IDX_commit_status_index_max_index" ON "commit_status_index" ("max_index"); +SELECT setval('commit_status_index_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "commit_status_index"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."commit_status_summary" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "repo_id" BIGINT NULL, "sha" VARCHAR(64) NOT NULL, "state" VARCHAR(7) NOT NULL, "target_url" TEXT NULL); ; +CREATE UNIQUE INDEX "UQE_commit_status_summary_repo_id_sha" ON "commit_status_summary" ("repo_id","sha"); +CREATE INDEX "IDX_commit_status_summary_repo_id" ON "commit_status_summary" ("repo_id"); +CREATE INDEX "IDX_commit_status_summary_sha" ON "commit_status_summary" ("sha"); +SELECT setval('commit_status_summary_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "commit_status_summary"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."lfs_meta_object" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "oid" VARCHAR(255) NOT NULL, "size" BIGINT NOT NULL, "repository_id" BIGINT NOT NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL); ; +CREATE UNIQUE INDEX "UQE_lfs_meta_object_s" ON "lfs_meta_object" ("oid","repository_id"); +CREATE INDEX "IDX_lfs_meta_object_oid" ON "lfs_meta_object" ("oid"); +CREATE INDEX "IDX_lfs_meta_object_repository_id" ON "lfs_meta_object" ("repository_id"); +CREATE INDEX "IDX_lfs_meta_object_updated_unix" ON "lfs_meta_object" ("updated_unix"); +INSERT INTO "lfs_meta_object" ("id", "oid", "size", "repository_id", "created_unix", "updated_unix") VALUES (1,'a8fbd6bf263b60c75f73e2e9f84070f8e8157e49012cb686dffc74ae7752d5e2',22894,35,1684715798,1684715798); +INSERT INTO "lfs_meta_object" ("id", "oid", "size", "repository_id", "created_unix", "updated_unix") VALUES (2,'806363fcfc0a39a649048138c230cd828bc56f17d97e6ae35c2b79e103a74274',80674,35,1684715798,1684715798); +INSERT INTO "lfs_meta_object" ("id", "oid", "size", "repository_id", "created_unix", "updated_unix") VALUES (3,'62800b674fb5c2a17757c740bb5bb8d531d265b39050bfae613b7944ea363851',3841,35,1684715798,1684715798); +INSERT INTO "lfs_meta_object" ("id", "oid", "size", "repository_id", "created_unix", "updated_unix") VALUES (4,'d55db3e6576e3cff1bf686449b774f64d7177b6119dae26af56cf478455eb885',1934190,35,1684715799,1684715799); +INSERT INTO "lfs_meta_object" ("id", "oid", "size", "repository_id", "created_unix", "updated_unix") VALUES (5,'52105bee2d50b9fa83f770a09262c9d407dc7c4c35d172646697aaced25f5509',2813891,35,1684715799,1684715799); +INSERT INTO "lfs_meta_object" ("id", "oid", "size", "repository_id", "created_unix", "updated_unix") VALUES (6,'ae1935128f9132275ab1de39ec9ea7e38e1594fe1251994d168cbb1829081824',5240085,35,1684715799,1684715799); +INSERT INTO "lfs_meta_object" ("id", "oid", "size", "repository_id", "created_unix", "updated_unix") VALUES (7,'b1a8b1135592cec9e51a7227c02e966869f291a2a4f4f473a64971d7cfec49e3',7701972,35,1684715799,1684715799); +INSERT INTO "lfs_meta_object" ("id", "oid", "size", "repository_id", "created_unix", "updated_unix") VALUES (8,'7463ec88c620da5aa0c98f55ed12db09a4181d8fabe0bca3b80121f8f567fee2',17473305,35,1684715799,1684715799); +SELECT setval('lfs_meta_object_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "lfs_meta_object"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."lfs_lock" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "repo_id" BIGINT NOT NULL, "owner_id" BIGINT NOT NULL, "path" TEXT NULL, "created" TIMESTAMP NULL); ; +CREATE INDEX "IDX_lfs_lock_repo_id" ON "lfs_lock" ("repo_id"); +CREATE INDEX "IDX_lfs_lock_owner_id" ON "lfs_lock" ("owner_id"); +SELECT setval('lfs_lock_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "lfs_lock"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."protected_branch" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "repo_id" BIGINT NULL, "branch_name" VARCHAR(255) NULL, "can_push" BOOL DEFAULT false NOT NULL, "enable_whitelist" BOOL NULL, "whitelist_user_i_ds" TEXT NULL, "whitelist_team_i_ds" TEXT NULL, "enable_merge_whitelist" BOOL DEFAULT false NOT NULL, "whitelist_deploy_keys" BOOL DEFAULT false NOT NULL, "merge_whitelist_user_i_ds" TEXT NULL, "merge_whitelist_team_i_ds" TEXT NULL, "enable_status_check" BOOL DEFAULT false NOT NULL, "status_check_contexts" TEXT NULL, "enable_approvals_whitelist" BOOL DEFAULT false NOT NULL, "approvals_whitelist_user_i_ds" TEXT NULL, "approvals_whitelist_team_i_ds" TEXT NULL, "required_approvals" BIGINT DEFAULT 0 NOT NULL, "block_on_rejected_reviews" BOOL DEFAULT false NOT NULL, "block_on_official_review_requests" BOOL DEFAULT false NOT NULL, "block_on_outdated_branch" BOOL DEFAULT false NOT NULL, "dismiss_stale_approvals" BOOL DEFAULT false NOT NULL, "ignore_stale_approvals" BOOL DEFAULT false NOT NULL, "require_signed_commits" BOOL DEFAULT false NOT NULL, "protected_file_patterns" TEXT NULL, "unprotected_file_patterns" TEXT NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL); ; +CREATE UNIQUE INDEX "UQE_protected_branch_s" ON "protected_branch" ("repo_id","branch_name"); +SELECT setval('protected_branch_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "protected_branch"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."protected_tag" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "repo_id" BIGINT NULL, "name_pattern" VARCHAR(255) NULL, "allowlist_user_i_ds" TEXT NULL, "allowlist_team_i_ds" TEXT NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL); ; +SELECT setval('protected_tag_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "protected_tag"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."issue_assignees" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "assignee_id" BIGINT NULL, "issue_id" BIGINT NULL); ; +CREATE INDEX "IDX_issue_assignees_assignee_id" ON "issue_assignees" ("assignee_id"); +CREATE INDEX "IDX_issue_assignees_issue_id" ON "issue_assignees" ("issue_id"); +SELECT setval('issue_assignees_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "issue_assignees"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."comment" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "type" INTEGER NULL, "poster_id" BIGINT NULL, "original_author" VARCHAR(255) NULL, "original_author_id" BIGINT NULL, "issue_id" BIGINT NULL, "label_id" BIGINT NULL, "old_project_id" BIGINT NULL, "project_id" BIGINT NULL, "old_milestone_id" BIGINT NULL, "milestone_id" BIGINT NULL, "time_id" BIGINT NULL, "assignee_id" BIGINT NULL, "removed_assignee" BOOL NULL, "assignee_team_id" BIGINT DEFAULT 0 NOT NULL, "resolve_doer_id" BIGINT NULL, "old_title" VARCHAR(255) NULL, "new_title" VARCHAR(255) NULL, "old_ref" VARCHAR(255) NULL, "new_ref" VARCHAR(255) NULL, "dependent_issue_id" BIGINT NULL, "commit_id" BIGINT NULL, "line" BIGINT NULL, "tree_path" VARCHAR(255) NULL, "content" TEXT NULL, "patch" TEXT NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL, "commit_sha" VARCHAR(64) NULL, "review_id" BIGINT NULL, "invalidated" BOOL NULL, "ref_repo_id" BIGINT NULL, "ref_issue_id" BIGINT NULL, "ref_comment_id" BIGINT NULL, "ref_action" SMALLINT NULL, "ref_is_pull" BOOL NULL); ; +CREATE INDEX "IDX_comment_issue_id" ON "comment" ("issue_id"); +CREATE INDEX "IDX_comment_created_unix" ON "comment" ("created_unix"); +CREATE INDEX "IDX_comment_ref_issue_id" ON "comment" ("ref_issue_id"); +CREATE INDEX "IDX_comment_type" ON "comment" ("type"); +CREATE INDEX "IDX_comment_poster_id" ON "comment" ("poster_id"); +CREATE INDEX "IDX_comment_dependent_issue_id" ON "comment" ("dependent_issue_id"); +CREATE INDEX "IDX_comment_updated_unix" ON "comment" ("updated_unix"); +CREATE INDEX "IDX_comment_review_id" ON "comment" ("review_id"); +CREATE INDEX "IDX_comment_ref_repo_id" ON "comment" ("ref_repo_id"); +CREATE INDEX "IDX_comment_ref_comment_id" ON "comment" ("ref_comment_id"); +SELECT setval('comment_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "comment"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."issue_content_history" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "poster_id" BIGINT NULL, "issue_id" BIGINT NULL, "comment_id" BIGINT NULL, "edited_unix" BIGINT NULL, "content_text" TEXT NULL, "is_first_created" BOOL NULL, "is_deleted" BOOL NULL); ; +CREATE INDEX "IDX_issue_content_history_issue_id" ON "issue_content_history" ("issue_id"); +CREATE INDEX "IDX_issue_content_history_comment_id" ON "issue_content_history" ("comment_id"); +CREATE INDEX "IDX_issue_content_history_edited_unix" ON "issue_content_history" ("edited_unix"); +SELECT setval('issue_content_history_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "issue_content_history"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."issue_dependency" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "user_id" BIGINT NOT NULL, "issue_id" BIGINT NOT NULL, "dependency_id" BIGINT NOT NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL); ; +CREATE UNIQUE INDEX "UQE_issue_dependency_issue_dependency" ON "issue_dependency" ("issue_id","dependency_id"); +SELECT setval('issue_dependency_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "issue_dependency"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."issue" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "repo_id" BIGINT NULL, "index" BIGINT NULL, "poster_id" BIGINT NULL, "original_author" VARCHAR(255) NULL, "original_author_id" BIGINT NULL, "name" VARCHAR(255) NULL, "content" TEXT NULL, "milestone_id" BIGINT NULL, "priority" INTEGER NULL, "is_closed" BOOL NULL, "is_pull" BOOL NULL, "num_comments" INTEGER NULL, "ref" VARCHAR(255) NULL, "pin_order" INTEGER DEFAULT 0 NULL, "deadline_unix" BIGINT NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL, "closed_unix" BIGINT NULL, "is_locked" BOOL DEFAULT false NOT NULL); ; +CREATE INDEX "IDX_issue_poster_id" ON "issue" ("poster_id"); +CREATE INDEX "IDX_issue_milestone_id" ON "issue" ("milestone_id"); +CREATE INDEX "IDX_issue_is_pull" ON "issue" ("is_pull"); +CREATE UNIQUE INDEX "UQE_issue_repo_index" ON "issue" ("repo_id","index"); +CREATE INDEX "IDX_issue_repo_id" ON "issue" ("repo_id"); +CREATE INDEX "IDX_issue_original_author_id" ON "issue" ("original_author_id"); +CREATE INDEX "IDX_issue_is_closed" ON "issue" ("is_closed"); +CREATE INDEX "IDX_issue_deadline_unix" ON "issue" ("deadline_unix"); +CREATE INDEX "IDX_issue_created_unix" ON "issue" ("created_unix"); +CREATE INDEX "IDX_issue_updated_unix" ON "issue" ("updated_unix"); +CREATE INDEX "IDX_issue_closed_unix" ON "issue" ("closed_unix"); +SELECT setval('issue_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "issue"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."issue_index" ("group_id" BIGINT PRIMARY KEY NOT NULL, "max_index" BIGINT NULL); ; +CREATE INDEX "IDX_issue_index_max_index" ON "issue_index" ("max_index"); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (2,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (4,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (5,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (6,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (7,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (8,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (9,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (11,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (12,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (13,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (15,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (16,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (17,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (18,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (19,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (20,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (21,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (22,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (23,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (24,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (26,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (25,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (27,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (29,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (30,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (31,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (32,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (33,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (34,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (35,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (36,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (37,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (38,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (39,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (40,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (41,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (42,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (43,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (44,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (45,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (46,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (47,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (48,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (49,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (50,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (51,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (52,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (53,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (54,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (55,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (56,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (57,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (58,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (59,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (60,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (61,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (62,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (63,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (64,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (65,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (66,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (67,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (68,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (69,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (70,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (71,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (72,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (73,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (74,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (75,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (76,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (77,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (78,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (79,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (80,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (81,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (82,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (83,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (84,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (85,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (86,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (87,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (88,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (89,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (90,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (91,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (92,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (93,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (94,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (95,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (96,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (97,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (98,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (99,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (100,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (101,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (102,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (103,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (104,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (105,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (106,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (107,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (108,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (109,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (110,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (111,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (112,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (113,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (114,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (115,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (116,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (117,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (118,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (119,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (120,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (121,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (122,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (123,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (124,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (125,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (126,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (127,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (128,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (129,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (130,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (131,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (132,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (133,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (134,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (135,0); +INSERT INTO "issue_index" ("group_id", "max_index") VALUES (136,0); + +CREATE TABLE IF NOT EXISTS "public"."issue_user" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "uid" BIGINT NULL, "issue_id" BIGINT NULL, "is_read" BOOL NULL, "is_mentioned" BOOL NULL); ; +CREATE UNIQUE INDEX "UQE_issue_user_uid_to_issue" ON "issue_user" ("uid","issue_id"); +CREATE INDEX "IDX_issue_user_uid" ON "issue_user" ("uid"); +CREATE INDEX "IDX_issue_user_issue_id" ON "issue_user" ("issue_id"); +SELECT setval('issue_user_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "issue_user"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."issue_watch" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "user_id" BIGINT NOT NULL, "issue_id" BIGINT NOT NULL, "is_watching" BOOL NOT NULL, "created_unix" BIGINT NOT NULL, "updated_unix" BIGINT NOT NULL); ; +CREATE UNIQUE INDEX "UQE_issue_watch_watch" ON "issue_watch" ("user_id","issue_id"); +SELECT setval('issue_watch_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "issue_watch"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."label" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "repo_id" BIGINT NULL, "org_id" BIGINT NULL, "name" VARCHAR(255) NULL, "exclusive" BOOL NULL, "description" VARCHAR(255) NULL, "color" VARCHAR(7) NULL, "num_issues" INTEGER NULL, "num_closed_issues" INTEGER NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL, "archived_unix" BIGINT DEFAULT NULL NULL); ; +CREATE INDEX "IDX_label_updated_unix" ON "label" ("updated_unix"); +CREATE INDEX "IDX_label_repo_id" ON "label" ("repo_id"); +CREATE INDEX "IDX_label_org_id" ON "label" ("org_id"); +CREATE INDEX "IDX_label_created_unix" ON "label" ("created_unix"); +SELECT setval('label_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "label"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."issue_label" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "issue_id" BIGINT NULL, "label_id" BIGINT NULL); ; +CREATE UNIQUE INDEX "UQE_issue_label_s" ON "issue_label" ("issue_id","label_id"); +SELECT setval('issue_label_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "issue_label"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."milestone" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "repo_id" BIGINT NULL, "name" VARCHAR(255) NULL, "content" TEXT NULL, "is_closed" BOOL NULL, "num_issues" INTEGER NULL, "num_closed_issues" INTEGER NULL, "completeness" INTEGER NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL, "deadline_unix" BIGINT NULL, "closed_date_unix" BIGINT NULL); ; +CREATE INDEX "IDX_milestone_created_unix" ON "milestone" ("created_unix"); +CREATE INDEX "IDX_milestone_updated_unix" ON "milestone" ("updated_unix"); +CREATE INDEX "IDX_milestone_repo_id" ON "milestone" ("repo_id"); +SELECT setval('milestone_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "milestone"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."pull_request" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "type" INTEGER NULL, "status" INTEGER NULL, "conflicted_files" JSON NULL, "commits_ahead" INTEGER NULL, "commits_behind" INTEGER NULL, "changed_protected_files" JSON NULL, "issue_id" BIGINT NULL, "index" BIGINT NULL, "head_repo_id" BIGINT NULL, "base_repo_id" BIGINT NULL, "head_branch" VARCHAR(255) NULL, "base_branch" VARCHAR(255) NULL, "merge_base" VARCHAR(64) NULL, "allow_maintainer_edit" BOOL DEFAULT false NOT NULL, "has_merged" BOOL NULL, "merged_commit_id" VARCHAR(64) NULL, "merger_id" BIGINT NULL, "merged_unix" BIGINT NULL, "flow" INTEGER DEFAULT 0 NOT NULL); ; +CREATE INDEX "IDX_pull_request_issue_id" ON "pull_request" ("issue_id"); +CREATE INDEX "IDX_pull_request_head_repo_id" ON "pull_request" ("head_repo_id"); +CREATE INDEX "IDX_pull_request_base_repo_id" ON "pull_request" ("base_repo_id"); +CREATE INDEX "IDX_pull_request_has_merged" ON "pull_request" ("has_merged"); +CREATE INDEX "IDX_pull_request_merger_id" ON "pull_request" ("merger_id"); +CREATE INDEX "IDX_pull_request_merged_unix" ON "pull_request" ("merged_unix"); +SELECT setval('pull_request_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "pull_request"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."reaction" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "type" VARCHAR(255) NOT NULL, "issue_id" BIGINT NOT NULL, "comment_id" BIGINT NULL, "user_id" BIGINT NOT NULL, "original_author_id" BIGINT DEFAULT 0 NOT NULL, "original_author" VARCHAR(255) NULL, "created_unix" BIGINT NULL); ; +CREATE INDEX "IDX_reaction_issue_id" ON "reaction" ("issue_id"); +CREATE INDEX "IDX_reaction_comment_id" ON "reaction" ("comment_id"); +CREATE INDEX "IDX_reaction_user_id" ON "reaction" ("user_id"); +CREATE INDEX "IDX_reaction_original_author_id" ON "reaction" ("original_author_id"); +CREATE INDEX "IDX_reaction_original_author" ON "reaction" ("original_author"); +CREATE INDEX "IDX_reaction_created_unix" ON "reaction" ("created_unix"); +CREATE UNIQUE INDEX "UQE_reaction_s" ON "reaction" ("type","issue_id","comment_id","user_id","original_author_id","original_author"); +CREATE INDEX "IDX_reaction_type" ON "reaction" ("type"); +SELECT setval('reaction_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "reaction"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."review" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "type" INTEGER NULL, "reviewer_id" BIGINT NULL, "reviewer_team_id" BIGINT DEFAULT 0 NOT NULL, "original_author" VARCHAR(255) NULL, "original_author_id" BIGINT NULL, "issue_id" BIGINT NULL, "content" TEXT NULL, "official" BOOL DEFAULT false NOT NULL, "commit_id" VARCHAR(64) NULL, "stale" BOOL DEFAULT false NOT NULL, "dismissed" BOOL DEFAULT false NOT NULL, "created_unix" BIGINT NULL, "updated_unix" BIGINT NULL); ; +CREATE INDEX "IDX_review_reviewer_id" ON "review" ("reviewer_id"); +CREATE INDEX "IDX_review_issue_id" ON "review" ("issue_id"); +CREATE INDEX "IDX_review_created_unix" ON "review" ("created_unix"); +CREATE INDEX "IDX_review_updated_unix" ON "review" ("updated_unix"); +SELECT setval('review_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "review"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."stopwatch" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "issue_id" BIGINT NULL, "user_id" BIGINT NULL, "created_unix" BIGINT NULL); ; +CREATE INDEX "IDX_stopwatch_issue_id" ON "stopwatch" ("issue_id"); +CREATE INDEX "IDX_stopwatch_user_id" ON "stopwatch" ("user_id"); +SELECT setval('stopwatch_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "stopwatch"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."tracked_time" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "issue_id" BIGINT NULL, "user_id" BIGINT NULL, "created_unix" BIGINT NULL, "time" BIGINT NOT NULL, "deleted" BOOL DEFAULT false NOT NULL); ; +CREATE INDEX "IDX_tracked_time_issue_id" ON "tracked_time" ("issue_id"); +CREATE INDEX "IDX_tracked_time_user_id" ON "tracked_time" ("user_id"); +SELECT setval('tracked_time_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "tracked_time"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."repo_transfer" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "doer_id" BIGINT NULL, "recipient_id" BIGINT NULL, "repo_id" BIGINT NULL, "team_i_ds" TEXT NULL, "created_unix" BIGINT NOT NULL, "updated_unix" BIGINT NOT NULL); ; +CREATE INDEX "IDX_repo_transfer_created_unix" ON "repo_transfer" ("created_unix"); +CREATE INDEX "IDX_repo_transfer_updated_unix" ON "repo_transfer" ("updated_unix"); +SELECT setval('repo_transfer_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "repo_transfer"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."action" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "user_id" BIGINT NULL, "op_type" INTEGER NULL, "act_user_id" BIGINT NULL, "repo_id" BIGINT NULL, "comment_id" BIGINT NULL, "is_deleted" BOOL DEFAULT false NOT NULL, "ref_name" VARCHAR(255) NULL, "is_private" BOOL DEFAULT false NOT NULL, "content" TEXT NULL, "created_unix" BIGINT NULL); ; +CREATE INDEX "IDX_action_au_r_c_u_d" ON "action" ("act_user_id","repo_id","created_unix","user_id","is_deleted"); +CREATE INDEX "IDX_action_r_u_d" ON "action" ("repo_id","user_id","is_deleted"); +CREATE INDEX "IDX_action_c_u_d" ON "action" ("created_unix","user_id","is_deleted"); +CREATE INDEX "IDX_action_user_id" ON "action" ("user_id"); +CREATE INDEX "IDX_action_comment_id" ON "action" ("comment_id"); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (1,1,'1',1,1,0,false,'',false,'',1684685715); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (2,3,'1',1,1,0,false,'',false,'',1684685715); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (3,1,'5',1,1,0,false,'refs/heads/main',false,'',1684685818); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (4,3,'5',1,1,0,false,'refs/heads/main',false,'',1684685818); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (5,1,'5',1,1,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"6665b0ea3e71dd1d53865b33fd6090da33226ae8","Message":"first commit\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-05-21T12:16:42-04:00"}],"HeadCommit":{"Sha1":"6665b0ea3e71dd1d53865b33fd6090da33226ae8","Message":"first commit\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-05-21T12:16:42-04:00"},"CompareURL":"","Len":1}',1684685818); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (6,3,'5',1,1,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"6665b0ea3e71dd1d53865b33fd6090da33226ae8","Message":"first commit\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-05-21T12:16:42-04:00"}],"HeadCommit":{"Sha1":"6665b0ea3e71dd1d53865b33fd6090da33226ae8","Message":"first commit\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-05-21T12:16:42-04:00"},"CompareURL":"","Len":1}',1684685818); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (7,1,'5',1,1,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"ac5e72b22eaff35549975b8102ba62846b32db47","Message":"first commit\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-05-21T12:16:42-04:00"}],"HeadCommit":{"Sha1":"ac5e72b22eaff35549975b8102ba62846b32db47","Message":"first commit\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-05-21T12:16:42-04:00"},"CompareURL":"int.nc.landry.land/ipfs/compare/6665b0ea3e71dd1d53865b33fd6090da33226ae8...ac5e72b22eaff35549975b8102ba62846b32db47","Len":1}',1684685852); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (8,3,'5',1,1,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"ac5e72b22eaff35549975b8102ba62846b32db47","Message":"first commit\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-05-21T12:16:42-04:00"}],"HeadCommit":{"Sha1":"ac5e72b22eaff35549975b8102ba62846b32db47","Message":"first commit\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-05-21T12:16:42-04:00"},"CompareURL":"int.nc.landry.land/ipfs/compare/6665b0ea3e71dd1d53865b33fd6090da33226ae8...ac5e72b22eaff35549975b8102ba62846b32db47","Len":1}',1684685852); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (9,1,'8',1,34,0,false,'',true,'davad_Untitledproject/thesis',1684712960); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (10,1,'8',1,21,0,false,'',true,'dmwl_eHero/ehero-landing-page',1684713123); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (11,20,'8',1,21,0,false,'',true,'dmwl_eHero/ehero-landing-page',1684713123); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (12,1,'8',1,15,0,false,'',true,'davad_Untitledproject/oasite',1684713204); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (13,20,'8',1,15,0,false,'',true,'davad_Untitledproject/oasite',1684713204); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (14,1,'8',1,16,0,false,'',true,'davad_Untitledproject/jacomasonry',1684713216); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (15,20,'8',1,16,0,false,'',true,'davad_Untitledproject/jacomasonry',1684713216); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (16,1,'8',1,17,0,false,'',true,'davad_Untitledproject/jessicalandry.me',1684713229); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (17,20,'8',1,17,0,false,'',true,'davad_Untitledproject/jessicalandry.me',1684713229); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (18,1,'8',1,20,0,false,'',true,'davad_Untitledproject/aipt',1684713238); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (19,20,'8',1,20,0,false,'',true,'davad_Untitledproject/aipt',1684713239); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (20,1,'8',1,25,0,false,'',true,'davad_Untitledproject/decalsforthewall.com',1684713249); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (21,20,'8',1,25,0,false,'',true,'davad_Untitledproject/decalsforthewall.com',1684713249); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (22,1,'8',1,29,0,false,'',true,'davad_Untitledproject/wellwed',1684713258); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (23,20,'8',1,29,0,false,'',true,'davad_Untitledproject/wellwed',1684713258); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (24,1,'8',1,30,0,false,'',true,'davad_Untitledproject/urbanisle',1684713276); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (25,20,'8',1,30,0,false,'',true,'davad_Untitledproject/urbanisle',1684713276); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (26,1,'8',1,31,0,false,'',true,'davad_Untitledproject/urbanisle-deals',1684713288); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (27,20,'8',1,31,0,false,'',true,'davad_Untitledproject/urbanisle-deals',1684713288); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (28,1,'8',1,32,0,false,'',true,'davad_Untitledproject/qtexample',1684713323); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (29,20,'8',1,32,0,false,'',true,'davad_Untitledproject/qtexample',1684713323); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (30,1,'8',1,22,0,false,'',true,'dmwl_EntrepreneurUniversity/eudrupal',1684713411); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (31,20,'8',1,22,0,false,'',true,'dmwl_EntrepreneurUniversity/eudrupal',1684713411); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (32,1,'2',1,12,0,false,'',true,'encryptedurl',1684713454); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (33,8,'2',1,12,0,false,'',true,'encryptedurl',1684713454); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (34,1,'8',1,12,0,false,'',true,'dmwl_Guacamole/guacamole-encryptedurl',1684713471); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (35,20,'8',1,12,0,false,'',true,'dmwl_Guacamole/guacamole-encryptedurl',1684713471); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (36,1,'8',1,19,0,false,'',true,'dmwl_IslanderAccess/iastaticsite',1684713499); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (37,20,'8',1,19,0,false,'',true,'dmwl_IslanderAccess/iastaticsite',1684713499); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (38,1,'8',1,11,0,false,'',true,'dmwl_todo/angular-todo',1684713559); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (39,20,'8',1,11,0,false,'',true,'dmwl_todo/angular-todo',1684713559); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (40,1,'8',1,2,0,false,'',true,'web-flux_Untitledproject/hubot',1684713917); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (41,19,'8',1,2,0,false,'',true,'web-flux_Untitledproject/hubot',1684713917); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (42,1,'2',1,9,0,false,'',true,'wordpressdockerbase',1684713992); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (43,5,'2',1,9,0,false,'',true,'wordpressdockerbase',1684713992); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (44,1,'8',1,9,0,false,'',true,'web-flux_HostingSetup/wordpress-docker-base',1684714015); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (45,19,'8',1,9,0,false,'',true,'web-flux_HostingSetup/wordpress-docker-base',1684714015); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (46,1,'8',1,8,0,false,'',true,'web-flux_HostingSetup/debian-zfs-install',1684714053); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (47,19,'8',1,8,0,false,'',true,'web-flux_HostingSetup/debian-zfs-install',1684714053); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (48,1,'2',1,7,0,false,'',true,'drupaldockerbase',1684714086); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (49,5,'2',1,7,0,false,'',true,'drupaldockerbase',1684714086); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (50,1,'8',1,7,0,false,'',true,'web-flux_HostingSetup/drupal-docker-base',1684714094); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (51,19,'8',1,7,0,false,'',true,'web-flux_HostingSetup/drupal-docker-base',1684714094); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (52,1,'2',1,6,0,false,'',true,'docker',1684714198); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (53,5,'2',1,6,0,false,'',true,'docker',1684714198); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (54,1,'8',1,6,0,false,'',true,'web-flux_HostingSetup/docker-haproxy',1684714205); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (55,19,'8',1,6,0,false,'',true,'web-flux_HostingSetup/docker-haproxy',1684714205); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (56,1,'8',1,5,0,false,'',true,'web-flux_Untitledproject/gfdurham',1684714401); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (57,19,'8',1,5,0,false,'',true,'web-flux_Untitledproject/gfdurham',1684714401); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (58,1,'8',1,4,0,false,'',true,'web-flux_Untitledproject/gfdurham-static',1684714407); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (59,19,'8',1,4,0,false,'',true,'web-flux_Untitledproject/gfdurham-static',1684714407); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (60,1,'8',1,24,0,false,'',true,'underbellyis_Untitledproject/ardusat-landing',1684714450); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (61,20,'8',1,24,0,false,'',true,'underbellyis_Untitledproject/ardusat-landing',1684714450); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (62,1,'2',1,27,0,false,'',true,'dashboard',1684714505); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (63,15,'2',1,27,0,false,'',true,'dashboard',1684714505); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (64,1,'8',1,27,0,false,'',true,'rorvonjour_Untitledproject/vonjour-dashboard',1684714515); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (65,20,'8',1,27,0,false,'',true,'rorvonjour_Untitledproject/vonjour-dashboard',1684714515); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (66,1,'8',1,18,0,false,'',true,'nghalib_Untitledproject/kittmatic-prelaunch',1684714618); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (67,20,'8',1,18,0,false,'',true,'nghalib_Untitledproject/kittmatic-prelaunch',1684714618); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (68,1,'8',1,13,0,false,'',true,'nghalib_Untitledproject/greetmate',1684714645); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (69,20,'8',1,13,0,false,'',true,'nghalib_Untitledproject/greetmate',1684714645); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (70,1,'8',1,35,0,false,'',true,'nghalib_HomeClix/seasonaltuneup',1684715032); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (71,20,'8',1,35,0,false,'',true,'nghalib_HomeClix/seasonaltuneup',1684715032); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (72,1,'8',1,33,0,false,'',true,'nghalib_HomeClix/addresscollector-admin',1684715044); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (73,20,'8',1,33,0,false,'',true,'nghalib_HomeClix/addresscollector-admin',1684715044); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (74,1,'8',1,26,0,false,'',true,'nghalib_HomeClix/addresscollector-backend',1684715060); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (75,20,'8',1,26,0,false,'',true,'nghalib_HomeClix/addresscollector-backend',1684715060); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (76,1,'8',1,23,0,false,'',true,'nghalib_HomeClix/addresscollector-publicui',1684715102); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (77,20,'8',1,23,0,false,'',true,'nghalib_HomeClix/addresscollector-publicui',1684715102); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (78,1,'2',1,35,0,false,'',true,'seasonaltuneup',1684715165); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (79,20,'2',1,35,0,false,'',true,'seasonaltuneup',1684715165); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (80,1,'8',1,37,0,false,'',true,'nghalib_ChronoReels/social-app-frontend',1684715965); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (81,20,'8',1,37,0,false,'',true,'nghalib_ChronoReels/social-app-frontend',1684715965); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (82,1,'8',1,36,0,false,'',true,'nghalib_ChronoReels/social-app-backend',1684715971); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (83,20,'8',1,36,0,false,'',true,'nghalib_ChronoReels/social-app-backend',1684715971); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (84,1,'1',1,137,0,false,'',true,'',1684805327); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (85,3,'1',1,137,0,false,'',true,'',1684805327); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (86,1,'2',1,137,0,false,'',true,'npm.registry',1684807102); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (87,3,'2',1,137,0,false,'',true,'npm.registry',1684807102); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (88,1,'5',1,137,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"e73e0b126225f4ab03c880112b42b4f685c6b480","Message":"First stab at registry containers for npm and docker\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-05-22T22:31:00-04:00"}],"HeadCommit":{"Sha1":"e73e0b126225f4ab03c880112b42b4f685c6b480","Message":"First stab at registry containers for npm and docker\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-05-22T22:31:00-04:00"},"CompareURL":"int.nc.landry.land/registry/compare/9b8d8ea13617c2b02b68c5f5900da8d8ebea0e44...e73e0b126225f4ab03c880112b42b4f685c6b480","Len":1}',1684809072); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (89,3,'5',1,137,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"e73e0b126225f4ab03c880112b42b4f685c6b480","Message":"First stab at registry containers for npm and docker\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-05-22T22:31:00-04:00"}],"HeadCommit":{"Sha1":"e73e0b126225f4ab03c880112b42b4f685c6b480","Message":"First stab at registry containers for npm and docker\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-05-22T22:31:00-04:00"},"CompareURL":"int.nc.landry.land/registry/compare/9b8d8ea13617c2b02b68c5f5900da8d8ebea0e44...e73e0b126225f4ab03c880112b42b4f685c6b480","Len":1}',1684809072); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (90,1,'1',1,138,0,false,'',true,'',1685922098); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (91,3,'1',1,138,0,false,'',true,'',1685922098); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (92,1,'5',1,138,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"73d0a8423aca10ba4484e92051fd70879e1751c9","Message":"add docker-compose.yml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-04T19:51:24-04:00"}],"HeadCommit":{"Sha1":"73d0a8423aca10ba4484e92051fd70879e1751c9","Message":"add docker-compose.yml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-04T19:51:24-04:00"},"CompareURL":"int.nc.landry.land/syncthing/compare/f6178da05d91a5ffe94aeea2638254f50d5ccfc9...73d0a8423aca10ba4484e92051fd70879e1751c9","Len":1}',1685922699); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (93,3,'5',1,138,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"73d0a8423aca10ba4484e92051fd70879e1751c9","Message":"add docker-compose.yml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-04T19:51:24-04:00"}],"HeadCommit":{"Sha1":"73d0a8423aca10ba4484e92051fd70879e1751c9","Message":"add docker-compose.yml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-04T19:51:24-04:00"},"CompareURL":"int.nc.landry.land/syncthing/compare/f6178da05d91a5ffe94aeea2638254f50d5ccfc9...73d0a8423aca10ba4484e92051fd70879e1751c9","Len":1}',1685922699); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (94,1,'1',1,139,0,false,'',true,'',1685926820); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (95,3,'1',1,139,0,false,'',true,'',1685926820); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (96,1,'5',1,139,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"af8678aafff57e83fbf81ee05a5d9887f12f0d4c","Message":"add docker-compose.yml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-04T21:10:41-04:00"}],"HeadCommit":{"Sha1":"af8678aafff57e83fbf81ee05a5d9887f12f0d4c","Message":"add docker-compose.yml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-04T21:10:41-04:00"},"CompareURL":"int.nc.landry.land/podcatcher/compare/26637250f4cfb63796b87441ad8351c53b5b5238...af8678aafff57e83fbf81ee05a5d9887f12f0d4c","Len":1}',1685927496); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (97,3,'5',1,139,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"af8678aafff57e83fbf81ee05a5d9887f12f0d4c","Message":"add docker-compose.yml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-04T21:10:41-04:00"}],"HeadCommit":{"Sha1":"af8678aafff57e83fbf81ee05a5d9887f12f0d4c","Message":"add docker-compose.yml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-04T21:10:41-04:00"},"CompareURL":"int.nc.landry.land/podcatcher/compare/26637250f4cfb63796b87441ad8351c53b5b5238...af8678aafff57e83fbf81ee05a5d9887f12f0d4c","Len":1}',1685927496); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (98,1,'1',1,140,0,false,'',true,'',1685929630); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (99,3,'1',1,140,0,false,'',true,'',1685929630); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (100,1,'5',1,140,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"7e82feba44eae358cb669af4cb392d246f06807d","Message":"add docker-compose.yml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-04T21:59:19-04:00"}],"HeadCommit":{"Sha1":"7e82feba44eae358cb669af4cb392d246f06807d","Message":"add docker-compose.yml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-04T21:59:19-04:00"},"CompareURL":"int.nc.landry.land/paperless/compare/5c9d331ab15e566202411aa25735d110c548f864...7e82feba44eae358cb669af4cb392d246f06807d","Len":1}',1685930371); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (101,3,'5',1,140,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"7e82feba44eae358cb669af4cb392d246f06807d","Message":"add docker-compose.yml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-04T21:59:19-04:00"}],"HeadCommit":{"Sha1":"7e82feba44eae358cb669af4cb392d246f06807d","Message":"add docker-compose.yml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-04T21:59:19-04:00"},"CompareURL":"int.nc.landry.land/paperless/compare/5c9d331ab15e566202411aa25735d110c548f864...7e82feba44eae358cb669af4cb392d246f06807d","Len":1}',1685930371); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (102,1,'5',1,140,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"30d46596d1eecc1e72e1087bd5596bb97fc892e0","Message":"update user and group ID mapping\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-04T22:17:38-04:00"}],"HeadCommit":{"Sha1":"30d46596d1eecc1e72e1087bd5596bb97fc892e0","Message":"update user and group ID mapping\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-04T22:17:38-04:00"},"CompareURL":"int.nc.landry.land/paperless/compare/7e82feba44eae358cb669af4cb392d246f06807d...30d46596d1eecc1e72e1087bd5596bb97fc892e0","Len":1}',1685931624); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (103,3,'5',1,140,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"30d46596d1eecc1e72e1087bd5596bb97fc892e0","Message":"update user and group ID mapping\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-04T22:17:38-04:00"}],"HeadCommit":{"Sha1":"30d46596d1eecc1e72e1087bd5596bb97fc892e0","Message":"update user and group ID mapping\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-04T22:17:38-04:00"},"CompareURL":"int.nc.landry.land/paperless/compare/7e82feba44eae358cb669af4cb392d246f06807d...30d46596d1eecc1e72e1087bd5596bb97fc892e0","Len":1}',1685931624); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (104,1,'5',1,140,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"7e753eb1fe4846d404edb5f81dc5117d4ccfe657","Message":"update user and group ID mapping\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-04T22:24:59-04:00"}],"HeadCommit":{"Sha1":"7e753eb1fe4846d404edb5f81dc5117d4ccfe657","Message":"update user and group ID mapping\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-04T22:24:59-04:00"},"CompareURL":"int.nc.landry.land/paperless/compare/30d46596d1eecc1e72e1087bd5596bb97fc892e0...7e753eb1fe4846d404edb5f81dc5117d4ccfe657","Len":1}',1685931910); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (105,3,'5',1,140,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"7e753eb1fe4846d404edb5f81dc5117d4ccfe657","Message":"update user and group ID mapping\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-04T22:24:59-04:00"}],"HeadCommit":{"Sha1":"7e753eb1fe4846d404edb5f81dc5117d4ccfe657","Message":"update user and group ID mapping\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-04T22:24:59-04:00"},"CompareURL":"int.nc.landry.land/paperless/compare/30d46596d1eecc1e72e1087bd5596bb97fc892e0...7e753eb1fe4846d404edb5f81dc5117d4ccfe657","Len":1}',1685931910); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (108,1,'1',1,142,0,false,'',true,'',1686111602); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (109,3,'1',1,142,0,false,'',true,'',1686111602); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (110,1,'5',1,142,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"6f4cc73acd487efb27b322ed6af74fa190fad223","Message":"Add template docker-compose.yml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-07T00:24:42-04:00"}],"HeadCommit":{"Sha1":"6f4cc73acd487efb27b322ed6af74fa190fad223","Message":"Add template docker-compose.yml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-07T00:24:42-04:00"},"CompareURL":"int.nc.landry.land/template/compare/93db5f9f2281228caf75048941e9aeadcadf9376...6f4cc73acd487efb27b322ed6af74fa190fad223","Len":1}',1686111885); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (111,3,'5',1,142,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"6f4cc73acd487efb27b322ed6af74fa190fad223","Message":"Add template docker-compose.yml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-07T00:24:42-04:00"}],"HeadCommit":{"Sha1":"6f4cc73acd487efb27b322ed6af74fa190fad223","Message":"Add template docker-compose.yml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-07T00:24:42-04:00"},"CompareURL":"int.nc.landry.land/template/compare/93db5f9f2281228caf75048941e9aeadcadf9376...6f4cc73acd487efb27b322ed6af74fa190fad223","Len":1}',1686111885); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (112,1,'1',1,143,0,false,'',true,'',1686111927); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (113,2,'1',1,143,0,false,'',true,'',1686111927); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (114,1,'5',1,143,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"605751be435d32234a3df1abefec0959fdd32cef","Message":"Add template docker-compose.yml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-07T00:26:31-04:00"}],"HeadCommit":{"Sha1":"605751be435d32234a3df1abefec0959fdd32cef","Message":"Add template docker-compose.yml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-07T00:26:31-04:00"},"CompareURL":"nc.landry.land/template/compare/bd0cf23be260c3dc65d0a183988e3a91fce07ca0...605751be435d32234a3df1abefec0959fdd32cef","Len":1}',1686111995); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (115,2,'5',1,143,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"605751be435d32234a3df1abefec0959fdd32cef","Message":"Add template docker-compose.yml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-07T00:26:31-04:00"}],"HeadCommit":{"Sha1":"605751be435d32234a3df1abefec0959fdd32cef","Message":"Add template docker-compose.yml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-07T00:26:31-04:00"},"CompareURL":"nc.landry.land/template/compare/bd0cf23be260c3dc65d0a183988e3a91fce07ca0...605751be435d32234a3df1abefec0959fdd32cef","Len":1}',1686111995); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (116,1,'1',1,144,0,false,'',true,'',1686112053); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (117,3,'1',1,144,0,false,'',true,'',1686112053); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (118,1,'5',1,144,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"aebb2ef1c40fd4475f66e21d027dc5da630c2309","Message":"switch template to use chrony\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-07T00:48:43-04:00"}],"HeadCommit":{"Sha1":"aebb2ef1c40fd4475f66e21d027dc5da630c2309","Message":"switch template to use chrony\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-07T00:48:43-04:00"},"CompareURL":"int.nc.landry.land/ntp/compare/bb9db5a9a8122e67149ee8c91f201aea17d84153...aebb2ef1c40fd4475f66e21d027dc5da630c2309","Len":1}',1686113327); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (119,3,'5',1,144,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"aebb2ef1c40fd4475f66e21d027dc5da630c2309","Message":"switch template to use chrony\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-07T00:48:43-04:00"}],"HeadCommit":{"Sha1":"aebb2ef1c40fd4475f66e21d027dc5da630c2309","Message":"switch template to use chrony\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-07T00:48:43-04:00"},"CompareURL":"int.nc.landry.land/ntp/compare/bb9db5a9a8122e67149ee8c91f201aea17d84153...aebb2ef1c40fd4475f66e21d027dc5da630c2309","Len":1}',1686113327); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (120,1,'5',1,144,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"ec59ad275ca153bfb32b419cde1921cf5d2ffb24","Message":"fix indentation\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-07T00:49:56-04:00"}],"HeadCommit":{"Sha1":"ec59ad275ca153bfb32b419cde1921cf5d2ffb24","Message":"fix indentation\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-07T00:49:56-04:00"},"CompareURL":"int.nc.landry.land/ntp/compare/aebb2ef1c40fd4475f66e21d027dc5da630c2309...ec59ad275ca153bfb32b419cde1921cf5d2ffb24","Len":1}',1686113401); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (121,3,'5',1,144,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"ec59ad275ca153bfb32b419cde1921cf5d2ffb24","Message":"fix indentation\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-07T00:49:56-04:00"}],"HeadCommit":{"Sha1":"ec59ad275ca153bfb32b419cde1921cf5d2ffb24","Message":"fix indentation\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-07T00:49:56-04:00"},"CompareURL":"int.nc.landry.land/ntp/compare/aebb2ef1c40fd4475f66e21d027dc5da630c2309...ec59ad275ca153bfb32b419cde1921cf5d2ffb24","Len":1}',1686113401); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (122,1,'5',1,144,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"ed5a688a89598c1b9668f98c26fbf50e26e6f290","Message":"fix service name\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-07T00:51:10-04:00"}],"HeadCommit":{"Sha1":"ed5a688a89598c1b9668f98c26fbf50e26e6f290","Message":"fix service name\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-07T00:51:10-04:00"},"CompareURL":"int.nc.landry.land/ntp/compare/ec59ad275ca153bfb32b419cde1921cf5d2ffb24...ed5a688a89598c1b9668f98c26fbf50e26e6f290","Len":1}',1686113473); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (123,3,'5',1,144,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"ed5a688a89598c1b9668f98c26fbf50e26e6f290","Message":"fix service name\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-07T00:51:10-04:00"}],"HeadCommit":{"Sha1":"ed5a688a89598c1b9668f98c26fbf50e26e6f290","Message":"fix service name\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-06-07T00:51:10-04:00"},"CompareURL":"int.nc.landry.land/ntp/compare/ec59ad275ca153bfb32b419cde1921cf5d2ffb24...ed5a688a89598c1b9668f98c26fbf50e26e6f290","Len":1}',1686113473); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (124,1,'5',1,140,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"0ed640a8b8a0892707293c1ab325157de3d61aee","Message":"comment out healthcheck\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-07-05T02:33:08-04:00"}],"HeadCommit":{"Sha1":"0ed640a8b8a0892707293c1ab325157de3d61aee","Message":"comment out healthcheck\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-07-05T02:33:08-04:00"},"CompareURL":"int.nc.landry.land/paperless/compare/7e753eb1fe4846d404edb5f81dc5117d4ccfe657...0ed640a8b8a0892707293c1ab325157de3d61aee","Len":1}',1688538800); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (125,3,'5',1,140,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"0ed640a8b8a0892707293c1ab325157de3d61aee","Message":"comment out healthcheck\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-07-05T02:33:08-04:00"}],"HeadCommit":{"Sha1":"0ed640a8b8a0892707293c1ab325157de3d61aee","Message":"comment out healthcheck\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-07-05T02:33:08-04:00"},"CompareURL":"int.nc.landry.land/paperless/compare/7e753eb1fe4846d404edb5f81dc5117d4ccfe657...0ed640a8b8a0892707293c1ab325157de3d61aee","Len":1}',1688538800); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (126,21,'5',1,140,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"0ed640a8b8a0892707293c1ab325157de3d61aee","Message":"comment out healthcheck\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-07-05T02:33:08-04:00"}],"HeadCommit":{"Sha1":"0ed640a8b8a0892707293c1ab325157de3d61aee","Message":"comment out healthcheck\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-07-05T02:33:08-04:00"},"CompareURL":"int.nc.landry.land/paperless/compare/7e753eb1fe4846d404edb5f81dc5117d4ccfe657...0ed640a8b8a0892707293c1ab325157de3d61aee","Len":1}',1688538801); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (127,1,'5',1,140,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"989e05032190440ceea504a2f5150efe2ac24f4f","Message":"chore: reenable healthcheck, but increase interval\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-07-06T08:43:48-04:00"}],"HeadCommit":{"Sha1":"989e05032190440ceea504a2f5150efe2ac24f4f","Message":"chore: reenable healthcheck, but increase interval\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-07-06T08:43:48-04:00"},"CompareURL":"int.nc.landry.land/paperless/compare/0ed640a8b8a0892707293c1ab325157de3d61aee...989e05032190440ceea504a2f5150efe2ac24f4f","Len":1}',1688647432); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (128,3,'5',1,140,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"989e05032190440ceea504a2f5150efe2ac24f4f","Message":"chore: reenable healthcheck, but increase interval\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-07-06T08:43:48-04:00"}],"HeadCommit":{"Sha1":"989e05032190440ceea504a2f5150efe2ac24f4f","Message":"chore: reenable healthcheck, but increase interval\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-07-06T08:43:48-04:00"},"CompareURL":"int.nc.landry.land/paperless/compare/0ed640a8b8a0892707293c1ab325157de3d61aee...989e05032190440ceea504a2f5150efe2ac24f4f","Len":1}',1688647432); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (129,21,'5',1,140,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"989e05032190440ceea504a2f5150efe2ac24f4f","Message":"chore: reenable healthcheck, but increase interval\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-07-06T08:43:48-04:00"}],"HeadCommit":{"Sha1":"989e05032190440ceea504a2f5150efe2ac24f4f","Message":"chore: reenable healthcheck, but increase interval\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-07-06T08:43:48-04:00"},"CompareURL":"int.nc.landry.land/paperless/compare/0ed640a8b8a0892707293c1ab325157de3d61aee...989e05032190440ceea504a2f5150efe2ac24f4f","Len":1}',1688647432); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (130,1,'5',1,139,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"1adb98921f927aa516d7dea6110e61b78a9c79f5","Message":"Podgrab DB isn''t compatible with NFS\n\nsqlite3 uses POSIX advisory locks to decide if the database is locked or not.\nImplementation of POSIX advisory locks is know to be buggy or missing with many\nNFS implementations.\n\nRight now, the database is showing as always locked whenever it''s mounted via NFS.\n\nPodgrab should be good at picking up existing episodes, even if the config\nneeds to be recreated from scratch.\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-07-24T11:27:25-04:00"}],"HeadCommit":{"Sha1":"1adb98921f927aa516d7dea6110e61b78a9c79f5","Message":"Podgrab DB isn''t compatible with NFS\n\nsqlite3 uses POSIX advisory locks to decide if the database is locked or not.\nImplementation of POSIX advisory locks is know to be buggy or missing with many\nNFS implementations.\n\nRight now, the database is showing as always locked whenever it''s mounted via NFS.\n\nPodgrab should be good at picking up existing episodes, even if the config\nneeds to be recreated from scratch.\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-07-24T11:27:25-04:00"},"CompareURL":"int.nc.landry.land/podcatcher/compare/af8678aafff57e83fbf81ee05a5d9887f12f0d4c...1adb98921f927aa516d7dea6110e61b78a9c79f5","Len":1}',1690212559); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (138,21,'5',1,140,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"6630d973a94af986101218490232c2b23a461529","Message":"Change UID and GID to match SMB mount on host\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-08-11T16:31:26-04:00"}],"HeadCommit":{"Sha1":"6630d973a94af986101218490232c2b23a461529","Message":"Change UID and GID to match SMB mount on host\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-08-11T16:31:26-04:00"},"CompareURL":"int.nc.landry.land/paperless/compare/b726516a96523905b62fde5547f76c9d77341a72...6630d973a94af986101218490232c2b23a461529","Len":1}',1691785913); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (131,3,'5',1,139,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"1adb98921f927aa516d7dea6110e61b78a9c79f5","Message":"Podgrab DB isn''t compatible with NFS\n\nsqlite3 uses POSIX advisory locks to decide if the database is locked or not.\nImplementation of POSIX advisory locks is know to be buggy or missing with many\nNFS implementations.\n\nRight now, the database is showing as always locked whenever it''s mounted via NFS.\n\nPodgrab should be good at picking up existing episodes, even if the config\nneeds to be recreated from scratch.\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-07-24T11:27:25-04:00"}],"HeadCommit":{"Sha1":"1adb98921f927aa516d7dea6110e61b78a9c79f5","Message":"Podgrab DB isn''t compatible with NFS\n\nsqlite3 uses POSIX advisory locks to decide if the database is locked or not.\nImplementation of POSIX advisory locks is know to be buggy or missing with many\nNFS implementations.\n\nRight now, the database is showing as always locked whenever it''s mounted via NFS.\n\nPodgrab should be good at picking up existing episodes, even if the config\nneeds to be recreated from scratch.\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-07-24T11:27:25-04:00"},"CompareURL":"int.nc.landry.land/podcatcher/compare/af8678aafff57e83fbf81ee05a5d9887f12f0d4c...1adb98921f927aa516d7dea6110e61b78a9c79f5","Len":1}',1690212559); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (132,21,'5',1,139,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"1adb98921f927aa516d7dea6110e61b78a9c79f5","Message":"Podgrab DB isn''t compatible with NFS\n\nsqlite3 uses POSIX advisory locks to decide if the database is locked or not.\nImplementation of POSIX advisory locks is know to be buggy or missing with many\nNFS implementations.\n\nRight now, the database is showing as always locked whenever it''s mounted via NFS.\n\nPodgrab should be good at picking up existing episodes, even if the config\nneeds to be recreated from scratch.\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-07-24T11:27:25-04:00"}],"HeadCommit":{"Sha1":"1adb98921f927aa516d7dea6110e61b78a9c79f5","Message":"Podgrab DB isn''t compatible with NFS\n\nsqlite3 uses POSIX advisory locks to decide if the database is locked or not.\nImplementation of POSIX advisory locks is know to be buggy or missing with many\nNFS implementations.\n\nRight now, the database is showing as always locked whenever it''s mounted via NFS.\n\nPodgrab should be good at picking up existing episodes, even if the config\nneeds to be recreated from scratch.\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-07-24T11:27:25-04:00"},"CompareURL":"int.nc.landry.land/podcatcher/compare/af8678aafff57e83fbf81ee05a5d9887f12f0d4c...1adb98921f927aa516d7dea6110e61b78a9c79f5","Len":1}',1690212559); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (133,1,'5',1,140,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"b726516a96523905b62fde5547f76c9d77341a72","Message":"Switch back to bind mount for core paperless volumes\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-08-11T16:23:38-04:00"}],"HeadCommit":{"Sha1":"b726516a96523905b62fde5547f76c9d77341a72","Message":"Switch back to bind mount for core paperless volumes\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-08-11T16:23:38-04:00"},"CompareURL":"int.nc.landry.land/paperless/compare/989e05032190440ceea504a2f5150efe2ac24f4f...b726516a96523905b62fde5547f76c9d77341a72","Len":1}',1691785430); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (134,3,'5',1,140,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"b726516a96523905b62fde5547f76c9d77341a72","Message":"Switch back to bind mount for core paperless volumes\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-08-11T16:23:38-04:00"}],"HeadCommit":{"Sha1":"b726516a96523905b62fde5547f76c9d77341a72","Message":"Switch back to bind mount for core paperless volumes\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-08-11T16:23:38-04:00"},"CompareURL":"int.nc.landry.land/paperless/compare/989e05032190440ceea504a2f5150efe2ac24f4f...b726516a96523905b62fde5547f76c9d77341a72","Len":1}',1691785430); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (135,21,'5',1,140,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"b726516a96523905b62fde5547f76c9d77341a72","Message":"Switch back to bind mount for core paperless volumes\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-08-11T16:23:38-04:00"}],"HeadCommit":{"Sha1":"b726516a96523905b62fde5547f76c9d77341a72","Message":"Switch back to bind mount for core paperless volumes\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-08-11T16:23:38-04:00"},"CompareURL":"int.nc.landry.land/paperless/compare/989e05032190440ceea504a2f5150efe2ac24f4f...b726516a96523905b62fde5547f76c9d77341a72","Len":1}',1691785431); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (136,1,'5',1,140,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"6630d973a94af986101218490232c2b23a461529","Message":"Change UID and GID to match SMB mount on host\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-08-11T16:31:26-04:00"}],"HeadCommit":{"Sha1":"6630d973a94af986101218490232c2b23a461529","Message":"Change UID and GID to match SMB mount on host\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-08-11T16:31:26-04:00"},"CompareURL":"int.nc.landry.land/paperless/compare/b726516a96523905b62fde5547f76c9d77341a72...6630d973a94af986101218490232c2b23a461529","Len":1}',1691785912); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (137,3,'5',1,140,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"6630d973a94af986101218490232c2b23a461529","Message":"Change UID and GID to match SMB mount on host\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-08-11T16:31:26-04:00"}],"HeadCommit":{"Sha1":"6630d973a94af986101218490232c2b23a461529","Message":"Change UID and GID to match SMB mount on host\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-08-11T16:31:26-04:00"},"CompareURL":"int.nc.landry.land/paperless/compare/b726516a96523905b62fde5547f76c9d77341a72...6630d973a94af986101218490232c2b23a461529","Len":1}',1691785912); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (139,1,'1',1,145,0,false,'',false,'',1694803360); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (140,1,'1',1,146,0,false,'',true,'',1694981708); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (141,2,'1',1,146,0,false,'',true,'',1694981709); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (142,21,'1',1,146,0,false,'',true,'',1694981710); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (143,1,'5',1,146,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"1d6a25baa0305fdb1b8638703aa09d4332c5f3c1","Message":"Add config for miniflux\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:20:24-04:00"}],"HeadCommit":{"Sha1":"1d6a25baa0305fdb1b8638703aa09d4332c5f3c1","Message":"Add config for miniflux\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:20:24-04:00"},"CompareURL":"nc.landry.land/rss/compare/df96e9426e4b83cb5c8aa87531f82306cd80e019...1d6a25baa0305fdb1b8638703aa09d4332c5f3c1","Len":1}',1694982028); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (144,2,'5',1,146,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"1d6a25baa0305fdb1b8638703aa09d4332c5f3c1","Message":"Add config for miniflux\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:20:24-04:00"}],"HeadCommit":{"Sha1":"1d6a25baa0305fdb1b8638703aa09d4332c5f3c1","Message":"Add config for miniflux\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:20:24-04:00"},"CompareURL":"nc.landry.land/rss/compare/df96e9426e4b83cb5c8aa87531f82306cd80e019...1d6a25baa0305fdb1b8638703aa09d4332c5f3c1","Len":1}',1694982028); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (145,21,'5',1,146,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"1d6a25baa0305fdb1b8638703aa09d4332c5f3c1","Message":"Add config for miniflux\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:20:24-04:00"}],"HeadCommit":{"Sha1":"1d6a25baa0305fdb1b8638703aa09d4332c5f3c1","Message":"Add config for miniflux\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:20:24-04:00"},"CompareURL":"nc.landry.land/rss/compare/df96e9426e4b83cb5c8aa87531f82306cd80e019...1d6a25baa0305fdb1b8638703aa09d4332c5f3c1","Len":1}',1694982028); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (146,1,'5',1,146,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"13a915ea4754d79e1c06e72f6b506aa5d7669046","Message":"Adjust settings\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:24:50-04:00"}],"HeadCommit":{"Sha1":"13a915ea4754d79e1c06e72f6b506aa5d7669046","Message":"Adjust settings\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:24:50-04:00"},"CompareURL":"nc.landry.land/rss/compare/1d6a25baa0305fdb1b8638703aa09d4332c5f3c1...13a915ea4754d79e1c06e72f6b506aa5d7669046","Len":1}',1694982293); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (147,2,'5',1,146,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"13a915ea4754d79e1c06e72f6b506aa5d7669046","Message":"Adjust settings\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:24:50-04:00"}],"HeadCommit":{"Sha1":"13a915ea4754d79e1c06e72f6b506aa5d7669046","Message":"Adjust settings\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:24:50-04:00"},"CompareURL":"nc.landry.land/rss/compare/1d6a25baa0305fdb1b8638703aa09d4332c5f3c1...13a915ea4754d79e1c06e72f6b506aa5d7669046","Len":1}',1694982294); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (148,21,'5',1,146,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"13a915ea4754d79e1c06e72f6b506aa5d7669046","Message":"Adjust settings\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:24:50-04:00"}],"HeadCommit":{"Sha1":"13a915ea4754d79e1c06e72f6b506aa5d7669046","Message":"Adjust settings\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:24:50-04:00"},"CompareURL":"nc.landry.land/rss/compare/1d6a25baa0305fdb1b8638703aa09d4332c5f3c1...13a915ea4754d79e1c06e72f6b506aa5d7669046","Len":1}',1694982294); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (149,1,'5',1,146,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"2aa7de26fe1abcf9755eaf6a828a7d8c30896a79","Message":"Fix network config\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:34:15-04:00"}],"HeadCommit":{"Sha1":"2aa7de26fe1abcf9755eaf6a828a7d8c30896a79","Message":"Fix network config\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:34:15-04:00"},"CompareURL":"nc.landry.land/rss/compare/13a915ea4754d79e1c06e72f6b506aa5d7669046...2aa7de26fe1abcf9755eaf6a828a7d8c30896a79","Len":1}',1694982860); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (150,2,'5',1,146,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"2aa7de26fe1abcf9755eaf6a828a7d8c30896a79","Message":"Fix network config\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:34:15-04:00"}],"HeadCommit":{"Sha1":"2aa7de26fe1abcf9755eaf6a828a7d8c30896a79","Message":"Fix network config\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:34:15-04:00"},"CompareURL":"nc.landry.land/rss/compare/13a915ea4754d79e1c06e72f6b506aa5d7669046...2aa7de26fe1abcf9755eaf6a828a7d8c30896a79","Len":1}',1694982861); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (151,21,'5',1,146,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"2aa7de26fe1abcf9755eaf6a828a7d8c30896a79","Message":"Fix network config\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:34:15-04:00"}],"HeadCommit":{"Sha1":"2aa7de26fe1abcf9755eaf6a828a7d8c30896a79","Message":"Fix network config\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:34:15-04:00"},"CompareURL":"nc.landry.land/rss/compare/13a915ea4754d79e1c06e72f6b506aa5d7669046...2aa7de26fe1abcf9755eaf6a828a7d8c30896a79","Len":1}',1694982861); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (152,1,'5',1,146,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"9f035efcda33977a63ab0881c87fca78a702c5c1","Message":"Remove variable for service name\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:35:51-04:00"}],"HeadCommit":{"Sha1":"9f035efcda33977a63ab0881c87fca78a702c5c1","Message":"Remove variable for service name\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:35:51-04:00"},"CompareURL":"nc.landry.land/rss/compare/2aa7de26fe1abcf9755eaf6a828a7d8c30896a79...9f035efcda33977a63ab0881c87fca78a702c5c1","Len":1}',1694982957); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (153,2,'5',1,146,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"9f035efcda33977a63ab0881c87fca78a702c5c1","Message":"Remove variable for service name\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:35:51-04:00"}],"HeadCommit":{"Sha1":"9f035efcda33977a63ab0881c87fca78a702c5c1","Message":"Remove variable for service name\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:35:51-04:00"},"CompareURL":"nc.landry.land/rss/compare/2aa7de26fe1abcf9755eaf6a828a7d8c30896a79...9f035efcda33977a63ab0881c87fca78a702c5c1","Len":1}',1694982957); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (154,21,'5',1,146,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"9f035efcda33977a63ab0881c87fca78a702c5c1","Message":"Remove variable for service name\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:35:51-04:00"}],"HeadCommit":{"Sha1":"9f035efcda33977a63ab0881c87fca78a702c5c1","Message":"Remove variable for service name\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:35:51-04:00"},"CompareURL":"nc.landry.land/rss/compare/2aa7de26fe1abcf9755eaf6a828a7d8c30896a79...9f035efcda33977a63ab0881c87fca78a702c5c1","Len":1}',1694982958); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (155,1,'5',1,146,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"ceebe856c73379705398a6b722938a4dbb4ecc43","Message":"Set BASE_URL manually\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:49:03-04:00"}],"HeadCommit":{"Sha1":"ceebe856c73379705398a6b722938a4dbb4ecc43","Message":"Set BASE_URL manually\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:49:03-04:00"},"CompareURL":"nc.landry.land/rss/compare/9f035efcda33977a63ab0881c87fca78a702c5c1...ceebe856c73379705398a6b722938a4dbb4ecc43","Len":1}',1694983748); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (156,2,'5',1,146,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"ceebe856c73379705398a6b722938a4dbb4ecc43","Message":"Set BASE_URL manually\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:49:03-04:00"}],"HeadCommit":{"Sha1":"ceebe856c73379705398a6b722938a4dbb4ecc43","Message":"Set BASE_URL manually\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:49:03-04:00"},"CompareURL":"nc.landry.land/rss/compare/9f035efcda33977a63ab0881c87fca78a702c5c1...ceebe856c73379705398a6b722938a4dbb4ecc43","Len":1}',1694983748); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (157,21,'5',1,146,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"ceebe856c73379705398a6b722938a4dbb4ecc43","Message":"Set BASE_URL manually\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:49:03-04:00"}],"HeadCommit":{"Sha1":"ceebe856c73379705398a6b722938a4dbb4ecc43","Message":"Set BASE_URL manually\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:49:03-04:00"},"CompareURL":"nc.landry.land/rss/compare/9f035efcda33977a63ab0881c87fca78a702c5c1...ceebe856c73379705398a6b722938a4dbb4ecc43","Len":1}',1694983749); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (158,1,'5',1,146,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"542309eee867ac53b737e28ce4157913aaccc4df","Message":"Try to fix base_url\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:57:43-04:00"}],"HeadCommit":{"Sha1":"542309eee867ac53b737e28ce4157913aaccc4df","Message":"Try to fix base_url\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:57:43-04:00"},"CompareURL":"nc.landry.land/rss/compare/ceebe856c73379705398a6b722938a4dbb4ecc43...542309eee867ac53b737e28ce4157913aaccc4df","Len":1}',1694984270); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (159,2,'5',1,146,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"542309eee867ac53b737e28ce4157913aaccc4df","Message":"Try to fix base_url\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:57:43-04:00"}],"HeadCommit":{"Sha1":"542309eee867ac53b737e28ce4157913aaccc4df","Message":"Try to fix base_url\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:57:43-04:00"},"CompareURL":"nc.landry.land/rss/compare/ceebe856c73379705398a6b722938a4dbb4ecc43...542309eee867ac53b737e28ce4157913aaccc4df","Len":1}',1694984270); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (160,21,'5',1,146,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"542309eee867ac53b737e28ce4157913aaccc4df","Message":"Try to fix base_url\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:57:43-04:00"}],"HeadCommit":{"Sha1":"542309eee867ac53b737e28ce4157913aaccc4df","Message":"Try to fix base_url\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T16:57:43-04:00"},"CompareURL":"nc.landry.land/rss/compare/ceebe856c73379705398a6b722938a4dbb4ecc43...542309eee867ac53b737e28ce4157913aaccc4df","Len":1}',1694984271); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (161,1,'5',1,146,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"a2bcd07b306e8ad2eb0f047a016d4dbf74c4ad0c","Message":"Remove BASE_URL cause I can''t get it working\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T17:01:11-04:00"}],"HeadCommit":{"Sha1":"a2bcd07b306e8ad2eb0f047a016d4dbf74c4ad0c","Message":"Remove BASE_URL cause I can''t get it working\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T17:01:11-04:00"},"CompareURL":"nc.landry.land/rss/compare/542309eee867ac53b737e28ce4157913aaccc4df...a2bcd07b306e8ad2eb0f047a016d4dbf74c4ad0c","Len":1}',1694984477); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (162,2,'5',1,146,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"a2bcd07b306e8ad2eb0f047a016d4dbf74c4ad0c","Message":"Remove BASE_URL cause I can''t get it working\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T17:01:11-04:00"}],"HeadCommit":{"Sha1":"a2bcd07b306e8ad2eb0f047a016d4dbf74c4ad0c","Message":"Remove BASE_URL cause I can''t get it working\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T17:01:11-04:00"},"CompareURL":"nc.landry.land/rss/compare/542309eee867ac53b737e28ce4157913aaccc4df...a2bcd07b306e8ad2eb0f047a016d4dbf74c4ad0c","Len":1}',1694984478); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (163,21,'5',1,146,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"a2bcd07b306e8ad2eb0f047a016d4dbf74c4ad0c","Message":"Remove BASE_URL cause I can''t get it working\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T17:01:11-04:00"}],"HeadCommit":{"Sha1":"a2bcd07b306e8ad2eb0f047a016d4dbf74c4ad0c","Message":"Remove BASE_URL cause I can''t get it working\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-09-17T17:01:11-04:00"},"CompareURL":"nc.landry.land/rss/compare/542309eee867ac53b737e28ce4157913aaccc4df...a2bcd07b306e8ad2eb0f047a016d4dbf74c4ad0c","Len":1}',1694984478); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (164,1,'1',1,147,0,false,'',false,'',1698966289); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (165,1,'5',1,147,0,false,'refs/heads/main',false,'',1699074363); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (166,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"e0a63a3b7f80a2027a93b4eca3bdb57eed571b82","Message":"Initial commit\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-11-04T01:04:12-04:00"}],"HeadCommit":{"Sha1":"e0a63a3b7f80a2027a93b4eca3bdb57eed571b82","Message":"Initial commit\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2023-11-04T01:04:12-04:00"},"CompareURL":"","Len":1}',1699074363); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (167,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"44805aa32ac68c7eab5d6a3ce377a563fd7c056a","Message":"Initial commit\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-04T12:21:31-04:00"}],"HeadCommit":{"Sha1":"44805aa32ac68c7eab5d6a3ce377a563fd7c056a","Message":"Initial commit\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-04T12:21:31-04:00"},"CompareURL":"davad/argo/compare/e0a63a3b7f80a2027a93b4eca3bdb57eed571b82...44805aa32ac68c7eab5d6a3ce377a563fd7c056a","Len":1}',1699114915); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (168,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"8a15a4bc255762616d9eb6cc066aa2b44c7a58c0","Message":"Fix type\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-04T12:22:53-04:00"}],"HeadCommit":{"Sha1":"8a15a4bc255762616d9eb6cc066aa2b44c7a58c0","Message":"Fix type\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-04T12:22:53-04:00"},"CompareURL":"davad/argo/compare/44805aa32ac68c7eab5d6a3ce377a563fd7c056a...8a15a4bc255762616d9eb6cc066aa2b44c7a58c0","Len":1}',1699114988); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (169,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"8aa05e331dc55bc1a7fb0e112961538d66a6ccf8","Message":"Remove uuid from pv\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-04T12:29:00-04:00"}],"HeadCommit":{"Sha1":"8aa05e331dc55bc1a7fb0e112961538d66a6ccf8","Message":"Remove uuid from pv\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-04T12:29:00-04:00"},"CompareURL":"davad/argo/compare/8a15a4bc255762616d9eb6cc066aa2b44c7a58c0...8aa05e331dc55bc1a7fb0e112961538d66a6ccf8","Len":1}',1699115348); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (170,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"095629b16cc15cfb15eb5116615bf0b88ed57e67","Message":"chore(media): remove Namespace\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-04T12:58:12-04:00"}],"HeadCommit":{"Sha1":"095629b16cc15cfb15eb5116615bf0b88ed57e67","Message":"chore(media): remove Namespace\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-04T12:58:12-04:00"},"CompareURL":"davad/argo/compare/8aa05e331dc55bc1a7fb0e112961538d66a6ccf8...095629b16cc15cfb15eb5116615bf0b88ed57e67","Len":1}',1699117097); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (171,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"7d6812eb8c5b1610c78280b2b226f22d8dd2c2ae","Message":"Rearrange and make app-of-apps\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T13:50:19-05:00"}],"HeadCommit":{"Sha1":"7d6812eb8c5b1610c78280b2b226f22d8dd2c2ae","Message":"Rearrange and make app-of-apps\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T13:50:19-05:00"},"CompareURL":"davad/argo/compare/095629b16cc15cfb15eb5116615bf0b88ed57e67...7d6812eb8c5b1610c78280b2b226f22d8dd2c2ae","Len":1}',1699210230); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (172,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"c435749c8fcd1487580e9b86fa559ae147ec8c0d","Message":"fix(media): fix helm template errors\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T14:11:50-05:00"}],"HeadCommit":{"Sha1":"c435749c8fcd1487580e9b86fa559ae147ec8c0d","Message":"fix(media): fix helm template errors\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T14:11:50-05:00"},"CompareURL":"davad/argo/compare/7d6812eb8c5b1610c78280b2b226f22d8dd2c2ae...c435749c8fcd1487580e9b86fa559ae147ec8c0d","Len":1}',1699211516); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (173,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"32772442e864d68aa04f7de85c05ee2be773535a","Message":"chore(media): rearrange kavita location\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T14:15:41-05:00"}],"HeadCommit":{"Sha1":"32772442e864d68aa04f7de85c05ee2be773535a","Message":"chore(media): rearrange kavita location\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T14:15:41-05:00"},"CompareURL":"davad/argo/compare/c435749c8fcd1487580e9b86fa559ae147ec8c0d...32772442e864d68aa04f7de85c05ee2be773535a","Len":1}',1699211751); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (174,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"24c396db381982bbb9ca84f7ae483b419e65d9f8","Message":"fix(kavita): adjust volume name\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T14:23:01-05:00"}],"HeadCommit":{"Sha1":"24c396db381982bbb9ca84f7ae483b419e65d9f8","Message":"fix(kavita): adjust volume name\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T14:23:01-05:00"},"CompareURL":"davad/argo/compare/32772442e864d68aa04f7de85c05ee2be773535a...24c396db381982bbb9ca84f7ae483b419e65d9f8","Len":1}',1699212199); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (175,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"72f13d424d6ff408927cb6b5cfefaa2eddb8cdfa","Message":"fix(kavita): ebook NFS path\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T19:13:34-05:00"}],"HeadCommit":{"Sha1":"72f13d424d6ff408927cb6b5cfefaa2eddb8cdfa","Message":"fix(kavita): ebook NFS path\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T19:13:34-05:00"},"CompareURL":"davad/argo/compare/24c396db381982bbb9ca84f7ae483b419e65d9f8...72f13d424d6ff408927cb6b5cfefaa2eddb8cdfa","Len":1}',1699229620); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (177,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"2997a4c3156b2f046f0274a8fac2c024cf76bb0e","Message":"chore(kavita): attach comics volumes\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T20:15:49-05:00"}],"HeadCommit":{"Sha1":"2997a4c3156b2f046f0274a8fac2c024cf76bb0e","Message":"chore(kavita): attach comics volumes\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T20:15:49-05:00"},"CompareURL":"davad/argo/compare/007eb9da5c5e346f32056156d2a5b5ff29480f7c...2997a4c3156b2f046f0274a8fac2c024cf76bb0e","Len":1}',1699233358); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (178,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"d6595344f1a2269507c21b83c4560ffa2003dc8c","Message":"chore(kavita): add service and ingress\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T20:50:53-05:00"}],"HeadCommit":{"Sha1":"d6595344f1a2269507c21b83c4560ffa2003dc8c","Message":"chore(kavita): add service and ingress\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T20:50:53-05:00"},"CompareURL":"davad/argo/compare/2997a4c3156b2f046f0274a8fac2c024cf76bb0e...d6595344f1a2269507c21b83c4560ffa2003dc8c","Len":1}',1699235459); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (179,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"be86cf543e078f63a461487e89fd783a842d5e3c","Message":"chore(kavita): service for email pod\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T20:55:29-05:00"}],"HeadCommit":{"Sha1":"be86cf543e078f63a461487e89fd783a842d5e3c","Message":"chore(kavita): service for email pod\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T20:55:29-05:00"},"CompareURL":"davad/argo/compare/d6595344f1a2269507c21b83c4560ffa2003dc8c...be86cf543e078f63a461487e89fd783a842d5e3c","Len":1}',1699235745); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (183,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"58efac84374416b824d9aa2c97743d7c850aeb1a","Message":"chore(kavita): adjust deployment ports and probes\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T22:01:25-05:00"}],"HeadCommit":{"Sha1":"58efac84374416b824d9aa2c97743d7c850aeb1a","Message":"chore(kavita): adjust deployment ports and probes\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T22:01:25-05:00"},"CompareURL":"davad/argo/compare/d35def6513def75f2433cf4bcb9c49c7e9d807da...58efac84374416b824d9aa2c97743d7c850aeb1a","Len":1}',1699239713); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (185,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"5fa6b6f7fdb318ac714909839b6460f1ffb2ffd2","Message":"chore(kavita): update images, adjust email probes\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T22:52:39-05:00"}],"HeadCommit":{"Sha1":"5fa6b6f7fdb318ac714909839b6460f1ffb2ffd2","Message":"chore(kavita): update images, adjust email probes\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T22:52:39-05:00"},"CompareURL":"davad/argo/compare/9e4887443e8864581c0cdff28195d9f11e6760b6...5fa6b6f7fdb318ac714909839b6460f1ffb2ffd2","Len":1}',1699242768); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (176,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"007eb9da5c5e346f32056156d2a5b5ff29480f7c","Message":"chore(media): add CreateNamespace\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T19:52:58-05:00"},{"Sha1":"81e31bcbd55f6685d4a6bacd9508c826716580b4","Message":"chore(kavita): add comics\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T19:52:40-05:00"}],"HeadCommit":{"Sha1":"007eb9da5c5e346f32056156d2a5b5ff29480f7c","Message":"chore(media): add CreateNamespace\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T19:52:58-05:00"},"CompareURL":"davad/argo/compare/72f13d424d6ff408927cb6b5cfefaa2eddb8cdfa...007eb9da5c5e346f32056156d2a5b5ff29480f7c","Len":2}',1699231992); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (180,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"408700d6ab9e41dae6ef195e2ea151f6062aa0e0","Message":"fix(kavita): kavita email labels issue\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T21:03:16-05:00"}],"HeadCommit":{"Sha1":"408700d6ab9e41dae6ef195e2ea151f6062aa0e0","Message":"fix(kavita): kavita email labels issue\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T21:03:16-05:00"},"CompareURL":"davad/argo/compare/be86cf543e078f63a461487e89fd783a842d5e3c...408700d6ab9e41dae6ef195e2ea151f6062aa0e0","Len":1}',1699236216); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (181,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"206b995f6acdcad7aa985dcaafa919293918c491","Message":"fix(kavita): service targetPort\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T21:48:46-05:00"}],"HeadCommit":{"Sha1":"206b995f6acdcad7aa985dcaafa919293918c491","Message":"fix(kavita): service targetPort\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T21:48:46-05:00"},"CompareURL":"davad/argo/compare/408700d6ab9e41dae6ef195e2ea151f6062aa0e0...206b995f6acdcad7aa985dcaafa919293918c491","Len":1}',1699238950); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (182,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"d35def6513def75f2433cf4bcb9c49c7e9d807da","Message":"Revert \"fix(kavita): service targetPort\"\n\nThis reverts commit 206b995f6acdcad7aa985dcaafa919293918c491.\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T21:51:53-05:00"}],"HeadCommit":{"Sha1":"d35def6513def75f2433cf4bcb9c49c7e9d807da","Message":"Revert \"fix(kavita): service targetPort\"\n\nThis reverts commit 206b995f6acdcad7aa985dcaafa919293918c491.\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T21:51:53-05:00"},"CompareURL":"davad/argo/compare/206b995f6acdcad7aa985dcaafa919293918c491...d35def6513def75f2433cf4bcb9c49c7e9d807da","Len":1}',1699239125); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (184,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"9e4887443e8864581c0cdff28195d9f11e6760b6","Message":"fix(kavita): typo\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T22:08:21-05:00"}],"HeadCommit":{"Sha1":"9e4887443e8864581c0cdff28195d9f11e6760b6","Message":"fix(kavita): typo\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-05T22:08:21-05:00"},"CompareURL":"davad/argo/compare/58efac84374416b824d9aa2c97743d7c850aeb1a...9e4887443e8864581c0cdff28195d9f11e6760b6","Len":1}',1699240110); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (186,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"92900ce14958385c66dc37117d427cb9582e262d","Message":"Disable kavita email service\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T00:13:58-05:00"}],"HeadCommit":{"Sha1":"92900ce14958385c66dc37117d427cb9582e262d","Message":"Disable kavita email service\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T00:13:58-05:00"},"CompareURL":"davad/argo/compare/5fa6b6f7fdb318ac714909839b6460f1ffb2ffd2...92900ce14958385c66dc37117d427cb9582e262d","Len":1}',1699766082); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (187,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"d07f159c530d4e73f749c5bcf4ba54d297247ae2","Message":"App-of-apps template from https://github.com/mmalyska/home-ops/tree/main/cluster/projects/apps\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T14:19:06-05:00"},{"Sha1":"aedf31d10b10d58430bbb9fdd32f8955a43c9a60","Message":"Rearrange folder structure again\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T14:18:49-05:00"}],"HeadCommit":{"Sha1":"d07f159c530d4e73f749c5bcf4ba54d297247ae2","Message":"App-of-apps template from https://github.com/mmalyska/home-ops/tree/main/cluster/projects/apps\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T14:19:06-05:00"},"CompareURL":"davad/argo/compare/92900ce14958385c66dc37117d427cb9582e262d...d07f159c530d4e73f749c5bcf4ba54d297247ae2","Len":2}',1699816775); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (188,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"45101a04c91fd18cbbc20fb35441ca54c5795dc0","Message":"Move to app-of-apps chart\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T14:26:06-05:00"}],"HeadCommit":{"Sha1":"45101a04c91fd18cbbc20fb35441ca54c5795dc0","Message":"Move to app-of-apps chart\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T14:26:06-05:00"},"CompareURL":"davad/argo/compare/d07f159c530d4e73f749c5bcf4ba54d297247ae2...45101a04c91fd18cbbc20fb35441ca54c5795dc0","Len":1}',1699817195); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (189,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"45a0eab837170a57c4d2c60256474a1681fda0f6","Message":"chore(dashboard): get started; missing custom icons\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T15:27:55-05:00"}],"HeadCommit":{"Sha1":"45a0eab837170a57c4d2c60256474a1681fda0f6","Message":"chore(dashboard): get started; missing custom icons\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T15:27:55-05:00"},"CompareURL":"davad/argo/compare/45101a04c91fd18cbbc20fb35441ca54c5795dc0...45a0eab837170a57c4d2c60256474a1681fda0f6","Len":1}',1699820906); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (190,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"9e1d6de3d188e68f183a7ba5dfa0c9425ad9a9a1","Message":"chore(system): start pulling over example traefik ingress\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T15:46:29-05:00"}],"HeadCommit":{"Sha1":"9e1d6de3d188e68f183a7ba5dfa0c9425ad9a9a1","Message":"chore(system): start pulling over example traefik ingress\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T15:46:29-05:00"},"CompareURL":"davad/argo/compare/45a0eab837170a57c4d2c60256474a1681fda0f6...9e1d6de3d188e68f183a7ba5dfa0c9425ad9a9a1","Len":1}',1699822018); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (191,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"0d17c4e332e1e968dfa387641ff5042e477f6d64","Message":"fix(system): path to chart\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T15:49:06-05:00"}],"HeadCommit":{"Sha1":"0d17c4e332e1e968dfa387641ff5042e477f6d64","Message":"fix(system): path to chart\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T15:49:06-05:00"},"CompareURL":"davad/argo/compare/9e1d6de3d188e68f183a7ba5dfa0c9425ad9a9a1...0d17c4e332e1e968dfa387641ff5042e477f6d64","Len":1}',1699822173); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (192,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"12fbf168167832188c6c0fbfe7811545922b590c","Message":"fix(system): remove sops plugin for now\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T15:59:40-05:00"}],"HeadCommit":{"Sha1":"12fbf168167832188c6c0fbfe7811545922b590c","Message":"fix(system): remove sops plugin for now\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T15:59:40-05:00"},"CompareURL":"davad/argo/compare/0d17c4e332e1e968dfa387641ff5042e477f6d64...12fbf168167832188c6c0fbfe7811545922b590c","Len":1}',1699822805); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (193,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"58d020924b95f1e5b0ee042346f28ba9cdf1f24a","Message":"chore(traefik): adjust default values\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T16:06:44-05:00"}],"HeadCommit":{"Sha1":"58d020924b95f1e5b0ee042346f28ba9cdf1f24a","Message":"chore(traefik): adjust default values\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T16:06:44-05:00"},"CompareURL":"davad/argo/compare/12fbf168167832188c6c0fbfe7811545922b590c...58d020924b95f1e5b0ee042346f28ba9cdf1f24a","Len":1}',1699823234); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (194,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"c5583986a9af752f8ad0a27a37702f3d06020b51","Message":"fix(media): path for kavita app\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T16:10:53-05:00"}],"HeadCommit":{"Sha1":"c5583986a9af752f8ad0a27a37702f3d06020b51","Message":"fix(media): path for kavita app\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T16:10:53-05:00"},"CompareURL":"davad/argo/compare/58d020924b95f1e5b0ee042346f28ba9cdf1f24a...c5583986a9af752f8ad0a27a37702f3d06020b51","Len":1}',1699823474); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (195,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"426f7759eb3061eea11706cbdb13cfe09cb47b0b","Message":"fix(projects): move app-of-apps back to default project; getting error ''one or more synchronization tasks are not valid''\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T17:15:30-05:00"}],"HeadCommit":{"Sha1":"426f7759eb3061eea11706cbdb13cfe09cb47b0b","Message":"fix(projects): move app-of-apps back to default project; getting error ''one or more synchronization tasks are not valid''\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T17:15:30-05:00"},"CompareURL":"davad/argo/compare/c5583986a9af752f8ad0a27a37702f3d06020b51...426f7759eb3061eea11706cbdb13cfe09cb47b0b","Len":1}',1699827364); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (196,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"44a2a95eb6157f2a333e087aed0047b9e5b2e15a","Message":"remove traefik\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T20:42:41-05:00"},{"Sha1":"80c5643cfce3e6c643436b5e31b74d64680f5eb9","Message":"fix(traefik): update certificate\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T19:10:09-05:00"}],"HeadCommit":{"Sha1":"44a2a95eb6157f2a333e087aed0047b9e5b2e15a","Message":"remove traefik\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T20:42:41-05:00"},"CompareURL":"davad/argo/compare/426f7759eb3061eea11706cbdb13cfe09cb47b0b...44a2a95eb6157f2a333e087aed0047b9e5b2e15a","Len":2}',1699839808); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (197,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"a57bc30e0ec62a5b098c239f741de5a4d57b60f8","Message":"move kavita back to media namespace\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T20:50:33-05:00"}],"HeadCommit":{"Sha1":"a57bc30e0ec62a5b098c239f741de5a4d57b60f8","Message":"move kavita back to media namespace\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T20:50:33-05:00"},"CompareURL":"davad/argo/compare/44a2a95eb6157f2a333e087aed0047b9e5b2e15a...a57bc30e0ec62a5b098c239f741de5a4d57b60f8","Len":1}',1699840255); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (198,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"fa2be46d370c4ee360c40c1de7175fe051ca205b","Message":"chore(kavita): autoprovision SSL\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T20:55:10-05:00"}],"HeadCommit":{"Sha1":"fa2be46d370c4ee360c40c1de7175fe051ca205b","Message":"chore(kavita): autoprovision SSL\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T20:55:10-05:00"},"CompareURL":"davad/argo/compare/a57bc30e0ec62a5b098c239f741de5a4d57b60f8...fa2be46d370c4ee360c40c1de7175fe051ca205b","Len":1}',1699840532); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (199,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"d681f2a961b5860f63d66a86b79a7e298aa42c79","Message":"add gethomepage to system project\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T22:54:18-05:00"}],"HeadCommit":{"Sha1":"d681f2a961b5860f63d66a86b79a7e298aa42c79","Message":"add gethomepage to system project\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T22:54:18-05:00"},"CompareURL":"davad/argo/compare/fa2be46d370c4ee360c40c1de7175fe051ca205b...d681f2a961b5860f63d66a86b79a7e298aa42c79","Len":1}',1699847684); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (200,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"1b4f182f01c11cb2b8d1238d6ab2c7e04ff5fd56","Message":"chore(homepage): adjust ingress and tls\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T23:00:21-05:00"}],"HeadCommit":{"Sha1":"1b4f182f01c11cb2b8d1238d6ab2c7e04ff5fd56","Message":"chore(homepage): adjust ingress and tls\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T23:00:21-05:00"},"CompareURL":"davad/argo/compare/d681f2a961b5860f63d66a86b79a7e298aa42c79...1b4f182f01c11cb2b8d1238d6ab2c7e04ff5fd56","Len":1}',1699848045); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (201,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"730944c8fde612d30a8812ad089316f8e5dbe794","Message":"chore(homepage): comment out example annotations\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T23:07:03-05:00"}],"HeadCommit":{"Sha1":"730944c8fde612d30a8812ad089316f8e5dbe794","Message":"chore(homepage): comment out example annotations\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T23:07:03-05:00"},"CompareURL":"davad/argo/compare/1b4f182f01c11cb2b8d1238d6ab2c7e04ff5fd56...730944c8fde612d30a8812ad089316f8e5dbe794","Len":1}',1699848447); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (202,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"528cf5b33eb3b2bde2f1e1aa4b5478bdb3393940","Message":"chore(kavita): add homepage annotations\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T23:09:18-05:00"}],"HeadCommit":{"Sha1":"528cf5b33eb3b2bde2f1e1aa4b5478bdb3393940","Message":"chore(kavita): add homepage annotations\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T23:09:18-05:00"},"CompareURL":"davad/argo/compare/730944c8fde612d30a8812ad089316f8e5dbe794...528cf5b33eb3b2bde2f1e1aa4b5478bdb3393940","Len":1}',1699848584); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (203,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"8fa902a725250531ca1383ec2e0c171a89ff38c2","Message":"chore(system): try to enable auto-sync\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T23:14:50-05:00"}],"HeadCommit":{"Sha1":"8fa902a725250531ca1383ec2e0c171a89ff38c2","Message":"chore(system): try to enable auto-sync\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T23:14:50-05:00"},"CompareURL":"davad/argo/compare/528cf5b33eb3b2bde2f1e1aa4b5478bdb3393940...8fa902a725250531ca1383ec2e0c171a89ff38c2","Len":1}',1699848911); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (204,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"20db6f381bd51746f56e79ac066ae27fff0396f2","Message":"chore(charts): adjust app-of-apps auto-sync\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T23:28:28-05:00"}],"HeadCommit":{"Sha1":"20db6f381bd51746f56e79ac066ae27fff0396f2","Message":"chore(charts): adjust app-of-apps auto-sync\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2023-11-12T23:28:28-05:00"},"CompareURL":"davad/argo/compare/8fa902a725250531ca1383ec2e0c171a89ff38c2...20db6f381bd51746f56e79ac066ae27fff0396f2","Len":1}',1699849732); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (205,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"50c669e7bab01961dbdfb2856f6f4e7d1e9f18b4","Message":"Validating repository write permission","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T13:38:52-05:00"}],"HeadCommit":{"Sha1":"50c669e7bab01961dbdfb2856f6f4e7d1e9f18b4","Message":"Validating repository write permission","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T13:38:52-05:00"},"CompareURL":"davad/argo/compare/20db6f381bd51746f56e79ac066ae27fff0396f2...50c669e7bab01961dbdfb2856f6f4e7d1e9f18b4","Len":1}',1705862343); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (206,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"519ae41d84dcd344e03e4390a99073899ff01c86","Message":"Archive previous method of managing\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T13:39:36-05:00"}],"HeadCommit":{"Sha1":"519ae41d84dcd344e03e4390a99073899ff01c86","Message":"Archive previous method of managing\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T13:39:36-05:00"},"CompareURL":"davad/argo/compare/50c669e7bab01961dbdfb2856f6f4e7d1e9f18b4...519ae41d84dcd344e03e4390a99073899ff01c86","Len":1}',1705862391); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (207,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"6f1099c06da99561feb837b665da8b4596804bde","Message":"Validating repository write permission","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T13:40:06-05:00"}],"HeadCommit":{"Sha1":"6f1099c06da99561feb837b665da8b4596804bde","Message":"Validating repository write permission","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T13:40:06-05:00"},"CompareURL":"davad/argo/compare/519ae41d84dcd344e03e4390a99073899ff01c86...6f1099c06da99561feb837b665da8b4596804bde","Len":1}',1705862419); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (208,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"b4e6ebe37f458750c167f79427be7ef9cd5111f6","Message":"Autopilot Bootstrap","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T13:40:21-05:00"}],"HeadCommit":{"Sha1":"b4e6ebe37f458750c167f79427be7ef9cd5111f6","Message":"Autopilot Bootstrap","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T13:40:21-05:00"},"CompareURL":"davad/argo/compare/6f1099c06da99561feb837b665da8b4596804bde...b4e6ebe37f458750c167f79427be7ef9cd5111f6","Len":1}',1705862462); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (209,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"e9c0cf2641840f74490f9f99d6dfe987077b7559","Message":"Validating repository write permission","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T13:56:25-05:00"}],"HeadCommit":{"Sha1":"e9c0cf2641840f74490f9f99d6dfe987077b7559","Message":"Validating repository write permission","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T13:56:25-05:00"},"CompareURL":"davad/argo/compare/b4e6ebe37f458750c167f79427be7ef9cd5111f6...e9c0cf2641840f74490f9f99d6dfe987077b7559","Len":1}',1705863391); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (210,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"959cdae2e90f5e1d421d4298c2f9d5153a4220c6","Message":"Retry bootstrap\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T13:57:13-05:00"}],"HeadCommit":{"Sha1":"959cdae2e90f5e1d421d4298c2f9d5153a4220c6","Message":"Retry bootstrap\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T13:57:13-05:00"},"CompareURL":"davad/argo/compare/e9c0cf2641840f74490f9f99d6dfe987077b7559...959cdae2e90f5e1d421d4298c2f9d5153a4220c6","Len":1}',1705863442); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (211,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"c1da5ed6d76c739723f275ed7bf248b7da929655","Message":"Validating repository write permission","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T13:57:25-05:00"}],"HeadCommit":{"Sha1":"c1da5ed6d76c739723f275ed7bf248b7da929655","Message":"Validating repository write permission","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T13:57:25-05:00"},"CompareURL":"davad/argo/compare/959cdae2e90f5e1d421d4298c2f9d5153a4220c6...c1da5ed6d76c739723f275ed7bf248b7da929655","Len":1}',1705863449); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (212,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"6b37a94ef636f8b96ba25c132e4d7f222f4f4be0","Message":"Validating repository write permission","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:04:02-05:00"}],"HeadCommit":{"Sha1":"6b37a94ef636f8b96ba25c132e4d7f222f4f4be0","Message":"Validating repository write permission","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:04:02-05:00"},"CompareURL":"davad/argo/compare/c1da5ed6d76c739723f275ed7bf248b7da929655...6b37a94ef636f8b96ba25c132e4d7f222f4f4be0","Len":1}',1705863851); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (213,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"b64ffd406e9f808f4488e8b73cdb1179bab83e40","Message":"Autopilot Bootstrap","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:04:21-05:00"}],"HeadCommit":{"Sha1":"b64ffd406e9f808f4488e8b73cdb1179bab83e40","Message":"Autopilot Bootstrap","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:04:21-05:00"},"CompareURL":"davad/argo/compare/6b37a94ef636f8b96ba25c132e4d7f222f4f4be0...b64ffd406e9f808f4488e8b73cdb1179bab83e40","Len":1}',1705863874); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (214,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"cf0744d1b4ed891e175da51276671f0a798b3fe0","Message":"Validating repository write permission","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:14:09-05:00"}],"HeadCommit":{"Sha1":"cf0744d1b4ed891e175da51276671f0a798b3fe0","Message":"Validating repository write permission","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:14:09-05:00"},"CompareURL":"davad/argo/compare/b64ffd406e9f808f4488e8b73cdb1179bab83e40...cf0744d1b4ed891e175da51276671f0a798b3fe0","Len":1}',1705864458); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (215,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"53b2dd10c5cfa16153ec68f95f2a2e3f210c7b1b","Message":"Autopilot Uninstall","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:14:16-05:00"}],"HeadCommit":{"Sha1":"53b2dd10c5cfa16153ec68f95f2a2e3f210c7b1b","Message":"Autopilot Uninstall","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:14:16-05:00"},"CompareURL":"davad/argo/compare/cf0744d1b4ed891e175da51276671f0a798b3fe0...53b2dd10c5cfa16153ec68f95f2a2e3f210c7b1b","Len":1}',1705864467); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (216,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"82506bf5e76addab36dbecb0548c9c73cc5ec3bd","Message":"Autopilot Uninstall, deleted leftovers","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:15:36-05:00"}],"HeadCommit":{"Sha1":"82506bf5e76addab36dbecb0548c9c73cc5ec3bd","Message":"Autopilot Uninstall, deleted leftovers","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:15:36-05:00"},"CompareURL":"davad/argo/compare/53b2dd10c5cfa16153ec68f95f2a2e3f210c7b1b...82506bf5e76addab36dbecb0548c9c73cc5ec3bd","Len":1}',1705864546); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (217,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"358ad1db8a1ba99842f4aadbc59fdfab9386833e","Message":"Validating repository write permission","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:16:05-05:00"}],"HeadCommit":{"Sha1":"358ad1db8a1ba99842f4aadbc59fdfab9386833e","Message":"Validating repository write permission","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:16:05-05:00"},"CompareURL":"davad/argo/compare/82506bf5e76addab36dbecb0548c9c73cc5ec3bd...358ad1db8a1ba99842f4aadbc59fdfab9386833e","Len":1}',1705864575); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (218,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"332c48a3d2535d18cb4c3e76400195926e14b695","Message":"Autopilot Bootstrap","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:16:49-05:00"}],"HeadCommit":{"Sha1":"332c48a3d2535d18cb4c3e76400195926e14b695","Message":"Autopilot Bootstrap","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:16:49-05:00"},"CompareURL":"davad/argo/compare/358ad1db8a1ba99842f4aadbc59fdfab9386833e...332c48a3d2535d18cb4c3e76400195926e14b695","Len":1}',1705864618); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (219,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"27af1b114de31a62a3c0b62b2800a60187627664","Message":"Validating repository write permission","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:46:30-05:00"}],"HeadCommit":{"Sha1":"27af1b114de31a62a3c0b62b2800a60187627664","Message":"Validating repository write permission","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:46:30-05:00"},"CompareURL":"davad/argo/compare/332c48a3d2535d18cb4c3e76400195926e14b695...27af1b114de31a62a3c0b62b2800a60187627664","Len":1}',1705866399); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (220,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"82e5c8be36ca938e1ee8e5af966379b975da737e","Message":"Added project ''system''","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:46:36-05:00"}],"HeadCommit":{"Sha1":"82e5c8be36ca938e1ee8e5af966379b975da737e","Message":"Added project ''system''","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:46:36-05:00"},"CompareURL":"davad/argo/compare/27af1b114de31a62a3c0b62b2800a60187627664...82e5c8be36ca938e1ee8e5af966379b975da737e","Len":1}',1705866413); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (221,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"e234ce2aaee45baecd39e2ebe4f92b80a5d224b0","Message":"Validating repository write permission","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:47:26-05:00"}],"HeadCommit":{"Sha1":"e234ce2aaee45baecd39e2ebe4f92b80a5d224b0","Message":"Validating repository write permission","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:47:26-05:00"},"CompareURL":"davad/argo/compare/82e5c8be36ca938e1ee8e5af966379b975da737e...e234ce2aaee45baecd39e2ebe4f92b80a5d224b0","Len":1}',1705866454); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (222,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"9598245d00418a3520c762a253cd774161124a01","Message":"Added project ''media''","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:47:32-05:00"}],"HeadCommit":{"Sha1":"9598245d00418a3520c762a253cd774161124a01","Message":"Added project ''media''","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:47:32-05:00"},"CompareURL":"davad/argo/compare/e234ce2aaee45baecd39e2ebe4f92b80a5d224b0...9598245d00418a3520c762a253cd774161124a01","Len":1}',1705866463); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (223,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"71358a4d7492b5a12eb092e55b37a4e13cd151b3","Message":"Validating repository write permission","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:48:18-05:00"}],"HeadCommit":{"Sha1":"71358a4d7492b5a12eb092e55b37a4e13cd151b3","Message":"Validating repository write permission","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:48:18-05:00"},"CompareURL":"davad/argo/compare/9598245d00418a3520c762a253cd774161124a01...71358a4d7492b5a12eb092e55b37a4e13cd151b3","Len":1}',1705866504); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (224,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"27fdba58fc9d720a6117b19d1f295cf6da4407f9","Message":"Validating repository write permission","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:49:31-05:00"}],"HeadCommit":{"Sha1":"27fdba58fc9d720a6117b19d1f295cf6da4407f9","Message":"Validating repository write permission","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:49:31-05:00"},"CompareURL":"davad/argo/compare/71358a4d7492b5a12eb092e55b37a4e13cd151b3...27fdba58fc9d720a6117b19d1f295cf6da4407f9","Len":1}',1705866574); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (225,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"f2f9025aef90e8c14fe1bff6a65349fe443aed5c","Message":"Validating repository write permission","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:51:04-05:00"}],"HeadCommit":{"Sha1":"f2f9025aef90e8c14fe1bff6a65349fe443aed5c","Message":"Validating repository write permission","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:51:04-05:00"},"CompareURL":"davad/argo/compare/27fdba58fc9d720a6117b19d1f295cf6da4407f9...f2f9025aef90e8c14fe1bff6a65349fe443aed5c","Len":1}',1705866673); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (226,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"3ce2827ef0a3e9996d4c1d346d69716e1b540af5","Message":"Validating repository write permission","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:52:30-05:00"}],"HeadCommit":{"Sha1":"3ce2827ef0a3e9996d4c1d346d69716e1b540af5","Message":"Validating repository write permission","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:52:30-05:00"},"CompareURL":"davad/argo/compare/f2f9025aef90e8c14fe1bff6a65349fe443aed5c...3ce2827ef0a3e9996d4c1d346d69716e1b540af5","Len":1}',1705866758); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (227,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"1ef04d8b0e330da20bb2d0ec15c682819cc69cbd","Message":"Validating repository write permission","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:54:12-05:00"}],"HeadCommit":{"Sha1":"1ef04d8b0e330da20bb2d0ec15c682819cc69cbd","Message":"Validating repository write permission","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:54:12-05:00"},"CompareURL":"davad/argo/compare/3ce2827ef0a3e9996d4c1d346d69716e1b540af5...1ef04d8b0e330da20bb2d0ec15c682819cc69cbd","Len":1}',1705866862); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (228,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"7087bc31122067aaa44ba6bca83055abcdd5ee10","Message":"installed app ''hello-world'' on project ''system'' installation-path: ''/''","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:54:19-05:00"}],"HeadCommit":{"Sha1":"7087bc31122067aaa44ba6bca83055abcdd5ee10","Message":"installed app ''hello-world'' on project ''system'' installation-path: ''/''","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T14:54:19-05:00"},"CompareURL":"davad/argo/compare/1ef04d8b0e330da20bb2d0ec15c682819cc69cbd...7087bc31122067aaa44ba6bca83055abcdd5ee10","Len":1}',1705866878); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (229,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"62ddd07b1f5d74ca3e9fc29a1790641e8639df76","Message":"chore(bootstrap): point to internal ssh url\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T21:00:44-05:00"}],"HeadCommit":{"Sha1":"62ddd07b1f5d74ca3e9fc29a1790641e8639df76","Message":"chore(bootstrap): point to internal ssh url\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T21:00:44-05:00"},"CompareURL":"davad/argo/compare/7087bc31122067aaa44ba6bca83055abcdd5ee10...62ddd07b1f5d74ca3e9fc29a1790641e8639df76","Len":1}',1705889076); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (230,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"e42033bd43a2dc337e25b172956e2e1a3285b87c","Message":"chore(bootstrap): point projects to internal ssh url\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T21:09:05-05:00"}],"HeadCommit":{"Sha1":"e42033bd43a2dc337e25b172956e2e1a3285b87c","Message":"chore(bootstrap): point projects to internal ssh url\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T21:09:05-05:00"},"CompareURL":"davad/argo/compare/62ddd07b1f5d74ca3e9fc29a1790641e8639df76...e42033bd43a2dc337e25b172956e2e1a3285b87c","Len":1}',1705889357); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (231,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"1982c4bc7d036d46be407395ec4103056c63e87a","Message":"chore(apps): add homepage\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T22:16:59-05:00"}],"HeadCommit":{"Sha1":"1982c4bc7d036d46be407395ec4103056c63e87a","Message":"chore(apps): add homepage\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T22:16:59-05:00"},"CompareURL":"davad/argo/compare/e42033bd43a2dc337e25b172956e2e1a3285b87c...1982c4bc7d036d46be407395ec4103056c63e87a","Len":1}',1705893450); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (232,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"715915a045fe02391d23685cf1cecaf7832c061a","Message":"fix(apps): source repo\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T22:19:20-05:00"}],"HeadCommit":{"Sha1":"715915a045fe02391d23685cf1cecaf7832c061a","Message":"fix(apps): source repo\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T22:19:20-05:00"},"CompareURL":"davad/argo/compare/1982c4bc7d036d46be407395ec4103056c63e87a...715915a045fe02391d23685cf1cecaf7832c061a","Len":1}',1705893587); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (233,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"7896171b4172864d00597a14f497ae80b226824e","Message":"chore(apps): remove hello-world\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T22:23:55-05:00"}],"HeadCommit":{"Sha1":"7896171b4172864d00597a14f497ae80b226824e","Message":"chore(apps): remove hello-world\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T22:23:55-05:00"},"CompareURL":"davad/argo/compare/715915a045fe02391d23685cf1cecaf7832c061a...7896171b4172864d00597a14f497ae80b226824e","Len":1}',1705893846); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (234,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"11d2dc44d1771be5909e66f5f76012865d13f1f1","Message":"chore(apps): add kavita\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T22:27:26-05:00"}],"HeadCommit":{"Sha1":"11d2dc44d1771be5909e66f5f76012865d13f1f1","Message":"chore(apps): add kavita\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T22:27:26-05:00"},"CompareURL":"davad/argo/compare/7896171b4172864d00597a14f497ae80b226824e...11d2dc44d1771be5909e66f5f76012865d13f1f1","Len":1}',1705894073); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (235,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"a52e9ea30fea61cca85e253f44549e2ca8cffb16","Message":"fix(gethomepage): kustomization resource path\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T22:32:28-05:00"}],"HeadCommit":{"Sha1":"a52e9ea30fea61cca85e253f44549e2ca8cffb16","Message":"fix(gethomepage): kustomization resource path\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T22:32:28-05:00"},"CompareURL":"davad/argo/compare/11d2dc44d1771be5909e66f5f76012865d13f1f1...a52e9ea30fea61cca85e253f44549e2ca8cffb16","Len":1}',1705894371); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (236,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"51807e9a1b2f7fe6c323d85d879bd61ad2bbb6c0","Message":"fix(gethomepage): remove recursive kustomization.yaml resource\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T22:46:27-05:00"}],"HeadCommit":{"Sha1":"51807e9a1b2f7fe6c323d85d879bd61ad2bbb6c0","Message":"fix(gethomepage): remove recursive kustomization.yaml resource\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T22:46:27-05:00"},"CompareURL":"davad/argo/compare/a52e9ea30fea61cca85e253f44549e2ca8cffb16...51807e9a1b2f7fe6c323d85d879bd61ad2bbb6c0","Len":1}',1705895202); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (237,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"ff09cd38b1dff73b8e2247b5471793123f97cfce","Message":"chore(project): add game project\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T22:50:16-05:00"}],"HeadCommit":{"Sha1":"ff09cd38b1dff73b8e2247b5471793123f97cfce","Message":"chore(project): add game project\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-21T22:50:16-05:00"},"CompareURL":"davad/argo/compare/51807e9a1b2f7fe6c323d85d879bd61ad2bbb6c0...ff09cd38b1dff73b8e2247b5471793123f97cfce","Len":1}',1705895433); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (238,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"e3cb15780ee4d713afb6ab87342451e64541cedd","Message":"chore(apps): add single-node minio\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-22T00:23:29-05:00"}],"HeadCommit":{"Sha1":"e3cb15780ee4d713afb6ab87342451e64541cedd","Message":"chore(apps): add single-node minio\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-22T00:23:29-05:00"},"CompareURL":"davad/argo/compare/ff09cd38b1dff73b8e2247b5471793123f97cfce...e3cb15780ee4d713afb6ab87342451e64541cedd","Len":1}',1705901033); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (239,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"a96b5f8fa5875b5ae58f3344adf42a34f2edfbb7","Message":"chore(apps): add MetalLB\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-22T00:33:48-05:00"}],"HeadCommit":{"Sha1":"a96b5f8fa5875b5ae58f3344adf42a34f2edfbb7","Message":"chore(apps): add MetalLB\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-01-22T00:33:48-05:00"},"CompareURL":"davad/argo/compare/e3cb15780ee4d713afb6ab87342451e64541cedd...a96b5f8fa5875b5ae58f3344adf42a34f2edfbb7","Len":1}',1705901656); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (240,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"c383a82c83475de974d829c8962df84335d4db75","Message":"chore(foundryvtt): update timed download URL\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-02-02T21:21:24-05:00"},{"Sha1":"093ee3daea247ca38aade11a1317af88f1214945","Message":"chore(foundryvtt): refactor to follow kustomize format\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-02-02T21:20:31-05:00"},{"Sha1":"2510d8590cad0a9f73eeb655276d2170e01137f8","Message":"fix: clean-up merge issue\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-02-02T21:16:50-05:00"},{"Sha1":"3439c614d725250b20177065e68098d0a7d81382","Message":"Merge remote-tracking branch ''origin/main''\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-02-02T21:14:04-05:00"},{"Sha1":"0316032bb7accd2b110b85483e7634339f51afd1","Message":"fix(projects): use internal git url\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-02-02T17:13:20-05:00"}],"HeadCommit":{"Sha1":"c383a82c83475de974d829c8962df84335d4db75","Message":"chore(foundryvtt): update timed download URL\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-02-02T21:21:24-05:00"},"CompareURL":"davad/argo/compare/a96b5f8fa5875b5ae58f3344adf42a34f2edfbb7...c383a82c83475de974d829c8962df84335d4db75","Len":7}',1706926925); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (241,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"1a91f62ab308f356759c06249277c92f97b8f025","Message":"chore(projects): manage ttrpg namespace in games project\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-02-02T21:24:42-05:00"}],"HeadCommit":{"Sha1":"1a91f62ab308f356759c06249277c92f97b8f025","Message":"chore(projects): manage ttrpg namespace in games project\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-02-02T21:24:42-05:00"},"CompareURL":"davad/argo/compare/c383a82c83475de974d829c8962df84335d4db75...1a91f62ab308f356759c06249277c92f97b8f025","Len":1}',1706927096); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (242,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"9fa7c454eecda1fa983b9c785b6f46e0f2bfbd57","Message":"chore(foundryvtt): adjust service and ingress\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-02-02T21:44:39-05:00"}],"HeadCommit":{"Sha1":"9fa7c454eecda1fa983b9c785b6f46e0f2bfbd57","Message":"chore(foundryvtt): adjust service and ingress\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-02-02T21:44:39-05:00"},"CompareURL":"davad/argo/compare/1a91f62ab308f356759c06249277c92f97b8f025...9fa7c454eecda1fa983b9c785b6f46e0f2bfbd57","Len":1}',1706928288); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (243,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"3251d60df4899ccfaf1b491e149afedb389d8c5b","Message":"fix(foundryvtt): update url\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-02-02T21:46:52-05:00"}],"HeadCommit":{"Sha1":"3251d60df4899ccfaf1b491e149afedb389d8c5b","Message":"fix(foundryvtt): update url\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-02-02T21:46:52-05:00"},"CompareURL":"davad/argo/compare/9fa7c454eecda1fa983b9c785b6f46e0f2bfbd57...3251d60df4899ccfaf1b491e149afedb389d8c5b","Len":1}',1706928419); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (244,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"ac3315d18bcc40020941098b1f391ec55a390aae","Message":"fix(foundryvtt): update url\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-02-02T21:47:46-05:00"}],"HeadCommit":{"Sha1":"ac3315d18bcc40020941098b1f391ec55a390aae","Message":"fix(foundryvtt): update url\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-02-02T21:47:46-05:00"},"CompareURL":"davad/argo/compare/3251d60df4899ccfaf1b491e149afedb389d8c5b...ac3315d18bcc40020941098b1f391ec55a390aae","Len":1}',1706928475); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (245,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"22852081cd5b50dbe22265aa4758a7371e08c31f","Message":"fix(foundryvtt): port definition\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-02-02T21:57:48-05:00"}],"HeadCommit":{"Sha1":"22852081cd5b50dbe22265aa4758a7371e08c31f","Message":"fix(foundryvtt): port definition\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-02-02T21:57:48-05:00"},"CompareURL":"davad/argo/compare/ac3315d18bcc40020941098b1f391ec55a390aae...22852081cd5b50dbe22265aa4758a7371e08c31f","Len":1}',1706929077); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (246,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"bf4e2ee09b3ca8f59e8b78b622256aa187e7376c","Message":"fix(foundryvtt): port definition\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-02-02T21:57:48-05:00"}],"HeadCommit":{"Sha1":"bf4e2ee09b3ca8f59e8b78b622256aa187e7376c","Message":"fix(foundryvtt): port definition\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-02-02T21:57:48-05:00"},"CompareURL":"davad/argo/compare/22852081cd5b50dbe22265aa4758a7371e08c31f...bf4e2ee09b3ca8f59e8b78b622256aa187e7376c","Len":1}',1706929163); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (247,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"a7c0ffdbdcb67f498f31a099c8743de58b5e2cad","Message":"chore(foundryvtt): new timed download URL\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-02-02T22:01:26-05:00"}],"HeadCommit":{"Sha1":"a7c0ffdbdcb67f498f31a099c8743de58b5e2cad","Message":"chore(foundryvtt): new timed download URL\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-02-02T22:01:26-05:00"},"CompareURL":"davad/argo/compare/bf4e2ee09b3ca8f59e8b78b622256aa187e7376c...a7c0ffdbdcb67f498f31a099c8743de58b5e2cad","Len":1}',1706929304); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (248,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"9facd5f139542f05c33efbde7e14d46ee383df57","Message":"chore(apps): remove traefik annotations because we''re using an nginx ingress controller\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-02-02T22:03:40-05:00"}],"HeadCommit":{"Sha1":"9facd5f139542f05c33efbde7e14d46ee383df57","Message":"chore(apps): remove traefik annotations because we''re using an nginx ingress controller\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-02-02T22:03:40-05:00"},"CompareURL":"davad/argo/compare/a7c0ffdbdcb67f498f31a099c8743de58b5e2cad...9facd5f139542f05c33efbde7e14d46ee383df57","Len":1}',1706929433); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (249,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"78776e38453fc73499bbe4f1c33ce43e3538963c","Message":"chore(foundryvtt): new timed download URL and update startup probe\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-02-02T22:44:43-05:00"}],"HeadCommit":{"Sha1":"78776e38453fc73499bbe4f1c33ce43e3538963c","Message":"chore(foundryvtt): new timed download URL and update startup probe\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-02-02T22:44:43-05:00"},"CompareURL":"davad/argo/compare/9facd5f139542f05c33efbde7e14d46ee383df57...78776e38453fc73499bbe4f1c33ce43e3538963c","Len":1}',1706931893); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (250,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"dae26b8930d21734db090c7df5d986488c714202","Message":"chore(foundryvtt): new timed download URL and update startup probe\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-02-02T22:58:47-05:00"}],"HeadCommit":{"Sha1":"dae26b8930d21734db090c7df5d986488c714202","Message":"chore(foundryvtt): new timed download URL and update startup probe\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-02-02T22:58:47-05:00"},"CompareURL":"davad/argo/compare/78776e38453fc73499bbe4f1c33ce43e3538963c...dae26b8930d21734db090c7df5d986488c714202","Len":1}',1706932737); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (251,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"c624697879a28f57cd0a66c668d73063831b0b0c","Message":"fix(foundryvtt): set nginx upload size and timeouts\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-02-03T19:34:40-05:00"}],"HeadCommit":{"Sha1":"c624697879a28f57cd0a66c668d73063831b0b0c","Message":"fix(foundryvtt): set nginx upload size and timeouts\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-02-03T19:34:40-05:00"},"CompareURL":"davad/argo/compare/dae26b8930d21734db090c7df5d986488c714202...c624697879a28f57cd0a66c668d73063831b0b0c","Len":1}',1707006894); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (252,1,'5',1,125,0,false,'refs/heads/master',true,'{"Commits":[{"Sha1":"dc9302f024c5217cc91c2c6e08f733505d6c60b8","Message":"add fontst and style for cv\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-02-05T18:01:58-05:00"},{"Sha1":"48cbcdf65d8e0116d8b7fc9c846782b7f712f1ad","Message":"add most recent resume tex files\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-02-05T18:01:55-05:00"},{"Sha1":"9a29d78e8485025a83052577e80df4230a380dd4","Message":"cv format + partial update to work experience\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-02-05T18:01:45-05:00"}],"HeadCommit":{"Sha1":"dc9302f024c5217cc91c2c6e08f733505d6c60b8","Message":"add fontst and style for cv\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-02-05T18:01:58-05:00"},"CompareURL":"davad/Resume/compare/6edf753dc88640571549eca2fe27d54acb104b42...dc9302f024c5217cc91c2c6e08f733505d6c60b8","Len":3}',1707174355); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (253,1,'5',1,125,0,false,'refs/heads/master',true,'{"Commits":[{"Sha1":"5deceb3a8e2461198efdb5d931ae3573a2f85c91","Message":"Update README\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-02-05T18:17:26-05:00"}],"HeadCommit":{"Sha1":"5deceb3a8e2461198efdb5d931ae3573a2f85c91","Message":"Update README\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-02-05T18:17:26-05:00"},"CompareURL":"davad/Resume/compare/dc9302f024c5217cc91c2c6e08f733505d6c60b8...5deceb3a8e2461198efdb5d931ae3573a2f85c91","Len":1}',1707175074); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (254,1,'5',1,125,0,false,'refs/heads/master',true,'{"Commits":[{"Sha1":"dd60794c67d5a8d0132f11f494d99cd3c5efb6e3","Message":"update contact info\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-02-05T18:18:46-05:00"}],"HeadCommit":{"Sha1":"dd60794c67d5a8d0132f11f494d99cd3c5efb6e3","Message":"update contact info\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-02-05T18:18:46-05:00"},"CompareURL":"davad/Resume/compare/5deceb3a8e2461198efdb5d931ae3573a2f85c91...dd60794c67d5a8d0132f11f494d99cd3c5efb6e3","Len":1}',1707175147); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (255,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"09fbc7e597ed993c98d0b5c635e018bff104c81e","Message":"chore(argo): add ingress\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-03-01T23:46:59-05:00"}],"HeadCommit":{"Sha1":"09fbc7e597ed993c98d0b5c635e018bff104c81e","Message":"chore(argo): add ingress\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-03-01T23:46:59-05:00"},"CompareURL":"davad/argo/compare/c624697879a28f57cd0a66c668d73063831b0b0c...09fbc7e597ed993c98d0b5c635e018bff104c81e","Len":1}',1709354841); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (256,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"291b6c6cc90b36f28e070f11be017a71e93baca4","Message":"chore(keycloak): initial resource definitions\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-03-27T16:39:25-05:00"}],"HeadCommit":{"Sha1":"291b6c6cc90b36f28e070f11be017a71e93baca4","Message":"chore(keycloak): initial resource definitions\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-03-27T16:39:25-05:00"},"CompareURL":"davad/argo/compare/09fbc7e597ed993c98d0b5c635e018bff104c81e...291b6c6cc90b36f28e070f11be017a71e93baca4","Len":1}',1711575605); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (257,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"0d2463819380f3b6f8e6aee0153bfcbe4e5e0de2","Message":"chore(cluster): add cloudnative-pg resources\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-03-27T23:52:06-05:00"}],"HeadCommit":{"Sha1":"0d2463819380f3b6f8e6aee0153bfcbe4e5e0de2","Message":"chore(cluster): add cloudnative-pg resources\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-03-27T23:52:06-05:00"},"CompareURL":"davad/argo/compare/291b6c6cc90b36f28e070f11be017a71e93baca4...0d2463819380f3b6f8e6aee0153bfcbe4e5e0de2","Len":1}',1711601540); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (258,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"64241f6e3acfde6827b36630c514b9bbd7c49c59","Message":"fix(bootstrap): apply cluster-resources using ServerSideApply to avoid large CRDs from erroring\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-03-28T00:14:03-05:00"}],"HeadCommit":{"Sha1":"64241f6e3acfde6827b36630c514b9bbd7c49c59","Message":"fix(bootstrap): apply cluster-resources using ServerSideApply to avoid large CRDs from erroring\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-03-28T00:14:03-05:00"},"CompareURL":"davad/argo/compare/0d2463819380f3b6f8e6aee0153bfcbe4e5e0de2...64241f6e3acfde6827b36630c514b9bbd7c49c59","Len":1}',1711602884); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (259,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"a3e3e4658a051fb206b95d87cf5ac25ef74d0df6","Message":"chore(keycloak): test spinning up a PG cluster\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-03-28T00:19:26-05:00"}],"HeadCommit":{"Sha1":"a3e3e4658a051fb206b95d87cf5ac25ef74d0df6","Message":"chore(keycloak): test spinning up a PG cluster\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-03-28T00:19:26-05:00"},"CompareURL":"davad/argo/compare/64241f6e3acfde6827b36630c514b9bbd7c49c59...a3e3e4658a051fb206b95d87cf5ac25ef74d0df6","Len":1}',1711603181); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (260,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"dbc1b6b4b9579932dade977f1ddc1f34a4173c30","Message":"chore(keycloak): test spinning up a PG cluster\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-03-28T00:19:26-05:00"}],"HeadCommit":{"Sha1":"dbc1b6b4b9579932dade977f1ddc1f34a4173c30","Message":"chore(keycloak): test spinning up a PG cluster\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-03-28T00:19:26-05:00"},"CompareURL":"davad/argo/compare/a3e3e4658a051fb206b95d87cf5ac25ef74d0df6...dbc1b6b4b9579932dade977f1ddc1f34a4173c30","Len":1}',1711603259); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (261,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"e045928fc9c731ec8c410139d75f0368f6ad1a52","Message":"chore(keyclok): switch to using a secret for admin credentials, try to use Postgres instead of SQLite\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-03-28T12:17:20-05:00"}],"HeadCommit":{"Sha1":"e045928fc9c731ec8c410139d75f0368f6ad1a52","Message":"chore(keyclok): switch to using a secret for admin credentials, try to use Postgres instead of SQLite\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-03-28T12:17:20-05:00"},"CompareURL":"davad/argo/compare/dbc1b6b4b9579932dade977f1ddc1f34a4173c30...e045928fc9c731ec8c410139d75f0368f6ad1a52","Len":1}',1711646261); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (262,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"da2cb9a4df34ca8268244a7f5fc66edd5dbf04ce","Message":"chore(keyclok): switch to using a secret for admin credentials, try to use Postgres instead of SQLite\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-03-28T12:17:20-05:00"}],"HeadCommit":{"Sha1":"da2cb9a4df34ca8268244a7f5fc66edd5dbf04ce","Message":"chore(keyclok): switch to using a secret for admin credentials, try to use Postgres instead of SQLite\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-03-28T12:17:20-05:00"},"CompareURL":"davad/argo/compare/e045928fc9c731ec8c410139d75f0368f6ad1a52...da2cb9a4df34ca8268244a7f5fc66edd5dbf04ce","Len":1}',1711646406); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (263,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"31b3bd9e685e3484981cc1c25c060174602204c5","Message":"fix(keycloak): don''t want to use a LoadBalancer service\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-03-28T16:25:17-05:00"}],"HeadCommit":{"Sha1":"31b3bd9e685e3484981cc1c25c060174602204c5","Message":"fix(keycloak): don''t want to use a LoadBalancer service\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-03-28T16:25:17-05:00"},"CompareURL":"davad/argo/compare/da2cb9a4df34ca8268244a7f5fc66edd5dbf04ce...31b3bd9e685e3484981cc1c25c060174602204c5","Len":1}',1711661132); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (264,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"7069de00709cf9a376c682feab81770d86660311","Message":"fix(keycloak): add cert issuer to ingress\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-03-29T00:30:30-05:00"}],"HeadCommit":{"Sha1":"7069de00709cf9a376c682feab81770d86660311","Message":"fix(keycloak): add cert issuer to ingress\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-03-29T00:30:30-05:00"},"CompareURL":"davad/argo/compare/31b3bd9e685e3484981cc1c25c060174602204c5...7069de00709cf9a376c682feab81770d86660311","Len":1}',1711690246); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (265,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"5965ff6a227dc2e86cce6ca60567517ef43c7f13","Message":"fix(keycloak): add cert issuer to ingress\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-03-29T00:30:30-05:00"}],"HeadCommit":{"Sha1":"5965ff6a227dc2e86cce6ca60567517ef43c7f13","Message":"fix(keycloak): add cert issuer to ingress\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-03-29T00:30:30-05:00"},"CompareURL":"davad/argo/compare/7069de00709cf9a376c682feab81770d86660311...5965ff6a227dc2e86cce6ca60567517ef43c7f13","Len":1}',1711690711); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (266,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"2fe0d724789dd3cd53fe3103707f4a2a92debbc7","Message":"chore(metallb): temporarily disable app\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-03-29T00:39:04-05:00"}],"HeadCommit":{"Sha1":"2fe0d724789dd3cd53fe3103707f4a2a92debbc7","Message":"chore(metallb): temporarily disable app\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-03-29T00:39:04-05:00"},"CompareURL":"davad/argo/compare/5965ff6a227dc2e86cce6ca60567517ef43c7f13...2fe0d724789dd3cd53fe3103707f4a2a92debbc7","Len":1}',1711690760); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (267,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"056cc88ed82abbbb4e6160030bc04f78b370a12d","Message":"chore(metallb): temporarily disable app\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-03-29T00:41:06-05:00"},{"Sha1":"28c4898b383d8386448e15f5f71fe518ad978757","Message":"Revert \"chore(metallb): temporarily disable app\"\n\nThis reverts commit 2fe0d724789dd3cd53fe3103707f4a2a92debbc7.\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-03-29T00:40:36-05:00"}],"HeadCommit":{"Sha1":"056cc88ed82abbbb4e6160030bc04f78b370a12d","Message":"chore(metallb): temporarily disable app\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-03-29T00:41:06-05:00"},"CompareURL":"davad/argo/compare/2fe0d724789dd3cd53fe3103707f4a2a92debbc7...056cc88ed82abbbb4e6160030bc04f78b370a12d","Len":2}',1711690886); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (268,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"efe6f7c59fee9957ac39ded89a8baf257dafb1d8","Message":"fix(bootstrap): trying to get ingress working\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-07T23:54:28-04:00"}],"HeadCommit":{"Sha1":"efe6f7c59fee9957ac39ded89a8baf257dafb1d8","Message":"fix(bootstrap): trying to get ingress working\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-07T23:54:28-04:00"},"CompareURL":"davad/argo/compare/056cc88ed82abbbb4e6160030bc04f78b370a12d...efe6f7c59fee9957ac39ded89a8baf257dafb1d8","Len":1}',1715140484); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (269,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"ddcae57bd31184b7ef90b1d96c18f774efffb4fb","Message":"fix(bootstrap): need to split into two ingress resources for nginx controller\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T00:04:23-04:00"}],"HeadCommit":{"Sha1":"ddcae57bd31184b7ef90b1d96c18f774efffb4fb","Message":"fix(bootstrap): need to split into two ingress resources for nginx controller\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T00:04:23-04:00"},"CompareURL":"davad/argo/compare/efe6f7c59fee9957ac39ded89a8baf257dafb1d8...ddcae57bd31184b7ef90b1d96c18f774efffb4fb","Len":1}',1715141076); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (270,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"cddaf999d1b1aa4f4d291dd3b7092e5817de7a2d","Message":"fix(bootstrap): need to split into two ingress resources for nginx controller\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T00:04:23-04:00"}],"HeadCommit":{"Sha1":"cddaf999d1b1aa4f4d291dd3b7092e5817de7a2d","Message":"fix(bootstrap): need to split into two ingress resources for nginx controller\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T00:04:23-04:00"},"CompareURL":"davad/argo/compare/ddcae57bd31184b7ef90b1d96c18f774efffb4fb...cddaf999d1b1aa4f4d291dd3b7092e5817de7a2d","Len":1}',1715141163); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (271,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"964be5394520c9d7314e704aae7133a7571c3862","Message":"fix(bootstrap): need to split into two ingress resources for nginx controller\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T00:04:23-04:00"}],"HeadCommit":{"Sha1":"964be5394520c9d7314e704aae7133a7571c3862","Message":"fix(bootstrap): need to split into two ingress resources for nginx controller\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T00:04:23-04:00"},"CompareURL":"davad/argo/compare/cddaf999d1b1aa4f4d291dd3b7092e5817de7a2d...964be5394520c9d7314e704aae7133a7571c3862","Len":1}',1715141401); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (272,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"66fe18044183a1d810578f3b90b7a77d76372a33","Message":"fix(bootstrap): need to split into two ingress resources for nginx controller\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T00:04:23-04:00"}],"HeadCommit":{"Sha1":"66fe18044183a1d810578f3b90b7a77d76372a33","Message":"fix(bootstrap): need to split into two ingress resources for nginx controller\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T00:04:23-04:00"},"CompareURL":"davad/argo/compare/964be5394520c9d7314e704aae7133a7571c3862...66fe18044183a1d810578f3b90b7a77d76372a33","Len":1}',1715141472); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (273,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"801bd61352328439e89a25898e3212d520094dfe","Message":"fix(bootstrap): undo ingress split; that''s only for SSL termination at the nginx controller\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T00:14:58-04:00"}],"HeadCommit":{"Sha1":"801bd61352328439e89a25898e3212d520094dfe","Message":"fix(bootstrap): undo ingress split; that''s only for SSL termination at the nginx controller\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T00:14:58-04:00"},"CompareURL":"davad/argo/compare/66fe18044183a1d810578f3b90b7a77d76372a33...801bd61352328439e89a25898e3212d520094dfe","Len":1}',1715141713); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (274,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"7fe34a24a33c43addccba32fbf8fc214c9ac2b1d","Message":"fix(bootstrap): force ssl redirect\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T00:15:49-04:00"}],"HeadCommit":{"Sha1":"7fe34a24a33c43addccba32fbf8fc214c9ac2b1d","Message":"fix(bootstrap): force ssl redirect\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T00:15:49-04:00"},"CompareURL":"davad/argo/compare/801bd61352328439e89a25898e3212d520094dfe...7fe34a24a33c43addccba32fbf8fc214c9ac2b1d","Len":1}',1715141762); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (275,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"02e675b4104009dc39e14cdc81e1c9ed247dd7f0","Message":"fix(bootstrap): cleanup unused file\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T00:17:04-04:00"}],"HeadCommit":{"Sha1":"02e675b4104009dc39e14cdc81e1c9ed247dd7f0","Message":"fix(bootstrap): cleanup unused file\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T00:17:04-04:00"},"CompareURL":"davad/argo/compare/7fe34a24a33c43addccba32fbf8fc214c9ac2b1d...02e675b4104009dc39e14cdc81e1c9ed247dd7f0","Len":1}',1715141834); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (276,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"db4fbbb99ff3c71f334927daf23e5977954bf73c","Message":"chore(dashboard): bump image version\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T00:21:53-04:00"}],"HeadCommit":{"Sha1":"db4fbbb99ff3c71f334927daf23e5977954bf73c","Message":"chore(dashboard): bump image version\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T00:21:53-04:00"},"CompareURL":"davad/argo/compare/02e675b4104009dc39e14cdc81e1c9ed247dd7f0...db4fbbb99ff3c71f334927daf23e5977954bf73c","Len":1}',1715142125); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (277,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"46b3a334d0e1caabaa0b650b8c55b11ab08f9b86","Message":"chore(dashboard): update resources based on current docs\n\nhttps://gethomepage.dev/latest/installation/k8s\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T00:45:14-04:00"}],"HeadCommit":{"Sha1":"46b3a334d0e1caabaa0b650b8c55b11ab08f9b86","Message":"chore(dashboard): update resources based on current docs\n\nhttps://gethomepage.dev/latest/installation/k8s\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T00:45:14-04:00"},"CompareURL":"davad/argo/compare/db4fbbb99ff3c71f334927daf23e5977954bf73c...46b3a334d0e1caabaa0b650b8c55b11ab08f9b86","Len":1}',1715143533); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (278,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"220b133b5f36ead779738eb4ca5f7fc90554deda","Message":"fix(dashboard): update image path\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T00:49:49-04:00"}],"HeadCommit":{"Sha1":"220b133b5f36ead779738eb4ca5f7fc90554deda","Message":"fix(dashboard): update image path\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T00:49:49-04:00"},"CompareURL":"davad/argo/compare/46b3a334d0e1caabaa0b650b8c55b11ab08f9b86...220b133b5f36ead779738eb4ca5f7fc90554deda","Len":1}',1715143804); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (279,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"eef97008f0f38ab0b259f71266249b344ba459b8","Message":"fix(dashboard): add missing resources\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T00:56:20-04:00"}],"HeadCommit":{"Sha1":"eef97008f0f38ab0b259f71266249b344ba459b8","Message":"fix(dashboard): add missing resources\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T00:56:20-04:00"},"CompareURL":"davad/argo/compare/220b133b5f36ead779738eb4ca5f7fc90554deda...eef97008f0f38ab0b259f71266249b344ba459b8","Len":1}',1715144193); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (280,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"631685e74fedba1cb10e604d818b5515302f7580","Message":"fix(dashboard): explicitly create empty array\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T00:57:42-04:00"}],"HeadCommit":{"Sha1":"631685e74fedba1cb10e604d818b5515302f7580","Message":"fix(dashboard): explicitly create empty array\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T00:57:42-04:00"},"CompareURL":"davad/argo/compare/eef97008f0f38ab0b259f71266249b344ba459b8...631685e74fedba1cb10e604d818b5515302f7580","Len":1}',1715144274); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (281,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"55e54d83dd050976759b0f665d87422f499c7eeb","Message":"chore(dashboard): add basic auth\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T01:10:36-04:00"}],"HeadCommit":{"Sha1":"55e54d83dd050976759b0f665d87422f499c7eeb","Message":"chore(dashboard): add basic auth\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T01:10:36-04:00"},"CompareURL":"davad/argo/compare/631685e74fedba1cb10e604d818b5515302f7580...55e54d83dd050976759b0f665d87422f499c7eeb","Len":1}',1715145060); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (282,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"967c5ce61656b2245f441a4ecce0dc7b92f1b95b","Message":"chore(dashboard): adjust service layout\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T01:13:08-04:00"}],"HeadCommit":{"Sha1":"967c5ce61656b2245f441a4ecce0dc7b92f1b95b","Message":"chore(dashboard): adjust service layout\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T01:13:08-04:00"},"CompareURL":"davad/argo/compare/55e54d83dd050976759b0f665d87422f499c7eeb...967c5ce61656b2245f441a4ecce0dc7b92f1b95b","Len":1}',1715145201); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (283,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"83f49e25a7051bb383495d24ec89c033110aa1c8","Message":"chore(dashboard): remove static groups\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T01:14:31-04:00"}],"HeadCommit":{"Sha1":"83f49e25a7051bb383495d24ec89c033110aa1c8","Message":"chore(dashboard): remove static groups\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T01:14:31-04:00"},"CompareURL":"davad/argo/compare/967c5ce61656b2245f441a4ecce0dc7b92f1b95b...83f49e25a7051bb383495d24ec89c033110aa1c8","Len":1}',1715145282); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (284,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"4c42bbb4b9c8ba842684865419a3629ad8c44a2e","Message":"chore(dashboard): move config into separate files\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T01:25:01-04:00"}],"HeadCommit":{"Sha1":"4c42bbb4b9c8ba842684865419a3629ad8c44a2e","Message":"chore(dashboard): move config into separate files\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T01:25:01-04:00"},"CompareURL":"davad/argo/compare/83f49e25a7051bb383495d24ec89c033110aa1c8...4c42bbb4b9c8ba842684865419a3629ad8c44a2e","Len":1}',1715145916); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (285,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"c1b026219262afa58d686f233649fcd7f26bd873","Message":"fix(dashboard): syntax error in kustomization.yaml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T01:28:41-04:00"}],"HeadCommit":{"Sha1":"c1b026219262afa58d686f233649fcd7f26bd873","Message":"fix(dashboard): syntax error in kustomization.yaml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T01:28:41-04:00"},"CompareURL":"davad/argo/compare/4c42bbb4b9c8ba842684865419a3629ad8c44a2e...c1b026219262afa58d686f233649fcd7f26bd873","Len":1}',1715146135); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (286,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"e28461f5c075b0633d1c8c3aaf7ede1c964dc1ff","Message":"fix(dashboard): remove old file from kustomization.yaml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T01:33:06-04:00"}],"HeadCommit":{"Sha1":"e28461f5c075b0633d1c8c3aaf7ede1c964dc1ff","Message":"fix(dashboard): remove old file from kustomization.yaml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T01:33:06-04:00"},"CompareURL":"davad/argo/compare/c1b026219262afa58d686f233649fcd7f26bd873...e28461f5c075b0633d1c8c3aaf7ede1c964dc1ff","Len":1}',1715146394); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (287,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"520eb960dbd5c9feceeb727c644e32861d4bb4f6","Message":"fix(dashboard): update rbac permissions\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T01:39:47-04:00"}],"HeadCommit":{"Sha1":"520eb960dbd5c9feceeb727c644e32861d4bb4f6","Message":"fix(dashboard): update rbac permissions\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T01:39:47-04:00"},"CompareURL":"davad/argo/compare/e28461f5c075b0633d1c8c3aaf7ede1c964dc1ff...520eb960dbd5c9feceeb727c644e32861d4bb4f6","Len":1}',1715146797); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (288,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"e922c79f5597b421cc9404fcf526036bd4d671f6","Message":"fix(dashboard): clear docker.yaml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T01:41:47-04:00"}],"HeadCommit":{"Sha1":"e922c79f5597b421cc9404fcf526036bd4d671f6","Message":"fix(dashboard): clear docker.yaml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T01:41:47-04:00"},"CompareURL":"davad/argo/compare/520eb960dbd5c9feceeb727c644e32861d4bb4f6...e922c79f5597b421cc9404fcf526036bd4d671f6","Len":1}',1715146917); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (289,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"df7894b05ef4fbaa0ef154bd19fe90d0da918c78","Message":"fix(dashboard): clear services.yaml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T01:44:17-04:00"}],"HeadCommit":{"Sha1":"df7894b05ef4fbaa0ef154bd19fe90d0da918c78","Message":"fix(dashboard): clear services.yaml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T01:44:17-04:00"},"CompareURL":"davad/argo/compare/e922c79f5597b421cc9404fcf526036bd4d671f6...df7894b05ef4fbaa0ef154bd19fe90d0da918c78","Len":1}',1715147068); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (290,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"f81cba012401e91523eb14f9f301d725e356c90d","Message":"chore(dashboard): add quicklaunch\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T01:46:59-04:00"}],"HeadCommit":{"Sha1":"f81cba012401e91523eb14f9f301d725e356c90d","Message":"chore(dashboard): add quicklaunch\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T01:46:59-04:00"},"CompareURL":"davad/argo/compare/df7894b05ef4fbaa0ef154bd19fe90d0da918c78...f81cba012401e91523eb14f9f301d725e356c90d","Len":1}',1715147231); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (291,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"95b90ca6fd320f0426b292a6caaf2feba9170009","Message":"chore(dashboard): add client whitelist\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T18:48:58-04:00"}],"HeadCommit":{"Sha1":"95b90ca6fd320f0426b292a6caaf2feba9170009","Message":"chore(dashboard): add client whitelist\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T18:48:58-04:00"},"CompareURL":"davad/argo/compare/f81cba012401e91523eb14f9f301d725e356c90d...95b90ca6fd320f0426b292a6caaf2feba9170009","Len":1}',1715208549); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (292,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"d349d777710dc1278f36199f0a51142bdda11cc4","Message":"chore(dashboard): remove basic auth\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T18:52:25-04:00"}],"HeadCommit":{"Sha1":"d349d777710dc1278f36199f0a51142bdda11cc4","Message":"chore(dashboard): remove basic auth\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-08T18:52:25-04:00"},"CompareURL":"davad/argo/compare/95b90ca6fd320f0426b292a6caaf2feba9170009...d349d777710dc1278f36199f0a51142bdda11cc4","Len":1}',1715208756); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (293,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"02afde63b910f6be7b23c1a55d04080a8c50a206","Message":"chore(paperless): add initial resources\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-12T16:31:35-04:00"}],"HeadCommit":{"Sha1":"02afde63b910f6be7b23c1a55d04080a8c50a206","Message":"chore(paperless): add initial resources\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-12T16:31:35-04:00"},"CompareURL":"davad/argo/compare/d349d777710dc1278f36199f0a51142bdda11cc4...02afde63b910f6be7b23c1a55d04080a8c50a206","Len":1}',1715545935); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (294,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"f335249fc3b3b485fea4c51283894e2ab203d632","Message":"fix(paperless): wrong key for ingress backend port\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-12T20:06:46-04:00"}],"HeadCommit":{"Sha1":"f335249fc3b3b485fea4c51283894e2ab203d632","Message":"fix(paperless): wrong key for ingress backend port\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-12T20:06:46-04:00"},"CompareURL":"davad/argo/compare/02afde63b910f6be7b23c1a55d04080a8c50a206...f335249fc3b3b485fea4c51283894e2ab203d632","Len":1}',1715558821); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (295,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"eab9752ef0139252e4a0c0bb13d6dd7c45b4213c","Message":"fix(paperless): run db as UID/GID 1000\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-12T20:26:53-04:00"}],"HeadCommit":{"Sha1":"eab9752ef0139252e4a0c0bb13d6dd7c45b4213c","Message":"fix(paperless): run db as UID/GID 1000\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-12T20:26:53-04:00"},"CompareURL":"davad/argo/compare/f335249fc3b3b485fea4c51283894e2ab203d632...eab9752ef0139252e4a0c0bb13d6dd7c45b4213c","Len":1}',1715560025); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (296,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"08fcbaa42557f6b9f077ec9f7160f5c1d785b7d1","Message":"fix(paperless): typo\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-12T20:28:42-04:00"}],"HeadCommit":{"Sha1":"08fcbaa42557f6b9f077ec9f7160f5c1d785b7d1","Message":"fix(paperless): typo\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-12T20:28:42-04:00"},"CompareURL":"davad/argo/compare/eab9752ef0139252e4a0c0bb13d6dd7c45b4213c...08fcbaa42557f6b9f077ec9f7160f5c1d785b7d1","Len":1}',1715560134); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (297,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"3120633c58ec51afc62ff6d2bccedf185615a23f","Message":"fix(paperless): ssl issuer\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-12T20:39:45-04:00"}],"HeadCommit":{"Sha1":"3120633c58ec51afc62ff6d2bccedf185615a23f","Message":"fix(paperless): ssl issuer\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-12T20:39:45-04:00"},"CompareURL":"davad/argo/compare/08fcbaa42557f6b9f077ec9f7160f5c1d785b7d1...3120633c58ec51afc62ff6d2bccedf185615a23f","Len":1}',1715560798); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (298,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"5be2843e88b0c6b0d4053679ecc1c55a472235a2","Message":"fix(paperless): hook up consume to nfs scan\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-12T21:12:11-04:00"}],"HeadCommit":{"Sha1":"5be2843e88b0c6b0d4053679ecc1c55a472235a2","Message":"fix(paperless): hook up consume to nfs scan\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-12T21:12:11-04:00"},"CompareURL":"davad/argo/compare/3120633c58ec51afc62ff6d2bccedf185615a23f...5be2843e88b0c6b0d4053679ecc1c55a472235a2","Len":1}',1715562746); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (299,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"417a968299e748707d97aa9f4f8df2adb275a4fa","Message":"fix(paperless): hook up consume to nfs scan\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-12T21:12:11-04:00"}],"HeadCommit":{"Sha1":"417a968299e748707d97aa9f4f8df2adb275a4fa","Message":"fix(paperless): hook up consume to nfs scan\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-12T21:12:11-04:00"},"CompareURL":"davad/argo/compare/5be2843e88b0c6b0d4053679ecc1c55a472235a2...417a968299e748707d97aa9f4f8df2adb275a4fa","Len":1}',1715562793); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (300,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"6070198c2d3ee5b17890df605e61581d88d53f96","Message":"fix(paperless): unhook pvc\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-12T21:16:01-04:00"}],"HeadCommit":{"Sha1":"6070198c2d3ee5b17890df605e61581d88d53f96","Message":"fix(paperless): unhook pvc\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-12T21:16:01-04:00"},"CompareURL":"davad/argo/compare/417a968299e748707d97aa9f4f8df2adb275a4fa...6070198c2d3ee5b17890df605e61581d88d53f96","Len":1}',1715562976); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (301,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"376863412a3ffe4114bf3ac2fc687a739fd4ae97","Message":"fix(paperless): fix consume nfs path\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-12T21:19:47-04:00"}],"HeadCommit":{"Sha1":"376863412a3ffe4114bf3ac2fc687a739fd4ae97","Message":"fix(paperless): fix consume nfs path\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-12T21:19:47-04:00"},"CompareURL":"davad/argo/compare/6070198c2d3ee5b17890df605e61581d88d53f96...376863412a3ffe4114bf3ac2fc687a739fd4ae97","Len":1}',1715563199); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (302,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"76d5f96eb6562449dad62b8cadddec428e9188a7","Message":"chore(dashboard): switch ingress backend to named port\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-13T00:53:01-04:00"}],"HeadCommit":{"Sha1":"76d5f96eb6562449dad62b8cadddec428e9188a7","Message":"chore(dashboard): switch ingress backend to named port\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-13T00:53:01-04:00"},"CompareURL":"davad/argo/compare/376863412a3ffe4114bf3ac2fc687a739fd4ae97...76d5f96eb6562449dad62b8cadddec428e9188a7","Len":1}',1715575996); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (303,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"322f2dd7b2d915ed29b71a00cc948f06cb4e5640","Message":"chore(paperless): add to dashboard\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-13T14:54:16-04:00"}],"HeadCommit":{"Sha1":"322f2dd7b2d915ed29b71a00cc948f06cb4e5640","Message":"chore(paperless): add to dashboard\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-13T14:54:16-04:00"},"CompareURL":"davad/argo/compare/76d5f96eb6562449dad62b8cadddec428e9188a7...322f2dd7b2d915ed29b71a00cc948f06cb4e5640","Len":1}',1715626467); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (304,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"87e124503b74516c3f4d3b2ed249eadba5dc8c74","Message":"fix(paperless): enable consumer polling\n\nLooks like inotify isn''t working on the NFS mount\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-17T18:45:32-04:00"}],"HeadCommit":{"Sha1":"87e124503b74516c3f4d3b2ed249eadba5dc8c74","Message":"fix(paperless): enable consumer polling\n\nLooks like inotify isn''t working on the NFS mount\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-17T18:45:32-04:00"},"CompareURL":"davad/argo/compare/322f2dd7b2d915ed29b71a00cc948f06cb4e5640...87e124503b74516c3f4d3b2ed249eadba5dc8c74","Len":1}',1715985964); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (305,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"647754419104bd5f7db6752fde289ac9db8cd37d","Message":"fix(paperless): increase upload size limit with nginx controller\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-18T13:41:26-04:00"}],"HeadCommit":{"Sha1":"647754419104bd5f7db6752fde289ac9db8cd37d","Message":"fix(paperless): increase upload size limit with nginx controller\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-18T13:41:26-04:00"},"CompareURL":"davad/argo/compare/87e124503b74516c3f4d3b2ed249eadba5dc8c74...647754419104bd5f7db6752fde289ac9db8cd37d","Len":1}',1716054110); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (306,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"073af174ce72bed1a54e629d038612719032c448","Message":"fix(paperless): having weird issues with permissions\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-18T13:53:50-04:00"}],"HeadCommit":{"Sha1":"073af174ce72bed1a54e629d038612719032c448","Message":"fix(paperless): having weird issues with permissions\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-18T13:53:50-04:00"},"CompareURL":"davad/argo/compare/647754419104bd5f7db6752fde289ac9db8cd37d...073af174ce72bed1a54e629d038612719032c448","Len":1}',1716054850); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (307,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"5609d1863139c7d00e9ce1ec73add8db6933bbdf","Message":"chore(paperless): lock down to LAN\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-18T14:05:23-04:00"}],"HeadCommit":{"Sha1":"5609d1863139c7d00e9ce1ec73add8db6933bbdf","Message":"chore(paperless): lock down to LAN\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-18T14:05:23-04:00"},"CompareURL":"davad/argo/compare/073af174ce72bed1a54e629d038612719032c448...5609d1863139c7d00e9ce1ec73add8db6933bbdf","Len":1}',1716055545); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (308,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"0bf93c3227fd4cc5e7d990126a7dff5228047a68","Message":"chore(syncthing): initial commit\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-24T21:40:19-04:00"}],"HeadCommit":{"Sha1":"0bf93c3227fd4cc5e7d990126a7dff5228047a68","Message":"chore(syncthing): initial commit\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-24T21:40:19-04:00"},"CompareURL":"davad/argo/compare/5609d1863139c7d00e9ce1ec73add8db6933bbdf...0bf93c3227fd4cc5e7d990126a7dff5228047a68","Len":1}',1716601245); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (309,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"39cb5403288463058e88e55f5066cd33a737f978","Message":"chore(argocd): add ksops integration\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-24T22:34:01-04:00"}],"HeadCommit":{"Sha1":"39cb5403288463058e88e55f5066cd33a737f978","Message":"chore(argocd): add ksops integration\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-24T22:34:01-04:00"},"CompareURL":"davad/argo/compare/0bf93c3227fd4cc5e7d990126a7dff5228047a68...39cb5403288463058e88e55f5066cd33a737f978","Len":1}',1716604458); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (310,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"0e5903b174983a0903a3740b2e7c4f3e549bd6ec","Message":"chore(bootstrap): switch resource format for upstream autopilot manifest\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-24T23:13:16-04:00"}],"HeadCommit":{"Sha1":"0e5903b174983a0903a3740b2e7c4f3e549bd6ec","Message":"chore(bootstrap): switch resource format for upstream autopilot manifest\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-24T23:13:16-04:00"},"CompareURL":"davad/argo/compare/39cb5403288463058e88e55f5066cd33a737f978...0e5903b174983a0903a3740b2e7c4f3e549bd6ec","Len":1}',1716606818); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (311,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"ba46de6bc2cb2e121003f755996660808d0dd259","Message":"chore(argocd): restore ksops integration\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-24T23:51:02-04:00"}],"HeadCommit":{"Sha1":"ba46de6bc2cb2e121003f755996660808d0dd259","Message":"chore(argocd): restore ksops integration\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-24T23:51:02-04:00"},"CompareURL":"davad/argo/compare/0e5903b174983a0903a3740b2e7c4f3e549bd6ec...ba46de6bc2cb2e121003f755996660808d0dd259","Len":1}',1716609084); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (312,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"ca75e3b90ca8cba34a5dfac1ce01599a96d31df3","Message":"chore(cluster-resources): test ksops\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-25T00:50:46-04:00"}],"HeadCommit":{"Sha1":"ca75e3b90ca8cba34a5dfac1ce01599a96d31df3","Message":"chore(cluster-resources): test ksops\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-25T00:50:46-04:00"},"CompareURL":"davad/argo/compare/ba46de6bc2cb2e121003f755996660808d0dd259...ca75e3b90ca8cba34a5dfac1ce01599a96d31df3","Len":1}',1716612662); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (313,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"e7093c6f900ef729c1c470924e09744d26e79cb8","Message":"chore(test): test ksops\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-25T00:50:46-04:00"}],"HeadCommit":{"Sha1":"e7093c6f900ef729c1c470924e09744d26e79cb8","Message":"chore(test): test ksops\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-25T00:50:46-04:00"},"CompareURL":"davad/argo/compare/ca75e3b90ca8cba34a5dfac1ce01599a96d31df3...e7093c6f900ef729c1c470924e09744d26e79cb8","Len":1}',1716613072); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (314,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"51f95240386acb146039a4634eb323eb75abb6ce","Message":"chore(test): test ksops\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-25T00:50:46-04:00"}],"HeadCommit":{"Sha1":"51f95240386acb146039a4634eb323eb75abb6ce","Message":"chore(test): test ksops\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-25T00:50:46-04:00"},"CompareURL":"davad/argo/compare/e7093c6f900ef729c1c470924e09744d26e79cb8...51f95240386acb146039a4634eb323eb75abb6ce","Len":1}',1716613128); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (315,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"71de2729ed4c7c860e5e0ec78aef57e719579003","Message":"chore(syncthing): add kustomization.yaml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-25T14:49:13-04:00"}],"HeadCommit":{"Sha1":"71de2729ed4c7c860e5e0ec78aef57e719579003","Message":"chore(syncthing): add kustomization.yaml\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-25T14:49:13-04:00"},"CompareURL":"davad/argo/compare/51f95240386acb146039a4634eb323eb75abb6ce...71de2729ed4c7c860e5e0ec78aef57e719579003","Len":1}',1716662972); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (316,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"b49021a7e38245e8a466b4ac44b06d8d779e42ef","Message":"chore(syncthing): attempt to inject sops-encrypted secrets into syncthing''s config folder\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-25T14:50:39-04:00"}],"HeadCommit":{"Sha1":"b49021a7e38245e8a466b4ac44b06d8d779e42ef","Message":"chore(syncthing): attempt to inject sops-encrypted secrets into syncthing''s config folder\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-25T14:50:39-04:00"},"CompareURL":"davad/argo/compare/71de2729ed4c7c860e5e0ec78aef57e719579003...b49021a7e38245e8a466b4ac44b06d8d779e42ef","Len":1}',1716663064); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (317,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"ab55b9f2788eca9a82c860bea10fe6d0f55f727f","Message":"chore(syncthing): attempt to inject sops-encrypted secrets into syncthing''s config folder\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-25T14:50:39-04:00"}],"HeadCommit":{"Sha1":"ab55b9f2788eca9a82c860bea10fe6d0f55f727f","Message":"chore(syncthing): attempt to inject sops-encrypted secrets into syncthing''s config folder\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-25T14:50:39-04:00"},"CompareURL":"davad/argo/compare/b49021a7e38245e8a466b4ac44b06d8d779e42ef...ab55b9f2788eca9a82c860bea10fe6d0f55f727f","Len":1}',1716663155); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (318,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"5a09bc627e5bb248dd38936bcac97cd7b7175b44","Message":"chore(syncthing): attempt to inject sops-encrypted secrets into syncthing''s config folder\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-25T14:50:39-04:00"}],"HeadCommit":{"Sha1":"5a09bc627e5bb248dd38936bcac97cd7b7175b44","Message":"chore(syncthing): attempt to inject sops-encrypted secrets into syncthing''s config folder\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-25T14:50:39-04:00"},"CompareURL":"davad/argo/compare/ab55b9f2788eca9a82c860bea10fe6d0f55f727f...5a09bc627e5bb248dd38936bcac97cd7b7175b44","Len":1}',1716663284); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (319,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"d6107f53e08847108d5eb51947446b44f690282e","Message":"chore(syncthing): try just mounting one\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-25T15:01:01-04:00"}],"HeadCommit":{"Sha1":"d6107f53e08847108d5eb51947446b44f690282e","Message":"chore(syncthing): try just mounting one\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-25T15:01:01-04:00"},"CompareURL":"davad/argo/compare/5a09bc627e5bb248dd38936bcac97cd7b7175b44...d6107f53e08847108d5eb51947446b44f690282e","Len":1}',1716663685); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (320,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"8c9c371f85c28010ff8aa161e243717a58bf4514","Message":"chore(syncthing): fix patch tree structure\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-25T15:03:58-04:00"},{"Sha1":"07c4b0c2b9f70354f9d7bc34e1af02056684761f","Message":"Revert \"chore(syncthing): try just mounting one\"\n\nThis reverts commit d6107f53e08847108d5eb51947446b44f690282e.\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-25T15:03:10-04:00"}],"HeadCommit":{"Sha1":"8c9c371f85c28010ff8aa161e243717a58bf4514","Message":"chore(syncthing): fix patch tree structure\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-25T15:03:58-04:00"},"CompareURL":"davad/argo/compare/d6107f53e08847108d5eb51947446b44f690282e...8c9c371f85c28010ff8aa161e243717a58bf4514","Len":2}',1716663867); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (321,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"fea8464cf6277b6420f000d2847f2f7a2a35f38f","Message":"chore(syncthing): add name to secret keys\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-25T15:06:13-04:00"}],"HeadCommit":{"Sha1":"fea8464cf6277b6420f000d2847f2f7a2a35f38f","Message":"chore(syncthing): add name to secret keys\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-25T15:06:13-04:00"},"CompareURL":"davad/argo/compare/8c9c371f85c28010ff8aa161e243717a58bf4514...fea8464cf6277b6420f000d2847f2f7a2a35f38f","Len":1}',1716663990); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (322,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"a00d64c3f0043c3c82a38a79b6feff8e3a6c55f5","Message":"chore(syncthing): add name to secret keys\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-25T15:06:13-04:00"}],"HeadCommit":{"Sha1":"a00d64c3f0043c3c82a38a79b6feff8e3a6c55f5","Message":"chore(syncthing): add name to secret keys\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-25T15:06:13-04:00"},"CompareURL":"davad/argo/compare/fea8464cf6277b6420f000d2847f2f7a2a35f38f...a00d64c3f0043c3c82a38a79b6feff8e3a6c55f5","Len":1}',1716664139); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (323,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"eed8daaba1c562aa9b163a3c50fe7eeb6e30e3d6","Message":"chore(syncthing): add http port to service\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-25T15:15:08-04:00"}],"HeadCommit":{"Sha1":"eed8daaba1c562aa9b163a3c50fe7eeb6e30e3d6","Message":"chore(syncthing): add http port to service\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-25T15:15:08-04:00"},"CompareURL":"davad/argo/compare/a00d64c3f0043c3c82a38a79b6feff8e3a6c55f5...eed8daaba1c562aa9b163a3c50fe7eeb6e30e3d6","Len":1}',1716664528); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (324,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"a760c7139ee3b10a0e0093c1c0f6eb82f900af73","Message":"chore(syncthing): override sync-data location\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-25T15:50:19-04:00"}],"HeadCommit":{"Sha1":"a760c7139ee3b10a0e0093c1c0f6eb82f900af73","Message":"chore(syncthing): override sync-data location\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-25T15:50:19-04:00"},"CompareURL":"davad/argo/compare/eed8daaba1c562aa9b163a3c50fe7eeb6e30e3d6...a760c7139ee3b10a0e0093c1c0f6eb82f900af73","Len":1}',1716666653); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (325,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"12c3e35e0f78f691a10026a4912a7a6064755887","Message":"chore(syncthing): fix dashboard link\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-25T16:06:40-04:00"}],"HeadCommit":{"Sha1":"12c3e35e0f78f691a10026a4912a7a6064755887","Message":"chore(syncthing): fix dashboard link\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-25T16:06:40-04:00"},"CompareURL":"davad/argo/compare/a760c7139ee3b10a0e0093c1c0f6eb82f900af73...12c3e35e0f78f691a10026a4912a7a6064755887","Len":1}',1716667635); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (326,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"e8c2cdca942a4d2c5b1ada28b7583a7412b785c2","Message":"chore: remove test-ksops app\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-26T18:00:47-04:00"}],"HeadCommit":{"Sha1":"e8c2cdca942a4d2c5b1ada28b7583a7412b785c2","Message":"chore: remove test-ksops app\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-26T18:00:47-04:00"},"CompareURL":"davad/argo/compare/12c3e35e0f78f691a10026a4912a7a6064755887...e8c2cdca942a4d2c5b1ada28b7583a7412b785c2","Len":1}',1716760864); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (327,1,'5',1,147,0,false,'refs/heads/feat/add-plex',false,'',1717049420); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (328,1,'5',1,147,0,false,'refs/heads/feat/add-plex',false,'{"Commits":[{"Sha1":"ab299533ee2e48b2b8de02e86ba505467fe5cd9e","Message":"chore(plex): add tautulli\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-30T02:08:34-04:00"},{"Sha1":"91f64320f9c94222f926b3f741888d3e2a41aae3","Message":"feat(plex): initial commit of plex\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-27T16:11:47-04:00"}],"HeadCommit":{"Sha1":"ab299533ee2e48b2b8de02e86ba505467fe5cd9e","Message":"chore(plex): add tautulli\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-05-30T02:08:34-04:00"},"CompareURL":"davad/argo/compare/e8c2cdca942a4d2c5b1ada28b7583a7412b785c2...ab299533ee2e48b2b8de02e86ba505467fe5cd9e","Len":2}',1717049422); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (329,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"6f660bd556bb79adcf92a31d4a12b4d2c5b50c9b","Message":"chore(foundryvtt): update to v12\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-06-08T00:17:08-04:00"}],"HeadCommit":{"Sha1":"6f660bd556bb79adcf92a31d4a12b4d2c5b50c9b","Message":"chore(foundryvtt): update to v12\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-06-08T00:17:08-04:00"},"CompareURL":"davad/argo/compare/e8c2cdca942a4d2c5b1ada28b7583a7412b785c2...6f660bd556bb79adcf92a31d4a12b4d2c5b50c9b","Len":1}',1717820264); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (330,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"4f2123f9cd34fad2e31914b45633ffd5543f5023","Message":"chore(foundryvtt): update to v12\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-06-08T00:17:08-04:00"}],"HeadCommit":{"Sha1":"4f2123f9cd34fad2e31914b45633ffd5543f5023","Message":"chore(foundryvtt): update to v12\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-06-08T00:17:08-04:00"},"CompareURL":"davad/argo/compare/6f660bd556bb79adcf92a31d4a12b4d2c5b50c9b...4f2123f9cd34fad2e31914b45633ffd5543f5023","Len":1}',1717820750); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (331,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"f84afcbd82833b9e63bd6170c052048883a84df4","Message":"chore(foundryvtt): update revisionHistoryLimit\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-06-08T00:26:58-04:00"}],"HeadCommit":{"Sha1":"f84afcbd82833b9e63bd6170c052048883a84df4","Message":"chore(foundryvtt): update revisionHistoryLimit\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-06-08T00:26:58-04:00"},"CompareURL":"davad/argo/compare/4f2123f9cd34fad2e31914b45633ffd5543f5023...f84afcbd82833b9e63bd6170c052048883a84df4","Len":1}',1717820843); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (332,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"577adff303461c64ffe19f3cafe35ebb41978c09","Message":"chore(foundryvtt): update revisionHistoryLimit\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-06-08T00:26:58-04:00"}],"HeadCommit":{"Sha1":"577adff303461c64ffe19f3cafe35ebb41978c09","Message":"chore(foundryvtt): update revisionHistoryLimit\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-06-08T00:26:58-04:00"},"CompareURL":"davad/argo/compare/f84afcbd82833b9e63bd6170c052048883a84df4...577adff303461c64ffe19f3cafe35ebb41978c09","Len":1}',1717823351); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (333,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"cd60743f21737d7b27d4dd082117396c6d15d106","Message":"chore(foundryvtt): update revisionHistoryLimit\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-06-08T01:09:48-04:00"}],"HeadCommit":{"Sha1":"cd60743f21737d7b27d4dd082117396c6d15d106","Message":"chore(foundryvtt): update revisionHistoryLimit\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-06-08T01:09:48-04:00"},"CompareURL":"davad/argo/compare/577adff303461c64ffe19f3cafe35ebb41978c09...cd60743f21737d7b27d4dd082117396c6d15d106","Len":1}',1717823434); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (334,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"6832cf657f5d2f52ab4401f4c0312b2ff24ac281","Message":"chore(in-cluster): add rke2 system upgrade controller\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-06-11T13:20:35-04:00"}],"HeadCommit":{"Sha1":"6832cf657f5d2f52ab4401f4c0312b2ff24ac281","Message":"chore(in-cluster): add rke2 system upgrade controller\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-06-11T13:20:35-04:00"},"CompareURL":"davad/argo/compare/cd60743f21737d7b27d4dd082117396c6d15d106...6832cf657f5d2f52ab4401f4c0312b2ff24ac281","Len":1}',1718126469); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (335,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"4bb631f1eb2dc66dcb8128529a45567ab1ae46d4","Message":"chore(in-cluster): upgrade rke2 to v1.30.1\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-06-11T13:23:46-04:00"}],"HeadCommit":{"Sha1":"4bb631f1eb2dc66dcb8128529a45567ab1ae46d4","Message":"chore(in-cluster): upgrade rke2 to v1.30.1\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-06-11T13:23:46-04:00"},"CompareURL":"davad/argo/compare/6832cf657f5d2f52ab4401f4c0312b2ff24ac281...4bb631f1eb2dc66dcb8128529a45567ab1ae46d4","Len":1}',1718126639); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (336,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"c9e79137f21a549d84f9cc962d5c9570cca370c3","Message":"Revert \"chore(in-cluster): upgrade rke2 to v1.30.1\"\n\nThis reverts commit 4bb631f1eb2dc66dcb8128529a45567ab1ae46d4.\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-06-11T18:13:53-04:00"}],"HeadCommit":{"Sha1":"c9e79137f21a549d84f9cc962d5c9570cca370c3","Message":"Revert \"chore(in-cluster): upgrade rke2 to v1.30.1\"\n\nThis reverts commit 4bb631f1eb2dc66dcb8128529a45567ab1ae46d4.\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-06-11T18:13:53-04:00"},"CompareURL":"davad/argo/compare/4bb631f1eb2dc66dcb8128529a45567ab1ae46d4...c9e79137f21a549d84f9cc962d5c9570cca370c3","Len":1}',1718144051); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (337,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"f76e26d7ee6965edea3983e4fd6e7e1f41611459","Message":"chore(metallb): enable\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-08-27T22:29:54-04:00"}],"HeadCommit":{"Sha1":"f76e26d7ee6965edea3983e4fd6e7e1f41611459","Message":"chore(metallb): enable\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-08-27T22:29:54-04:00"},"CompareURL":"davad/argo/compare/c9e79137f21a549d84f9cc962d5c9570cca370c3...f76e26d7ee6965edea3983e4fd6e7e1f41611459","Len":1}',1724812256); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (338,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"fd1c766551150f3e88540ccced77c13a7a789a45","Message":"chore(system): disable auto sync for project\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-08-28T14:38:45-04:00"}],"HeadCommit":{"Sha1":"fd1c766551150f3e88540ccced77c13a7a789a45","Message":"chore(system): disable auto sync for project\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-08-28T14:38:45-04:00"},"CompareURL":"davad/argo/compare/f76e26d7ee6965edea3983e4fd6e7e1f41611459...fd1c766551150f3e88540ccced77c13a7a789a45","Len":1}',1724870363); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (339,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"d9c42c186f6d3c72db4fe1e45c03a9708df6d9b9","Message":"chore(foundryvtt): update\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-01T19:08:38-04:00"}],"HeadCommit":{"Sha1":"d9c42c186f6d3c72db4fe1e45c03a9708df6d9b9","Message":"chore(foundryvtt): update\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-01T19:08:38-04:00"},"CompareURL":"davad/argo/compare/fd1c766551150f3e88540ccced77c13a7a789a45...d9c42c186f6d3c72db4fe1e45c03a9708df6d9b9","Len":1}',1725232132); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (340,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"387ec56337b54f31a8d979dea0d1ccd3162d18a7","Message":"chore(foundryvtt): force recreate on redeploy\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-01T19:12:38-04:00"}],"HeadCommit":{"Sha1":"387ec56337b54f31a8d979dea0d1ccd3162d18a7","Message":"chore(foundryvtt): force recreate on redeploy\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-01T19:12:38-04:00"},"CompareURL":"davad/argo/compare/d9c42c186f6d3c72db4fe1e45c03a9708df6d9b9...387ec56337b54f31a8d979dea0d1ccd3162d18a7","Len":1}',1725232372); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (341,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"7b3f044b4b56048a9d12edbd5f7f4be768b5fc88","Message":"chore(foundryvtt): force recreate on redeploy\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-01T19:12:38-04:00"}],"HeadCommit":{"Sha1":"7b3f044b4b56048a9d12edbd5f7f4be768b5fc88","Message":"chore(foundryvtt): force recreate on redeploy\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-01T19:12:38-04:00"},"CompareURL":"davad/argo/compare/387ec56337b54f31a8d979dea0d1ccd3162d18a7...7b3f044b4b56048a9d12edbd5f7f4be768b5fc88","Len":1}',1725232429); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (342,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"8c33442bc4d4c2db532289a8c8ce92f7672fe618","Message":"chore(foundryvtt): try update again\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-01T19:19:48-04:00"}],"HeadCommit":{"Sha1":"8c33442bc4d4c2db532289a8c8ce92f7672fe618","Message":"chore(foundryvtt): try update again\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-01T19:19:48-04:00"},"CompareURL":"davad/argo/compare/7b3f044b4b56048a9d12edbd5f7f4be768b5fc88...8c33442bc4d4c2db532289a8c8ce92f7672fe618","Len":1}',1725232797); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (343,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"d15c2c1d0ec1b9058f5b2b331d94ec3a1b3eecb3","Message":"chore(foundryvtt): try update a different way\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-01T20:01:28-04:00"}],"HeadCommit":{"Sha1":"d15c2c1d0ec1b9058f5b2b331d94ec3a1b3eecb3","Message":"chore(foundryvtt): try update a different way\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-01T20:01:28-04:00"},"CompareURL":"davad/argo/compare/8c33442bc4d4c2db532289a8c8ce92f7672fe618...d15c2c1d0ec1b9058f5b2b331d94ec3a1b3eecb3","Len":1}',1725235297); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (344,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"81b988de17b08a5ffd20ebadd01553788bb9ede5","Message":"chore(goff): try GO Feature Flag deployment\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T15:37:21-04:00"}],"HeadCommit":{"Sha1":"81b988de17b08a5ffd20ebadd01553788bb9ede5","Message":"chore(goff): try GO Feature Flag deployment\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T15:37:21-04:00"},"CompareURL":"davad/argo/compare/d15c2c1d0ec1b9058f5b2b331d94ec3a1b3eecb3...81b988de17b08a5ffd20ebadd01553788bb9ede5","Len":1}',1725478673); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (345,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"00ebbd8e719d21a46f139c97bf4a6ba59162f2a3","Message":"chore(projects): add work project and namespace\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T15:38:54-04:00"}],"HeadCommit":{"Sha1":"00ebbd8e719d21a46f139c97bf4a6ba59162f2a3","Message":"chore(projects): add work project and namespace\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T15:38:54-04:00"},"CompareURL":"davad/argo/compare/81b988de17b08a5ffd20ebadd01553788bb9ede5...00ebbd8e719d21a46f139c97bf4a6ba59162f2a3","Len":1}',1725478876); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (346,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"858f0373064cd7593065312100f738bef2b54e55","Message":"fix(goff): config file name\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T15:42:49-04:00"}],"HeadCommit":{"Sha1":"858f0373064cd7593065312100f738bef2b54e55","Message":"fix(goff): config file name\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T15:42:49-04:00"},"CompareURL":"davad/argo/compare/00ebbd8e719d21a46f139c97bf4a6ba59162f2a3...858f0373064cd7593065312100f738bef2b54e55","Len":1}',1725479028); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (347,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"46db062240178341218a3d44f046343447ea9bf0","Message":"fix(goff): executable name\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T15:47:15-04:00"}],"HeadCommit":{"Sha1":"46db062240178341218a3d44f046343447ea9bf0","Message":"fix(goff): executable name\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T15:47:15-04:00"},"CompareURL":"davad/argo/compare/858f0373064cd7593065312100f738bef2b54e55...46db062240178341218a3d44f046343447ea9bf0","Len":1}',1725479255); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (348,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"f158ec32396ca9f6709a69794782776aa5a33f6e","Message":"fix(goff): executable name\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T15:47:15-04:00"}],"HeadCommit":{"Sha1":"f158ec32396ca9f6709a69794782776aa5a33f6e","Message":"fix(goff): executable name\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T15:47:15-04:00"},"CompareURL":"davad/argo/compare/46db062240178341218a3d44f046343447ea9bf0...f158ec32396ca9f6709a69794782776aa5a33f6e","Len":1}',1725479306); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (349,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"7963e19430ed5eb52c81ef8d762c3ff3d1547379","Message":"chore(goff): adjust config file injection\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T15:53:57-04:00"},{"Sha1":"4ea008de7a564cfcbe90e21700e20af5f36ee519","Message":"fix(goff): try adjusting commands\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T15:50:01-04:00"}],"HeadCommit":{"Sha1":"7963e19430ed5eb52c81ef8d762c3ff3d1547379","Message":"chore(goff): adjust config file injection\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T15:53:57-04:00"},"CompareURL":"davad/argo/compare/f158ec32396ca9f6709a69794782776aa5a33f6e...7963e19430ed5eb52c81ef8d762c3ff3d1547379","Len":2}',1725479665); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (350,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"7f8aecbe256362068b7d3e6d9d96ddf8d4334bdc","Message":"fix(goff): adjust flags\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T15:55:50-04:00"}],"HeadCommit":{"Sha1":"7f8aecbe256362068b7d3e6d9d96ddf8d4334bdc","Message":"fix(goff): adjust flags\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T15:55:50-04:00"},"CompareURL":"davad/argo/compare/7963e19430ed5eb52c81ef8d762c3ff3d1547379...7f8aecbe256362068b7d3e6d9d96ddf8d4334bdc","Len":1}',1725479767); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (351,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"b01a323bebad2eee1ddfc9dd6595fb9692d8955a","Message":"chore(goff): test ConfigMap retriever\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T16:05:07-04:00"}],"HeadCommit":{"Sha1":"b01a323bebad2eee1ddfc9dd6595fb9692d8955a","Message":"chore(goff): test ConfigMap retriever\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T16:05:07-04:00"},"CompareURL":"davad/argo/compare/7f8aecbe256362068b7d3e6d9d96ddf8d4334bdc...b01a323bebad2eee1ddfc9dd6595fb9692d8955a","Len":1}',1725480330); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (352,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"3d9dedb18210cfc52d565dc219446479b3afdf66","Message":"fix(goff): remove invalid configMapGenerator field\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T16:06:50-04:00"}],"HeadCommit":{"Sha1":"3d9dedb18210cfc52d565dc219446479b3afdf66","Message":"fix(goff): remove invalid configMapGenerator field\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T16:06:50-04:00"},"CompareURL":"davad/argo/compare/b01a323bebad2eee1ddfc9dd6595fb9692d8955a...3d9dedb18210cfc52d565dc219446479b3afdf66","Len":1}',1725480427); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (353,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"a8095865e61c2f8ccf05b3aec9ad323e269c0954","Message":"chore(goff): update deployment strategy\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T16:07:57-04:00"}],"HeadCommit":{"Sha1":"a8095865e61c2f8ccf05b3aec9ad323e269c0954","Message":"chore(goff): update deployment strategy\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T16:07:57-04:00"},"CompareURL":"davad/argo/compare/3d9dedb18210cfc52d565dc219446479b3afdf66...a8095865e61c2f8ccf05b3aec9ad323e269c0954","Len":1}',1725480494); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (354,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"75774c5f2a30b245bff578d186b1da21b66d103d","Message":"chore(goff): update retrievers\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T16:13:29-04:00"}],"HeadCommit":{"Sha1":"75774c5f2a30b245bff578d186b1da21b66d103d","Message":"chore(goff): update retrievers\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T16:13:29-04:00"},"CompareURL":"davad/argo/compare/a8095865e61c2f8ccf05b3aec9ad323e269c0954...75774c5f2a30b245bff578d186b1da21b66d103d","Len":1}',1725480836); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (355,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"9ea37a4e4ce3ef4b4dc5d2d956f5b44137702853","Message":"chore(goff): update retrievers\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T16:13:29-04:00"}],"HeadCommit":{"Sha1":"9ea37a4e4ce3ef4b4dc5d2d956f5b44137702853","Message":"chore(goff): update retrievers\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T16:13:29-04:00"},"CompareURL":"davad/argo/compare/75774c5f2a30b245bff578d186b1da21b66d103d...9ea37a4e4ce3ef4b4dc5d2d956f5b44137702853","Len":1}',1725480905); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (360,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"c76f5f5583d27a26b0d9cf7a90997e70e7609c2d","Message":"chore(goff): attempt to direct /metrics to a 404 error\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T16:35:25-04:00"}],"HeadCommit":{"Sha1":"c76f5f5583d27a26b0d9cf7a90997e70e7609c2d","Message":"chore(goff): attempt to direct /metrics to a 404 error\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T16:35:25-04:00"},"CompareURL":"davad/argo/compare/d95b8191027ca731e8815c22174940652259b6da...c76f5f5583d27a26b0d9cf7a90997e70e7609c2d","Len":1}',1725482341); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (361,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"fbe00ab667f08d9d7ee4734ec3eff05fcc1f66f9","Message":"chore(goff): attempt 2 to direct /metrics to a 404 error\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T16:39:55-04:00"}],"HeadCommit":{"Sha1":"fbe00ab667f08d9d7ee4734ec3eff05fcc1f66f9","Message":"chore(goff): attempt 2 to direct /metrics to a 404 error\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T16:39:55-04:00"},"CompareURL":"davad/argo/compare/c76f5f5583d27a26b0d9cf7a90997e70e7609c2d...fbe00ab667f08d9d7ee4734ec3eff05fcc1f66f9","Len":1}',1725482414); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (356,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"d376977f5fdc74d166535813d7b0bbaa96aff607","Message":"chore(goff): add host for Swagger\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T16:17:17-04:00"}],"HeadCommit":{"Sha1":"d376977f5fdc74d166535813d7b0bbaa96aff607","Message":"chore(goff): add host for Swagger\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T16:17:17-04:00"},"CompareURL":"davad/argo/compare/9ea37a4e4ce3ef4b4dc5d2d956f5b44137702853...d376977f5fdc74d166535813d7b0bbaa96aff607","Len":1}',1725481056); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (357,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"e4256122e0360f7fcad9f5c4ce39b1193545c734","Message":"chore(goff): switch container port to 80 for Swagger\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T16:19:45-04:00"}],"HeadCommit":{"Sha1":"e4256122e0360f7fcad9f5c4ce39b1193545c734","Message":"chore(goff): switch container port to 80 for Swagger\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T16:19:45-04:00"},"CompareURL":"davad/argo/compare/d376977f5fdc74d166535813d7b0bbaa96aff607...e4256122e0360f7fcad9f5c4ce39b1193545c734","Len":1}',1725481205); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (358,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"f7c366b35eee0a60d48e7104b8b4391b3aad6630","Message":"chore(goff): switch container port to 443 for Swagger\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T16:23:34-04:00"}],"HeadCommit":{"Sha1":"f7c366b35eee0a60d48e7104b8b4391b3aad6630","Message":"chore(goff): switch container port to 443 for Swagger\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T16:23:34-04:00"},"CompareURL":"davad/argo/compare/e4256122e0360f7fcad9f5c4ce39b1193545c734...f7c366b35eee0a60d48e7104b8b4391b3aad6630","Len":1}',1725481428); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (359,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"d95b8191027ca731e8815c22174940652259b6da","Message":"chore(goff): attempt to direct /metrics to a 404 error\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T16:35:25-04:00"}],"HeadCommit":{"Sha1":"d95b8191027ca731e8815c22174940652259b6da","Message":"chore(goff): attempt to direct /metrics to a 404 error\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-04T16:35:25-04:00"},"CompareURL":"davad/argo/compare/f7c366b35eee0a60d48e7104b8b4391b3aad6630...d95b8191027ca731e8815c22174940652259b6da","Len":1}',1725482150); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (362,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"b66073618b64aab13d95081a20487ada75a98861","Message":"chore(work): remove goff\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-05T13:19:18-04:00"}],"HeadCommit":{"Sha1":"b66073618b64aab13d95081a20487ada75a98861","Message":"chore(work): remove goff\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-05T13:19:18-04:00"},"CompareURL":"davad/argo/compare/fbe00ab667f08d9d7ee4734ec3eff05fcc1f66f9...b66073618b64aab13d95081a20487ada75a98861","Len":1}',1725556780); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (363,1,'5',1,147,0,false,'refs/heads/feat/add-plex-and-arr',false,'',1725558220); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (364,1,'5',1,147,0,false,'refs/heads/feat/add-plex-and-arr',false,'{"Commits":[{"Sha1":"4272e4e1b4473fe84a4fa2772053f2b82fe55dae","Message":"chore(plex): skeleton\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-05T13:43:28-04:00"}],"HeadCommit":{"Sha1":"4272e4e1b4473fe84a4fa2772053f2b82fe55dae","Message":"chore(plex): skeleton\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-05T13:43:28-04:00"},"CompareURL":"davad/argo/compare/b66073618b64aab13d95081a20487ada75a98861...4272e4e1b4473fe84a4fa2772053f2b82fe55dae","Len":1}',1725558221); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (365,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"f85a269f3840d40e27a03582297dba114cc20b47","Message":"fix(metallb): patch caBundle so it doesn''t regenerate on every ArgoCD sync\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T13:20:07-04:00"}],"HeadCommit":{"Sha1":"f85a269f3840d40e27a03582297dba114cc20b47","Message":"fix(metallb): patch caBundle so it doesn''t regenerate on every ArgoCD sync\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T13:20:07-04:00"},"CompareURL":"davad/argo/compare/b66073618b64aab13d95081a20487ada75a98861...f85a269f3840d40e27a03582297dba114cc20b47","Len":1}',1725816028); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (366,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"df138d257fde63422ce87b268e04c4ec27e9b2a0","Message":"feat(operators): add Victoria Metrics operator\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T13:41:29-04:00"}],"HeadCommit":{"Sha1":"df138d257fde63422ce87b268e04c4ec27e9b2a0","Message":"feat(operators): add Victoria Metrics operator\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T13:41:29-04:00"},"CompareURL":"davad/argo/compare/f85a269f3840d40e27a03582297dba114cc20b47...df138d257fde63422ce87b268e04c4ec27e9b2a0","Len":1}',1725817317); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (367,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"95e08c0c24d2f529426a42452ffcf990f7fe86b3","Message":"fix(operators): Victoria Metrics operator patch failed\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T14:01:07-04:00"}],"HeadCommit":{"Sha1":"95e08c0c24d2f529426a42452ffcf990f7fe86b3","Message":"fix(operators): Victoria Metrics operator patch failed\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T14:01:07-04:00"},"CompareURL":"davad/argo/compare/df138d257fde63422ce87b268e04c4ec27e9b2a0...95e08c0c24d2f529426a42452ffcf990f7fe86b3","Len":1}',1725818487); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (368,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"1654149504af6d90f9716b2c96af4fb997a9abf3","Message":"feat(operators): add Grafana operator\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T14:06:17-04:00"}],"HeadCommit":{"Sha1":"1654149504af6d90f9716b2c96af4fb997a9abf3","Message":"feat(operators): add Grafana operator\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T14:06:17-04:00"},"CompareURL":"davad/argo/compare/95e08c0c24d2f529426a42452ffcf990f7fe86b3...1654149504af6d90f9716b2c96af4fb997a9abf3","Len":1}',1725818800); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (369,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"1def2597c0dac5337d60b24c78fa57b4cfb186f5","Message":"feat(operators): add Grafana operator\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T14:06:17-04:00"}],"HeadCommit":{"Sha1":"1def2597c0dac5337d60b24c78fa57b4cfb186f5","Message":"feat(operators): add Grafana operator\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T14:06:17-04:00"},"CompareURL":"davad/argo/compare/1654149504af6d90f9716b2c96af4fb997a9abf3...1def2597c0dac5337d60b24c78fa57b4cfb186f5","Len":1}',1725819187); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (370,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"a90c29e27686d28fb794b7c020a8aef016d2fbdc","Message":"fix(operator): change victoriametrics operator namespace\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T14:23:16-04:00"},{"Sha1":"fa3b0a9bfd8c1210bde08d4168402521abf0fe34","Message":"fix(operator): change grafana operator namespace\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T14:20:49-04:00"}],"HeadCommit":{"Sha1":"a90c29e27686d28fb794b7c020a8aef016d2fbdc","Message":"fix(operator): change victoriametrics operator namespace\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T14:23:16-04:00"},"CompareURL":"davad/argo/compare/1def2597c0dac5337d60b24c78fa57b4cfb186f5...a90c29e27686d28fb794b7c020a8aef016d2fbdc","Len":2}',1725819837); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (371,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"37bb7a1581481fe04abaad2c19350fea44f1e50e","Message":"feat(monitoring): add Victoria Metrics cluster for ingesting Home Assistant metrics\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T15:27:29-04:00"}],"HeadCommit":{"Sha1":"37bb7a1581481fe04abaad2c19350fea44f1e50e","Message":"feat(monitoring): add Victoria Metrics cluster for ingesting Home Assistant metrics\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T15:27:29-04:00"},"CompareURL":"davad/argo/compare/a90c29e27686d28fb794b7c020a8aef016d2fbdc...37bb7a1581481fe04abaad2c19350fea44f1e50e","Len":1}',1725823679); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (372,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"99f90e1544c16bc26205a4955aad8e95d0879e60","Message":"feat(monitoring): add Victoria Metrics cluster for ingesting Home Assistant metrics\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T15:27:29-04:00"}],"HeadCommit":{"Sha1":"99f90e1544c16bc26205a4955aad8e95d0879e60","Message":"feat(monitoring): add Victoria Metrics cluster for ingesting Home Assistant metrics\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T15:27:29-04:00"},"CompareURL":"davad/argo/compare/37bb7a1581481fe04abaad2c19350fea44f1e50e...99f90e1544c16bc26205a4955aad8e95d0879e60","Len":1}',1725823931); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (373,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"0eeedd6daed1e067c9a10d6f8f5493a75b3c4286","Message":"fix(operators): update certificate for Victoria Metrics webhook\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T18:45:52-04:00"}],"HeadCommit":{"Sha1":"0eeedd6daed1e067c9a10d6f8f5493a75b3c4286","Message":"fix(operators): update certificate for Victoria Metrics webhook\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T18:45:52-04:00"},"CompareURL":"davad/argo/compare/99f90e1544c16bc26205a4955aad8e95d0879e60...0eeedd6daed1e067c9a10d6f8f5493a75b3c4286","Len":1}',1725835582); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (374,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"67fd8deb2fb1abbd21cbb87f31bdee5abd9b25b5","Message":"fix(operators): update certificate for Victoria Metrics webhook\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T18:45:52-04:00"}],"HeadCommit":{"Sha1":"67fd8deb2fb1abbd21cbb87f31bdee5abd9b25b5","Message":"fix(operators): update certificate for Victoria Metrics webhook\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T18:45:52-04:00"},"CompareURL":"davad/argo/compare/0eeedd6daed1e067c9a10d6f8f5493a75b3c4286...67fd8deb2fb1abbd21cbb87f31bdee5abd9b25b5","Len":1}',1725835821); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (375,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"be9bedf44ed22f14ad9a8640e7b9672c5d15883f","Message":"fix(operators): update certificate for Victoria Metrics webhook\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T18:45:52-04:00"}],"HeadCommit":{"Sha1":"be9bedf44ed22f14ad9a8640e7b9672c5d15883f","Message":"fix(operators): update certificate for Victoria Metrics webhook\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T18:45:52-04:00"},"CompareURL":"davad/argo/compare/67fd8deb2fb1abbd21cbb87f31bdee5abd9b25b5...be9bedf44ed22f14ad9a8640e7b9672c5d15883f","Len":1}',1725836034); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (376,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"726e7ecce76c730e59b00a9302ee3115408f30ea","Message":"fix(operators): inject the correct ca cert into webhook clients for Victoria Metrics\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T20:30:23-04:00"}],"HeadCommit":{"Sha1":"726e7ecce76c730e59b00a9302ee3115408f30ea","Message":"fix(operators): inject the correct ca cert into webhook clients for Victoria Metrics\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T20:30:23-04:00"},"CompareURL":"davad/argo/compare/be9bedf44ed22f14ad9a8640e7b9672c5d15883f...726e7ecce76c730e59b00a9302ee3115408f30ea","Len":1}',1725841848); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (377,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"2e04472ffdfe1106fd43c126c79689a35b9063bb","Message":"fix(operators): inject the correct ca cert into webhook clients for Victoria Metrics\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T20:30:23-04:00"}],"HeadCommit":{"Sha1":"2e04472ffdfe1106fd43c126c79689a35b9063bb","Message":"fix(operators): inject the correct ca cert into webhook clients for Victoria Metrics\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T20:30:23-04:00"},"CompareURL":"davad/argo/compare/726e7ecce76c730e59b00a9302ee3115408f30ea...2e04472ffdfe1106fd43c126c79689a35b9063bb","Len":1}',1725842257); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (378,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"b560806603467a88dc13941c6c263b0059ce4a4a","Message":"chore(monitoring): update certificate for vmauth\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T20:40:05-04:00"}],"HeadCommit":{"Sha1":"b560806603467a88dc13941c6c263b0059ce4a4a","Message":"chore(monitoring): update certificate for vmauth\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T20:40:05-04:00"},"CompareURL":"davad/argo/compare/2e04472ffdfe1106fd43c126c79689a35b9063bb...b560806603467a88dc13941c6c263b0059ce4a4a","Len":1}',1725842424); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (379,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"bea7413cd2891cbe3a255276e0accc899b95989d","Message":"chore(monitoring): update certificate for vmauth\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T20:40:05-04:00"}],"HeadCommit":{"Sha1":"bea7413cd2891cbe3a255276e0accc899b95989d","Message":"chore(monitoring): update certificate for vmauth\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T20:40:05-04:00"},"CompareURL":"davad/argo/compare/b560806603467a88dc13941c6c263b0059ce4a4a...bea7413cd2891cbe3a255276e0accc899b95989d","Len":1}',1725842479); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (380,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"ec00c6c6d083ba657b703fff474dadb5594f9d4b","Message":"chore(monitoring): update certificate for vmauth\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T20:40:05-04:00"}],"HeadCommit":{"Sha1":"ec00c6c6d083ba657b703fff474dadb5594f9d4b","Message":"chore(monitoring): update certificate for vmauth\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T20:40:05-04:00"},"CompareURL":"davad/argo/compare/bea7413cd2891cbe3a255276e0accc899b95989d...ec00c6c6d083ba657b703fff474dadb5594f9d4b","Len":1}',1725842637); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (382,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"c61a135ac8828cc9f133a037ffb11bedcaa0cb4b","Message":"chore(monitoring): move to ns monitoring-system\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T20:55:40-04:00"}],"HeadCommit":{"Sha1":"c61a135ac8828cc9f133a037ffb11bedcaa0cb4b","Message":"chore(monitoring): move to ns monitoring-system\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T20:55:40-04:00"},"CompareURL":"davad/argo/compare/218252ab09d0e6df6781431d0c125cb64ce9a961...c61a135ac8828cc9f133a037ffb11bedcaa0cb4b","Len":1}',1725843364); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (381,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"218252ab09d0e6df6781431d0c125cb64ce9a961","Message":"chore(monitoring): adjust vmauth so it injects correct user info\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T20:52:14-04:00"}],"HeadCommit":{"Sha1":"218252ab09d0e6df6781431d0c125cb64ce9a961","Message":"chore(monitoring): adjust vmauth so it injects correct user info\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-08T20:52:14-04:00"},"CompareURL":"davad/argo/compare/ec00c6c6d083ba657b703fff474dadb5594f9d4b...218252ab09d0e6df6781431d0c125cb64ce9a961","Len":1}',1725843154); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (383,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"ef7e4fb7d1389701418ffb888cf0834a848292f1","Message":"chore(monitoring): adjust permissions for home assistant user for victoria metrics\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T11:41:32-04:00"}],"HeadCommit":{"Sha1":"ef7e4fb7d1389701418ffb888cf0834a848292f1","Message":"chore(monitoring): adjust permissions for home assistant user for victoria metrics\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T11:41:32-04:00"},"CompareURL":"davad/argo/compare/c61a135ac8828cc9f133a037ffb11bedcaa0cb4b...ef7e4fb7d1389701418ffb888cf0834a848292f1","Len":1}',1726155709); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (384,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"b96a568c4df4b48520716a523ae89b497d5b39a5","Message":"chore(work): testing rabbitmq operator deployment\n\nRabbitMQ has two operators. Their docs claim you have to install the first,\nspin up a cluster, _then_ add the other operator. I''m testing installing both\noperators at once.\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T13:11:33-04:00"}],"HeadCommit":{"Sha1":"b96a568c4df4b48520716a523ae89b497d5b39a5","Message":"chore(work): testing rabbitmq operator deployment\n\nRabbitMQ has two operators. Their docs claim you have to install the first,\nspin up a cluster, _then_ add the other operator. I''m testing installing both\noperators at once.\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T13:11:33-04:00"},"CompareURL":"davad/argo/compare/ef7e4fb7d1389701418ffb888cf0834a848292f1...b96a568c4df4b48520716a523ae89b497d5b39a5","Len":1}',1726161169); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (385,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"1df0aff16e712fc5e5225eff6159c818619c7a06","Message":"fix(work): update rabbitmq-operators namespace\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T13:16:34-04:00"},{"Sha1":"b60a2156973971328fea59dc09667ae1b6650bee","Message":"chore(work): allow more namespaces\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T13:15:28-04:00"}],"HeadCommit":{"Sha1":"1df0aff16e712fc5e5225eff6159c818619c7a06","Message":"fix(work): update rabbitmq-operators namespace\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T13:16:34-04:00"},"CompareURL":"davad/argo/compare/b96a568c4df4b48520716a523ae89b497d5b39a5...1df0aff16e712fc5e5225eff6159c818619c7a06","Len":2}',1726161418); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (386,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"77592b71bd54100f0d0d3aa19c4e7786d1a9d569","Message":"fix(work): path to rabbitmq-operators config\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T13:19:00-04:00"}],"HeadCommit":{"Sha1":"77592b71bd54100f0d0d3aa19c4e7786d1a9d569","Message":"fix(work): path to rabbitmq-operators config\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T13:19:00-04:00"},"CompareURL":"davad/argo/compare/1df0aff16e712fc5e5225eff6159c818619c7a06...77592b71bd54100f0d0d3aa19c4e7786d1a9d569","Len":1}',1726161558); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (387,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"8bd50fb1b72a96ea050d42f303898e4814e020f4","Message":"chore(work): spinup rabbitmq cluster\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T14:35:28-04:00"}],"HeadCommit":{"Sha1":"8bd50fb1b72a96ea050d42f303898e4814e020f4","Message":"chore(work): spinup rabbitmq cluster\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T14:35:28-04:00"},"CompareURL":"davad/argo/compare/77592b71bd54100f0d0d3aa19c4e7786d1a9d569...8bd50fb1b72a96ea050d42f303898e4814e020f4","Len":1}',1726166146); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (388,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"807798946ff91ef7612e13a33dd87d9df89d3794","Message":"chore(work): spinup rabbitmq cluster\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T14:35:28-04:00"}],"HeadCommit":{"Sha1":"807798946ff91ef7612e13a33dd87d9df89d3794","Message":"chore(work): spinup rabbitmq cluster\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T14:35:28-04:00"},"CompareURL":"davad/argo/compare/8bd50fb1b72a96ea050d42f303898e4814e020f4...807798946ff91ef7612e13a33dd87d9df89d3794","Len":1}',1726166254); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (389,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"c3ea681f33c7110793501f0e2ffbf6513211af6d","Message":"chore(work): test rabbitmq message topology operator\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T15:11:27-04:00"}],"HeadCommit":{"Sha1":"c3ea681f33c7110793501f0e2ffbf6513211af6d","Message":"chore(work): test rabbitmq message topology operator\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T15:11:27-04:00"},"CompareURL":"davad/argo/compare/807798946ff91ef7612e13a33dd87d9df89d3794...c3ea681f33c7110793501f0e2ffbf6513211af6d","Len":1}',1726168312); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (390,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"d2abab38f10571f368c21c2aef012b9cb2d5ca92","Message":"fix(work): missing namespaces for cluster and service\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T15:16:56-04:00"}],"HeadCommit":{"Sha1":"d2abab38f10571f368c21c2aef012b9cb2d5ca92","Message":"fix(work): missing namespaces for cluster and service\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T15:16:56-04:00"},"CompareURL":"davad/argo/compare/c3ea681f33c7110793501f0e2ffbf6513211af6d...d2abab38f10571f368c21c2aef012b9cb2d5ca92","Len":1}',1726168635); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (391,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"ed40d1bf9abe177bb2e73b02a6167d50d8d3e183","Message":"chore(work): reduce cpu request for rabbitmq cluster\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T15:22:31-04:00"}],"HeadCommit":{"Sha1":"ed40d1bf9abe177bb2e73b02a6167d50d8d3e183","Message":"chore(work): reduce cpu request for rabbitmq cluster\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T15:22:31-04:00"},"CompareURL":"davad/argo/compare/d2abab38f10571f368c21c2aef012b9cb2d5ca92...ed40d1bf9abe177bb2e73b02a6167d50d8d3e183","Len":1}',1726168972); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (392,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"148f8a0b9c9f97e0f3b7e8c45e45fee5a6f8a821","Message":"fix(work): change storage for rabbitmq cluster\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T15:25:30-04:00"}],"HeadCommit":{"Sha1":"148f8a0b9c9f97e0f3b7e8c45e45fee5a6f8a821","Message":"fix(work): change storage for rabbitmq cluster\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T15:25:30-04:00"},"CompareURL":"davad/argo/compare/ed40d1bf9abe177bb2e73b02a6167d50d8d3e183...148f8a0b9c9f97e0f3b7e8c45e45fee5a6f8a821","Len":1}',1726169147); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (393,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"2af1690a2795bb0d38a5b572baecc330c159e2a9","Message":"fix(work): the rabbitmq operator permissions expect to be in the namespace ''rabbitmq-system''\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T15:32:59-04:00"}],"HeadCommit":{"Sha1":"2af1690a2795bb0d38a5b572baecc330c159e2a9","Message":"fix(work): the rabbitmq operator permissions expect to be in the namespace ''rabbitmq-system''\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T15:32:59-04:00"},"CompareURL":"davad/argo/compare/148f8a0b9c9f97e0f3b7e8c45e45fee5a6f8a821...2af1690a2795bb0d38a5b572baecc330c159e2a9","Len":1}',1726169598); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (394,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"9138c738d8cb8ac6ed3fb968c36cc70d16aa8320","Message":"chore(work): disable rabbitmq cluster and operators\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T16:38:37-04:00"}],"HeadCommit":{"Sha1":"9138c738d8cb8ac6ed3fb968c36cc70d16aa8320","Message":"chore(work): disable rabbitmq cluster and operators\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T16:38:37-04:00"},"CompareURL":"davad/argo/compare/2af1690a2795bb0d38a5b572baecc330c159e2a9...9138c738d8cb8ac6ed3fb968c36cc70d16aa8320","Len":1}',1726173536); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (395,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"6dddadb0359a191e73ec041477a4577295e4c535","Message":"chore(work): re-enable rabbitmq operators to make sure cluster cleanup happens\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T16:45:05-04:00"}],"HeadCommit":{"Sha1":"6dddadb0359a191e73ec041477a4577295e4c535","Message":"chore(work): re-enable rabbitmq operators to make sure cluster cleanup happens\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T16:45:05-04:00"},"CompareURL":"davad/argo/compare/9138c738d8cb8ac6ed3fb968c36cc70d16aa8320...6dddadb0359a191e73ec041477a4577295e4c535","Len":1}',1726173920); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (396,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"ec348e89fba6d47cd1c17606a08fd7a111fd69d0","Message":"chore(work): re-enable rabbitmq operators to make sure cluster cleanup happens\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T16:45:05-04:00"}],"HeadCommit":{"Sha1":"ec348e89fba6d47cd1c17606a08fd7a111fd69d0","Message":"chore(work): re-enable rabbitmq operators to make sure cluster cleanup happens\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T16:45:05-04:00"},"CompareURL":"davad/argo/compare/6dddadb0359a191e73ec041477a4577295e4c535...ec348e89fba6d47cd1c17606a08fd7a111fd69d0","Len":1}',1726174206); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (397,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"719c1c7f89786a90456aa688e34f7c02bbfc3742","Message":"chore(work): disable rabbitmq operators\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T16:52:44-04:00"}],"HeadCommit":{"Sha1":"719c1c7f89786a90456aa688e34f7c02bbfc3742","Message":"chore(work): disable rabbitmq operators\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-12T16:52:44-04:00"},"CompareURL":"davad/argo/compare/ec348e89fba6d47cd1c17606a08fd7a111fd69d0...719c1c7f89786a90456aa688e34f7c02bbfc3742","Len":1}',1726174377); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (398,1,'1',1,148,0,false,'',true,'',1726593494); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (399,1,'5',1,148,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"989562b1cdee5c3fe79b03324abdc22f556da2b9","Message":"first stab at moving some packages from brew to nix; this doesn''t build on aarch64-darwin right now\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-09-17T14:55:32-04:00"}],"HeadCommit":{"Sha1":"989562b1cdee5c3fe79b03324abdc22f556da2b9","Message":"first stab at moving some packages from brew to nix; this doesn''t build on aarch64-darwin right now\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-09-17T14:55:32-04:00"},"CompareURL":"davad/nix-darwin-config/compare/3b89db8e964a8631d5042f0380b4c31c59b64a98...989562b1cdee5c3fe79b03324abdc22f556da2b9","Len":1}',1726599341); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (400,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"2674133fad44391f9c3e43acde65fb9f5910bc7a","Message":"chore(kavita): combine and rename manifest files\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-19T14:12:45-04:00"},{"Sha1":"00383caf887513a6d39ed663caa3da12706c90ff","Message":"chore(kavita): add mount for tech books and ttrpg\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-19T14:04:42-04:00"}],"HeadCommit":{"Sha1":"2674133fad44391f9c3e43acde65fb9f5910bc7a","Message":"chore(kavita): combine and rename manifest files\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-19T14:12:45-04:00"},"CompareURL":"davad/argo/compare/719c1c7f89786a90456aa688e34f7c02bbfc3742...2674133fad44391f9c3e43acde65fb9f5910bc7a","Len":2}',1726769596); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (401,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"63543290fc1241a35596d07ce49c191b491d2870","Message":"chore(kavita): combine and rename manifest files\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-19T14:12:45-04:00"}],"HeadCommit":{"Sha1":"63543290fc1241a35596d07ce49c191b491d2870","Message":"chore(kavita): combine and rename manifest files\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-19T14:12:45-04:00"},"CompareURL":"davad/argo/compare/2674133fad44391f9c3e43acde65fb9f5910bc7a...63543290fc1241a35596d07ce49c191b491d2870","Len":1}',1726769827); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (402,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"359d0a761fdcc7c8f2420d2928390452249401de","Message":"chore(in-cluster): update rke2 system upgrade controller; add crd\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-22T19:35:27-04:00"}],"HeadCommit":{"Sha1":"359d0a761fdcc7c8f2420d2928390452249401de","Message":"chore(in-cluster): update rke2 system upgrade controller; add crd\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-22T19:35:27-04:00"},"CompareURL":"davad/argo/compare/63543290fc1241a35596d07ce49c191b491d2870...359d0a761fdcc7c8f2420d2928390452249401de","Len":1}',1727048142); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (403,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"115379460451a5aa5e78efcf95f26dab0c4df625","Message":"chore(in-cluster): change update plan to match latest example\n\nhttps://docs.rke2.io/upgrade/automated_upgrade\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-22T19:41:39-04:00"},{"Sha1":"3633518344a9bf2d8380e31fa3220573cd038267","Message":"Reapply \"chore(in-cluster): upgrade rke2 to v1.30.1\"\n\nThis reverts commit c9e79137f21a549d84f9cc962d5c9570cca370c3.\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-22T19:38:09-04:00"}],"HeadCommit":{"Sha1":"115379460451a5aa5e78efcf95f26dab0c4df625","Message":"chore(in-cluster): change update plan to match latest example\n\nhttps://docs.rke2.io/upgrade/automated_upgrade\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-22T19:41:39-04:00"},"CompareURL":"davad/argo/compare/359d0a761fdcc7c8f2420d2928390452249401de...115379460451a5aa5e78efcf95f26dab0c4df625","Len":2}',1727048533); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (404,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"28a07ca401d97e1eb95ef4487e4a8fe68b3ab9f5","Message":"chore(cnpg): update posgres operator from 1.22.2 to 1.24.0\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-22T20:38:47-04:00"}],"HeadCommit":{"Sha1":"28a07ca401d97e1eb95ef4487e4a8fe68b3ab9f5","Message":"chore(cnpg): update posgres operator from 1.22.2 to 1.24.0\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-22T20:38:47-04:00"},"CompareURL":"davad/argo/compare/115379460451a5aa5e78efcf95f26dab0c4df625...28a07ca401d97e1eb95ef4487e4a8fe68b3ab9f5","Len":1}',1727051938); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (405,1,'5',1,125,0,false,'refs/heads/master',true,'{"Commits":[{"Sha1":"2f065e9c94673a426ed0aecc83b64d8e01777274","Message":"Adjust skills\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-02-05T21:55:59-05:00"}],"HeadCommit":{"Sha1":"2f065e9c94673a426ed0aecc83b64d8e01777274","Message":"Adjust skills\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-02-05T21:55:59-05:00"},"CompareURL":"davad/Resume/compare/dd60794c67d5a8d0132f11f494d99cd3c5efb6e3...2f065e9c94673a426ed0aecc83b64d8e01777274","Len":1}',1727203526); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (406,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"4c9df0e56c2f522c40d36127e68d520d38514de1","Message":"feat(cloudflare-tunnel): add tunnel\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-27T17:45:05-04:00"}],"HeadCommit":{"Sha1":"4c9df0e56c2f522c40d36127e68d520d38514de1","Message":"feat(cloudflare-tunnel): add tunnel\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-27T17:45:05-04:00"},"CompareURL":"davad/argo/compare/28a07ca401d97e1eb95ef4487e4a8fe68b3ab9f5...4c9df0e56c2f522c40d36127e68d520d38514de1","Len":1}',1727473520); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (407,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"3ceed781d74d60de71f56b4aa680cae353f85fdb","Message":"feat(cloudflare-tunnel): add tunnel\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-27T17:45:05-04:00"}],"HeadCommit":{"Sha1":"3ceed781d74d60de71f56b4aa680cae353f85fdb","Message":"feat(cloudflare-tunnel): add tunnel\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-27T17:45:05-04:00"},"CompareURL":"davad/argo/compare/4c9df0e56c2f522c40d36127e68d520d38514de1...3ceed781d74d60de71f56b4aa680cae353f85fdb","Len":1}',1727473733); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (408,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"6b464e6640db0e53ca271e0b35000edd0eb8ac63","Message":"chore: docs for adding encrypted secrets with ksops and age\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-27T17:56:39-04:00"}],"HeadCommit":{"Sha1":"6b464e6640db0e53ca271e0b35000edd0eb8ac63","Message":"chore: docs for adding encrypted secrets with ksops and age\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-27T17:56:39-04:00"},"CompareURL":"davad/argo/compare/3ceed781d74d60de71f56b4aa680cae353f85fdb...6b464e6640db0e53ca271e0b35000edd0eb8ac63","Len":1}',1727474209); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (409,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"b7e6fa7672dc4d6e984081a25542db0a232f1ae0","Message":"chore: docs for adding encrypted secrets with ksops and age\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-27T17:56:39-04:00"},{"Sha1":"31f521ebc4ad5de9855fb1311d9ba14a20df8122","Message":"feat(cloudflare-tunnel): add tunnel\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-27T17:45:05-04:00"}],"HeadCommit":{"Sha1":"b7e6fa7672dc4d6e984081a25542db0a232f1ae0","Message":"chore: docs for adding encrypted secrets with ksops and age\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-27T17:56:39-04:00"},"CompareURL":"davad/argo/compare/6b464e6640db0e53ca271e0b35000edd0eb8ac63...b7e6fa7672dc4d6e984081a25542db0a232f1ae0","Len":2}',1727474346); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (411,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"843b99321cf8b6b995fee99bb7fdf9c0564ddb36","Message":"chore(cert-manager): move from helm to ArgoCD\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-27T18:30:27-04:00"}],"HeadCommit":{"Sha1":"843b99321cf8b6b995fee99bb7fdf9c0564ddb36","Message":"chore(cert-manager): move from helm to ArgoCD\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-27T18:30:27-04:00"},"CompareURL":"davad/argo/compare/7afc858b7ee0dc6eba5a85d19362e211e491e03e...843b99321cf8b6b995fee99bb7fdf9c0564ddb36","Len":1}',1727476363); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (410,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"7afc858b7ee0dc6eba5a85d19362e211e491e03e","Message":"chore: docs for adding encrypted secrets with ksops and age\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-27T17:56:39-04:00"},{"Sha1":"a5f4198f32857d255b45a71b13d88b7f37e4e490","Message":"feat(cloudflare-tunnel): add tunnel\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-27T17:45:05-04:00"}],"HeadCommit":{"Sha1":"7afc858b7ee0dc6eba5a85d19362e211e491e03e","Message":"chore: docs for adding encrypted secrets with ksops and age\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-27T17:56:39-04:00"},"CompareURL":"davad/argo/compare/b7e6fa7672dc4d6e984081a25542db0a232f1ae0...7afc858b7ee0dc6eba5a85d19362e211e491e03e","Len":2}',1727475291); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (412,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"39864c19a258007a90aebb56109bb7d64362c379","Message":"fix(cert-manager): config.json\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-27T19:21:27-04:00"}],"HeadCommit":{"Sha1":"39864c19a258007a90aebb56109bb7d64362c379","Message":"fix(cert-manager): config.json\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-27T19:21:27-04:00"},"CompareURL":"davad/argo/compare/843b99321cf8b6b995fee99bb7fdf9c0564ddb36...39864c19a258007a90aebb56109bb7d64362c379","Len":1}',1727479295); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (413,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"751f2d3092ec2b2323ef6d699c4433290697e49e","Message":"fix(cert-manager): namespace name\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-27T19:44:54-04:00"}],"HeadCommit":{"Sha1":"751f2d3092ec2b2323ef6d699c4433290697e49e","Message":"fix(cert-manager): namespace name\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-27T19:44:54-04:00"},"CompareURL":"davad/argo/compare/39864c19a258007a90aebb56109bb7d64362c379...751f2d3092ec2b2323ef6d699c4433290697e49e","Len":1}',1727480705); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (414,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"8fa5b88b36084c240282baab41a30cb59eb5a3e0","Message":"chore(cert-manager): add reminder to import shared issuer info\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-27T20:04:19-04:00"}],"HeadCommit":{"Sha1":"8fa5b88b36084c240282baab41a30cb59eb5a3e0","Message":"chore(cert-manager): add reminder to import shared issuer info\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-27T20:04:19-04:00"},"CompareURL":"davad/argo/compare/751f2d3092ec2b2323ef6d699c4433290697e49e...8fa5b88b36084c240282baab41a30cb59eb5a3e0","Len":1}',1727481866); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (415,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"f6dab7ec6775e7577494a97ecadb6ff5111d6ff1","Message":"chore(gethomepage): add secret for TLS\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-29T06:09:40-04:00"}],"HeadCommit":{"Sha1":"f6dab7ec6775e7577494a97ecadb6ff5111d6ff1","Message":"chore(gethomepage): add secret for TLS\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-29T06:09:40-04:00"},"CompareURL":"davad/argo/compare/8fa5b88b36084c240282baab41a30cb59eb5a3e0...f6dab7ec6775e7577494a97ecadb6ff5111d6ff1","Len":1}',1727604600); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (416,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"cef23900434824b311970b166ad63c055a54b7e8","Message":"chore(cert-manager): add letsencrypt clusterissuer\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-29T06:47:52-04:00"}],"HeadCommit":{"Sha1":"cef23900434824b311970b166ad63c055a54b7e8","Message":"chore(cert-manager): add letsencrypt clusterissuer\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-29T06:47:52-04:00"},"CompareURL":"davad/argo/compare/f6dab7ec6775e7577494a97ecadb6ff5111d6ff1...cef23900434824b311970b166ad63c055a54b7e8","Len":1}',1727606884); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (417,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"e3881d907dc4ec421788a158c81ff3860e190089","Message":"chore(cert-manager): add letsencrypt clusterissuer\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-29T06:47:52-04:00"}],"HeadCommit":{"Sha1":"e3881d907dc4ec421788a158c81ff3860e190089","Message":"chore(cert-manager): add letsencrypt clusterissuer\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-29T06:47:52-04:00"},"CompareURL":"davad/argo/compare/cef23900434824b311970b166ad63c055a54b7e8...e3881d907dc4ec421788a158c81ff3860e190089","Len":1}',1727606973); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (418,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"a4573a4325766ce623f4c7cf01e26654cfc2d50b","Message":"chore(cert-manager): add http01 to letsencrypt clusterissuer\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-29T06:53:09-04:00"}],"HeadCommit":{"Sha1":"a4573a4325766ce623f4c7cf01e26654cfc2d50b","Message":"chore(cert-manager): add http01 to letsencrypt clusterissuer\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-29T06:53:09-04:00"},"CompareURL":"davad/argo/compare/e3881d907dc4ec421788a158c81ff3860e190089...a4573a4325766ce623f4c7cf01e26654cfc2d50b","Len":1}',1727607204); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (419,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"77e9c19c93ca3d88020d75cd2ced00e10af9db41","Message":"chore(foundryvtt): update dashboard icon\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-29T07:02:34-04:00"}],"HeadCommit":{"Sha1":"77e9c19c93ca3d88020d75cd2ced00e10af9db41","Message":"chore(foundryvtt): update dashboard icon\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-29T07:02:34-04:00"},"CompareURL":"davad/argo/compare/a4573a4325766ce623f4c7cf01e26654cfc2d50b...77e9c19c93ca3d88020d75cd2ced00e10af9db41","Len":1}',1727607764); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (420,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"cd6524ee7fa6636bf3ad4dedcf24e6af6250bb77","Message":"chore(gethomepage): bump to latest release\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-29T07:10:39-04:00"},{"Sha1":"5f7a449fe4121be05d26b3857ef2e377c5b07cc6","Message":"chore(gethomepage): re-enable authentication\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-29T07:10:25-04:00"}],"HeadCommit":{"Sha1":"cd6524ee7fa6636bf3ad4dedcf24e6af6250bb77","Message":"chore(gethomepage): bump to latest release\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-09-29T07:10:39-04:00"},"CompareURL":"davad/argo/compare/77e9c19c93ca3d88020d75cd2ced00e10af9db41...cd6524ee7fa6636bf3ad4dedcf24e6af6250bb77","Len":2}',1727608257); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (421,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"c4e40fada5d4a126c0233fd15efa04e87007374d","Message":"feat(authelia): add app for evaluation\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-09T15:32:05-04:00"}],"HeadCommit":{"Sha1":"c4e40fada5d4a126c0233fd15efa04e87007374d","Message":"feat(authelia): add app for evaluation\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-09T15:32:05-04:00"},"CompareURL":"davad/argo/compare/cd6524ee7fa6636bf3ad4dedcf24e6af6250bb77...c4e40fada5d4a126c0233fd15efa04e87007374d","Len":1}',1728502358); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (422,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"c1fbe7747f805d65b9c1faf6e5beb61617205eab","Message":"feat(authelia): add app for evaluation\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-09T15:32:05-04:00"}],"HeadCommit":{"Sha1":"c1fbe7747f805d65b9c1faf6e5beb61617205eab","Message":"feat(authelia): add app for evaluation\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-09T15:32:05-04:00"},"CompareURL":"davad/argo/compare/c4e40fada5d4a126c0233fd15efa04e87007374d...c1fbe7747f805d65b9c1faf6e5beb61617205eab","Len":1}',1728502648); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (423,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"3a20805e29094e9b3783440e868487c7ca8416f8","Message":"feat(authelia): add app for evaluation\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-09T15:32:05-04:00"}],"HeadCommit":{"Sha1":"3a20805e29094e9b3783440e868487c7ca8416f8","Message":"feat(authelia): add app for evaluation\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-09T15:32:05-04:00"},"CompareURL":"davad/argo/compare/c1fbe7747f805d65b9c1faf6e5beb61617205eab...3a20805e29094e9b3783440e868487c7ca8416f8","Len":1}',1728502789); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (424,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"06933c0ae496556849b95c495a732f82244c5c18","Message":"fix(authelia): attempt on issue with DaemonSet env value\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-09T15:48:04-04:00"}],"HeadCommit":{"Sha1":"06933c0ae496556849b95c495a732f82244c5c18","Message":"fix(authelia): attempt on issue with DaemonSet env value\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-09T15:48:04-04:00"},"CompareURL":"davad/argo/compare/3a20805e29094e9b3783440e868487c7ca8416f8...06933c0ae496556849b95c495a732f82244c5c18","Len":1}',1728503300); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (425,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"c083f711682faedbdf477188760ebbaa91d56086","Message":"chore(argocd): update ksops version\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-09T16:00:00-04:00"}],"HeadCommit":{"Sha1":"c083f711682faedbdf477188760ebbaa91d56086","Message":"chore(argocd): update ksops version\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-09T16:00:00-04:00"},"CompareURL":"davad/argo/compare/06933c0ae496556849b95c495a732f82244c5c18...c083f711682faedbdf477188760ebbaa91d56086","Len":1}',1728504015); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (426,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"35a80b542046e4ff390bab76314ff02733f6e1b4","Message":"fix(authelia): force env value as a string\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-09T16:24:45-04:00"}],"HeadCommit":{"Sha1":"35a80b542046e4ff390bab76314ff02733f6e1b4","Message":"fix(authelia): force env value as a string\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-09T16:24:45-04:00"},"CompareURL":"davad/argo/compare/c083f711682faedbdf477188760ebbaa91d56086...35a80b542046e4ff390bab76314ff02733f6e1b4","Len":1}',1728505500); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (427,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"fb6b476d6afe7c4e34bf4d47cfc02d4f2f878a09","Message":"fix(authelia): add cookie domain\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-09T16:37:48-04:00"}],"HeadCommit":{"Sha1":"fb6b476d6afe7c4e34bf4d47cfc02d4f2f878a09","Message":"fix(authelia): add cookie domain\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-09T16:37:48-04:00"},"CompareURL":"davad/argo/compare/35a80b542046e4ff390bab76314ff02733f6e1b4...fb6b476d6afe7c4e34bf4d47cfc02d4f2f878a09","Len":1}',1728506279); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (428,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"6db291e66c503a81b35025348ec790f7a324992f","Message":"fix(authelia): disable notifier for now\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-09T16:38:04-04:00"}],"HeadCommit":{"Sha1":"6db291e66c503a81b35025348ec790f7a324992f","Message":"fix(authelia): disable notifier for now\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-09T16:38:04-04:00"},"CompareURL":"davad/argo/compare/fb6b476d6afe7c4e34bf4d47cfc02d4f2f878a09...6db291e66c503a81b35025348ec790f7a324992f","Len":1}',1728506295); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (429,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"7b8d7b3565c899557b2d09ca134bc8f6735e7fff","Message":"fix(authelia): enable filesystem notifier\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-09T16:42:26-04:00"}],"HeadCommit":{"Sha1":"7b8d7b3565c899557b2d09ca134bc8f6735e7fff","Message":"fix(authelia): enable filesystem notifier\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-09T16:42:26-04:00"},"CompareURL":"davad/argo/compare/6db291e66c503a81b35025348ec790f7a324992f...7b8d7b3565c899557b2d09ca134bc8f6735e7fff","Len":1}',1728506563); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (430,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"5832b208f34a56fdeee4c610c45eaa7dd4918dd5","Message":"chore(authelia): disable app for now, the NFS mounts are failing for some reason\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-09T17:45:55-04:00"}],"HeadCommit":{"Sha1":"5832b208f34a56fdeee4c610c45eaa7dd4918dd5","Message":"chore(authelia): disable app for now, the NFS mounts are failing for some reason\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-09T17:45:55-04:00"},"CompareURL":"davad/argo/compare/7b8d7b3565c899557b2d09ca134bc8f6735e7fff...5832b208f34a56fdeee4c610c45eaa7dd4918dd5","Len":1}',1728510417); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (431,1,'1',1,149,0,false,'',true,'',1728586603); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (432,1,'5',1,149,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"d676b2b71a704f1e58c57797371544284682095f","Message":"Add theme and shortcode for contact form\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-10-10T17:27:06-04:00"}],"HeadCommit":{"Sha1":"d676b2b71a704f1e58c57797371544284682095f","Message":"Add theme and shortcode for contact form\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-10-10T17:27:06-04:00"},"CompareURL":"davad/hugo-site/compare/acbaaf4b6a6f7c855a603874f662c03e5a447099...d676b2b71a704f1e58c57797371544284682095f","Len":1}',1728595678); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (433,1,'5',1,149,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"561eca5efda6bf3fb83f219fcf13d19b69d80e39","Message":"Update front page, add projects page, play around with menus\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-10-10T19:36:13-04:00"}],"HeadCommit":{"Sha1":"561eca5efda6bf3fb83f219fcf13d19b69d80e39","Message":"Update front page, add projects page, play around with menus\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-10-10T19:36:13-04:00"},"CompareURL":"davad/hugo-site/compare/d676b2b71a704f1e58c57797371544284682095f...561eca5efda6bf3fb83f219fcf13d19b69d80e39","Len":1}',1728603447); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (434,1,'5',1,149,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"80f88711884b0b456fcfd0e1afc0bf7774f8dfa1","Message":"work on summary, expose ''projects'' page\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-10-10T23:05:51-04:00"}],"HeadCommit":{"Sha1":"80f88711884b0b456fcfd0e1afc0bf7774f8dfa1","Message":"work on summary, expose ''projects'' page\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-10-10T23:05:51-04:00"},"CompareURL":"davad/hugo-site/compare/561eca5efda6bf3fb83f219fcf13d19b69d80e39...80f88711884b0b456fcfd0e1afc0bf7774f8dfa1","Len":1}',1728615995); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (435,1,'5',1,149,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"4b1d98884e8d7fc3c1c62db3b768851aee2af908","Message":"Adjust about page. Add bibliography.\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-10-10T23:24:33-04:00"}],"HeadCommit":{"Sha1":"4b1d98884e8d7fc3c1c62db3b768851aee2af908","Message":"Adjust about page. Add bibliography.\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-10-10T23:24:33-04:00"},"CompareURL":"davad/hugo-site/compare/80f88711884b0b456fcfd0e1afc0bf7774f8dfa1...4b1d98884e8d7fc3c1c62db3b768851aee2af908","Len":1}',1728617079); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (436,1,'2',1,149,0,false,'',true,'hugo-site',1729101877); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (437,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"68b63e6a5396f58412e263f8047650961163abc5","Message":"feat(docker-registry): add registry\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T15:13:35-04:00"}],"HeadCommit":{"Sha1":"68b63e6a5396f58412e263f8047650961163abc5","Message":"feat(docker-registry): add registry\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T15:13:35-04:00"},"CompareURL":"davad/argo/compare/5832b208f34a56fdeee4c610c45eaa7dd4918dd5...68b63e6a5396f58412e263f8047650961163abc5","Len":1}',1729106056); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (438,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"f7d0f6365e22949032edc4de9fc8b108d59abf82","Message":"feat(docker-registry): add registry\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T15:13:35-04:00"}],"HeadCommit":{"Sha1":"f7d0f6365e22949032edc4de9fc8b108d59abf82","Message":"feat(docker-registry): add registry\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T15:13:35-04:00"},"CompareURL":"davad/argo/compare/68b63e6a5396f58412e263f8047650961163abc5...f7d0f6365e22949032edc4de9fc8b108d59abf82","Len":1}',1729106159); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (439,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"1b4f9114a12103bb3ee206d30590636e0b1ef4e3","Message":"feat(docker-registry): add registry\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T15:13:35-04:00"}],"HeadCommit":{"Sha1":"1b4f9114a12103bb3ee206d30590636e0b1ef4e3","Message":"feat(docker-registry): add registry\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T15:13:35-04:00"},"CompareURL":"davad/argo/compare/f7d0f6365e22949032edc4de9fc8b108d59abf82...1b4f9114a12103bb3ee206d30590636e0b1ef4e3","Len":1}',1729106688); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (440,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"8d9cfb82925f8c009e6e03fccb478749d5df078d","Message":"feat(docker-registry): add registry\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T15:13:35-04:00"}],"HeadCommit":{"Sha1":"8d9cfb82925f8c009e6e03fccb478749d5df078d","Message":"feat(docker-registry): add registry\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T15:13:35-04:00"},"CompareURL":"davad/argo/compare/1b4f9114a12103bb3ee206d30590636e0b1ef4e3...8d9cfb82925f8c009e6e03fccb478749d5df078d","Len":1}',1729106870); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (441,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"d4b3520674ba38fb37c1a1f5b11ecaa2445e69b1","Message":"fix(docker-registry): configMapGenerator reference isn''t being updated\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T15:34:06-04:00"}],"HeadCommit":{"Sha1":"d4b3520674ba38fb37c1a1f5b11ecaa2445e69b1","Message":"fix(docker-registry): configMapGenerator reference isn''t being updated\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T15:34:06-04:00"},"CompareURL":"davad/argo/compare/8d9cfb82925f8c009e6e03fccb478749d5df078d...d4b3520674ba38fb37c1a1f5b11ecaa2445e69b1","Len":1}',1729107271); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (442,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"624bbf54c663e3c4accc8b059f81bb2e704db09b","Message":"fix(docker-registry): make deployment patch more specific\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T15:36:09-04:00"}],"HeadCommit":{"Sha1":"624bbf54c663e3c4accc8b059f81bb2e704db09b","Message":"fix(docker-registry): make deployment patch more specific\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T15:36:09-04:00"},"CompareURL":"davad/argo/compare/d4b3520674ba38fb37c1a1f5b11ecaa2445e69b1...624bbf54c663e3c4accc8b059f81bb2e704db09b","Len":1}',1729107390); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (443,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"2d33f4b575f36282cadc6e0370e5bcebc0f11b3b","Message":"fix(docker-registry): configMapGenerator reference isn''t being updated\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T15:47:57-04:00"}],"HeadCommit":{"Sha1":"2d33f4b575f36282cadc6e0370e5bcebc0f11b3b","Message":"fix(docker-registry): configMapGenerator reference isn''t being updated\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T15:47:57-04:00"},"CompareURL":"davad/argo/compare/624bbf54c663e3c4accc8b059f81bb2e704db09b...2d33f4b575f36282cadc6e0370e5bcebc0f11b3b","Len":1}',1729108112); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (444,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"c9a2ebe213e6d7e2d324b12fcdd85af4506d0fcd","Message":"fix(docker-registry): configmap suffix wasn''t being applied because of namespace shennanigans\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T16:09:59-04:00"}],"HeadCommit":{"Sha1":"c9a2ebe213e6d7e2d324b12fcdd85af4506d0fcd","Message":"fix(docker-registry): configmap suffix wasn''t being applied because of namespace shennanigans\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T16:09:59-04:00"},"CompareURL":"davad/argo/compare/2d33f4b575f36282cadc6e0370e5bcebc0f11b3b...c9a2ebe213e6d7e2d324b12fcdd85af4506d0fcd","Len":1}',1729109415); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (445,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"e2d69305b36083c21cc48637eb98af6df3ef22d6","Message":"chore(authelia): enable\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T16:49:01-04:00"}],"HeadCommit":{"Sha1":"e2d69305b36083c21cc48637eb98af6df3ef22d6","Message":"chore(authelia): enable\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T16:49:01-04:00"},"CompareURL":"davad/argo/compare/c9a2ebe213e6d7e2d324b12fcdd85af4506d0fcd...e2d69305b36083c21cc48637eb98af6df3ef22d6","Len":1}',1729111755); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (446,1,'5',1,149,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"718ffc991d46a36db6c22cc996d63ff1eb7632f7","Message":"chore: add Dockerfile for building site\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-10-16T16:51:41-04:00"}],"HeadCommit":{"Sha1":"718ffc991d46a36db6c22cc996d63ff1eb7632f7","Message":"chore: add Dockerfile for building site\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-10-16T16:51:41-04:00"},"CompareURL":"davad/portfolio-site/compare/4b1d98884e8d7fc3c1c62db3b768851aee2af908...718ffc991d46a36db6c22cc996d63ff1eb7632f7","Len":1}',1729111919); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (447,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"e38dedc263523f4d40c93e32d50d3e58cb120905","Message":"fix(docker-registry): update ingress\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T17:05:30-04:00"}],"HeadCommit":{"Sha1":"e38dedc263523f4d40c93e32d50d3e58cb120905","Message":"fix(docker-registry): update ingress\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T17:05:30-04:00"},"CompareURL":"davad/argo/compare/e2d69305b36083c21cc48637eb98af6df3ef22d6...e38dedc263523f4d40c93e32d50d3e58cb120905","Len":1}',1729112756); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (448,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"31c6828e62e634a32f04f0f8fb6527622a892c93","Message":"chore(docker-registry): clean up labels and namespaces\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T17:13:12-04:00"}],"HeadCommit":{"Sha1":"31c6828e62e634a32f04f0f8fb6527622a892c93","Message":"chore(docker-registry): clean up labels and namespaces\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T17:13:12-04:00"},"CompareURL":"davad/argo/compare/e38dedc263523f4d40c93e32d50d3e58cb120905...31c6828e62e634a32f04f0f8fb6527622a892c93","Len":1}',1729113236); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (449,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"e8473a0e396808272ed9c258920df88053d274a8","Message":"chore(docker-registry): clean up labels and namespaces\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T17:13:12-04:00"}],"HeadCommit":{"Sha1":"e8473a0e396808272ed9c258920df88053d274a8","Message":"chore(docker-registry): clean up labels and namespaces\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T17:13:12-04:00"},"CompareURL":"davad/argo/compare/31c6828e62e634a32f04f0f8fb6527622a892c93...e8473a0e396808272ed9c258920df88053d274a8","Len":1}',1729113399); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (450,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"c89de48d9671b89964e1e4dfbaeeec67e6b5ce44","Message":"fix(docker-registry): disable proxy; when proxy is enabled, you can''t upload private images\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T17:29:24-04:00"}],"HeadCommit":{"Sha1":"c89de48d9671b89964e1e4dfbaeeec67e6b5ce44","Message":"fix(docker-registry): disable proxy; when proxy is enabled, you can''t upload private images\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T17:29:24-04:00"},"CompareURL":"davad/argo/compare/e8473a0e396808272ed9c258920df88053d274a8...c89de48d9671b89964e1e4dfbaeeec67e6b5ce44","Len":1}',1729114178); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (451,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"0dda9f282dac919089f627682278035c040a910a","Message":"fix(docker-registry): allow large upload sizes\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T17:36:04-04:00"}],"HeadCommit":{"Sha1":"0dda9f282dac919089f627682278035c040a910a","Message":"fix(docker-registry): allow large upload sizes\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T17:36:04-04:00"},"CompareURL":"davad/argo/compare/c89de48d9671b89964e1e4dfbaeeec67e6b5ce44...0dda9f282dac919089f627682278035c040a910a","Len":1}',1729114585); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (452,1,'5',1,149,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"3388d7816818f4a0b9b2c505c885c4898288994a","Message":"chore: add config for productions vs staging\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-10-16T18:13:42-04:00"}],"HeadCommit":{"Sha1":"3388d7816818f4a0b9b2c505c885c4898288994a","Message":"chore: add config for productions vs staging\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-10-16T18:13:42-04:00"},"CompareURL":"davad/portfolio-site/compare/718ffc991d46a36db6c22cc996d63ff1eb7632f7...3388d7816818f4a0b9b2c505c885c4898288994a","Len":1}',1729116832); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (453,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"13ea8de355ab24ba45e4ff3b9a7555502c12690a","Message":"feat(portfolio): add staging environment\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T18:41:07-04:00"}],"HeadCommit":{"Sha1":"13ea8de355ab24ba45e4ff3b9a7555502c12690a","Message":"feat(portfolio): add staging environment\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-16T18:41:07-04:00"},"CompareURL":"davad/argo/compare/0dda9f282dac919089f627682278035c040a910a...13ea8de355ab24ba45e4ff3b9a7555502c12690a","Len":1}',1729118491); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (454,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"42de726a301235cd8cf26921d1b2a947833b732c","Message":"fix(portfolio): add image pull secrets\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-19T12:22:42-04:00"}],"HeadCommit":{"Sha1":"42de726a301235cd8cf26921d1b2a947833b732c","Message":"fix(portfolio): add image pull secrets\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-19T12:22:42-04:00"},"CompareURL":"davad/argo/compare/13ea8de355ab24ba45e4ff3b9a7555502c12690a...42de726a301235cd8cf26921d1b2a947833b732c","Len":1}',1729354984); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (455,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"756d44b21e7589fa481ad6d1c65f193a912c9086","Message":"fix(portfolio): add image pull secrets\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-19T12:22:42-04:00"}],"HeadCommit":{"Sha1":"756d44b21e7589fa481ad6d1c65f193a912c9086","Message":"fix(portfolio): add image pull secrets\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-19T12:22:42-04:00"},"CompareURL":"davad/argo/compare/42de726a301235cd8cf26921d1b2a947833b732c...756d44b21e7589fa481ad6d1c65f193a912c9086","Len":1}',1729355400); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (456,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"4a17b2e85fa8aff2bc24b1ff86942b347569c1d6","Message":"chore(authelia): disable until I''m ready to set it up\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-19T12:31:03-04:00"}],"HeadCommit":{"Sha1":"4a17b2e85fa8aff2bc24b1ff86942b347569c1d6","Message":"chore(authelia): disable until I''m ready to set it up\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-19T12:31:03-04:00"},"CompareURL":"davad/argo/compare/756d44b21e7589fa481ad6d1c65f193a912c9086...4a17b2e85fa8aff2bc24b1ff86942b347569c1d6","Len":1}',1729355477); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (457,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"51349de72ecf358ff704626f744cf5f3f1198901","Message":"fix(portfolio): service name; always pull image\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-20T01:27:37-04:00"}],"HeadCommit":{"Sha1":"51349de72ecf358ff704626f744cf5f3f1198901","Message":"fix(portfolio): service name; always pull image\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-20T01:27:37-04:00"},"CompareURL":"davad/argo/compare/4a17b2e85fa8aff2bc24b1ff86942b347569c1d6...51349de72ecf358ff704626f744cf5f3f1198901","Len":1}',1729402075); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (458,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"a29492cab40834969e12c477f2c48244e0b32efe","Message":"fix(portfolio): deployment container name\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-20T01:33:18-04:00"}],"HeadCommit":{"Sha1":"a29492cab40834969e12c477f2c48244e0b32efe","Message":"fix(portfolio): deployment container name\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-20T01:33:18-04:00"},"CompareURL":"davad/argo/compare/51349de72ecf358ff704626f744cf5f3f1198901...a29492cab40834969e12c477f2c48244e0b32efe","Len":1}',1729402414); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (459,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"e89809d76f48ffbe15955704cec6958c5185837e","Message":"fix(portfolio): deployment container port\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-20T01:40:08-04:00"}],"HeadCommit":{"Sha1":"e89809d76f48ffbe15955704cec6958c5185837e","Message":"fix(portfolio): deployment container port\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-20T01:40:08-04:00"},"CompareURL":"davad/argo/compare/a29492cab40834969e12c477f2c48244e0b32efe...e89809d76f48ffbe15955704cec6958c5185837e","Len":1}',1729402825); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (460,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"f95072faa5583fa5f770e23658b0777247320a06","Message":"chore(portfolio): deployment revision history\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-20T01:43:26-04:00"}],"HeadCommit":{"Sha1":"f95072faa5583fa5f770e23658b0777247320a06","Message":"chore(portfolio): deployment revision history\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-20T01:43:26-04:00"},"CompareURL":"davad/argo/compare/e89809d76f48ffbe15955704cec6958c5185837e...f95072faa5583fa5f770e23658b0777247320a06","Len":1}',1729403023); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (461,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"061bd6f620bc83e89d59593c6a8499f2e909deb7","Message":"chore(portfolio): disabled staging\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-20T01:44:28-04:00"}],"HeadCommit":{"Sha1":"061bd6f620bc83e89d59593c6a8499f2e909deb7","Message":"chore(portfolio): disabled staging\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-20T01:44:28-04:00"},"CompareURL":"davad/argo/compare/f95072faa5583fa5f770e23658b0777247320a06...061bd6f620bc83e89d59593c6a8499f2e909deb7","Len":1}',1729403090); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (462,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"3cafe9bf0e0e91708271fb7d2250449d42f7602b","Message":"chore(portfolio): enable staging\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-21T10:25:40-04:00"}],"HeadCommit":{"Sha1":"3cafe9bf0e0e91708271fb7d2250449d42f7602b","Message":"chore(portfolio): enable staging\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-21T10:25:40-04:00"},"CompareURL":"davad/argo/compare/061bd6f620bc83e89d59593c6a8499f2e909deb7...3cafe9bf0e0e91708271fb7d2250449d42f7602b","Len":1}',1729520753); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (463,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"4185bc2fa7f6269975f39cfe2e26c1c05235c06c","Message":"chore(portfolio): update URL, change dashboard name\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-21T13:53:36-04:00"}],"HeadCommit":{"Sha1":"4185bc2fa7f6269975f39cfe2e26c1c05235c06c","Message":"chore(portfolio): update URL, change dashboard name\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-21T13:53:36-04:00"},"CompareURL":"davad/argo/compare/3cafe9bf0e0e91708271fb7d2250449d42f7602b...4185bc2fa7f6269975f39cfe2e26c1c05235c06c","Len":1}',1729533231); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (464,1,'5',1,149,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"e348657af29196984045089c71e9109079bd9065","Message":"chore: add analytics with PostHog\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-10-25T18:41:17-04:00"}],"HeadCommit":{"Sha1":"e348657af29196984045089c71e9109079bd9065","Message":"chore: add analytics with PostHog\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-10-25T18:41:17-04:00"},"CompareURL":"davad/portfolio-site/compare/3388d7816818f4a0b9b2c505c885c4898288994a...e348657af29196984045089c71e9109079bd9065","Len":1}',1729896089); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (465,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"6904d27e5fb25a1a6dac56ea0c18a58ed4422974","Message":"chore(portfolio): update staging version\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-25T18:50:36-04:00"}],"HeadCommit":{"Sha1":"6904d27e5fb25a1a6dac56ea0c18a58ed4422974","Message":"chore(portfolio): update staging version\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-25T18:50:36-04:00"},"CompareURL":"davad/argo/compare/4185bc2fa7f6269975f39cfe2e26c1c05235c06c...6904d27e5fb25a1a6dac56ea0c18a58ed4422974","Len":1}',1729896656); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (466,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"b099cb38324d2e6706232547098dc89d0b07712e","Message":"chore(portfolio): update staging version\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-25T18:50:36-04:00"}],"HeadCommit":{"Sha1":"b099cb38324d2e6706232547098dc89d0b07712e","Message":"chore(portfolio): update staging version\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-25T18:50:36-04:00"},"CompareURL":"davad/argo/compare/6904d27e5fb25a1a6dac56ea0c18a58ed4422974...b099cb38324d2e6706232547098dc89d0b07712e","Len":1}',1729896773); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (467,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"a1f33bd914167ca20b3a9ce8dff7d8a1980a53aa","Message":"chore(portfolio): enable CORS for PostHog in staging\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-25T18:57:55-04:00"}],"HeadCommit":{"Sha1":"a1f33bd914167ca20b3a9ce8dff7d8a1980a53aa","Message":"chore(portfolio): enable CORS for PostHog in staging\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-10-25T18:57:55-04:00"},"CompareURL":"davad/argo/compare/b099cb38324d2e6706232547098dc89d0b07712e...a1f33bd914167ca20b3a9ce8dff7d8a1980a53aa","Len":1}',1729897090); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (468,1,'5',1,149,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"84a5775bb7599fa40119ee3a695b45c64d755216","Message":"Draft about Nix\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-11-10T15:27:29-05:00"}],"HeadCommit":{"Sha1":"84a5775bb7599fa40119ee3a695b45c64d755216","Message":"Draft about Nix\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-11-10T15:27:29-05:00"},"CompareURL":"davad/portfolio-site/compare/e348657af29196984045089c71e9109079bd9065...84a5775bb7599fa40119ee3a695b45c64d755216","Len":1}',1731270475); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (469,1,'5',1,125,0,false,'refs/heads/master',true,'{"Commits":[{"Sha1":"ea39a454aec27d078bc0ef4bc43e40b6eb638fae","Message":"update awesome-cv.cls; use a texlive-full image to compile so you have all the packages required\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-11-14T19:25:00-05:00"},{"Sha1":"9dab4641073540603b13a719dd39338b77e8cdc2","Message":"update experience, skills, and job role\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-11-14T19:10:03-05:00"}],"HeadCommit":{"Sha1":"ea39a454aec27d078bc0ef4bc43e40b6eb638fae","Message":"update awesome-cv.cls; use a texlive-full image to compile so you have all the packages required\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-11-14T19:25:00-05:00"},"CompareURL":"davad/Resume/compare/2f065e9c94673a426ed0aecc83b64d8e01777274...ea39a454aec27d078bc0ef4bc43e40b6eb638fae","Len":2}',1731630318); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (470,1,'5',1,149,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"e6d8315e9aa104916848900c351c68e2fc814939","Message":"add draft of setting up additional domains with NLB SSL termination\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-11-18T16:28:34-05:00"}],"HeadCommit":{"Sha1":"e6d8315e9aa104916848900c351c68e2fc814939","Message":"add draft of setting up additional domains with NLB SSL termination\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2024-11-18T16:28:34-05:00"},"CompareURL":"davad/portfolio-site/compare/84a5775bb7599fa40119ee3a695b45c64d755216...e6d8315e9aa104916848900c351c68e2fc814939","Len":1}',1731965369); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (471,1,'5',1,125,0,false,'refs/heads/master',true,'{"Commits":[{"Sha1":"547e8fef71b0314de878625d00ff44a08183e50c","Message":"update experience based on feedback from Jess\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-11-18T20:05:42-05:00"}],"HeadCommit":{"Sha1":"547e8fef71b0314de878625d00ff44a08183e50c","Message":"update experience based on feedback from Jess\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2024-11-18T20:05:42-05:00"},"CompareURL":"davad/Resume/compare/ea39a454aec27d078bc0ef4bc43e40b6eb638fae...547e8fef71b0314de878625d00ff44a08183e50c","Len":1}',1731978373); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (472,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"fc15d2af697dcf52e9439dd24ae03b7dba753722","Message":"chore(in-cluster): upgrade rke2 to v1.30.7\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-01-10T19:25:33-05:00"}],"HeadCommit":{"Sha1":"fc15d2af697dcf52e9439dd24ae03b7dba753722","Message":"chore(in-cluster): upgrade rke2 to v1.30.7\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-01-10T19:25:33-05:00"},"CompareURL":"davad/argo/compare/a1f33bd914167ca20b3a9ce8dff7d8a1980a53aa...fc15d2af697dcf52e9439dd24ae03b7dba753722","Len":1}',1736555154); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (473,1,'1',1,150,0,false,'',true,'',1736870885); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (474,1,'5',1,150,0,false,'refs/heads/main',true,'',1736870941); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (475,1,'5',1,150,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"e32fbec0566fd16c5830caddd7a5f03c7fee23bb","Message":"first commit\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-01-14T11:08:52-05:00"}],"HeadCommit":{"Sha1":"e32fbec0566fd16c5830caddd7a5f03c7fee23bb","Message":"first commit\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-01-14T11:08:52-05:00"},"CompareURL":"","Len":1}',1736870941); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (476,1,'5',1,150,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"2c3a19f01cb91110f24fd04c964299d32286d526","Message":"reorganize playbook and add fail2ban for sshd\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-01-14T11:51:52-05:00"},{"Sha1":"38d7114824eda51301f82189a48e21e2de76b363","Message":"update inventory\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-01-14T11:09:36-05:00"}],"HeadCommit":{"Sha1":"2c3a19f01cb91110f24fd04c964299d32286d526","Message":"reorganize playbook and add fail2ban for sshd\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-01-14T11:51:52-05:00"},"CompareURL":"davad/proxmox-ansible/compare/e32fbec0566fd16c5830caddd7a5f03c7fee23bb...2c3a19f01cb91110f24fd04c964299d32286d526","Len":2}',1736873518); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (477,1,'5',1,150,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"ee05161f8fe8ddde55441b6f89efc24d653d2a49","Message":"manage proxmox apt sources and upgrade systems\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-01-14T12:18:49-05:00"}],"HeadCommit":{"Sha1":"ee05161f8fe8ddde55441b6f89efc24d653d2a49","Message":"manage proxmox apt sources and upgrade systems\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-01-14T12:18:49-05:00"},"CompareURL":"davad/proxmox-ansible/compare/2c3a19f01cb91110f24fd04c964299d32286d526...ee05161f8fe8ddde55441b6f89efc24d653d2a49","Len":1}',1736875134); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (478,1,'5',1,150,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"db03a6a25cbd8de1c1347eb0458e39d57ce5290e","Message":"install ceph\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-01-14T17:42:31-05:00"}],"HeadCommit":{"Sha1":"db03a6a25cbd8de1c1347eb0458e39d57ce5290e","Message":"install ceph\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-01-14T17:42:31-05:00"},"CompareURL":"davad/proxmox-ansible/compare/ee05161f8fe8ddde55441b6f89efc24d653d2a49...db03a6a25cbd8de1c1347eb0458e39d57ce5290e","Len":1}',1736900193); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (479,1,'1',1,151,0,false,'',true,'',1736918472); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (480,1,'5',1,151,0,false,'refs/heads/main',true,'',1736918602); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (481,1,'5',1,151,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"c687e744d4c357e5bcbecc50d1b4980c7b498c7f","Message":"initial commit\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-01-14T17:31:08-05:00"}],"HeadCommit":{"Sha1":"c687e744d4c357e5bcbecc50d1b4980c7b498c7f","Message":"initial commit\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-01-14T17:31:08-05:00"},"CompareURL":"","Len":1}',1736918603); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (482,1,'5',1,125,0,false,'refs/heads/master',true,'{"Commits":[{"Sha1":"b69e120ade34060c1e9ed04c2020b3b4bed6b634","Message":"Update experience\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-01-15T13:35:54-05:00"}],"HeadCommit":{"Sha1":"b69e120ade34060c1e9ed04c2020b3b4bed6b634","Message":"Update experience\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-01-15T13:35:54-05:00"},"CompareURL":"davad/Resume/compare/547e8fef71b0314de878625d00ff44a08183e50c...b69e120ade34060c1e9ed04c2020b3b4bed6b634","Len":1}',1736966166); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (483,1,'5',1,151,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"04b3f9d00d4fec01ce1891e1bde28085a4584e9a","Message":"add wildcard CNAME for k8s services\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-01-17T19:59:59-05:00"}],"HeadCommit":{"Sha1":"04b3f9d00d4fec01ce1891e1bde28085a4584e9a","Message":"add wildcard CNAME for k8s services\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-01-17T19:59:59-05:00"},"CompareURL":"davad/coredns-docker/compare/c687e744d4c357e5bcbecc50d1b4980c7b498c7f...04b3f9d00d4fec01ce1891e1bde28085a4584e9a","Len":1}',1737162008); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (484,1,'5',1,150,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"886600fe2d172326bda7ac80997b03526a74b321","Message":"install jq and yq by default\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-01-24T14:21:21-05:00"},{"Sha1":"d7f7ad7444f697d3a6e094ee025de33773a2200c","Message":"Workarounds to get the ceph-mgr dashboard working with RGW\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-01-24T14:21:06-05:00"},{"Sha1":"b76d52fea9d6f8c3c88dd4fa16ace3fe5564561a","Message":"Set up Ceph RGW and dashboard\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-01-21T16:37:44-05:00"}],"HeadCommit":{"Sha1":"886600fe2d172326bda7ac80997b03526a74b321","Message":"install jq and yq by default\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-01-24T14:21:21-05:00"},"CompareURL":"davad/proxmox-ansible/compare/db03a6a25cbd8de1c1347eb0458e39d57ce5290e...886600fe2d172326bda7ac80997b03526a74b321","Len":3}',1738573360); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (485,1,'5',1,148,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"302d494afd5025cc39c566c3a243a1b3694352a5","Message":"remove telegram\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-02-02T15:13:30-05:00"},{"Sha1":"2653dd81508a46e3fe87f23f2b104490cb187251","Message":"check in\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-02-02T15:05:42-05:00"},{"Sha1":"6a0b8e8fd562369a9cc9142e040d54b62cbe4839","Message":"format changes\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-01-31T16:11:11-05:00"},{"Sha1":"1beff880ba6ffe1b648912b8ed81c585293c30aa","Message":"fix homebrew conf; general cleanup\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-01-30T02:01:20-05:00"},{"Sha1":"5a588acce3d134133c7263b0a90b21075ab542dc","Message":"everything is working\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-01-30T00:48:52-05:00"}],"HeadCommit":{"Sha1":"302d494afd5025cc39c566c3a243a1b3694352a5","Message":"remove telegram\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-02-02T15:13:30-05:00"},"CompareURL":"davad/nix-darwin-config/compare/989562b1cdee5c3fe79b03324abdc22f556da2b9...302d494afd5025cc39c566c3a243a1b3694352a5","Len":17}',1738573463); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (486,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"d24b2b0743f56765e439412ff3e07e72980e6ebd","Message":"fix(cert-manager): force external DNS resolvers for DNS01 challenges\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-02-03T14:19:19-05:00"}],"HeadCommit":{"Sha1":"d24b2b0743f56765e439412ff3e07e72980e6ebd","Message":"fix(cert-manager): force external DNS resolvers for DNS01 challenges\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-02-03T14:19:19-05:00"},"CompareURL":"davad/argo/compare/fc15d2af697dcf52e9439dd24ae03b7dba753722...d24b2b0743f56765e439412ff3e07e72980e6ebd","Len":1}',1738610372); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (487,1,'5',1,150,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"8c143b8832ca10292fd80741d2b492345dd06eda","Message":"add nix to workstations\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-02-03T15:40:30-05:00"}],"HeadCommit":{"Sha1":"8c143b8832ca10292fd80741d2b492345dd06eda","Message":"add nix to workstations\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-02-03T15:40:30-05:00"},"CompareURL":"davad/proxmox-ansible/compare/886600fe2d172326bda7ac80997b03526a74b321...8c143b8832ca10292fd80741d2b492345dd06eda","Len":1}',1738615236); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (488,1,'5',1,148,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"c6aa085a1cd9447aff82895c040fc0e785cd7ddc","Message":"broken\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-02-03T17:39:25-05:00"},{"Sha1":"21f21a9bd71d8b61e5d5a9efa334c9f5c6526fb0","Message":"split darwin module from generic system config\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-02-03T16:46:54-05:00"}],"HeadCommit":{"Sha1":"c6aa085a1cd9447aff82895c040fc0e785cd7ddc","Message":"broken\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-02-03T17:39:25-05:00"},"CompareURL":"davad/nix-darwin-config/compare/302d494afd5025cc39c566c3a243a1b3694352a5...c6aa085a1cd9447aff82895c040fc0e785cd7ddc","Len":2}',1738622374); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (489,1,'5',1,148,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"deb1f0cef064905e447543a95e35131611ba99bf","Message":"switch to config from nix-starter-configs\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-02-03T17:51:31-05:00"}],"HeadCommit":{"Sha1":"deb1f0cef064905e447543a95e35131611ba99bf","Message":"switch to config from nix-starter-configs\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-02-03T17:51:31-05:00"},"CompareURL":"davad/nix-darwin-config/compare/c6aa085a1cd9447aff82895c040fc0e785cd7ddc...deb1f0cef064905e447543a95e35131611ba99bf","Len":1}',1738623099); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (490,1,'5',1,148,0,false,'refs/heads/feat/refactor-for-cross-platform',true,'',1739234427); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (491,1,'5',1,148,0,false,'refs/heads/feat/refactor-for-cross-platform',true,'{"Commits":[],"HeadCommit":{"Sha1":"deb1f0cef064905e447543a95e35131611ba99bf","Message":"switch to config from nix-starter-configs\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-02-03T17:51:31-05:00"},"CompareURL":"davad/nix-darwin-config/compare/main...deb1f0cef064905e447543a95e35131611ba99bf","Len":0}',1739234428); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (492,1,'5',1,148,0,false,'refs/heads/feat/refactor-for-cross-platform',true,'{"Commits":[{"Sha1":"e5905a56af9d645084202e3d8464049a4ffc9127","Message":"check in\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-02-10T19:56:50-05:00"}],"HeadCommit":{"Sha1":"e5905a56af9d645084202e3d8464049a4ffc9127","Message":"check in\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-02-10T19:56:50-05:00"},"CompareURL":"davad/nix-darwin-config/compare/deb1f0cef064905e447543a95e35131611ba99bf...e5905a56af9d645084202e3d8464049a4ffc9127","Len":1}',1739235431); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (493,1,'5',1,148,0,false,'refs/heads/experiment/use-nix-starter-configs',true,'',1740775856); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (494,1,'5',1,148,0,false,'refs/heads/experiment/use-nix-starter-configs',true,'{"Commits":[],"HeadCommit":{"Sha1":"deb1f0cef064905e447543a95e35131611ba99bf","Message":"switch to config from nix-starter-configs\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-02-03T17:51:31-05:00"},"CompareURL":"davad/nix-darwin-config/compare/main...deb1f0cef064905e447543a95e35131611ba99bf","Len":0}',1740775859); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (495,1,'5',1,148,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"a91971f85d76146ca77c35a63d38dfebb8cff84b","Message":"chore: add awscli\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-02-10T14:29:41-05:00"}],"HeadCommit":{"Sha1":"a91971f85d76146ca77c35a63d38dfebb8cff84b","Message":"chore: add awscli\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-02-10T14:29:41-05:00"},"CompareURL":"davad/nix-darwin-config/compare/deb1f0cef064905e447543a95e35131611ba99bf...a91971f85d76146ca77c35a63d38dfebb8cff84b","Len":1}',1740775873); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (496,1,'5',1,148,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"049d5b14e3bcdb49d36ac1b13c3743ec2febe644","Message":"add kubernetes and nix tools\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-02-28T19:46:18-05:00"}],"HeadCommit":{"Sha1":"049d5b14e3bcdb49d36ac1b13c3743ec2febe644","Message":"add kubernetes and nix tools\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-02-28T19:46:18-05:00"},"CompareURL":"davad/nix-darwin-config/compare/a91971f85d76146ca77c35a63d38dfebb8cff84b...049d5b14e3bcdb49d36ac1b13c3743ec2febe644","Len":1}',1740789991); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (497,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"90c85b09f935c7c503caf9f0625a1525578e7c3c","Message":"feat: add crossplane with AWS integration\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-01T12:17:43-05:00"},{"Sha1":"12b3ebbe6eedab56e96e5b1ae408be592a07c61f","Message":"chore: add Elemental machine registration\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-02-08T15:41:44-05:00"}],"HeadCommit":{"Sha1":"90c85b09f935c7c503caf9f0625a1525578e7c3c","Message":"feat: add crossplane with AWS integration\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-01T12:17:43-05:00"},"CompareURL":"davad/argo/compare/d24b2b0743f56765e439412ff3e07e72980e6ebd...90c85b09f935c7c503caf9f0625a1525578e7c3c","Len":2}',1740849722); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (498,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"88447c42e03d82467f0e64f01e401a48ecb9b986","Message":"feat: add crossplane with AWS integration\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-01T12:17:43-05:00"}],"HeadCommit":{"Sha1":"88447c42e03d82467f0e64f01e401a48ecb9b986","Message":"feat: add crossplane with AWS integration\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-01T12:17:43-05:00"},"CompareURL":"davad/argo/compare/90c85b09f935c7c503caf9f0625a1525578e7c3c...88447c42e03d82467f0e64f01e401a48ecb9b986","Len":1}',1740851540); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (499,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"be99a13529e71683b95266e2abf57f675d18933a","Message":"fix: move providerconfig to postsync wave\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-01T12:56:26-05:00"}],"HeadCommit":{"Sha1":"be99a13529e71683b95266e2abf57f675d18933a","Message":"fix: move providerconfig to postsync wave\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-01T12:56:26-05:00"},"CompareURL":"davad/argo/compare/88447c42e03d82467f0e64f01e401a48ecb9b986...be99a13529e71683b95266e2abf57f675d18933a","Len":1}',1740851836); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (500,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"c8eeb1348132ab3c7844f24e3294b7c66bf52308","Message":"fix: skip dry-run for providerconfig in case the CRD isn''t applied yet\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-01T13:01:25-05:00"}],"HeadCommit":{"Sha1":"c8eeb1348132ab3c7844f24e3294b7c66bf52308","Message":"fix: skip dry-run for providerconfig in case the CRD isn''t applied yet\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-01T13:01:25-05:00"},"CompareURL":"davad/argo/compare/be99a13529e71683b95266e2abf57f675d18933a...c8eeb1348132ab3c7844f24e3294b7c66bf52308","Len":1}',1740852167); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (533,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"861aa2cbccacd9736efa63ea1be52f76a43c143f","Message":"chore: update ksops version\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-01T13:05:22-05:00"}],"HeadCommit":{"Sha1":"861aa2cbccacd9736efa63ea1be52f76a43c143f","Message":"chore: update ksops version\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-01T13:05:22-05:00"},"CompareURL":"davad/argo/compare/c8eeb1348132ab3c7844f24e3294b7c66bf52308...861aa2cbccacd9736efa63ea1be52f76a43c143f","Len":1}',1740852402); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (534,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"76ec3d0c541ce13784db35c9554819cc076e45e3","Message":"chore(crossplane): split providerconfigs and use a chain of AssumeRoles\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-01T13:56:49-05:00"}],"HeadCommit":{"Sha1":"76ec3d0c541ce13784db35c9554819cc076e45e3","Message":"chore(crossplane): split providerconfigs and use a chain of AssumeRoles\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-01T13:56:49-05:00"},"CompareURL":"davad/argo/compare/861aa2cbccacd9736efa63ea1be52f76a43c143f...76ec3d0c541ce13784db35c9554819cc076e45e3","Len":1}',1740855489); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (535,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"584f851fae848f41c791156ab31225aa6a5ae116","Message":"fix(crossplane): providerconfig should run in Sync wave\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-01T14:05:45-05:00"}],"HeadCommit":{"Sha1":"584f851fae848f41c791156ab31225aa6a5ae116","Message":"fix(crossplane): providerconfig should run in Sync wave\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-01T14:05:45-05:00"},"CompareURL":"davad/argo/compare/76ec3d0c541ce13784db35c9554819cc076e45e3...584f851fae848f41c791156ab31225aa6a5ae116","Len":1}',1740855964); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (536,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"bb3362031dab49d8862e8f63b0330788e068b029","Message":"chore(kavita): disable temporarily; there''s an issue mounting NFS\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-01T16:35:42-05:00"}],"HeadCommit":{"Sha1":"bb3362031dab49d8862e8f63b0330788e068b029","Message":"chore(kavita): disable temporarily; there''s an issue mounting NFS\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-01T16:35:42-05:00"},"CompareURL":"davad/argo/compare/584f851fae848f41c791156ab31225aa6a5ae116...bb3362031dab49d8862e8f63b0330788e068b029","Len":1}',1740864957); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (537,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"d65b141163417e460bec2ea70c61b0e3b674e179","Message":"chore(arr): stand up temporary torrent deployment\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-02T00:06:47-05:00"}],"HeadCommit":{"Sha1":"d65b141163417e460bec2ea70c61b0e3b674e179","Message":"chore(arr): stand up temporary torrent deployment\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-02T00:06:47-05:00"},"CompareURL":"davad/argo/compare/bb3362031dab49d8862e8f63b0330788e068b029...d65b141163417e460bec2ea70c61b0e3b674e179","Len":1}',1740892044); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (538,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"e0909458a012fa486fa117f9ad937d130ea32954","Message":"chore(arr): stand up temporary torrent deployment\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-02T00:06:47-05:00"}],"HeadCommit":{"Sha1":"e0909458a012fa486fa117f9ad937d130ea32954","Message":"chore(arr): stand up temporary torrent deployment\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-02T00:06:47-05:00"},"CompareURL":"davad/argo/compare/d65b141163417e460bec2ea70c61b0e3b674e179...e0909458a012fa486fa117f9ad937d130ea32954","Len":1}',1740892492); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (539,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"21a694212262c66fc746a205334dcf260d9f8392","Message":"chore(arr): stand up temporary torrent deployment\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-02T00:06:47-05:00"}],"HeadCommit":{"Sha1":"21a694212262c66fc746a205334dcf260d9f8392","Message":"chore(arr): stand up temporary torrent deployment\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-02T00:06:47-05:00"},"CompareURL":"davad/argo/compare/e0909458a012fa486fa117f9ad937d130ea32954...21a694212262c66fc746a205334dcf260d9f8392","Len":1}',1740892787); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (540,1,'5',1,148,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"5b72a78219d8446ca6e546e736e6c8ab43a397eb","Message":"install Proton Mail and Proton Pass\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-03-02T22:11:52-05:00"},{"Sha1":"ff389e61548fe2e80743d52b3538768c20d16059","Message":"add aws-vault\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-03-02T22:09:47-05:00"},{"Sha1":"fbde8ce2a4a15d0f8176e32cf1a12932f6c39ce7","Message":"fix: awscli region\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-02-28T20:46:46-05:00"},{"Sha1":"065794390982a7949cb889406b28b46de844d26b","Message":"misc\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-02-28T20:13:53-05:00"}],"HeadCommit":{"Sha1":"5b72a78219d8446ca6e546e736e6c8ab43a397eb","Message":"install Proton Mail and Proton Pass\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-03-02T22:11:52-05:00"},"CompareURL":"davad/nix-darwin-config/compare/049d5b14e3bcdb49d36ac1b13c3743ec2febe644...5b72a78219d8446ca6e546e736e6c8ab43a397eb","Len":4}',1740971536); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (541,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"841e6241273ea9d35b53e9afc4ca3c29f782ac12","Message":"chore(work): test cognito in crossplane\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-03T12:53:11-05:00"}],"HeadCommit":{"Sha1":"841e6241273ea9d35b53e9afc4ca3c29f782ac12","Message":"chore(work): test cognito in crossplane\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-03T12:53:11-05:00"},"CompareURL":"davad/argo/compare/21a694212262c66fc746a205334dcf260d9f8392...841e6241273ea9d35b53e9afc4ca3c29f782ac12","Len":1}',1741024412); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (542,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"59bbe6d20862c94278ce709ebe05fcfef1674423","Message":"chore(crossplane): test cognito in crossplane\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-03T12:53:11-05:00"}],"HeadCommit":{"Sha1":"59bbe6d20862c94278ce709ebe05fcfef1674423","Message":"chore(crossplane): test cognito in crossplane\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-03T12:53:11-05:00"},"CompareURL":"davad/argo/compare/841e6241273ea9d35b53e9afc4ca3c29f782ac12...59bbe6d20862c94278ce709ebe05fcfef1674423","Len":1}',1741024737); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (543,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"c3edbddce8a4d8686fda53dbc28daa8fe0a3e71a","Message":"chore(crossplane): test cognito in crossplane\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-03T12:53:11-05:00"}],"HeadCommit":{"Sha1":"c3edbddce8a4d8686fda53dbc28daa8fe0a3e71a","Message":"chore(crossplane): test cognito in crossplane\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-03T12:53:11-05:00"},"CompareURL":"davad/argo/compare/59bbe6d20862c94278ce709ebe05fcfef1674423...c3edbddce8a4d8686fda53dbc28daa8fe0a3e71a","Len":1}',1741024943); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (544,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"31a9a4ce928cc6653e510b47812ea1056f070ac2","Message":"chore(work): add Crossplane examples\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-05T13:02:36-05:00"}],"HeadCommit":{"Sha1":"31a9a4ce928cc6653e510b47812ea1056f070ac2","Message":"chore(work): add Crossplane examples\n","AuthorEmail":"david@dmwl.net","AuthorName":"David Landry","CommitterEmail":"david@dmwl.net","CommitterName":"David Landry","Timestamp":"2025-03-05T13:02:36-05:00"},"CompareURL":"davad/argo/compare/c3edbddce8a4d8686fda53dbc28daa8fe0a3e71a...31a9a4ce928cc6653e510b47812ea1056f070ac2","Len":1}',1741197778); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (545,1,'5',1,148,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"e6a3ba73a753ee75263b4973f5eb4a0fa9ab66a3","Message":"updates\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-03-11T16:38:53-04:00"}],"HeadCommit":{"Sha1":"e6a3ba73a753ee75263b4973f5eb4a0fa9ab66a3","Message":"updates\n","AuthorEmail":"david@caribbeanos.com","AuthorName":"David Landry","CommitterEmail":"david@caribbeanos.com","CommitterName":"David Landry","Timestamp":"2025-03-11T16:38:53-04:00"},"CompareURL":"davad/nix-darwin-config/compare/5b72a78219d8446ca6e546e736e6c8ab43a397eb...e6a3ba73a753ee75263b4973f5eb4a0fa9ab66a3","Len":1}',1741725580); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (546,1,'5',1,148,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"3c33b1bd9f64c674078dc0bc01e72aaeca2b1a69","Message":"changes needed for a fresh install\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-03-17T15:07:06-04:00"}],"HeadCommit":{"Sha1":"3c33b1bd9f64c674078dc0bc01e72aaeca2b1a69","Message":"changes needed for a fresh install\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-03-17T15:07:06-04:00"},"CompareURL":"davad/nix-darwin-config/compare/e6a3ba73a753ee75263b4973f5eb4a0fa9ab66a3...3c33b1bd9f64c674078dc0bc01e72aaeca2b1a69","Len":1}',1742238440); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (547,1,'5',1,148,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"ac864f086752ecf28e137e1ca2de4f5682a84eb3","Message":"add Plex and Home Assistant for MacOS\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-03-18T14:49:52-04:00"}],"HeadCommit":{"Sha1":"ac864f086752ecf28e137e1ca2de4f5682a84eb3","Message":"add Plex and Home Assistant for MacOS\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-03-18T14:49:52-04:00"},"CompareURL":"davad/nix-darwin-config/compare/3c33b1bd9f64c674078dc0bc01e72aaeca2b1a69...ac864f086752ecf28e137e1ca2de4f5682a84eb3","Len":1}',1742323802); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (548,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"58546e985b3396fc2400b531ce232a6500896691","Message":"fix(portfolio): try to replace self-signed certificate for staging site\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-03-27T11:47:50-04:00"}],"HeadCommit":{"Sha1":"58546e985b3396fc2400b531ce232a6500896691","Message":"fix(portfolio): try to replace self-signed certificate for staging site\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-03-27T11:47:50-04:00"},"CompareURL":"davad/argo/compare/31a9a4ce928cc6653e510b47812ea1056f070ac2...58546e985b3396fc2400b531ce232a6500896691","Len":1}',1743090492); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (549,1,'5',1,149,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"ab8531e4d7be4d3ef8db7b64a659470189d0f16e","Message":"chore: update homelab services\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-03-27T11:58:30-04:00"}],"HeadCommit":{"Sha1":"ab8531e4d7be4d3ef8db7b64a659470189d0f16e","Message":"chore: update homelab services\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-03-27T11:58:30-04:00"},"CompareURL":"davad/portfolio-site/compare/e6d8315e9aa104916848900c351c68e2fc814939...ab8531e4d7be4d3ef8db7b64a659470189d0f16e","Len":1}',1743091125); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (550,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"91e12a766b8c956cab0fec1a010a1dbff42d54f3","Message":"chore(portfolio): clean up prod deployment data\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-03-27T12:25:41-04:00"}],"HeadCommit":{"Sha1":"91e12a766b8c956cab0fec1a010a1dbff42d54f3","Message":"chore(portfolio): clean up prod deployment data\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-03-27T12:25:41-04:00"},"CompareURL":"davad/argo/compare/58546e985b3396fc2400b531ce232a6500896691...91e12a766b8c956cab0fec1a010a1dbff42d54f3","Len":1}',1743092763); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (551,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"058785ba2dd1fe3ecdeed41bbf7c3618b154c202","Message":"chore(portfolio): add Job to build site image\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-03-27T13:11:22-04:00"}],"HeadCommit":{"Sha1":"058785ba2dd1fe3ecdeed41bbf7c3618b154c202","Message":"chore(portfolio): add Job to build site image\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-03-27T13:11:22-04:00"},"CompareURL":"davad/argo/compare/91e12a766b8c956cab0fec1a010a1dbff42d54f3...058785ba2dd1fe3ecdeed41bbf7c3618b154c202","Len":1}',1743095497); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (552,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"346d5b7c982013282eb61db8edb38689bbd1ba2f","Message":"chore(portfolio): add build arg for environment\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-03-27T13:13:51-04:00"}],"HeadCommit":{"Sha1":"346d5b7c982013282eb61db8edb38689bbd1ba2f","Message":"chore(portfolio): add build arg for environment\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-03-27T13:13:51-04:00"},"CompareURL":"davad/argo/compare/058785ba2dd1fe3ecdeed41bbf7c3618b154c202...346d5b7c982013282eb61db8edb38689bbd1ba2f","Len":1}',1743095640); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (553,1,'5',1,147,0,false,'refs/heads/main',false,'{"Commits":[{"Sha1":"e777deedc1c2dd98f3a837e2f1a8fb0c46516c12","Message":"fix(portfolio): disable job for now\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-03-27T13:15:00-04:00"}],"HeadCommit":{"Sha1":"e777deedc1c2dd98f3a837e2f1a8fb0c46516c12","Message":"fix(portfolio): disable job for now\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-03-27T13:15:00-04:00"},"CompareURL":"davad/argo/compare/346d5b7c982013282eb61db8edb38689bbd1ba2f...e777deedc1c2dd98f3a837e2f1a8fb0c46516c12","Len":1}',1743095711); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (554,1,'5',1,148,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"f78d2dde9bb6867cad1eef8db004d71f940142ec","Message":"feat(darwin): move dock, set shortcuts, and tile sizes\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-03-29T17:17:48-04:00"},{"Sha1":"927ca99241485c7d22d0ff11d4765b8b301fc766","Message":"Add Yubikey\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-03-19T15:47:25-04:00"}],"HeadCommit":{"Sha1":"f78d2dde9bb6867cad1eef8db004d71f940142ec","Message":"feat(darwin): move dock, set shortcuts, and tile sizes\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-03-29T17:17:48-04:00"},"CompareURL":"davad/nix-darwin-config/compare/ac864f086752ecf28e137e1ca2de4f5682a84eb3...f78d2dde9bb6867cad1eef8db004d71f940142ec","Len":2}',1743283081); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (555,1,'5',1,148,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"24c40b4d12c5f5ec9d1a689853a7327da007ff0c","Message":"chore(shell): enable vi mode in fish\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-03-29T17:30:50-04:00"}],"HeadCommit":{"Sha1":"24c40b4d12c5f5ec9d1a689853a7327da007ff0c","Message":"chore(shell): enable vi mode in fish\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-03-29T17:30:50-04:00"},"CompareURL":"davad/nix-darwin-config/compare/f78d2dde9bb6867cad1eef8db004d71f940142ec...24c40b4d12c5f5ec9d1a689853a7327da007ff0c","Len":1}',1743283865); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (556,1,'5',1,148,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"0ae0ff172d50dfcf96322438efd7573b60227d44","Message":"update lockfile\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-01T15:52:18-04:00"},{"Sha1":"911b35cb17004049cf628286efbbcf8febf3cef3","Message":"add packages for LazyVim\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-01T15:51:13-04:00"}],"HeadCommit":{"Sha1":"0ae0ff172d50dfcf96322438efd7573b60227d44","Message":"update lockfile\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-01T15:52:18-04:00"},"CompareURL":"davad/nix-darwin-config/compare/24c40b4d12c5f5ec9d1a689853a7327da007ff0c...0ae0ff172d50dfcf96322438efd7573b60227d44","Len":2}',1743537158); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (557,1,'1',1,152,0,false,'',true,'',1743538514); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (558,1,'5',1,152,0,false,'refs/heads/main',true,'',1743538555); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (559,1,'5',1,152,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"7ff4eb6002b6a7e032cf095d128b4f146381595f","Message":"enable some lazyvim extras\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-01T16:13:13-04:00"},{"Sha1":"b35c238eece6145f88db78fd94331fce43e456ca","Message":"add supertab\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-01T16:07:13-04:00"},{"Sha1":"ea82b0807ddea3ff928df0c889994ba248ac5852","Message":"chore: add gruvbox color scheme\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-01T15:25:48-04:00"},{"Sha1":"d88832941427137b95fc091f47b0e2c79048bfde","Message":"initial commit\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-01T15:25:21-04:00"}],"HeadCommit":{"Sha1":"7ff4eb6002b6a7e032cf095d128b4f146381595f","Message":"enable some lazyvim extras\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-01T16:13:13-04:00"},"CompareURL":"","Len":4}',1743538556); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (560,1,'5',1,152,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"ef1c552834fde85a60340ea9787c2e40563ae5d8","Message":"lua plugin manager, more extras\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-01T16:42:36-04:00"}],"HeadCommit":{"Sha1":"ef1c552834fde85a60340ea9787c2e40563ae5d8","Message":"lua plugin manager, more extras\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-01T16:42:36-04:00"},"CompareURL":"davad/lazyvim/compare/7ff4eb6002b6a7e032cf095d128b4f146381595f...ef1c552834fde85a60340ea9787c2e40563ae5d8","Len":1}',1743540169); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (561,1,'5',1,148,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"3c3f9d42da8ffea653db3db7593a3a5ffbcdbf81","Message":"more packages for LazyVim\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-01T16:53:00-04:00"}],"HeadCommit":{"Sha1":"3c3f9d42da8ffea653db3db7593a3a5ffbcdbf81","Message":"more packages for LazyVim\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-01T16:53:00-04:00"},"CompareURL":"davad/nix-darwin-config/compare/0ae0ff172d50dfcf96322438efd7573b60227d44...3c3f9d42da8ffea653db3db7593a3a5ffbcdbf81","Len":1}',1743540791); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (562,1,'5',1,148,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"b88dbb94fe1c44f38dd4c65c76531da8f146892c","Message":"switch to python3Full because the ssl module isn''t included in python3Minimal\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-01T17:11:27-04:00"}],"HeadCommit":{"Sha1":"b88dbb94fe1c44f38dd4c65c76531da8f146892c","Message":"switch to python3Full because the ssl module isn''t included in python3Minimal\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-01T17:11:27-04:00"},"CompareURL":"davad/nix-darwin-config/compare/3c3f9d42da8ffea653db3db7593a3a5ffbcdbf81...b88dbb94fe1c44f38dd4c65c76531da8f146892c","Len":1}',1743702904); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (563,1,'5',1,149,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"cdeddbd68f17abc77e2bb97dc150fb232fb12f25","Message":"chore: formatting\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-11T16:29:41-04:00"}],"HeadCommit":{"Sha1":"cdeddbd68f17abc77e2bb97dc150fb232fb12f25","Message":"chore: formatting\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-11T16:29:41-04:00"},"CompareURL":"davad/portfolio-site/compare/ab8531e4d7be4d3ef8db7b64a659470189d0f16e...cdeddbd68f17abc77e2bb97dc150fb232fb12f25","Len":1}',1744403400); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (564,1,'5',1,149,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"3433c2332251dea36264dad1ab235c6f31eb20a4","Message":"chore(about): update work experience\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-11T17:09:19-04:00"},{"Sha1":"d39265da9ea0d7740a6c7e4fffe512b5447c6198","Message":"chore: switch theme to use a git submodule\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-11T17:08:59-04:00"},{"Sha1":"f32b2580df532f349bd16057930d1d2877a192c7","Message":"Replace theme with submodule\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-11T16:48:57-04:00"}],"HeadCommit":{"Sha1":"3433c2332251dea36264dad1ab235c6f31eb20a4","Message":"chore(about): update work experience\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-11T17:09:19-04:00"},"CompareURL":"davad/portfolio-site/compare/cdeddbd68f17abc77e2bb97dc150fb232fb12f25...3433c2332251dea36264dad1ab235c6f31eb20a4","Len":3}',1744414765); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (565,1,'5',1,149,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"3ad7078537fd90ab61bd3bac820dd7d45e38c965","Message":"feat: cleaned up contact form\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-11T22:12:30-04:00"}],"HeadCommit":{"Sha1":"3ad7078537fd90ab61bd3bac820dd7d45e38c965","Message":"feat: cleaned up contact form\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-11T22:12:30-04:00"},"CompareURL":"davad/portfolio-site/compare/3433c2332251dea36264dad1ab235c6f31eb20a4...3ad7078537fd90ab61bd3bac820dd7d45e38c965","Len":1}',1744424194); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (566,1,'5',1,149,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"6f49f9495a81ca6c4307a495aec5874755384451","Message":"add honeypot field to contact form\n\nhttps://help.formspree.io/hc/en-us/articles/360013580813-Honeypot-spam-filtering\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-11T22:24:19-04:00"}],"HeadCommit":{"Sha1":"6f49f9495a81ca6c4307a495aec5874755384451","Message":"add honeypot field to contact form\n\nhttps://help.formspree.io/hc/en-us/articles/360013580813-Honeypot-spam-filtering\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-11T22:24:19-04:00"},"CompareURL":"davad/portfolio-site/compare/3ad7078537fd90ab61bd3bac820dd7d45e38c965...6f49f9495a81ca6c4307a495aec5874755384451","Len":1}',1744424680); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (567,1,'5',1,148,0,false,'refs/heads/chore/add-dotfiles',true,'',1745372863); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (568,1,'5',1,148,0,false,'refs/heads/chore/add-dotfiles',true,'{"Commits":[{"Sha1":"f9f78e3757f845397f1eefcb9d6c8d43f2dc7dca","Message":"WIP: trying to add custom dotfiles for nvim\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-22T21:47:22-04:00"}],"HeadCommit":{"Sha1":"f9f78e3757f845397f1eefcb9d6c8d43f2dc7dca","Message":"WIP: trying to add custom dotfiles for nvim\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-22T21:47:22-04:00"},"CompareURL":"davad/nix-darwin-config/compare/b88dbb94fe1c44f38dd4c65c76531da8f146892c...f9f78e3757f845397f1eefcb9d6c8d43f2dc7dca","Len":1}',1745372864); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (569,1,'5',1,148,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"5bd982ef6d785554311b4362870f3f2ba412b978","Message":"chore: add nix-rosetta-builder for x86_64 linux builds\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-22T22:25:32-04:00"}],"HeadCommit":{"Sha1":"5bd982ef6d785554311b4362870f3f2ba412b978","Message":"chore: add nix-rosetta-builder for x86_64 linux builds\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-22T22:25:32-04:00"},"CompareURL":"davad/nix-darwin-config/compare/b88dbb94fe1c44f38dd4c65c76531da8f146892c...5bd982ef6d785554311b4362870f3f2ba412b978","Len":1}',1745375145); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (570,1,'1',1,153,0,false,'',true,'',1745949079); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (571,1,'5',1,153,0,false,'refs/heads/main',true,'',1745952696); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (572,1,'5',1,153,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"f8f3d257ec4898a6016bb0a5876ed2e3c3c5a829","Message":"ISO builder includes nvidia drivers and some CLI tools\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-29T13:50:44-04:00"}],"HeadCommit":{"Sha1":"f8f3d257ec4898a6016bb0a5876ed2e3c3c5a829","Message":"ISO builder includes nvidia drivers and some CLI tools\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-29T13:50:44-04:00"},"CompareURL":"","Len":1}',1745952697); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (573,1,'5',1,153,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"8270857adaf6908e163cae6aed424f3b775bc82d","Message":"rename iso config\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-29T16:17:05-04:00"}],"HeadCommit":{"Sha1":"8270857adaf6908e163cae6aed424f3b775bc82d","Message":"rename iso config\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-29T16:17:05-04:00"},"CompareURL":"davad/nixos-iso/compare/f8f3d257ec4898a6016bb0a5876ed2e3c3c5a829...8270857adaf6908e163cae6aed424f3b775bc82d","Len":1}',1745957847); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (574,1,'1',1,154,0,false,'',true,'',1746641297); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (575,1,'5',1,154,0,false,'refs/heads/main',true,'',1746641396); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (576,1,'5',1,154,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"1792db3527b702935db34a4e4996a468d7f9f40f","Message":"fix: try to remove graphical issues after sleep\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-07T14:04:24-04:00"},{"Sha1":"01bd921922e8a683254f69fe574d4dae38ff3054","Message":"working config; after switching to a flake\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-05T16:25:12-04:00"},{"Sha1":"d9453e6b388c8c989d75b53963ad0dc3d7fd6936","Message":"initial commit of nixos-unified-template\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-01T15:14:36-04:00"},{"Sha1":"c69a26979f84be342d9345bb3561d00497d40d46","Message":"working config; before switching to a flake\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-01T15:13:44-04:00"},{"Sha1":"f4285758fd8e9b9840163c749f81874e3cae2873","Message":"wired networking working\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-30T21:12:29-04:00"}],"HeadCommit":{"Sha1":"1792db3527b702935db34a4e4996a468d7f9f40f","Message":"fix: try to remove graphical issues after sleep\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-07T14:04:24-04:00"},"CompareURL":"","Len":6}',1746641396); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (577,1,'5',1,154,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"1f172fa9bf6f7031234ffa9633ffc2d95264f366","Message":"merging in config from nix-darwin-config\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-07T14:59:15-04:00"}],"HeadCommit":{"Sha1":"1f172fa9bf6f7031234ffa9633ffc2d95264f366","Message":"merging in config from nix-darwin-config\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-07T14:59:15-04:00"},"CompareURL":"davad/nixos-config/compare/1792db3527b702935db34a4e4996a468d7f9f40f...1f172fa9bf6f7031234ffa9633ffc2d95264f366","Len":1}',1746644390); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (578,1,'5',1,154,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"eca1d8468da69ff171f5e3a4b58bc3732ca6f00d","Message":"chore(darwin): update repo location and branch\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-08T10:00:43-04:00"},{"Sha1":"633b3f5f412aae415ae24d24363d470871587c0e","Message":"merge in darwin config\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-08T09:50:12-04:00"}],"HeadCommit":{"Sha1":"eca1d8468da69ff171f5e3a4b58bc3732ca6f00d","Message":"chore(darwin): update repo location and branch\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-08T10:00:43-04:00"},"CompareURL":"davad/nixos-config/compare/1f172fa9bf6f7031234ffa9633ffc2d95264f366...eca1d8468da69ff171f5e3a4b58bc3732ca6f00d","Len":2}',1746712856); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (579,1,'5',1,154,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"71ce887881908d3bc2ae0963fdedd74086a1f393","Message":"fix(darwin): state version and compatible with unstable\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-08T10:16:26-04:00"},{"Sha1":"5004156b5dabd560cffa66a1cbc76797ca3032f0","Message":"fix: fonts\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-08T10:16:01-04:00"}],"HeadCommit":{"Sha1":"71ce887881908d3bc2ae0963fdedd74086a1f393","Message":"fix(darwin): state version and compatible with unstable\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-08T10:16:26-04:00"},"CompareURL":"davad/nixos-config/compare/eca1d8468da69ff171f5e3a4b58bc3732ca6f00d...71ce887881908d3bc2ae0963fdedd74086a1f393","Len":2}',1746713807); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (580,1,'5',1,154,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"4222ce790c3cb0f97996fd332668ded8b360fb43","Message":"fish and nvim changes\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-08T11:06:12-04:00"}],"HeadCommit":{"Sha1":"4222ce790c3cb0f97996fd332668ded8b360fb43","Message":"fish and nvim changes\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-08T11:06:12-04:00"},"CompareURL":"davad/nixos-config/compare/71ce887881908d3bc2ae0963fdedd74086a1f393...4222ce790c3cb0f97996fd332668ded8b360fb43","Len":1}',1746716781); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (581,1,'5',1,154,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"f86f7c4d19a0a1420170960a7f24dbe7c6aa6128","Message":"temp cleanup\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-08T11:19:14-04:00"}],"HeadCommit":{"Sha1":"f86f7c4d19a0a1420170960a7f24dbe7c6aa6128","Message":"temp cleanup\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-08T11:19:14-04:00"},"CompareURL":"davad/nixos-config/compare/4222ce790c3cb0f97996fd332668ded8b360fb43...f86f7c4d19a0a1420170960a7f24dbe7c6aa6128","Len":1}',1746717907); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (582,1,'5',1,154,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"ad87cf832e4aa00875dd605700741f1be6eba902","Message":"neovim as default editor, remove starship shell prompt\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-07T15:49:00-04:00"},{"Sha1":"3ba86c5f19a3e0d4a97b02489e5f6c89e655289c","Message":"merge fish home-manager config in with shell config\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-07T15:43:43-04:00"},{"Sha1":"d294f3447d8c282520f6662eb8bb403d2c1a7942","Message":"enable fish by default for interactive shells\n\nBecause fish isn''t POSIX compliant, it may cause issues as a login shell.\nReferences:\n\n* https://nixos.wiki/wiki/Fish#Setting_fish_as_your_shell\n* https://fishshell.com/docs/current/index.html#default-shell\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-07T15:38:52-04:00"},{"Sha1":"7d2a8fd99e271e45afc835fd7ffc7d53d47415c5","Message":"update kde config based on build warning\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-07T15:23:25-04:00"},{"Sha1":"8a303d539e5056737c002596c7db866c3cb15b78","Message":"move font config out of home-manager\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-07T15:23:01-04:00"}],"HeadCommit":{"Sha1":"ad87cf832e4aa00875dd605700741f1be6eba902","Message":"neovim as default editor, remove starship shell prompt\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-07T15:49:00-04:00"},"CompareURL":"davad/nixos-config/compare/f86f7c4d19a0a1420170960a7f24dbe7c6aa6128...ad87cf832e4aa00875dd605700741f1be6eba902","Len":5}',1746900783); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (583,1,'5',1,154,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"1d2123f5242b4254e7b762758fb09a7b2d1890ba","Message":"neovim as default editor, remove starship shell prompt\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-07T15:49:00-04:00"},{"Sha1":"7eb95ad1fa81b4fe193283cb4a9cd85ca0109dbb","Message":"merge fish home-manager config in with shell config\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-07T15:43:43-04:00"}],"HeadCommit":{"Sha1":"1d2123f5242b4254e7b762758fb09a7b2d1890ba","Message":"neovim as default editor, remove starship shell prompt\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-07T15:49:00-04:00"},"CompareURL":"davad/nixos-config/compare/ad87cf832e4aa00875dd605700741f1be6eba902...1d2123f5242b4254e7b762758fb09a7b2d1890ba","Len":2}',1746901512); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (584,1,'5',1,154,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"7a728e00e1f53779ebea19ff7f8a0ecbba9eb912","Message":"add discord\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-14T11:52:37-04:00"}],"HeadCommit":{"Sha1":"7a728e00e1f53779ebea19ff7f8a0ecbba9eb912","Message":"add discord\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-14T11:52:37-04:00"},"CompareURL":"davad/nixos-config/compare/1d2123f5242b4254e7b762758fb09a7b2d1890ba...7a728e00e1f53779ebea19ff7f8a0ecbba9eb912","Len":1}',1747237980); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (585,1,'5',1,154,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"538510cc1909f0e3fc962be71ff0e81eed7f739e","Message":"add chromium via brew and hugo via system packages\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-16T09:57:33-04:00"}],"HeadCommit":{"Sha1":"538510cc1909f0e3fc962be71ff0e81eed7f739e","Message":"add chromium via brew and hugo via system packages\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-16T09:57:33-04:00"},"CompareURL":"davad/nixos-config/compare/7a728e00e1f53779ebea19ff7f8a0ecbba9eb912...538510cc1909f0e3fc962be71ff0e81eed7f739e","Len":1}',1747404148); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (586,1,'5',1,154,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"fb32b924d2c456eb3563d8796e872e70d4aae57f","Message":"enable mDNS\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-16T16:57:47-04:00"}],"HeadCommit":{"Sha1":"fb32b924d2c456eb3563d8796e872e70d4aae57f","Message":"enable mDNS\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-16T16:57:47-04:00"},"CompareURL":"davad/nixos-config/compare/538510cc1909f0e3fc962be71ff0e81eed7f739e...fb32b924d2c456eb3563d8796e872e70d4aae57f","Len":1}',1747429125); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (587,1,'5',1,154,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"a3627691e7dfdbed203f809fd73fb07e11193131","Message":"switch from goldwarden to the official bitwarden app\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-18T09:32:45-04:00"},{"Sha1":"c79c0a72a55474bb42f3d55bd0afcf206f28fa91","Message":"add a 3rd party bitwarden client\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-17T13:18:23-04:00"}],"HeadCommit":{"Sha1":"a3627691e7dfdbed203f809fd73fb07e11193131","Message":"switch from goldwarden to the official bitwarden app\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-18T09:32:45-04:00"},"CompareURL":"davad/nixos-config/compare/fb32b924d2c456eb3563d8796e872e70d4aae57f...a3627691e7dfdbed203f809fd73fb07e11193131","Len":2}',1747575207); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (588,1,'5',1,154,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"383eb8df60e851356b8c6e7aea7f30f070f560bd","Message":"add jetbrains toolbox to install DataGrip and IntelliJ in a stateful way\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-20T14:08:01-04:00"}],"HeadCommit":{"Sha1":"383eb8df60e851356b8c6e7aea7f30f070f560bd","Message":"add jetbrains toolbox to install DataGrip and IntelliJ in a stateful way\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-20T14:08:01-04:00"},"CompareURL":"davad/nixos-config/compare/a3627691e7dfdbed203f809fd73fb07e11193131...383eb8df60e851356b8c6e7aea7f30f070f560bd","Len":1}',1747764509); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (589,1,'5',1,154,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"84277d6a78b1e8b357df0e4b160711f36e695a75","Message":"chore(shell): add bitwarden ssh-agent env variable\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-20T17:18:31-04:00"}],"HeadCommit":{"Sha1":"84277d6a78b1e8b357df0e4b160711f36e695a75","Message":"chore(shell): add bitwarden ssh-agent env variable\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-20T17:18:31-04:00"},"CompareURL":"davad/nixos-config/compare/383eb8df60e851356b8c6e7aea7f30f070f560bd...84277d6a78b1e8b357df0e4b160711f36e695a75","Len":1}',1747775930); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (590,1,'5',1,149,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"d443e2eaf4025b495405208873701225f0313176","Message":"add resume\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-21T14:37:30-04:00"},{"Sha1":"35af09075ddd7d544039c00cd8855a52f2592603","Message":"update description and keywords\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-16T09:48:24-04:00"},{"Sha1":"63781246284efa609dd375be3de01622605df0da","Message":"gitignore MacOS .DS_Store\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-04-18T11:22:28-04:00"}],"HeadCommit":{"Sha1":"d443e2eaf4025b495405208873701225f0313176","Message":"add resume\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-21T14:37:30-04:00"},"CompareURL":"davad/portfolio-site/compare/6f49f9495a81ca6c4307a495aec5874755384451...d443e2eaf4025b495405208873701225f0313176","Len":3}',1747949056); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (591,1,'5',1,125,0,false,'refs/heads/master',true,'{"Commits":[{"Sha1":"df28e485b754f05fd96716eafb083d8e2fcf7a7d","Message":"update from upstream examples\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-22T17:25:45-04:00"},{"Sha1":"2592a43172bed7719bea352ceb14d296fc8ce4a2","Message":"add CV version without phone number\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-16T13:29:45-04:00"},{"Sha1":"20c18919e13aa97b18ca3e3cce772646bf9cbe78","Message":"update homepage and email\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-16T13:29:26-04:00"},{"Sha1":"7880961e136dff25cfb56ef7e7b7d2a247f6d4cc","Message":"fix: add missing profile image\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-16T13:28:24-04:00"},{"Sha1":"f71b421e8d03a07bce063defe1744a2dfb39bc6a","Message":"cleanup README\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-16T13:25:44-04:00"}],"HeadCommit":{"Sha1":"df28e485b754f05fd96716eafb083d8e2fcf7a7d","Message":"update from upstream examples\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-22T17:25:45-04:00"},"CompareURL":"davad/Resume/compare/b69e120ade34060c1e9ed04c2020b3b4bed6b634...df28e485b754f05fd96716eafb083d8e2fcf7a7d","Len":6}',1747949227); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (592,1,'5',1,148,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"4e268727f53e45c692b9daedfb7facf9563f0a31","Message":"mark repo as deprecated\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-06-03T15:28:27-04:00"},{"Sha1":"f9244628d2c339c737806c12a1a638a200671175","Message":"updating from 24.11 to 25.11-unstable\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-29T15:58:39-04:00"}],"HeadCommit":{"Sha1":"4e268727f53e45c692b9daedfb7facf9563f0a31","Message":"mark repo as deprecated\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-06-03T15:28:27-04:00"},"CompareURL":"davad/nix-darwin-config/compare/5bd982ef6d785554311b4362870f3f2ba412b978...4e268727f53e45c692b9daedfb7facf9563f0a31","Len":2}',1748978920); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (593,1,'5',1,154,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"b2a6ddf2263327a3c23ad034f2c13cee4625fd36","Message":"chore: split kubernetes tools into a separate module\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-06-06T13:32:08-04:00"},{"Sha1":"7f47cc4738bc20b20cda481a15b5c268b2d69827","Message":"chore: set up fish as default shell\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-06-06T13:26:12-04:00"}],"HeadCommit":{"Sha1":"b2a6ddf2263327a3c23ad034f2c13cee4625fd36","Message":"chore: split kubernetes tools into a separate module\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-06-06T13:32:08-04:00"},"CompareURL":"davad/nixos-config/compare/84277d6a78b1e8b357df0e4b160711f36e695a75...b2a6ddf2263327a3c23ad034f2c13cee4625fd36","Len":2}',1749231148); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (594,1,'5',1,154,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"b1c46d5a042f86bb4f13ca62eb5b4a7ce0aed5eb","Message":"chore: add some terminal tools\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-06-08T15:57:27-04:00"}],"HeadCommit":{"Sha1":"b1c46d5a042f86bb4f13ca62eb5b4a7ce0aed5eb","Message":"chore: add some terminal tools\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-06-08T15:57:27-04:00"},"CompareURL":"davad/nixos-config/compare/b2a6ddf2263327a3c23ad034f2c13cee4625fd36...b1c46d5a042f86bb4f13ca62eb5b4a7ce0aed5eb","Len":1}',1749412665); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (595,1,'5',1,154,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"324afd3dfaddfb8bda3726ff54bbd4c7d04c7741","Message":"chore(sif): add docker and podman\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-06-10T11:36:08-04:00"},{"Sha1":"fffcf362581b0c0a8de31f28a0fb2b9314c05668","Message":"chore(packages): add simplex-chat-desktop\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-05-28T14:16:41-04:00"}],"HeadCommit":{"Sha1":"324afd3dfaddfb8bda3726ff54bbd4c7d04c7741","Message":"chore(sif): add docker and podman\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-06-10T11:36:08-04:00"},"CompareURL":"davad/nixos-config/compare/b1c46d5a042f86bb4f13ca62eb5b4a7ce0aed5eb...324afd3dfaddfb8bda3726ff54bbd4c7d04c7741","Len":2}',1749569841); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (596,1,'5',1,125,0,false,'refs/heads/master',true,'{"Commits":[{"Sha1":"459a118543959a1f192a22a014f792786e2ebb94","Message":"log build errors on macOS into README.md\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-06-10T13:43:48-04:00"},{"Sha1":"365e59b2ca0733ac24c3cff78272beb28b895cf7","Message":"chore(experience): change CaribbeanOS from MAU to DAU\n\nPostHog is reporting MAU of over 100k. I''m not sure how many of those\nare sessions from the same users that didn''t get linked. The DAU seems\nmore accurate.\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-06-10T13:42:17-04:00"}],"HeadCommit":{"Sha1":"459a118543959a1f192a22a014f792786e2ebb94","Message":"log build errors on macOS into README.md\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-06-10T13:43:48-04:00"},"CompareURL":"davad/Resume/compare/df28e485b754f05fd96716eafb083d8e2fcf7a7d...459a118543959a1f192a22a014f792786e2ebb94","Len":2}',1749577436); +INSERT INTO "action" ("id", "user_id", "op_type", "act_user_id", "repo_id", "comment_id", "is_deleted", "ref_name", "is_private", "content", "created_unix") VALUES (597,1,'5',1,154,0,false,'refs/heads/main',true,'{"Commits":[{"Sha1":"a85785d0fa69fa88c9f06d8f271026c9ddf68068","Message":"chore(home): add roam-research\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-06-10T11:46:52-04:00"}],"HeadCommit":{"Sha1":"a85785d0fa69fa88c9f06d8f271026c9ddf68068","Message":"chore(home): add roam-research\n","AuthorEmail":"git@davad.me","AuthorName":"David Landry","CommitterEmail":"git@davad.me","CommitterName":"David Landry","Timestamp":"2025-06-10T11:46:52-04:00"},"CompareURL":"davad/nixos-config/compare/324afd3dfaddfb8bda3726ff54bbd4c7d04c7741...a85785d0fa69fa88c9f06d8f271026c9ddf68068","Len":1}',1750943883); +SELECT setval('action_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "action"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."notification" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "user_id" BIGINT NOT NULL, "repo_id" BIGINT NOT NULL, "status" SMALLINT NOT NULL, "source" SMALLINT NOT NULL, "issue_id" BIGINT NOT NULL, "commit_id" VARCHAR(255) NULL, "comment_id" BIGINT NULL, "updated_by" BIGINT NOT NULL, "created_unix" BIGINT NOT NULL, "updated_unix" BIGINT NOT NULL); ; +CREATE INDEX "IDX_notification_source" ON "notification" ("source"); +CREATE INDEX "IDX_notification_issue_id" ON "notification" ("issue_id"); +CREATE INDEX "IDX_notification_updated_by" ON "notification" ("updated_by"); +CREATE INDEX "IDX_notification_created_unix" ON "notification" ("created_unix"); +CREATE INDEX "IDX_notification_repo_id" ON "notification" ("repo_id"); +CREATE INDEX "IDX_notification_status" ON "notification" ("status"); +CREATE INDEX "IDX_notification_commit_id" ON "notification" ("commit_id"); +CREATE INDEX "IDX_notification_updated_unix" ON "notification" ("updated_unix"); +CREATE INDEX "IDX_notification_user_id" ON "notification" ("user_id"); +SELECT setval('notification_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "notification"), 1), false); + +CREATE TABLE IF NOT EXISTS "public"."version" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "version" BIGINT NULL); ; +INSERT INTO "version" ("id", "version") VALUES (1,299); +SELECT setval('version_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "version"), 1), false); diff --git a/bootstrap/forgejo/gitea.values.yaml b/bootstrap/forgejo/gitea.values.yaml new file mode 100644 index 0000000..a2b5b84 --- /dev/null +++ b/bootstrap/forgejo/gitea.values.yaml @@ -0,0 +1,63 @@ +USER-SUPPLIED VALUES: +ingress: + annotations: + cert-manager.io/cluster-issuer: letsencrypt-issuer + enabled: true + hosts: + - host: git.nc.landry.land + paths: + - path: / + pathType: Prefix + tls: + - hosts: + - git.nc.landry.land + secretName: gitea-tls + +gitea: + admin: + password: r8sdA8CPHD9!bt6d + additionalConfigSources: + - secret: + secretName: gitea-security-related-configuration + - configMap: + name: gitea-app-ini-plaintext + config: + database: + DB_TYPE: postgres + livenessProbe: + initialDelaySeconds: 600 + startupProbe: + initialDelaySeconds: 600 + global: + postgresql: + auth: + database: null + password: null + username: null + service: + ports: + postgresql: null + primary: + persistence: + size: null +postgresql-ha: + enabled: false + global: + postgresql: + database: null + password: null + username: null + pgpool: + adminPassword: null + postgresql: + password: null + postgresPassword: null + repmgrPassword: null + primary: + persistence: + size: null + service: + ports: + postgresql: null +redis-cluster: + enabled: false diff --git a/projects/media.yaml.disabled b/projects/media.yaml.disabled new file mode 100644 index 0000000..a84bc19 --- /dev/null +++ b/projects/media.yaml.disabled @@ -0,0 +1,93 @@ +apiVersion: argoproj.io/v1alpha1 +kind: AppProject +metadata: + annotations: + argocd-autopilot.argoproj-labs.io/default-dest-server: https://kubernetes.default.svc + argocd.argoproj.io/sync-options: PruneLast=true + argocd.argoproj.io/sync-wave: "-2" + creationTimestamp: null + name: media + namespace: argocd +spec: + clusterResourceWhitelist: + - group: "*" + kind: "*" + description: media project + destinations: + - namespace: "*" + server: "*" + namespaceResourceWhitelist: + - group: "*" + kind: "*" + sourceRepos: + - "*" +status: {} + +--- +apiVersion: argoproj.io/v1alpha1 +kind: ApplicationSet +metadata: + annotations: + argocd.argoproj.io/sync-wave: "0" + creationTimestamp: null + name: media + namespace: argocd +spec: + generators: + - git: + files: + - path: apps/**/media/config.json + repoURL: ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git + requeueAfterSeconds: 20 + revision: "" + template: + metadata: {} + spec: + destination: {} + project: "" + - git: + files: + - path: apps/**/media/config_dir.json + repoURL: ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git + requeueAfterSeconds: 20 + revision: "" + template: + metadata: {} + spec: + destination: {} + project: "" + source: + directory: + exclude: "{{ exclude }}" + include: "{{ include }}" + jsonnet: {} + recurse: true + repoURL: "" + syncPolicy: {} + template: + metadata: + labels: + app.kubernetes.io/managed-by: argocd-autopilot + app.kubernetes.io/name: "{{ appName }}" + name: media-{{ userGivenName }} + namespace: argocd + spec: + destination: + namespace: "{{ destNamespace }}" + server: "{{ destServer }}" + ignoreDifferences: + - group: argoproj.io + jsonPointers: + - /status + kind: Application + project: media + source: + path: "{{ srcPath }}" + repoURL: "{{ srcRepoURL }}" + targetRevision: "{{ srcTargetRevision }}" + syncPolicy: + automated: + allowEmpty: true + prune: true + selfHeal: true +status: {} diff --git a/projects/prod-sites.yaml.disabled b/projects/prod-sites.yaml.disabled new file mode 100644 index 0000000..a06df9e --- /dev/null +++ b/projects/prod-sites.yaml.disabled @@ -0,0 +1,98 @@ +apiVersion: argoproj.io/v1alpha1 +kind: AppProject +metadata: + annotations: + argocd-autopilot.argoproj-labs.io/default-dest-server: https://kubernetes.default.svc + argocd.argoproj.io/sync-options: PruneLast=true + argocd.argoproj.io/sync-wave: "-2" + creationTimestamp: null + name: prod-sites + namespace: argocd +spec: + clusterResourceWhitelist: + - group: "*" + kind: "*" + description: prod version of static sites + destinations: + - namespace: "prod-sites" + server: "*" + namespaceResourceWhitelist: + - group: "*" + kind: "*" + sourceRepos: + - "*" +status: {} + +--- +apiVersion: argoproj.io/v1alpha1 +kind: ApplicationSet +metadata: + annotations: + argocd.argoproj.io/sync-wave: "0" + creationTimestamp: null + name: prod-sites + namespace: argocd +spec: + generators: + - git: + files: + - path: apps/**/prod-sites/config.json + repoURL: ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git + requeueAfterSeconds: 20 + revision: "" + template: + metadata: {} + spec: + destination: {} + project: "" + - git: + files: + - path: apps/**/prod-sites/config_dir.json + repoURL: ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git + requeueAfterSeconds: 20 + revision: "" + template: + metadata: {} + spec: + destination: {} + project: "" + source: + directory: + exclude: "{{ exclude }}" + include: "{{ include }}" + jsonnet: {} + recurse: true + repoURL: "" + syncPolicy: {} + template: + metadata: + labels: + app.kubernetes.io/managed-by: argocd-autopilot + app.kubernetes.io/name: "{{ appName }}" + name: prod-sites-{{ userGivenName }} + namespace: argocd + spec: + destination: + namespace: "{{ destNamespace }}" + server: "{{ destServer }}" + ignoreDifferences: + - group: argoproj.io + jsonPointers: + - /status + kind: Application + project: prod-sites + source: + path: "{{ srcPath }}" + repoURL: "{{ srcRepoURL }}" + targetRevision: "{{ srcTargetRevision }}" + syncPolicy: + automated: + allowEmpty: true + prune: true + selfHeal: true +status: {} +--- +apiVersion: v1 +kind: Namespace +metadata: + name: prod-sites diff --git a/projects/staging-sites.yaml.disabled b/projects/staging-sites.yaml.disabled new file mode 100644 index 0000000..94ebad8 --- /dev/null +++ b/projects/staging-sites.yaml.disabled @@ -0,0 +1,98 @@ +apiVersion: argoproj.io/v1alpha1 +kind: AppProject +metadata: + annotations: + argocd-autopilot.argoproj-labs.io/default-dest-server: https://kubernetes.default.svc + argocd.argoproj.io/sync-options: PruneLast=true + argocd.argoproj.io/sync-wave: "-2" + creationTimestamp: null + name: staging-sites + namespace: argocd +spec: + clusterResourceWhitelist: + - group: "*" + kind: "*" + description: staging version of static sites + destinations: + - namespace: "staging-sites" + server: "*" + namespaceResourceWhitelist: + - group: "*" + kind: "*" + sourceRepos: + - "*" +status: {} + +--- +apiVersion: argoproj.io/v1alpha1 +kind: ApplicationSet +metadata: + annotations: + argocd.argoproj.io/sync-wave: "0" + creationTimestamp: null + name: staging-sites + namespace: argocd +spec: + generators: + - git: + files: + - path: apps/**/staging-sites/config.json + repoURL: ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git + requeueAfterSeconds: 20 + revision: "" + template: + metadata: {} + spec: + destination: {} + project: "" + - git: + files: + - path: apps/**/staging-sites/config_dir.json + repoURL: ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git + requeueAfterSeconds: 20 + revision: "" + template: + metadata: {} + spec: + destination: {} + project: "" + source: + directory: + exclude: "{{ exclude }}" + include: "{{ include }}" + jsonnet: {} + recurse: true + repoURL: "" + syncPolicy: {} + template: + metadata: + labels: + app.kubernetes.io/managed-by: argocd-autopilot + app.kubernetes.io/name: "{{ appName }}" + name: staging-sites-{{ userGivenName }} + namespace: argocd + spec: + destination: + namespace: "{{ destNamespace }}" + server: "{{ destServer }}" + ignoreDifferences: + - group: argoproj.io + jsonPointers: + - /status + kind: Application + project: staging-sites + source: + path: "{{ srcPath }}" + repoURL: "{{ srcRepoURL }}" + targetRevision: "{{ srcTargetRevision }}" + syncPolicy: + automated: + allowEmpty: true + prune: true + selfHeal: true +status: {} +--- +apiVersion: v1 +kind: Namespace +metadata: + name: staging-sites diff --git a/projects/work.yaml.disabled b/projects/work.yaml.disabled new file mode 100644 index 0000000..8417b60 --- /dev/null +++ b/projects/work.yaml.disabled @@ -0,0 +1,98 @@ +apiVersion: argoproj.io/v1alpha1 +kind: AppProject +metadata: + annotations: + argocd-autopilot.argoproj-labs.io/default-dest-server: https://kubernetes.default.svc + argocd.argoproj.io/sync-options: PruneLast=true + argocd.argoproj.io/sync-wave: "-2" + creationTimestamp: null + name: work + namespace: argocd +spec: + clusterResourceWhitelist: + - group: "*" + kind: "*" + description: playground for work projects + destinations: + - namespace: "work-*" # Change back to 'work-*' after I finish testing the rabbitmq operators + server: "*" + namespaceResourceWhitelist: + - group: "*" + kind: "*" + sourceRepos: + - "*" +status: {} + +--- +apiVersion: argoproj.io/v1alpha1 +kind: ApplicationSet +metadata: + annotations: + argocd.argoproj.io/sync-wave: "0" + creationTimestamp: null + name: work + namespace: argocd +spec: + generators: + - git: + files: + - path: apps/**/work/config.json + repoURL: ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git + requeueAfterSeconds: 20 + revision: "" + template: + metadata: {} + spec: + destination: {} + project: "" + - git: + files: + - path: apps/**/work/config_dir.json + repoURL: ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git + requeueAfterSeconds: 20 + revision: "" + template: + metadata: {} + spec: + destination: {} + project: "" + source: + directory: + exclude: "{{ exclude }}" + include: "{{ include }}" + jsonnet: {} + recurse: true + repoURL: "" + syncPolicy: {} + template: + metadata: + labels: + app.kubernetes.io/managed-by: argocd-autopilot + app.kubernetes.io/name: "{{ appName }}" + name: work-{{ userGivenName }} + namespace: argocd + spec: + destination: + namespace: "{{ destNamespace }}" + server: "{{ destServer }}" + ignoreDifferences: + - group: argoproj.io + jsonPointers: + - /status + kind: Application + project: work + source: + path: "{{ srcPath }}" + repoURL: "{{ srcRepoURL }}" + targetRevision: "{{ srcTargetRevision }}" + syncPolicy: + # automated: + # allowEmpty: true + # prune: true + # selfHeal: true +status: {} +--- +apiVersion: v1 +kind: Namespace +metadata: + name: work