{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.TimerTrigger$TimerTriggerCause",
          "shortDescription" : "Started by timer"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 5,
      "buildableTimeMillis" : 5,
      "buildingDurationMillis" : 11842,
      "executingTimeMillis" : 11842,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5,
      "waitingTimeMillis" : 5
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/dev" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 953,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "365f6d985b9b0c65ea7e3996a1f72a9a1c32143b",
            "branch" : [
              {
                "SHA1" : "365f6d985b9b0c65ea7e3996a1f72a9a1c32143b",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          },
          "revision" : {
            "SHA1" : "365f6d985b9b0c65ea7e3996a1f72a9a1c32143b",
            "branch" : [
              {
                "SHA1" : "365f6d985b9b0c65ea7e3996a1f72a9a1c32143b",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "365f6d985b9b0c65ea7e3996a1f72a9a1c32143b",
        "branch" : [
          {
            "SHA1" : "365f6d985b9b0c65ea7e3996a1f72a9a1c32143b",
            "name" : "refs/remotes/origin/dev"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/ABI-Software/12-labours-api.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#953",
  "duration" : 11842,
  "estimatedDuration" : 21097,
  "executor" : None,
  "fullDisplayName" : "12-Labours-API #953",
  "id" : "953",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 953,
  "queueId" : 3900,
  "result" : "SUCCESS",
  "timestamp" : 1691017860279,
  "url" : "https://autotest.bioeng.auckland.ac.nz/jenkins/job/12-Labours-API/953/",
  "builtOn" : "Ubuntu_18.04_bioeng49",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "app/pagination.py"
        ],
        "commitId" : "3b28827e325b0daa5284e6613ab5431f3e7695cd",
        "timestamp" : 1690430496000,
        "author" : {
          "absoluteUrl" : "https://autotest.bioeng.auckland.ac.nz/jenkins/user/ddjnw1yu",
          "fullName" : "David Yu"
        },
        "authorEmail" : "david.jianwei.yu@outlook.com",
        "comment" : "add comment\u000a",
        "date" : "2023-07-27 16:01:36 +1200",
        "id" : "3b28827e325b0daa5284e6613ab5431f3e7695cd",
        "msg" : "add comment",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "app/pagination.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "app/main.py",
          "app/filter_generator.py",
          "tests/test_api.py",
          "app/pagination.py",
          "app/filter.py"
        ],
        "commitId" : "96f8ad3ed89da59d1cdcb9a7ae46532210400202",
        "timestamp" : 1690439263000,
        "author" : {
          "absoluteUrl" : "https://autotest.bioeng.auckland.ac.nz/jenkins/user/ddjnw1yu",
          "fullName" : "David Yu"
        },
        "authorEmail" : "david.jianwei.yu@outlook.com",
        "comment" : "optimise multiple filters selected situation\u000a\u000aincrease process speed\u000a",
        "date" : "2023-07-27 18:27:43 +1200",
        "id" : "96f8ad3ed89da59d1cdcb9a7ae46532210400202",
        "msg" : "optimise multiple filters selected situation",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "app/filter.py"
          },
          {
            "editType" : "edit",
            "file" : "tests/test_api.py"
          },
          {
            "editType" : "edit",
            "file" : "app/main.py"
          },
          {
            "editType" : "edit",
            "file" : "app/pagination.py"
          },
          {
            "editType" : "edit",
            "file" : "app/filter_generator.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "app/sgqlc.py",
          "app/pagination.py",
          "app/data_schema.py",
          "app/sgqlc_schema.py"
        ],
        "commitId" : "d3b16a11b86f9ba96baa5c296077878cbecaa183",
        "timestamp" : 1690451382000,
        "author" : {
          "absoluteUrl" : "https://autotest.bioeng.auckland.ac.nz/jenkins/user/ddjnw1yu",
          "fullName" : "David Yu"
        },
        "authorEmail" : "david.jianwei.yu@outlook.com",
        "comment" : "optimise order by title\u000a\u000aimprove understandability;\u000areduce time cost when small number datasets order by title\u000a",
        "date" : "2023-07-27 21:49:42 +1200",
        "id" : "d3b16a11b86f9ba96baa5c296077878cbecaa183",
        "msg" : "optimise order by title",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "app/data_schema.py"
          },
          {
            "editType" : "edit",
            "file" : "app/sgqlc.py"
          },
          {
            "editType" : "edit",
            "file" : "app/sgqlc_schema.py"
          },
          {
            "editType" : "edit",
            "file" : "app/pagination.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "app/pagination.py"
        ],
        "commitId" : "88b3ad43f500b1a44ce54010b83dbbab8486bc5e",
        "timestamp" : 1690500223000,
        "author" : {
          "absoluteUrl" : "https://autotest.bioeng.auckland.ac.nz/jenkins/user/ddjnw1yu",
          "fullName" : "David Yu"
        },
        "authorEmail" : "david.jianwei.yu@outlook.com",
        "comment" : "optimise pagination count code format\u000a",
        "date" : "2023-07-28 11:23:43 +1200",
        "id" : "88b3ad43f500b1a44ce54010b83dbbab8486bc5e",
        "msg" : "optimise pagination count code format",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "app/pagination.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "app/filter_generator.py",
          "app/main.py",
          "middleware/auth.py",
          "app/filter.py"
        ],
        "commitId" : "a1bfc1444d8db8302a7cca0c25572bb3f1e13937",
        "timestamp" : 1690928985000,
        "author" : {
          "absoluteUrl" : "https://autotest.bioeng.auckland.ac.nz/jenkins/user/ddjnw1yu",
          "fullName" : "David Yu"
        },
        "authorEmail" : "david.jianwei.yu@outlook.com",
        "comment" : "move functions/change order\u000a\u000amove to more suitable class\u000asort in more logical order\u000a",
        "date" : "2023-08-02 10:29:45 +1200",
        "id" : "a1bfc1444d8db8302a7cca0c25572bb3f1e13937",
        "msg" : "move functions/change order",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "app/filter.py"
          },
          {
            "editType" : "edit",
            "file" : "app/filter_generator.py"
          },
          {
            "editType" : "edit",
            "file" : "middleware/auth.py"
          },
          {
            "editType" : "edit",
            "file" : "app/main.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "app/filter_generator.py"
        ],
        "commitId" : "b91a25c00c677410de794f232f3cd46e5db0bb77",
        "timestamp" : 1690929137000,
        "author" : {
          "absoluteUrl" : "https://autotest.bioeng.auckland.ac.nz/jenkins/user/ddjnw1yu",
          "fullName" : "David Yu"
        },
        "authorEmail" : "david.jianwei.yu@outlook.com",
        "comment" : "update function name\u000a",
        "date" : "2023-08-02 10:32:17 +1200",
        "id" : "b91a25c00c677410de794f232f3cd46e5db0bb77",
        "msg" : "update function name",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "app/filter_generator.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "app/filter_generator.py"
        ],
        "commitId" : "45cab34199ec6d00b35086546f79e68f645b7e38",
        "timestamp" : 1690946969000,
        "author" : {
          "absoluteUrl" : "https://autotest.bioeng.auckland.ac.nz/jenkins/user/ddjnw1yu",
          "fullName" : "David Yu"
        },
        "authorEmail" : "david.jianwei.yu@outlook.com",
        "comment" : "fix filter\u000a",
        "date" : "2023-08-02 15:29:29 +1200",
        "id" : "45cab34199ec6d00b35086546f79e68f645b7e38",
        "msg" : "fix filter",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "app/filter_generator.py"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://autotest.bioeng.auckland.ac.nz/jenkins/user/ddjnw1yu",
      "fullName" : "David Yu"
    }
  ]
}