)]}'
{
  "log": [
    {
      "commit": "bc3d3f770baac81155943b5b3a7fde0a4268ced8",
      "tree": "f87e88ee8a481dacd3061dfdbef799d4caf588a0",
      "parents": [
        "b0eca9d43ba4c53b5fd4150b036d26d97dd6db8d"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Feb 15 15:34:12 2023 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Feb 20 10:20:48 2023 +0100"
      },
      "message": "Deprecate API token (JWT) web-service.\n\nChange-Id: I818bf5cbe81b078c1beaf24d8f81929c946c561c\n"
    },
    {
      "commit": "edce8f98f1442b639691ec0090b7fd0cd5a530bc",
      "tree": "4971d0d676585cdbb1457d4c07c3ae35c3d27675",
      "parents": [
        "c123f83f6f55442bd83a9af528ba697f55baf8e9"
      ],
      "author": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Tue Nov 08 21:41:18 2022 +0000"
      },
      "committer": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Wed Nov 09 21:49:05 2022 +0000"
      },
      "message": "Jersey 2: Migrate test factories\n\nA few APIs have changed in the class JerseyTest from Jersey 1 to Jersey 2,\nbut direct replacements are available for most cases albeit the setup is\nslightly different.\n\nReferences:\nhttps://eclipse-ee4j.github.io/jersey.github.io/apidocs/2.32/jersey/org/glassfish/jersey/test/JerseyTest.html\nhttps://eclipse-ee4j.github.io/jersey.github.io/apidocs/2.32/jersey/org/glassfish/jersey/test/ServletDeploymentContext.html\n"
    },
    {
      "commit": "63418f425a77cd004b7ad7a388f2876632dda17b",
      "tree": "158f4f22e109ccc2800a183e4c947d0155a9d3b8",
      "parents": [
        "73fe8f2d0539860152aa4e828d61afc5ebb1a046"
      ],
      "author": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Wed Nov 09 20:35:09 2022 +0000"
      },
      "committer": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Wed Nov 09 21:49:05 2022 +0000"
      },
      "message": "Jersey 2: Migrate exceptions\n\nProcessingException replaces ClientHandlerException.\nWebApplicationException replaces UniformInterfaceException; and\n\nWebApplicationException is only thrown when the response type *is not Response*\nand the response status code is not in the 2xx range.\n\nReferences:\nhttps://jakartaee.github.io/rest/apidocs/2.1.6/javax/ws/rs/client/SyncInvoker.html#method(java.lang.String)\nhttps://jakartaee.github.io/rest/apidocs/2.1.6/javax/ws/rs/client/SyncInvoker.html#method(java.lang.String,java.lang.Class)\n"
    },
    {
      "commit": "73fe8f2d0539860152aa4e828d61afc5ebb1a046",
      "tree": "49fe6d379796f61c7d7a37e6a3410d8465b09ec3",
      "parents": [
        "241bc4fa47eea248a9e5a15c5c609ea3c42ea543"
      ],
      "author": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Tue Nov 08 19:56:52 2022 +0000"
      },
      "committer": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Wed Nov 09 21:49:04 2022 +0000"
      },
      "message": "Jersey 2: Migrate requests made in unittests\n\nThis commit is a set of simple migrations for client requests made in\nunittests.\n\nThe javax.ws.rs.core.Response class is the default object returned by\nthe request methods: get, post, put, and delete; This class can be a replacement\nfor com.sun.jersey.api.client.ClientResponse from Jersey 1.x.\n\nWhy not use org.glassfish.jersey.client.ClientResponse as a replacement instead?\nWhen trying to return a org.glassfish.jersey.client.ClientResponse from the\nrequest methods, the Jersey implementation for some reason attempts to use\nthe Jackson ObjectMapper to convert the do the conversion which by default will fail\nwith an exception.\n\nOther simple migrations in this commit include replacing MultivaluedMap with\njavax.ws.rs.core.Form for form query parameters; And conforming to the new signature\nfor put() and post() methods a javax.ws.rs.client.Entity is always supplied.\n"
    },
    {
      "commit": "241bc4fa47eea248a9e5a15c5c609ea3c42ea543",
      "tree": "54adabf4f2e0c1d94a17622b47befb818d57bc7b",
      "parents": [
        "8a05e3764f67fa6b5cbd7d03e014337333c94482"
      ],
      "author": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Mon Nov 07 20:13:57 2022 +0000"
      },
      "committer": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Wed Nov 09 21:49:04 2022 +0000"
      },
      "message": "Jersey 2: Use WebTarget.request() where necessary\n\nWhen building a client request, the method WebTarget.request() must be used\nto make a builder that provides the following methods:\n\n- accept()\n- header()\n- method()\n- get()\n- post()\n- put()\n- delete()\n\nReference: https://jakartaee.github.io/rest/apidocs/2.1.6/javax/ws/rs/client/WebTarget.html#request()\n"
    },
    {
      "commit": "4dee07aee5ca027aa2c4663a04bb89d61406d75a",
      "tree": "c2e1d411bbc19b1c6ead6a8fbdf19d519f61d532",
      "parents": [
        "d4841561404123fabf3b5ec0fbe7b8541a3a2f95"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri May 27 11:45:28 2022 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Jun 03 12:51:58 2022 +0200"
      },
      "message": "Implemented searching option using a network endpoint.\n\nChange-Id: I1a35d482f0df49fc1acaef9aca027eb2fa551401\n"
    },
    {
      "commit": "d66a683ed410c003843dbbafca4680c947f55f90",
      "tree": "57558f75ec366f9d56539a6ba4f6892f9f511e6e",
      "parents": [
        "ad7de72fe6092587fc171fe547a8581e7e34f534"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Mar 03 08:47:13 2022 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Mar 03 08:48:47 2022 +0100"
      },
      "message": "Removed VCLoader.\n\nChange-Id: Ieb93cc690d37c14d2f3bff95706863a959a1f5b8\n"
    },
    {
      "commit": "9c6493ed3569fc5288f895bcdd12e3faab642f80",
      "tree": "061350f3146e38645739237e316121fbab63b3cf",
      "parents": [
        "8cec8bb6811ad446060b8c60992eda7dcd77831b"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Jan 25 11:54:29 2022 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Jan 25 11:54:29 2022 +0100"
      },
      "message": "Added show-tokens option to the search API.\n\nChange-Id: I16c71bccdd5b21e1475edde22b656be24c11287f\n"
    },
    {
      "commit": "9f2cff00ab00909a5e2aeb4c38b8fd77fa48034d",
      "tree": "5782809ffcf10a2a917cf80c659dc31695a3a890",
      "parents": [
        "24b27c550e92eda34888a1c30466b93426c3bbba"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jan 03 15:42:45 2022 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jan 03 15:53:42 2022 +0100"
      },
      "message": "Updated tests.\n\nChange-Id: I4e43978c5cf8bbc678da5231ed938b707e11c442\n"
    },
    {
      "commit": "c0c4eec224f6905bfd982b4590ebcb80a90e65ad",
      "tree": "b09805ab833c4c2b8975dfd7b54845a561d2a987",
      "parents": [
        "86c9be395498325920bcd2e394c1513a13a8ff8d"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Dec 10 14:57:15 2021 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Dec 10 14:57:15 2021 +0100"
      },
      "message": "Fixed Kustvakt lite test suite.\n\nChange-Id: Ia71bb015dfe9a6c7a9e33f6281de91fbfdf491cf\n"
    },
    {
      "commit": "b8386861d9c294c8b8307a44eb8fa267bef7473d",
      "tree": "b89d6f54ddc25ff75e039ca79b4f14f87212de49",
      "parents": [
        "5e780af68f0c17bd38d41cd7c05781c57275e20e"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Oct 19 18:02:11 2021 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Oct 19 18:04:37 2021 +0200"
      },
      "message": "Changed test database to use memory only.\n\nChange-Id: I2f01030ebaae2775d0894afaf32798e3b72b1cf8\n"
    },
    {
      "commit": "fc5fab29346cdb31c05a3fe07e2c3ddbc9fc0e41",
      "tree": "180df9ddbc87d38da5824a4e43587ea979f477ed",
      "parents": [
        "6f6911ee1deebf3f4753f4544356aa9abb0fa157"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jul 26 12:17:39 2021 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jul 26 15:22:12 2021 +0200"
      },
      "message": "Replaced annotation parsing with restoring the annotation tables to the\ndatabase.\n\nChange-Id: I79b33e4634642bcff42f79d8132964afdc123024\n"
    },
    {
      "commit": "e1228ab6fc70a5e91e3ec24e922313b5c068d225",
      "tree": "9ec2dfcd333b11309de0bfd3614d387016f3907e",
      "parents": [
        "a8c364bc668a2379982aa75b3c065d64854cebe9"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Feb 22 11:51:38 2021 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Feb 22 11:51:38 2021 +0100"
      },
      "message": "Updated libraries.\n\nChange-Id: I35d41bfcc6661177beb3a9a98ad9ddb43f57837c\n"
    },
    {
      "commit": "a8c364bc668a2379982aa75b3c065d64854cebe9",
      "tree": "0e66032fa72ac531de9ec5d615f512edfa066285",
      "parents": [
        "479a447fa2ea4d63025684392ab7af1863112815"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Feb 19 13:00:31 2021 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Feb 19 16:06:52 2021 +0100"
      },
      "message": "Added API info web-service.\n\nChange-Id: I8ff91cd5dccca0824146d38a361964cc284cd196\n"
    },
    {
      "commit": "0ddaed621e2ac0193a4f6c8914497cbc93c8f923",
      "tree": "bb96aebfc91a2e1926a007e56589138b92ebfea8",
      "parents": [
        "fcf8bd945ae73f7e4c3b899ff9b428091ce155d5"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Jan 21 17:10:33 2021 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Jan 21 17:10:33 2021 +0100"
      },
      "message": "Fix running pipe and updated tests with mockserver\n\nChange-Id: I9e2ad0a9e20db874765e3db957ff356fbe35ff93\n"
    },
    {
      "commit": "fcf8bd945ae73f7e4c3b899ff9b428091ce155d5",
      "tree": "33dab0766746ae09e5a32833406a6f593d7752c6",
      "parents": [
        "6398071834b28a8243db8e6ddeffe393524a6bde"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Jan 14 10:55:53 2021 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Jan 14 10:55:53 2021 +0100"
      },
      "message": "Updated Flyway configuration.\n\nChange-Id: Id32ef35f47bc190220688086c50be2a7a36a88c4\n"
    },
    {
      "commit": "5da1f9d71fc9d02acafec4ad9a33d69f1ac8ddaa",
      "tree": "471a2a4aedcd02125416ea6c8a327d364564e2e4",
      "parents": [
        "77bf8b7435428382c94f2f11d9f2003b198758f3"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Dec 04 09:22:26 2020 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Dec 23 12:56:29 2020 +0100"
      },
      "message": "Fix pipe warning.\n\nChange-Id: I0a61e5d4b4cf66d18f93676fa4f04edff31b55fd\n"
    },
    {
      "commit": "70e28ca8283a0ae7a8ed95af8fd7ecac43d17920",
      "tree": "8207e27b2004ac109aaad421c499779a03b8fd6b",
      "parents": [
        "97f66145ec977abbbfad45f2d402e55d4e348962"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Apr 01 09:24:46 2020 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Dec 10 13:59:26 2020 +0100"
      },
      "message": "Support expand query parameter for match retrieval\n\nChange-Id: I9cf360441207ad86dcd76de1020368e409fe3d0d\n"
    },
    {
      "commit": "48e51b94affae84b1f7d689043fe295be94458ec",
      "tree": "25861b52f36a631da18fe3bfcfe6aed513abd28f",
      "parents": [
        "7dacd01e34dc31d9b7862f8695d23a6c0dddedd6"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Jun 02 14:50:27 2020 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Jun 02 16:26:11 2020 +0200"
      },
      "message": "Introduced experimental X-Index-Revision header\n\nChange-Id: Ida1bf82a59217ff8953cef0e1e5e2c5276f04a39\n"
    },
    {
      "commit": "805afde85e2e05ecff07fedd148e52a10cb84928",
      "tree": "7f357d23d2964d0d5758e6669b9e2b420450f16b",
      "parents": [
        "9a270a5b971c2abca365d0571118d58ed04ccc0b"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Mar 24 09:08:50 2020 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Mar 24 13:08:06 2020 +0100"
      },
      "message": "Make API welcome message configurable\n\nThis allows flexible, informal messages and, if necessary, terms of\nservice to be displayed.  For RKorAPClient this is nice because the\nwelcome message will be displayed on connect.\n\nChange-Id: I9d3c6cef7b1f0205a23fe847909bca0de982bc0f\n"
    },
    {
      "commit": "137d4eec0d0f37637d7cb4419bb9baee5c0f9eeb",
      "tree": "313b2db24e1b81c705a899dc955531548c38c11a",
      "parents": [
        "ed2ee24936f964ca7c9a90539ff9a6f06219bf25"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Dec 13 14:49:15 2019 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Dec 13 14:49:15 2019 +0100"
      },
      "message": "Handled invalid pipes and added tests.\n\nChange-Id: Iba20cbbfb60fa10a769bee697295943b0e4a1772\n"
    },
    {
      "commit": "ed2ee24936f964ca7c9a90539ff9a6f06219bf25",
      "tree": "2453aa8653316189164da650461b5d695681ff8f",
      "parents": [
        "52ee9e38d7e542b1972988cddab4a0eeede6d5b4"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Dec 12 17:34:18 2019 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Dec 12 17:34:18 2019 +0100"
      },
      "message": "Added support for multiple cq parameters.\n\nChange-Id: Ica7effe455cc9320ca0a5cc1c8f730167e78e1d8\n"
    },
    {
      "commit": "1d1c73e70b077adc42a3c1e35f3d13006421540c",
      "tree": "034977ef7b1d8bf6e72ab7af4b4921fd2ce2071c",
      "parents": [
        "7497adfe312e648eab24b8108278c70427a80aac"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Dec 03 18:07:28 2019 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Dec 05 16:47:01 2019 +0100"
      },
      "message": "Implemented pipe extension in the search API.\n\nChange-Id: If2a486185a7d16a27b7b46d35d85b7d5f27b66cd\n"
    },
    {
      "commit": "072a6a75e2d1c3489a512c88e480233f88c2e579",
      "tree": "7a48bd86f3d67dbb570ab6b355cd5aae7a439feb",
      "parents": [
        "db457bcb5a643014113966b1a0a47b70f8df48e6"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Nov 22 12:12:03 2019 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Nov 22 12:12:03 2019 +0100"
      },
      "message": "Updated the statistic API with KoralQuery and added tests.\n\nChange-Id: I974ad7cf97bb69fb8fb85c734418a27d0302f4f3\n"
    },
    {
      "commit": "8596764600ec0a4442a40c85539b867f5d647bc1",
      "tree": "0d15daddb326b9035e9e921bc79677d6436508b1",
      "parents": [
        "03b195a8144d8ccad75060f0d2b2da5b514a917c"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Nov 13 13:35:33 2019 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Nov 13 13:35:33 2019 +0100"
      },
      "message": "Added warnings when requesting non-public fields via the search API with\naccessRewriteDisabled (resolved #43).\n\nChange-Id: I917415f242c1adf884bacb832fd7644cddaa6973\n"
    },
    {
      "commit": "831fe59e3aa62a865cfc5de293e8bf7682b5563e",
      "tree": "18674101ca4c7d12f7b9073c2ba99b37c7505ce5",
      "parents": [
        "802dabcbf4a3aecebd30294a4e0ebfe18937b308"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Sep 25 13:01:09 2019 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Sep 25 13:01:09 2019 +0200"
      },
      "message": "Fixed lite test suite.\n\nChange-Id: Icd8e5acc20f140afd50357079feacfe19279d12b\n"
    },
    {
      "commit": "c1db9130f508be12810a357c91e577b156a8b8fd",
      "tree": "22ecfd826c830c89c26b808c60ba5fbf022fb575",
      "parents": [
        "bdd47ac41a4470923b58d49874be67a0c55a8882"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Aug 28 11:32:04 2019 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Aug 28 11:32:04 2019 +0200"
      },
      "message": "Resolved #49. Added page param check in the search api (margaretha)\n\nChange-Id: I30950d9c941aedcd1d0ec07aab4fc44ce5fd26a9\n"
    },
    {
      "commit": "a6cd0d99e5a6899db66f8dac835154389079942f",
      "tree": "c2efbf4a0b78ca43cfac52505c3a8fa8a9f9831c",
      "parents": [
        "f3ff627e0e3337e3ab7135ca1725d441938b9211"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jul 15 18:39:04 2019 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jul 15 18:39:04 2019 +0200"
      },
      "message": "Added backward compatibility support for corpusQuery parameter.\n\nChange-Id: I1fc6721c62fad1b40f0fe2f5c9a398d2d97722f6\n"
    },
    {
      "commit": "f3ff627e0e3337e3ab7135ca1725d441938b9211",
      "tree": "55fd65d553b0842bdf9919ed9eb01e7f33fbed54",
      "parents": [
        "2544cdf9eb295da525f5c6f10fb899ba70ae13a2"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Jul 11 12:57:13 2019 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Jul 11 12:57:13 2019 +0200"
      },
      "message": "Added cq parameter to VC statistics API and deprecate corpusQuery.\n\nChange-Id: Ic3c7e0827ba1a1070d86bceacc92bab20708ee18\n"
    },
    {
      "commit": "2544cdf9eb295da525f5c6f10fb899ba70ae13a2",
      "tree": "85bc2a05fb40396cb5fe52d617fc6affe5b81594",
      "parents": [
        "3a579404dbaae05d57cc791b79f5c21f3eb11926"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jul 08 11:39:43 2019 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jul 08 11:39:43 2019 +0200"
      },
      "message": "Added support for public metadata response in the search api.\n\nChange-Id: Ic6297c192c813520d1c83c1a35d2206059eadb8e\n"
    },
    {
      "commit": "47a72a87fe48fb4f031ec22557fdf3b39afb080f",
      "tree": "7e7772834a385acefcf01e4f91464f8604bcb173",
      "parents": [
        "03ae28d976015a084bb51360f232096ef62433d7"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Jul 03 16:00:54 2019 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Jul 04 15:37:15 2019 +0200"
      },
      "message": "Added re-caching VC at closing-index service, resolved #44\n\nChange-Id: I72bc0980da63f64f50b9bf92787550a9401fd1c3\n"
    },
    {
      "commit": "74a1f9e8c2c8cd83d7ea32c4ba2554b4664ba373",
      "tree": "3d6ad0978bf9225170e471896cf80d9aa8df958b",
      "parents": [
        "10d31a2bc298288b71d713282556d4c9eedf61c9"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Apr 25 16:11:49 2019 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Apr 25 16:11:49 2019 +0200"
      },
      "message": "Updated Jetty version due to vulnerabilities \u0026 uses fasterxml Jackson.\n\nChange-Id: If6eaf454e06ba8afb05bbb2c752f53f4de79853f\n"
    },
    {
      "commit": "3d55b00ffdeb242c479be71622d4ff8edf668dff",
      "tree": "36834d5980c96e97c0e86849bcc6b3ef68195038",
      "parents": [
        "3ccaeb7db0296e1a98e43fd491c7cd67f295446b"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Mar 19 12:00:44 2019 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Mar 19 12:30:53 2019 +0100"
      },
      "message": "Resolved #42 - Added close index controller.\n\nChange-Id: I0df990b1bf2f7d7f92ac4f0e90aced584aad265e\n"
    },
    {
      "commit": "4fa4b06791ffb812942189337d16a3c76a9a7f40",
      "tree": "c8af2a34edc3b070e7a6d9bc613c9254d76dcebd",
      "parents": [
        "4a33812c7460509b15b4aba7050a1ccbf20b714c"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jan 28 19:43:30 2019 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jan 28 19:43:30 2019 +0100"
      },
      "message": "Added foundry rewrite with user default setting.\n\nChange-Id: Ibc09468b6851af359eaf18df140fc973ab9dce69\n"
    },
    {
      "commit": "398f47243113e7250b26ba6d8d2a753717e474ce",
      "tree": "e2cc6c2e3900887221235d33a7aff6cc7c974140",
      "parents": [
        "0b90391725aed1fc8c2a0651c80f46e8e5aada6b"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Jan 09 19:07:20 2019 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Jan 09 19:23:16 2019 +0100"
      },
      "message": "Added comments \u0026 updated code structure.\n\nChange-Id: I2ff7adb2954b87e8345a6e0619b14614883c4200\n"
    },
    {
      "commit": "b2c92d4d1c47d9707585b89a7567ea83326d57f9",
      "tree": "410dc4142f500436fcf0df53d659dc1e7af1da32",
      "parents": [
        "a85965d84d1099d3e44ed31dfabbeeae86494384"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jan 07 15:35:53 2019 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jan 07 15:35:53 2019 +0100"
      },
      "message": "Fixed Kustvakt-lite test configuration.\n\nChange-Id: I6794e3a5c2d77ae50b549ca820afa16d9eb401ab\n"
    },
    {
      "commit": "a85965d84d1099d3e44ed31dfabbeeae86494384",
      "tree": "6a221e755ba229e7b9cae2e84ca3275b75adacd9",
      "parents": [
        "000cc7e45e1000522d37c55f848e86b27163cd29"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Dec 19 15:58:21 2018 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Dec 19 15:58:21 2018 +0100"
      },
      "message": "Added debug flags \u0026 order on fields parameter of search get request-\n\nChange-Id: I07ef9c234c4a6a72757f9a3385b42f0b61818ddf\n"
    },
    {
      "commit": "000cc7e45e1000522d37c55f848e86b27163cd29",
      "tree": "05a57c49a9056082dddf0e27c7be2d8913e3bb80",
      "parents": [
        "5c67dd5c4f5878c0b75261dd2a82aa5326656010"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Dec 19 14:19:50 2018 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Dec 19 14:20:39 2018 +0100"
      },
      "message": "Fixed DummyAuthenticationManager and the search test with fields.\n\nChange-Id: I0aa3c8444133a0bf04e648c23b78c99229b505f8\n"
    },
    {
      "commit": "2df06600653b8ce94c729264b61a55e25fe08c0e",
      "tree": "bda3d246172f63141403d6607c21d44944c9c214",
      "parents": [
        "93120bc1ad256d9e2c906a6e2b6075d3eae6e6c0"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Nov 14 19:10:30 2018 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Nov 14 19:10:30 2018 +0100"
      },
      "message": "Integrated lite and full services and controllers in core.\n\nChange-Id: I34914c89c2266fa02bee1a5b0522c46139b13966\n"
    },
    {
      "commit": "7926adcb7a0d454a159af6313e7510edb73356b2",
      "tree": "26861ce380a820608c18adce99bd1258843e8c7b",
      "parents": [
        "ee0cbfe85415d207d3a3926d76c6b15cfe89c6ba"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Aug 30 13:45:33 2018 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Aug 30 13:45:33 2018 +0200"
      },
      "message": "Added API versioning backwards compability and tests.\n\nChange-Id: I8a7b512bea67e07e449074a4d04c257b65ae1454\n"
    },
    {
      "commit": "ee0cbfe85415d207d3a3926d76c6b15cfe89c6ba",
      "tree": "5ccb187c85b6d522f58cff233d26772b8fc258b4",
      "parents": [
        "8514d78271f5c74ee6ac20f2a5cbbd0090537c40"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Aug 28 17:47:14 2018 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Aug 28 17:47:14 2018 +0200"
      },
      "message": "Added API URL versioning.\n\nChange-Id: I0000000000000000000000000000000000000000"
    },
    {
      "commit": "c7196d2e2c94094f16fb16d573ac02ef345f6447",
      "tree": "4fe2f875e9a9acf67061cb91773ae98783e6c44d",
      "parents": [
        "f370f54b2df6009c23a23fb68c98cf7507b5d4fc"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Aug 27 14:20:03 2018 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Aug 27 14:20:03 2018 +0200"
      },
      "message": "Added statistics with vc reference tests.\n\nChange-Id: I39d4ed88bd39852f66343b503b7103678ff398be\n"
    },
    {
      "commit": "00c28c07e5c71844b0c2ae8a52d61dfca1bab57d",
      "tree": "e70935dfe372f1d59e653b03b04625f1e40e107b",
      "parents": [
        "0073aa49b1c73fc023ec09f75c370338b8f8bba0"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Jul 05 18:09:09 2018 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Jul 05 18:09:09 2018 +0200"
      },
      "message": "Added port checking in test suite.\n\nChange-Id: Ia246f5f35364f6b7b93548dbb34d0a40b595ae56\n"
    },
    {
      "commit": "d50581633780bc5edb7b07027408e22ca4d06557",
      "tree": "17a8b579748f29dce784802112b84e43642cef69",
      "parents": [
        "6091cf3fc8e640828b60c2d6d66dd232b9c65f4b"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Jul 05 11:17:15 2018 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Jul 05 15:56:28 2018 +0200"
      },
      "message": "Do not pass broken queries to Krill\n\nChange-Id: I7f6d6f949ad4b4cc4ce1febf523cedb982bec45f\n"
    },
    {
      "commit": "76b3175cde5ef551b344b1ba1a05ef0d7149c924",
      "tree": "d1d3ae154b27c7a669897e9f514ee45523deca0f",
      "parents": [
        "80ea0dd002f82eddb9bf7b3cfef4a5e8c4b067a0"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Fri Jun 29 12:12:32 2018 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Jul 03 16:18:38 2018 +0200"
      },
      "message": "Added support for unrestricted corpus statistics\n\nChange-Id: I192a3209f5face265f1ebe0f8a43bc3638eb6835\n"
    },
    {
      "commit": "3712c9c30845b07af42f59ef4c6bde2dc16f951c",
      "tree": "f7c5e2c86f01eae8eb698cecf8e9751f3881ca0b",
      "parents": [
        "e413ffaaf76a147cbe53706cb68c6adb3f673a97"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Jun 12 16:26:13 2018 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Jun 12 18:27:01 2018 +0200"
      },
      "message": "Adopted statistics query parameter in lite\n\nChange-Id: Ieade2f2bce4acafc58188cafc8102c67ad33ca5d\n"
    },
    {
      "commit": "6cc1c67004e257a6541f1c553daf3f4059df3c6b",
      "tree": "6b87ee50d2ecb747f701e61052e2246d138154bf",
      "parents": [
        "13b4a3094eb95703846c9b8d6e56d22c2765a3c4"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Fri Mar 23 20:26:18 2018 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Fri Mar 23 20:26:18 2018 +0100"
      },
      "message": "Support highlights in matchinfo\n\nChange-Id: I37f70b12f98325f2a26374fb1c1a852df082cbc8\n"
    },
    {
      "commit": "ac3c471391f03c15a2d4940935430341b6375d7e",
      "tree": "a23bdd31e07cc8bf11886af9c95176fc4ec31b6a",
      "parents": [
        "6b3ecdd45f75ccf3e3dcaedd2a87f7ab4b321a92"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Mar 08 15:55:54 2018 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Mar 08 15:55:54 2018 +0100"
      },
      "message": "Updated field type:date in the metadata test.\n\nChange-Id: Ic904010cd8933ae546b5fde522c7f6f8683f0834\n"
    },
    {
      "commit": "ed1b22356a75b807e8c1f64f9720c3c359ec2447",
      "tree": "635e184e7ad540b20d17f34fd18ab96285dcf6e8",
      "parents": [
        "2c019fa283dd7191532a7bdf4c3b1af8e9c8b436"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Sat Feb 10 20:33:02 2018 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Sat Feb 10 20:33:02 2018 +0100"
      },
      "message": "Introduced preliminary support for meta data field retrieval\n\nChange-Id: Id0eb88341d1d1a36725f65a4d40d6b36622edb06\n"
    },
    {
      "commit": "2e468fc290cdbee5bdfb71a65d3225d7587cd868",
      "tree": "4f18bd51491d766794d766edb2199aab9f3b9b7a",
      "parents": [
        "49f05087744b11347215cee195c21897ac7a6501"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Jan 17 15:49:50 2018 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Jan 17 15:49:50 2018 +0100"
      },
      "message": "Renamed light to lite and updated lite version number.\n\nChange-Id: Ib1ae3d05c413efd5d81cf177d998680ea5c338f9\n"
    },
    {
      "commit": "49f05087744b11347215cee195c21897ac7a6501",
      "tree": "c4b4941cacf44e8b6b99cd17fff05c1a835b5fcf",
      "parents": [
        "e8ab51d0d041921256ef28642433ad055569d342"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Jan 17 15:22:31 2018 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Jan 17 15:22:31 2018 +0100"
      },
      "message": "Simplified JerseyTest in lite version.\n\nChange-Id: I1401bca7add1d79245bfd18d38e580ad8b822ffe\n"
    },
    {
      "commit": "23aae225a2e21594d6a13f4607ac0797ea813ad2",
      "tree": "3c0508dd0fa5147ff2b6c939c2cc085d3162c279",
      "parents": [
        "9d3eb0421d78ff7a4cc94f48238c922bbce3a793"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Dec 22 15:08:23 2017 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Dec 22 15:23:31 2017 +0100"
      },
      "message": "Fixed handling JSON mapping exception.\n\nChange-Id: Ic0d3f9253316ab85d3d55b43fd419784223dfbf9\n\n\nChange-Id: Ic0d3f9253316ab85d3d55b43fd419784223dfbf9\n"
    },
    {
      "commit": "894a7d75b770a42f1fc28340bef9d6711209e613",
      "tree": "b7bcc17494f1d08f480b528e6bbb5210678872c6",
      "parents": [
        "61966ddffa064e175a74637320f5dd13d6c7c30b"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Nov 08 19:24:20 2017 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Nov 08 19:24:20 2017 +0100"
      },
      "message": "Fixed KustvaktResponseHandler and missing exceptions in JsonUtils. \n\nChange-Id: I3a95361659cebf91dc9175d08891dd67815b1851\n"
    },
    {
      "commit": "514e1413c3754abf3b88c1d4ad8fbf3458714f7e",
      "tree": "b0eea5504523468f3ce55f49c2825ed91c6d73c6",
      "parents": [
        "e6f079d1e1428de758379ad603db4d88dbffa389"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Oct 10 15:54:20 2017 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Oct 10 15:54:20 2017 +0200"
      },
      "message": "Updated light services and fixed the tests.\n\nChange-Id: Ia2744ae1d7f76d2af27d030546f4eeb5119b3d5e\n"
    },
    {
      "commit": "f68daa6071d0dac404b6f851bf86694cae89db72",
      "tree": "df53da692e58c645d14356b1b70426a4cbf190fb",
      "parents": [
        "f7dfa2660669e9112a20d4c34862c4f7e0c00baa"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Sep 21 02:11:24 2017 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Sep 21 02:15:45 2017 +0200"
      },
      "message": "Assembled lite version.\n\nChange-Id: I48e60fffd9219a97923e7c388f4f97bcda416d3f\n"
    },
    {
      "commit": "f7dfa2660669e9112a20d4c34862c4f7e0c00baa",
      "tree": "8ff03a6b97a0b2a5ecab45d21b6896242f8e94f6",
      "parents": [
        "1b1050616e8217ea8b449bbba0f6ad58527557ed"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Sep 21 02:06:50 2017 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Sep 21 02:06:50 2017 +0200"
      },
      "message": "Renamed files.\n\nChange-Id: Ib6bd7a458b09ad3d368088d162b5267626eaf9c8\n"
    }
  ]
}
