)]}'
{
  "commit": "c727c4a9f1314c3dcd32a824109dacce933d2ce8",
  "tree": "3ab48ad6c9e3431c3630205115ceececa6fc3526",
  "parents": [
    "6c444c83eb809236a994558166f5a59fe945d25b"
  ],
  "author": {
    "name": "Fabio Ponciroli",
    "email": "ponch78@gmail.com",
    "time": "Wed Nov 19 15:46:03 2025 +0100"
  },
  "committer": {
    "name": "Fabio Ponciroli",
    "email": "ponch78@gmail.com",
    "time": "Wed Nov 19 16:00:26 2025 +0100"
  },
  "message": "Fix reading of deleteTrashFoldersMaxAllowedTime\n\nThe configuration value deleteTrashFoldersMaxAllowedTime was previously\nlooked up by passing the config key name into\ngetTrashFoldersMaxAllowedTimeFromConfig(), which caused the method to\nre-read configuration instead of using the already available plugin\nconfig. This leads to the value not being interpreted correctly.\n\nUpdate the call site to pass the resolved config string from the plugin\nConfig instance, ensuring the duration is parsed from the expected\nsource. Expose the default trash folder timeout constant so tests can\nverify fallback behavior.\n\nChange-Id: I7f39eb50a79423211dd99231f4859f775a0c2628\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "04bd5fa746db6b4fec1b63d86a8941bb75765e18",
      "old_mode": 33188,
      "old_path": "src/main/java/com/googlesource/gerrit/plugins/deleteproject/Configuration.java",
      "new_id": "e8120215098f7fd63d40e25dc5bcf9e966f53c71",
      "new_mode": 33188,
      "new_path": "src/main/java/com/googlesource/gerrit/plugins/deleteproject/Configuration.java"
    },
    {
      "type": "modify",
      "old_id": "ed0023f849e6d2ba5ddde5b35bc4a107d03304c4",
      "old_mode": 33188,
      "old_path": "src/test/java/com/googlesource/gerrit/plugins/deleteproject/ConfigurationTest.java",
      "new_id": "289dc980571867bcc854b1dfe04f520fc54dfff4",
      "new_mode": 33188,
      "new_path": "src/test/java/com/googlesource/gerrit/plugins/deleteproject/ConfigurationTest.java"
    }
  ]
}
