)]}'
{
  "log": [
    {
      "commit": "5d1175d2cb04a54ba751295f2ac67daec38bf723",
      "tree": "869aafece27804d8ef8aaec7135f8b472e33de04",
      "parents": [
        "33b3b79e358835a025fa06b8a9785e4fbe6b7c0e"
      ],
      "author": {
        "name": "Till Westmann",
        "email": "tillw@apache.org",
        "time": "Sun Jul 01 11:28:11 2018 -0700"
      },
      "committer": {
        "name": "Till Westmann",
        "email": "tillw@apache.org",
        "time": "Mon Oct 15 19:11:31 2018 -0700"
      },
      "message": "Move to Hyracks 0.3.3\n"
    },
    {
      "commit": "33b3b79e358835a025fa06b8a9785e4fbe6b7c0e",
      "tree": "da12c1aad5f7c5db9058ce5845f4ec6e3915c5a6",
      "parents": [
        "8933a875e17e8ff6562ab2725b77503a13cd587c"
      ],
      "author": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Fri Aug 25 12:28:24 2017 -0700"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Mon Oct 23 21:36:39 2017 -0700"
      },
      "message": "POM Dependency Clean Up\n\n - updated based on results from: \"mvn dependency:analyze\"\n - Minor item from GSOC commit.\n - Ordered dependencies to improve maintenance.\n"
    },
    {
      "commit": "8933a875e17e8ff6562ab2725b77503a13cd587c",
      "tree": "48de9344f74531f351ba50ca957fb85d70f1572c",
      "parents": [
        "f2e5fd90f5c9788d0cdc5e381e70e5428f5722e6"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Wed Jul 12 16:10:32 2017 -0700"
      },
      "committer": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Mon Aug 28 10:42:27 2017 -0700"
      },
      "message": "[VXQUERY-208] Lucene Index Filters\n\n1) Lucene Index Filter for Values\n2) Lucene Index Filter for Attributes\n"
    },
    {
      "commit": "f2e5fd90f5c9788d0cdc5e381e70e5428f5722e6",
      "tree": "69f12e14f04fcce1fbb19605dcde1a890028feea",
      "parents": [
        "4a38f670cd11231bd18a321cbacdd4f4e109b50a"
      ],
      "author": {
        "name": "erandiganepola",
        "email": "erandiganepola@gmail.com",
        "time": "Sun Jun 04 14:32:29 2017 +0530"
      },
      "committer": {
        "name": "Erandi Ganepola",
        "email": "erandiganepola@gmail.com",
        "time": "Fri Aug 25 06:55:23 2017 +0530"
      },
      "message": "[VXQUERY-180] REST Server implementation\n\n- Implemented REST API\n- Altered CLI to use REST API\n- Migrated XTests to use REST API\n\ndetails:\n- Implemented the REST Server to start through the cluster controller\n  application.\n- CLI now calls the REST API (remote if given, local one else) to\n  execute queries.\n- Migrated XTests to use the REST API to run queries related to tests\n"
    },
    {
      "commit": "4a38f670cd11231bd18a321cbacdd4f4e109b50a",
      "tree": "14fefd426e932a285d65568f64f0883e713aa0a6",
      "parents": [
        "37642bee292ba7613cb91d45b2593c3cd6c23665"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Tue May 30 11:54:31 2017 -0700"
      },
      "committer": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Tue Jul 11 10:20:22 2017 -0700"
      },
      "message": "[VXQUERY-196][VXQUERY-204][VXQUERY-228] Cleaning up indexing query statements\n\n1) Move XPath out of arguments for collection-from-index, leave only the collection path.\n2) Hide the index usage from the user by creating a rewrite rule to figure out the existence of index.\n3) Remove the unnecessary header tags that  collection-from-index creates.\n"
    },
    {
      "commit": "37642bee292ba7613cb91d45b2593c3cd6c23665",
      "tree": "552afd415bd5433547293816330e1d4e4ea58b11",
      "parents": [
        "53b86c24a5f5cee1a9ce3ad368848b6f12b4cdb7"
      ],
      "author": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Sun Jun 04 12:48:53 2017 -0700"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Wed Jun 07 15:00:46 2017 -0700"
      },
      "message": "Preparing the site for the next release.\n\n- Updating the index page to highlight JSONiq extension to XQuery.\n- Fixing issue with JavaDocs.\n- Adding contribution details with git commands.\n"
    },
    {
      "commit": "53b86c24a5f5cee1a9ce3ad368848b6f12b4cdb7",
      "tree": "908f4e29aa7da0e73fcbb8ef97689a17b45b7517",
      "parents": [
        "2c881020c46d260f7b20d0af8439e32dbfaae974"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Thu Dec 29 11:56:20 2016 -0800"
      },
      "committer": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Thu May 18 19:07:57 2017 -0700"
      },
      "message": "VXQUERY-105: Add group-by functionality, Add scalability to JSON parser\n\n1) Adding group-by feature according to XQuery 3.0 specifications\n2) Creating group by-specific rewrite rules\n3) Adding rewrite rules to enable parallel access to JSON data\n4) Changing JSON parser to enable JSONiq scalability\n"
    },
    {
      "commit": "2c881020c46d260f7b20d0af8439e32dbfaae974",
      "tree": "292270ceca3efdd0f3f5cb3c864d70f1fa21d426",
      "parents": [
        "9d26b31af4a62a3021324afb91a275c79f1d62aa"
      ],
      "author": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Sat Apr 29 22:08:46 2017 -0700"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Sun Apr 30 21:34:16 2017 -0700"
      },
      "message": "VXQUERY-240: Update Hyracks Dependency to version 0.3.0.\n\nPrimary changes revolve around changes to UTF8StringPointable (storage layout changed) and exception handling.\n"
    },
    {
      "commit": "9d26b31af4a62a3021324afb91a275c79f1d62aa",
      "tree": "5416b2ce999efe8ee4519535d0153e19b2b91c9d",
      "parents": [
        "efa47bcda359558b307a1ef13a0b2b9cd8f262ad"
      ],
      "author": {
        "name": "Till Westmann",
        "email": "tillw@apache.org",
        "time": "Fri Nov 18 17:20:45 2016 -0800"
      },
      "committer": {
        "name": "Till Westmann",
        "email": "tillw@apache.org",
        "time": "Fri Nov 18 17:20:45 2016 -0800"
      },
      "message": "fix import of junit assert\n"
    },
    {
      "commit": "efa47bcda359558b307a1ef13a0b2b9cd8f262ad",
      "tree": "e338d48565ef53e8527cb0cd866e619d649b906d",
      "parents": [
        "5801137edeaa54d4ce4107cf83768a81137e265f"
      ],
      "author": {
        "name": "Till Westmann",
        "email": "tillw@apache.org",
        "time": "Fri Nov 18 11:25:57 2016 -0800"
      },
      "committer": {
        "name": "Till Westmann",
        "email": "tillw@apache.org",
        "time": "Fri Nov 18 11:25:57 2016 -0800"
      },
      "message": "depend on com.fasterxml.jackson.core 2.8.4\n"
    },
    {
      "commit": "5801137edeaa54d4ce4107cf83768a81137e265f",
      "tree": "b7ebe6e9d7dbf9e712ab22354b5f4bd8f247db72",
      "parents": [
        "db52ac260dd7e8e4ae56a113420a238da34065f1"
      ],
      "author": {
        "name": "Till Westmann",
        "email": "tillw@apache.org",
        "time": "Sun Nov 13 16:11:38 2016 -0800"
      },
      "committer": {
        "name": "Till Westmann",
        "email": "tillw@apache.org",
        "time": "Sun Nov 13 16:11:38 2016 -0800"
      },
      "message": "add license header\n"
    },
    {
      "commit": "db52ac260dd7e8e4ae56a113420a238da34065f1",
      "tree": "e4f4c7d519ae014ca561d6ec80e698333848086a",
      "parents": [
        "6b85b579ec52f5754097d22b25d15a87a29f61f0"
      ],
      "author": {
        "name": "riyafa",
        "email": "riyafa.12@cse.mrt.ac.lk",
        "time": "Thu Aug 18 14:11:45 2016 +0530"
      },
      "committer": {
        "name": "riyafa",
        "email": "riyafa.12@cse.mrt.ac.k",
        "time": "Thu Nov 10 19:27:43 2016 +0530"
      },
      "message": "VXQUERY-227 Refactor ObjectPointable.getKeys()\n"
    },
    {
      "commit": "6b85b579ec52f5754097d22b25d15a87a29f61f0",
      "tree": "d51746214f308663dd84a3f5441384f65775cac6",
      "parents": [
        "233a43064ec8e7dcc114630b559801233b7f0610"
      ],
      "author": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Thu Oct 13 16:46:50 2016 -0700"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Thu Oct 13 16:46:50 2016 -0700"
      },
      "message": "Improved indexing documentation.\n\n- Rewrote the indexing documentation to used XQuery style function definitions.\n- Renamed show-index to show-indexes.\n"
    },
    {
      "commit": "233a43064ec8e7dcc114630b559801233b7f0610",
      "tree": "169dd4dd6909d0bdb7c6a406a059de03a4f807bb",
      "parents": [
        "f463f01d034e3ce5972a403797a532ba5bffba5f"
      ],
      "author": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Mon Sep 19 16:03:31 2016 -0700"
      },
      "committer": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Mon Oct 10 13:01:32 2016 -0700"
      },
      "message": "Preparing the site for deployment after recent changes.\n\n- Fix javadocs comments for java 8\n- Clean up the maven apt files\n"
    },
    {
      "commit": "f463f01d034e3ce5972a403797a532ba5bffba5f",
      "tree": "e2a5d86f2b1e1129d9ca09d08301c6bf81242cfc",
      "parents": [
        "eb76640fc61a99b5c4bddab19afa45fe10cf0187"
      ],
      "author": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Fri Sep 09 17:02:02 2016 -0700"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Fri Sep 09 17:02:02 2016 -0700"
      },
      "message": "VXQUERY-25: Fixes the file issue with running JUNIT through maven\n\nMaven will now be able to run the XQTS JUNIT test without opening\nto many files. If XQTS is installed locally then the system will run\nthese tests during verify and/or integration-tests.\n\nThe fix involves only creating one cluster instance, one connection, and\none dataset. These instances are reused for each test.\n"
    },
    {
      "commit": "eb76640fc61a99b5c4bddab19afa45fe10cf0187",
      "tree": "2cd5aad8316d933e97fbdb50d752ca0e7728fe4b",
      "parents": [
        "6bee358bca04ae3517d69155c0f8e9cf8239c883"
      ],
      "author": {
        "name": "Steven Glenn Jacobs",
        "email": "sjaco002@ucr.edu",
        "time": "Wed Sep 07 15:44:47 2016 -0700"
      },
      "committer": {
        "name": "Steven Glenn Jacobs",
        "email": "sjaco002@ucr.edu",
        "time": "Wed Sep 07 16:09:07 2016 -0700"
      },
      "message": "VXQUERY-207 VXQUERY-209 Parallel Index creation and access, and index centralization\n\nFixed issue in Tests where no result file meant success\n"
    },
    {
      "commit": "6bee358bca04ae3517d69155c0f8e9cf8239c883",
      "tree": "731863eb29854bb30f46e49ff01813436db3a445",
      "parents": [
        "5a9053bb64403c4253d8a6c07a99e52a682d54fc"
      ],
      "author": {
        "name": "riyafa",
        "email": "riyafa.12@cse.mrt.ac.lk",
        "time": "Sun Aug 21 12:13:36 2016 +0530"
      },
      "committer": {
        "name": "riyafa",
        "email": "riyafa.12@cse.mrt.ac.lk",
        "time": "Mon Aug 22 09:12:27 2016 +0530"
      },
      "message": "Add missing specification examples in tests\n"
    },
    {
      "commit": "5a9053bb64403c4253d8a6c07a99e52a682d54fc",
      "tree": "7e59cd4c4645aeb0ab8098deecbc42b3c3e71070",
      "parents": [
        "6d2732fa03b10f78709fd94bd5b60f4ce691bf9c"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Sun Aug 21 10:15:28 2016 -0700"
      },
      "committer": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Sun Aug 21 10:19:28 2016 -0700"
      },
      "message": "Corrections for jn:size\n"
    },
    {
      "commit": "6d2732fa03b10f78709fd94bd5b60f4ce691bf9c",
      "tree": "48564412eb47ac96df626453512d76e0a4de3fa1",
      "parents": [
        "3641b1435862a8d9c6f5b6e65bf5691f1bb97c1f"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Thu Aug 04 16:09:31 2016 -0700"
      },
      "committer": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Wed Aug 17 10:00:08 2016 -0700"
      },
      "message": "Updating VXQuery Benchmark\n"
    },
    {
      "commit": "3641b1435862a8d9c6f5b6e65bf5691f1bb97c1f",
      "tree": "c2b6b419d03f30fee46d0f4864671dc6ccbdd5df",
      "parents": [
        "782ab8842971bbf9efe6a50ac78ee542339763da"
      ],
      "author": {
        "name": "riyafa",
        "email": "riyafa.12@cse.mrt.ac.lk",
        "time": "Wed Jul 27 14:12:51 2016 +0530"
      },
      "committer": {
        "name": "riyafa",
        "email": "riyafa.12@cse.mrt.ac.lk",
        "time": "Sat Aug 13 19:02:26 2016 +0530"
      },
      "message": "Implement libjn:accumulate and libjn:intersect\n"
    },
    {
      "commit": "782ab8842971bbf9efe6a50ac78ee542339763da",
      "tree": "832401a7e3da4245af80bad8faf6e450f7a84d2e",
      "parents": [
        "8129616e9e868b953e228de24bcb7a08202c3254"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Fri Aug 12 17:24:17 2016 -0700"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Fri Aug 12 18:03:13 2016 -0700"
      },
      "message": "Less code for libjn:descendant-arrays\n"
    },
    {
      "commit": "8129616e9e868b953e228de24bcb7a08202c3254",
      "tree": "413194277bc4fdc201f9b16d15198ac39e9784ad",
      "parents": [
        "0419d398114a663ebacc0bc7b1658c7480a59a6d"
      ],
      "author": {
        "name": "riyafa",
        "email": "riyafa.12@cse.mrt.ac.lk",
        "time": "Mon Aug 08 22:25:37 2016 +0530"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Fri Aug 12 11:51:54 2016 -0700"
      },
      "message": "Implement libjn:project and libjn:remove-keys\n"
    },
    {
      "commit": "0419d398114a663ebacc0bc7b1658c7480a59a6d",
      "tree": "3e7ceb5aa1531a097d24f4c1e9fd63e572f3b7dc",
      "parents": [
        "af1ce5a82e6493b2665718667cc3578993a1e0cf"
      ],
      "author": {
        "name": "riyafa",
        "email": "riyafa.12@cse.mrt.ac.lk",
        "time": "Sat Aug 06 10:22:58 2016 +0530"
      },
      "committer": {
        "name": "riyafa",
        "email": "riyafa.12@cse.mrt.ac.lk",
        "time": "Fri Aug 12 13:24:32 2016 +0530"
      },
      "message": "JSONiq get started documentation\n"
    },
    {
      "commit": "af1ce5a82e6493b2665718667cc3578993a1e0cf",
      "tree": "995a5cf3092ab8ef4ac5a6d6b055dc72e59d9d7a",
      "parents": [
        "446a1e565a36b555aa97b8fe8efa653e4b7331ad"
      ],
      "author": {
        "name": "riyafa",
        "email": "riyafa.12@cse.mrt.ac.lk",
        "time": "Thu Jul 28 14:11:30 2016 +0530"
      },
      "committer": {
        "name": "riyafa",
        "email": "riyafa.12@cse.mrt.ac.lk",
        "time": "Thu Aug 11 06:10:31 2016 +0530"
      },
      "message": "Implement descendant-objects and descendant-pairs\n"
    },
    {
      "commit": "446a1e565a36b555aa97b8fe8efa653e4b7331ad",
      "tree": "000219ae4b191fd347c0a54670992ed25fb751e5",
      "parents": [
        "c21702bc369d77f42d51fa7a1a4d0521e2ea7866"
      ],
      "author": {
        "name": "Steven Glenn Jacobs",
        "email": "sjaco002@ucr.edu",
        "time": "Mon Aug 08 12:09:45 2016 -0700"
      },
      "committer": {
        "name": "Steven Glenn Jacobs",
        "email": "sjaco002@ucr.edu",
        "time": "Mon Aug 08 12:09:45 2016 -0700"
      },
      "message": "VXQUERY -218 Add delete-index function and XTests, Junit tests for MetaFileUtils.\n\nThis fix contains following changes.\n1. Adding delete index function.\n2. Modifying return types of create,\n update and delete to boolean.\n3. Updated the metadata file structure.\n4. Added XTest for delete index and changed the\n result files of create and update index.\n5. JUnit test cases for MetafileUtils.\n"
    },
    {
      "commit": "c21702bc369d77f42d51fa7a1a4d0521e2ea7866",
      "tree": "2e823bbc96af91e35be9d06f44737784d1171c00",
      "parents": [
        "180d113f9b70fc906962525a77e9d2a364c1f4c1"
      ],
      "author": {
        "name": "Steven Glenn Jacobs",
        "email": "sjaco002@ucr.edu",
        "time": "Mon Aug 08 11:54:43 2016 -0700"
      },
      "committer": {
        "name": "Steven Glenn Jacobs",
        "email": "sjaco002@ucr.edu",
        "time": "Mon Aug 08 11:54:43 2016 -0700"
      },
      "message": "Exclude tests that are currently not passing\n"
    },
    {
      "commit": "180d113f9b70fc906962525a77e9d2a364c1f4c1",
      "tree": "bab2d4fb4e02e6f9bfd11c9972765f9d16ab4dc5",
      "parents": [
        "4a19104c8ad83b37a2ad9e70fcb3e3fccf883799"
      ],
      "author": {
        "name": "riyafa",
        "email": "riyafa.12@cse.mrt.ac.lk",
        "time": "Sun Jul 31 20:10:10 2016 +0530"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Sun Aug 07 20:54:16 2016 -0700"
      },
      "message": "Implement libjn:values\n"
    },
    {
      "commit": "4a19104c8ad83b37a2ad9e70fcb3e3fccf883799",
      "tree": "2db7be0c2eb232925446ae35f846b9197f3f40ea",
      "parents": [
        "5a69a4cb61c4fa355b13a20d46a96116c72e9cb0"
      ],
      "author": {
        "name": "riyafa",
        "email": "riyafa.12@cse.mrt.ac.lk",
        "time": "Fri Aug 05 22:49:23 2016 +0530"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Sun Aug 07 20:44:37 2016 -0700"
      },
      "message": "VXQUERY-226: Fix key listing and array unboxing\n"
    },
    {
      "commit": "5a69a4cb61c4fa355b13a20d46a96116c72e9cb0",
      "tree": "b03fd83245aa9eb86526cac6b55a918258eadfb0",
      "parents": [
        "bbb50a9d12ca905580c964d6c9c1e2777a8c4a0e"
      ],
      "author": {
        "name": "riyafa",
        "email": "riyafa.12@cse.mrt.ac.lk",
        "time": "Tue Aug 02 10:31:46 2016 +0530"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Sun Aug 07 20:29:49 2016 -0700"
      },
      "message": "VXQUERY-210 Improve json serialization\n"
    },
    {
      "commit": "bbb50a9d12ca905580c964d6c9c1e2777a8c4a0e",
      "tree": "f0fdc0ed9f226bb5b3d1515a38cf0514705537d8",
      "parents": [
        "0970f579469742663ec009ed679115e8955991dc"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Sun Jul 31 10:31:12 2016 -0700"
      },
      "committer": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Sun Aug 07 18:58:54 2016 -0700"
      },
      "message": "Updating Data Handling\n"
    },
    {
      "commit": "0970f579469742663ec009ed679115e8955991dc",
      "tree": "df7c4809e834439067f0c999c2512de156e34197",
      "parents": [
        "13e2ff32838e3f37b3585d87e0906b203160030b"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Tue Jul 26 10:42:48 2016 -0700"
      },
      "committer": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Tue Aug 02 09:25:46 2016 -0700"
      },
      "message": "JSONiq Data Model Example\n"
    },
    {
      "commit": "13e2ff32838e3f37b3585d87e0906b203160030b",
      "tree": "22d224e6ad1631d811d65f84fbfd391347888746",
      "parents": [
        "fa0b77a8444631ac70315c9a525b229d5c98e5b7"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Fri Jul 22 13:25:38 2016 -0700"
      },
      "committer": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Thu Jul 28 17:45:41 2016 -0700"
      },
      "message": "VXQUERY-225 resolved-fn:serialize is now supported\n"
    },
    {
      "commit": "fa0b77a8444631ac70315c9a525b229d5c98e5b7",
      "tree": "bd6899c3f0f537b44e06423f032e9fbb5f10899f",
      "parents": [
        "b6f0f7d7459ab868a61896ea0ec95c31628cc942"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Thu Jul 28 10:23:05 2016 -0700"
      },
      "committer": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Thu Jul 28 10:23:05 2016 -0700"
      },
      "message": "Updating libjn:descendant-arrays\n"
    },
    {
      "commit": "b6f0f7d7459ab868a61896ea0ec95c31628cc942",
      "tree": "f02d86fa491c73d01b626d0644d4effa3ebc96c2",
      "parents": [
        "7d4e8b11fe0fcd341616ff3a4ec09209f8a838ad",
        "7c6e7563daab119b58aac71cedda132f2ba0dc2f"
      ],
      "author": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Tue Jul 26 21:28:58 2016 -0700"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Tue Jul 26 21:28:58 2016 -0700"
      },
      "message": "Merging Riyafa\u0027s change with master.\n"
    },
    {
      "commit": "7d4e8b11fe0fcd341616ff3a4ec09209f8a838ad",
      "tree": "5312e7d52d76220877550ff828f9620af80d408f",
      "parents": [
        "d553a8c30a37babde8fc8ef10ee2b8429cfaddd5"
      ],
      "author": {
        "name": "riyafa",
        "email": "riyafa.12@cse.mrt.ac.lk",
        "time": "Tue Jul 26 19:03:12 2016 +0530"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Tue Jul 26 21:22:58 2016 -0700"
      },
      "message": "Changes to arithmetic operation semantics\n"
    },
    {
      "commit": "7c6e7563daab119b58aac71cedda132f2ba0dc2f",
      "tree": "d57d27beb5ca5bc44630cfa7533b4494b4a36d4f",
      "parents": [
        "dae8391e45b63b5f87240dc5fecd8fef4827234a"
      ],
      "author": {
        "name": "riyafa",
        "email": "riyafa.12@cse.mrt.ac.lk",
        "time": "Tue Jul 26 19:35:44 2016 +0530"
      },
      "committer": {
        "name": "riyafa",
        "email": "riyafa.12@cse.mrt.ac.lk",
        "time": "Wed Jul 27 09:06:51 2016 +0530"
      },
      "message": "Changes to value comparison semantics\n"
    },
    {
      "commit": "d553a8c30a37babde8fc8ef10ee2b8429cfaddd5",
      "tree": "11cb0f1846de9c7a8e2ac618032375f28dd9a577",
      "parents": [
        "0361e4f20fa9af139fc8799ad0f0aa6f44723e4a"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Mon Jul 18 18:59:59 2016 -0700"
      },
      "committer": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Tue Jul 26 11:08:45 2016 -0700"
      },
      "message": "Implementation of Array Libraries and Testing\n"
    },
    {
      "commit": "0361e4f20fa9af139fc8799ad0f0aa6f44723e4a",
      "tree": "23728e79d9dce9679d181c51b46408b51fdf3360",
      "parents": [
        "1f831267afa4d7f84b4c4f8bbbbd18dcd52248aa"
      ],
      "author": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Mon Jul 25 14:33:06 2016 -0700"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Tue Jul 26 10:39:29 2016 -0700"
      },
      "message": "Update testing for XQTS test special case.\n\nAltered the test result checking process to allow for XQTS tests which have either an error or a result.\n"
    },
    {
      "commit": "1f831267afa4d7f84b4c4f8bbbbd18dcd52248aa",
      "tree": "2e6066e44400a87ab3b94f24972c2ee3b5b6be1c",
      "parents": [
        "dae8391e45b63b5f87240dc5fecd8fef4827234a"
      ],
      "author": {
        "name": "riyafa",
        "email": "riyafa.12@cse.mrt.ac.lk",
        "time": "Tue Jul 26 20:46:58 2016 +0530"
      },
      "committer": {
        "name": "riyafa",
        "email": "riyafa.12@cse.mrt.ac.lk",
        "time": "Tue Jul 26 20:46:58 2016 +0530"
      },
      "message": "More tests for SimpleObjectUnionConstructor\n"
    },
    {
      "commit": "dae8391e45b63b5f87240dc5fecd8fef4827234a",
      "tree": "d3b3f5d4fcc674f89cf91d50cba6ab38f2f5779b",
      "parents": [
        "ef8efbc263c11dde90f43a2443c02ac909d481f2"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Mon Jul 25 12:21:05 2016 -0700"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Mon Jul 25 14:15:00 2016 -0700"
      },
      "message": "VXQUERY-64 issue resolved-fn:trace is supported\n"
    },
    {
      "commit": "ef8efbc263c11dde90f43a2443c02ac909d481f2",
      "tree": "9af95f0c7aeaee11da158917fb0a6170c70b9b63",
      "parents": [
        "cbf2cdb68650b17a710611ca4bbab2977a435c4d"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Mon Jul 18 15:56:37 2016 -0700"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Tue Jul 19 08:40:22 2016 -0700"
      },
      "message": "Adding the rest namespaces\n"
    },
    {
      "commit": "cbf2cdb68650b17a710611ca4bbab2977a435c4d",
      "tree": "443f0146fbc36fad495a62b8d4c4ff911a7ddbba",
      "parents": [
        "fb785e984c8fcd54947a8ffb9fc076500b5c3008"
      ],
      "author": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Mon Jul 18 19:13:37 2016 -0700"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Tue Jul 19 08:40:22 2016 -0700"
      },
      "message": "Fixed an issue with xtest after moving to a single cluster for testing.\n"
    },
    {
      "commit": "fb785e984c8fcd54947a8ffb9fc076500b5c3008",
      "tree": "bc4bc6a9f611ba0aceba631b2f754f0fc407ac9d",
      "parents": [
        "6effe1b59689b6de81ba2259d0ba20f2db781e24"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Thu Jul 14 13:51:14 2016 -0700"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Tue Jul 19 08:40:22 2016 -0700"
      },
      "message": "Editing fn:collection for json and testing\n"
    },
    {
      "commit": "6effe1b59689b6de81ba2259d0ba20f2db781e24",
      "tree": "86f52e7bbc04ee9a8d5682e6e4138c34e08ae381",
      "parents": [
        "f9272583a5e149095557764435b28d0476af9e72"
      ],
      "author": {
        "name": "Till Westmann",
        "email": "tillw@apache.org",
        "time": "Wed Jul 13 21:49:21 2016 -0700"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Tue Jul 19 08:40:22 2016 -0700"
      },
      "message": "some array access cleanup\n\n- extract common code in SequencePointable and ArrayPointable to\n  AbstractSequencePointable\n- add code to extract sequences from arrays to ArrayPointable and use it\n  in JnMembersScalarEvaluator and KeysOrMembersScalarEvaluator\n- reduce complexity of KeysOrMembersScalarEvaluator.evaluate by introducing\n  a switch and pulling exception wrapping further out\n"
    },
    {
      "commit": "f9272583a5e149095557764435b28d0476af9e72",
      "tree": "18542e1768c674d0ae2aac59ab8e59e48c3714e9",
      "parents": [
        "85cb281114d085d2f955442814b7b5db3016e9c6"
      ],
      "author": {
        "name": "riyafa",
        "email": "riyafa0@gmail.com",
        "time": "Thu Jul 14 21:15:38 2016 +0530"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Tue Jul 19 08:40:22 2016 -0700"
      },
      "message": "Refactor SimpleObjectUnionScalarEvaluator\n"
    },
    {
      "commit": "85cb281114d085d2f955442814b7b5db3016e9c6",
      "tree": "d7bf1070bccc730b5aae20cf61092fe4c0bfadb3",
      "parents": [
        "4670e80f77e940ed4b670bfe0c354d8b9356a9c0"
      ],
      "author": {
        "name": "riyafa",
        "email": "riyafa0@gmail.com",
        "time": "Sat Jul 16 00:21:31 2016 +0530"
      },
      "committer": {
        "name": "riyafa",
        "email": "riyafa.12@cse.mrt.ac.lk",
        "time": "Tue Jul 19 11:52:08 2016 +0530"
      },
      "message": "Implement SimpleObjectUnionConstructor\n"
    },
    {
      "commit": "4670e80f77e940ed4b670bfe0c354d8b9356a9c0",
      "tree": "4c03e100fb73fe447b68b967b3cb24096f6b17fb",
      "parents": [
        "00a10eeecaec211c36e18439f49020e4cd4b51a6"
      ],
      "author": {
        "name": "Till Westmann",
        "email": "tillw@apache.org",
        "time": "Wed Jul 13 19:04:40 2016 -0700"
      },
      "committer": {
        "name": "Till Westmann",
        "email": "tillw@apache.org",
        "time": "Wed Jul 13 19:04:40 2016 -0700"
      },
      "message": "s/junit.framework.Assert/org.junit.Assert/\n"
    },
    {
      "commit": "00a10eeecaec211c36e18439f49020e4cd4b51a6",
      "tree": "c89f3bb281cebc4f3711ece6ecc5b1918e9bdcef",
      "parents": [
        "d19fa26307e6d6fce3ed9f4bcb49fba9428dcc72"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Tue Jul 12 14:30:00 2016 -0700"
      },
      "committer": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Tue Jul 12 20:09:30 2016 -0700"
      },
      "message": "Implementation of array unboxing and testing\n"
    },
    {
      "commit": "d19fa26307e6d6fce3ed9f4bcb49fba9428dcc72",
      "tree": "2aab764cca38b85e897479a9ce82ad89889f82a1",
      "parents": [
        "b96caaa0f01bcfde59d9e85c7d2e8548031ea268"
      ],
      "author": {
        "name": "riyafa",
        "email": "riyafa0@gmail.com",
        "time": "Wed Jul 13 05:43:22 2016 +0530"
      },
      "committer": {
        "name": "riyafa",
        "email": "riyafa0@gmail.com",
        "time": "Wed Jul 13 05:43:22 2016 +0530"
      },
      "message": "VXQUERY-212 Dynamic object construction syntax\n"
    },
    {
      "commit": "b96caaa0f01bcfde59d9e85c7d2e8548031ea268",
      "tree": "fe7bf3ae9da730b62418102f730e9b2a957c1760",
      "parents": [
        "1acfe1fecf593be342ecfaa7760706e3fa60b772"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Sat Jul 09 11:34:08 2016 -0700"
      },
      "committer": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Tue Jul 12 13:25:43 2016 -0700"
      },
      "message": "Implementing jn:parse-json and testing\n"
    },
    {
      "commit": "1acfe1fecf593be342ecfaa7760706e3fa60b772",
      "tree": "d50a0ffa24360ab1101582ace8bb1b2dcf868c54",
      "parents": [
        "1c8547387d23289f9af74e8992883ab306e12e72"
      ],
      "author": {
        "name": "riyafa",
        "email": "riyafa0@gmail.com",
        "time": "Tue Jul 12 17:50:08 2016 +0530"
      },
      "committer": {
        "name": "riyafa",
        "email": "riyafa0@gmail.com",
        "time": "Tue Jul 12 17:50:08 2016 +0530"
      },
      "message": "Implement opext:keys-or-members method\n"
    },
    {
      "commit": "1c8547387d23289f9af74e8992883ab306e12e72",
      "tree": "ef957bc91e87dabd642b75d81fe670c9ee533a89",
      "parents": [
        "2db20490c4d934fcee821ef923256f0f7ea26747"
      ],
      "author": {
        "name": "Till Westmann",
        "email": "tillw@apache.org",
        "time": "Fri Jul 08 11:38:03 2016 -0700"
      },
      "committer": {
        "name": "Till Westmann",
        "email": "tillw@apache.org",
        "time": "Fri Jul 08 11:38:03 2016 -0700"
      },
      "message": "fix year of 0.6 release in DOAP\n"
    },
    {
      "commit": "2db20490c4d934fcee821ef923256f0f7ea26747",
      "tree": "fb44703906779e2cdc4a5c7cac85a2fa7e776496",
      "parents": [
        "479ed7193e2fb1f3e8cf36dc276a204d5a0f4e88",
        "f6d6a86f73a90ace398118a4808e6ff52ef8ee44"
      ],
      "author": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Thu Jul 07 18:06:31 2016 -0700"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Thu Jul 07 18:06:31 2016 -0700"
      },
      "message": "Merge branch \u0027riyafa/VXQUERY-211\u0027\n"
    },
    {
      "commit": "f6d6a86f73a90ace398118a4808e6ff52ef8ee44",
      "tree": "907e9b9f1cc768c50bd1fc912c2c84bf6a43bf7d",
      "parents": [
        "3d147858ad7881bac3aedae5e7bc887f537a723e"
      ],
      "author": {
        "name": "riyafa",
        "email": "riyafa0@gmail.com",
        "time": "Wed Jul 06 10:34:25 2016 +0530"
      },
      "committer": {
        "name": "riyafa",
        "email": "riyafa0@gmail.com",
        "time": "Fri Jul 08 05:14:51 2016 +0530"
      },
      "message": "VXQUERY-211 Support \"?:\" in object constructor\n"
    },
    {
      "commit": "479ed7193e2fb1f3e8cf36dc276a204d5a0f4e88",
      "tree": "9909d8ae1d7bbb5c0acacd3b281781b3b677985d",
      "parents": [
        "c25bf033fafb60219343acef4a7b22ecbcdc16c5"
      ],
      "author": {
        "name": "Till Westmann",
        "email": "tillw@apache.org",
        "time": "Thu Jul 07 15:26:55 2016 -0700"
      },
      "committer": {
        "name": "Till Westmann",
        "email": "tillw@apache.org",
        "time": "Thu Jul 07 15:26:55 2016 -0700"
      },
      "message": "add release 0.6 to the DOAP\n"
    },
    {
      "commit": "c25bf033fafb60219343acef4a7b22ecbcdc16c5",
      "tree": "e5c453764670729e0a1387568440aef79b5dcb2c",
      "parents": [
        "2f54a03ca2d328deb96476dd3985af263492537e",
        "876fe82d4fd73af0f6490cba214665e66fdd6955"
      ],
      "author": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Thu Jul 07 12:15:47 2016 -0700"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Thu Jul 07 12:15:47 2016 -0700"
      },
      "message": "Merge branch \u0027ecarm002/exceptions\u0027\n"
    },
    {
      "commit": "2f54a03ca2d328deb96476dd3985af263492537e",
      "tree": "b213b8c7a76aab635ccfd8cf825f37ef16c19601",
      "parents": [
        "3d147858ad7881bac3aedae5e7bc887f537a723e",
        "9f3515ea8aacd4b6fad57b7059821b6488c822ed"
      ],
      "author": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Thu Jul 07 12:14:17 2016 -0700"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Thu Jul 07 12:14:17 2016 -0700"
      },
      "message": "Merge branch \u0027christina/squash_parser\u0027\n"
    },
    {
      "commit": "9f3515ea8aacd4b6fad57b7059821b6488c822ed",
      "tree": "946fbcffbb60253584478fded04a4db320d2c74c",
      "parents": [
        "4a6f2aa67a8d20eee3d230078dd751e6d17481db"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Mon Jun 27 11:34:23 2016 -0700"
      },
      "committer": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Wed Jul 06 17:37:51 2016 -0700"
      },
      "message": "Implementing jn:json-doc and jn:members with tests\n"
    },
    {
      "commit": "876fe82d4fd73af0f6490cba214665e66fdd6955",
      "tree": "b02df63cff4c86ec82f34dbfadc920189fc79b2e",
      "parents": [
        "3d147858ad7881bac3aedae5e7bc887f537a723e"
      ],
      "author": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Wed Jul 06 16:52:15 2016 -0700"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Wed Jul 06 16:52:15 2016 -0700"
      },
      "message": "VXQUERY-221: Removing some extra exception wrapping.\n"
    },
    {
      "commit": "3d147858ad7881bac3aedae5e7bc887f537a723e",
      "tree": "afa07b19761d942aec13876656f4ccde021caf7f",
      "parents": [
        "4a6f2aa67a8d20eee3d230078dd751e6d17481db"
      ],
      "author": {
        "name": "riyafa",
        "email": "riyafa0@gmail.com",
        "time": "Sat Jul 02 13:50:17 2016 +0530"
      },
      "committer": {
        "name": "riyafa",
        "email": "riyafa0@gmail.com",
        "time": "Tue Jul 05 21:01:31 2016 +0530"
      },
      "message": "Adjust jn:null, jdm:keys, newlines at end of tests\n"
    },
    {
      "commit": "4a6f2aa67a8d20eee3d230078dd751e6d17481db",
      "tree": "82e6caf2e2042ddef83b5841e129cfacd7421e52",
      "parents": [
        "ba6af98808648fec9267860e31034cec13772cc5"
      ],
      "author": {
        "name": "riyafa",
        "email": "riyafa0@gmail.com",
        "time": "Thu Jun 30 21:40:56 2016 +0530"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Fri Jul 01 08:00:55 2016 -0700"
      },
      "message": "Implement object navigation\nImplement jdm:keys, jn:keys and jn:null and extend jdm:values with test cases\n"
    },
    {
      "commit": "ba6af98808648fec9267860e31034cec13772cc5",
      "tree": "c06cebb6f39be4c3b83f336fd93e5853c8ecee1f",
      "parents": [
        "9f458dcb2f8d4b6e570e3f687e9aa5f810541b3b"
      ],
      "author": {
        "name": "riyafa",
        "email": "riyafa0@gmail.com",
        "time": "Wed Jun 29 20:23:44 2016 +0530"
      },
      "committer": {
        "name": "riyafa",
        "email": "riyafa0@gmail.com",
        "time": "Fri Jul 01 12:52:24 2016 +0530"
      },
      "message": "VXQUERY-215 Left operand of a pair is ExprSingle\n"
    },
    {
      "commit": "9f458dcb2f8d4b6e570e3f687e9aa5f810541b3b",
      "tree": "d5c9ff7fa52f12b874e780a4a6b3dfb049857bd6",
      "parents": [
        "5b0e2ac0bcf3d118b29fb7239743ca2362b4e656"
      ],
      "author": {
        "name": "Steven Glenn Jacobs",
        "email": "sjaco002@ucr.edu",
        "time": "Tue Jun 28 10:45:03 2016 -0700"
      },
      "committer": {
        "name": "Steven Glenn Jacobs",
        "email": "sjaco002@ucr.edu",
        "time": "Tue Jun 28 10:45:03 2016 -0700"
      },
      "message": "VXQUERY-213 Fixed Open File Test Error\n\nNow Test Suites each use a single cluster instance for all tests\nCreated a Utility for starting and stopping the cluster\n"
    },
    {
      "commit": "5b0e2ac0bcf3d118b29fb7239743ca2362b4e656",
      "tree": "019bc867de9661ee22fe87412611ab27eab493ca",
      "parents": [
        "303899f107e7314f8b264e95c347c73987d2a01b"
      ],
      "author": {
        "name": "Till Westmann",
        "email": "tillw@apache.org",
        "time": "Tue Jun 28 07:31:02 2016 -0700"
      },
      "committer": {
        "name": "Till Westmann",
        "email": "tillw@apache.org",
        "time": "Tue Jun 28 07:31:02 2016 -0700"
      },
      "message": "ignore *.iml\n"
    },
    {
      "commit": "303899f107e7314f8b264e95c347c73987d2a01b",
      "tree": "cdcca9838eed327c44f28fa80b25a2b6337c0e14",
      "parents": [
        "9e4e990503843cb1764483bf9aa0b7e03820b0a3"
      ],
      "author": {
        "name": "Steven Glenn Jacobs",
        "email": "sjaco002@ucr.edu",
        "time": "Mon Jun 27 11:42:07 2016 -0700"
      },
      "committer": {
        "name": "Steven Glenn Jacobs",
        "email": "sjaco002@ucr.edu",
        "time": "Mon Jun 27 11:42:07 2016 -0700"
      },
      "message": "VXQUERY-198 Added Update Index Statement\n\nAdds a metadata file for tracking status of Lucene Index\nupdate-index uses this file to update document entries\nhandles file changes, deletes, and adds\nIncludes query test\nAuthor: Menaka (menakaj)\n"
    },
    {
      "commit": "9e4e990503843cb1764483bf9aa0b7e03820b0a3",
      "tree": "9d2918e5b0e03be29573263a041995e687719ab8",
      "parents": [
        "95c7cd2b9db79cdc95d31fc6540a7dd02a547c95"
      ],
      "author": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Wed Jun 22 16:34:38 2016 -0700"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Thu Jun 23 15:48:52 2016 -0700"
      },
      "message": "Updated rat configuration and a bunch of sonar fixes.\n\nThe sonar fixes were an attempt to locate an issue that creates to many open files while running junit tests.\n"
    },
    {
      "commit": "95c7cd2b9db79cdc95d31fc6540a7dd02a547c95",
      "tree": "9195a593066edd7b4c2835e7a15cc9403a49bfef",
      "parents": [
        "020a16a68a231370aa2a56ca6b1d15285cad97f0"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Fri Jun 17 17:14:07 2016 -0700"
      },
      "committer": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Thu Jun 23 14:53:02 2016 -0700"
      },
      "message": "JSONiq size function, array navigation and tests\n\nConflicts:\n\tvxquery-xtest/src/test/resources/VXQueryCatalog.xml\n"
    },
    {
      "commit": "020a16a68a231370aa2a56ca6b1d15285cad97f0",
      "tree": "61db482ffd813564c5b242ed306362d06aef017a",
      "parents": [
        "53776ee958c6d1eb07d040584a2e33fad0a92bc3"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Wed Jun 22 16:04:07 2016 -0700"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Thu Jun 23 13:44:51 2016 -0700"
      },
      "message": "Adding the name for each test case\n"
    },
    {
      "commit": "53776ee958c6d1eb07d040584a2e33fad0a92bc3",
      "tree": "5d32fd88a9e541b91c2ca06b5860059e3b94a08d",
      "parents": [
        "67c6d1c880239f359949df89eb31e2047f2714f7"
      ],
      "author": {
        "name": "riyafa",
        "email": "riyafa0@gmail.com",
        "time": "Sun Jun 19 17:21:55 2016 +0530"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Thu Jun 23 13:33:21 2016 -0700"
      },
      "message": "Support json-item types\n"
    },
    {
      "commit": "67c6d1c880239f359949df89eb31e2047f2714f7",
      "tree": "e38e85d0a8f7abc33639ce66b141a17e723721d8",
      "parents": [
        "abd4ad812182eee72470ea67baf3f4942bfcd589"
      ],
      "author": {
        "name": "riyafa",
        "email": "riyafa0@gmail.com",
        "time": "Thu Jun 16 12:04:52 2016 +0530"
      },
      "committer": {
        "name": "riyafa",
        "email": "riyafa0@gmail.com",
        "time": "Thu Jun 23 22:37:26 2016 +0530"
      },
      "message": "Extend functions fn:boolean, fn:string, fn:data to support objects, arrays and null with tests\n"
    },
    {
      "commit": "abd4ad812182eee72470ea67baf3f4942bfcd589",
      "tree": "c89c2a26db430edfd70954a76ab1c80bdfae86e6",
      "parents": [
        "80efee30c7bf002420a1036ff7f3fee891e32f44"
      ],
      "author": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Wed Jun 15 16:44:07 2016 -0700"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Wed Jun 15 16:44:07 2016 -0700"
      },
      "message": "JSONiq object parser, constructor, and printer with test cases.\n"
    },
    {
      "commit": "80efee30c7bf002420a1036ff7f3fee891e32f44",
      "tree": "63ecc81a115bc24c4a145c9678de6faa8f7d78b5",
      "parents": [
        "dac53abcf3cd1c8ca9e603ff1640acf2058ba424",
        "bf475170f4f86532dc0cf1b679a17080e423eb00"
      ],
      "author": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Thu Jun 09 20:31:43 2016 -0700"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Thu Jun 09 20:31:43 2016 -0700"
      },
      "message": "JSONiq array parser, constructor, and printer with test cases.\n"
    },
    {
      "commit": "bf475170f4f86532dc0cf1b679a17080e423eb00",
      "tree": "63ecc81a115bc24c4a145c9678de6faa8f7d78b5",
      "parents": [
        "bb1fa8ec5e3904ee52d536924a668e0a5542c436"
      ],
      "author": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Thu Jun 09 20:25:36 2016 -0700"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Thu Jun 09 20:25:36 2016 -0700"
      },
      "message": "merge master\n"
    },
    {
      "commit": "bb1fa8ec5e3904ee52d536924a668e0a5542c436",
      "tree": "20f2f26179f627eed9d489d98045ba8c0d15a2cd",
      "parents": [
        "b93e4584c90adb9a1a1352b42aea65728a31706c"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Thu Jun 09 19:12:34 2016 -0700"
      },
      "committer": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Thu Jun 09 19:12:34 2016 -0700"
      },
      "message": "Changing Array Constructor and Adding Test Cases\n"
    },
    {
      "commit": "b93e4584c90adb9a1a1352b42aea65728a31706c",
      "tree": "94d5916e8f3e487501ed40fe3d16c52136a4efc9",
      "parents": [
        "1a4f192c4a2e649c80892ab00572c9e6622c49a7"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Thu Jun 09 13:26:18 2016 -0700"
      },
      "committer": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Thu Jun 09 13:26:18 2016 -0700"
      },
      "message": "Working on some corrections\n"
    },
    {
      "commit": "1a4f192c4a2e649c80892ab00572c9e6622c49a7",
      "tree": "2e817b537c37d93bfeb79f10b5a42174188f1046",
      "parents": [
        "474424585135a0a45fc4c3bfee54a7a3bfa49d12"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Wed Jun 08 12:16:22 2016 -0700"
      },
      "committer": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Wed Jun 08 12:16:22 2016 -0700"
      },
      "message": "Working on array runtime constructor\n"
    },
    {
      "commit": "474424585135a0a45fc4c3bfee54a7a3bfa49d12",
      "tree": "60e5fc01cd0c5cd692dc362d6c837f8f24bf0000",
      "parents": [
        "426da4beebe1c6edc4762e6beef66382e5f3577b"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Wed Jun 08 12:05:32 2016 -0700"
      },
      "committer": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Wed Jun 08 12:05:32 2016 -0700"
      },
      "message": "Working on array runtime constructor\n"
    },
    {
      "commit": "dac53abcf3cd1c8ca9e603ff1640acf2058ba424",
      "tree": "8b76ca0623ef5074399931b8ed0294771e4c3b7e",
      "parents": [
        "d8fca31cffb08908e3146c05611bdea94ccff62a"
      ],
      "author": {
        "name": "Steven Glenn Jacobs",
        "email": "sjaco002@ucr.edu",
        "time": "Tue Jun 07 14:05:53 2016 -0700"
      },
      "committer": {
        "name": "Steven Glenn Jacobs",
        "email": "sjaco002@ucr.edu",
        "time": "Tue Jun 07 14:05:53 2016 -0700"
      },
      "message": "VXQUERY-194: Moved HDFS created test files to target\n\nAlso automatically delete these files after the tests\n"
    },
    {
      "commit": "426da4beebe1c6edc4762e6beef66382e5f3577b",
      "tree": "1687e9f059ca3771fe970e094c24001a3980bc47",
      "parents": [
        "c292e4506bf45301b0b787df41a0dc5583a84ff8"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Fri Jun 03 17:32:01 2016 -0700"
      },
      "committer": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Fri Jun 03 17:32:01 2016 -0700"
      },
      "message": "changing format\n"
    },
    {
      "commit": "c292e4506bf45301b0b787df41a0dc5583a84ff8",
      "tree": "e85b487e9c431d354673486d9df2aac8a4e84a2c",
      "parents": [
        "39328ab0e51a7455b793f51c4be60f6214a18979"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Fri Jun 03 17:28:11 2016 -0700"
      },
      "committer": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Fri Jun 03 17:28:11 2016 -0700"
      },
      "message": "changing format\n"
    },
    {
      "commit": "d8fca31cffb08908e3146c05611bdea94ccff62a",
      "tree": "e8a83263197aa3064799c6d48db69eab7d5612ed",
      "parents": [
        "0cd9712d281dab61006279d6cecd538398da9bb6"
      ],
      "author": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Fri Jun 03 15:59:04 2016 -0700"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Fri Jun 03 15:59:04 2016 -0700"
      },
      "message": "Added a maven check for the rat report during maven verify.\n"
    },
    {
      "commit": "0cd9712d281dab61006279d6cecd538398da9bb6",
      "tree": "1b7075e4c803c10d48f2f6c69f8b82c2b36914ab",
      "parents": [
        "1f623b1664fb5a86dae8b6be2497d822f80505d9"
      ],
      "author": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Fri Jun 03 15:39:51 2016 -0700"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Fri Jun 03 15:39:51 2016 -0700"
      },
      "message": "Renamed a package with all lowercase values.\n"
    },
    {
      "commit": "39328ab0e51a7455b793f51c4be60f6214a18979",
      "tree": "f452bceef4ba3117976bbe8d5030cd418572cfe2",
      "parents": [
        "609930efbde8acec20f4baf8f5bb4cd929285d3e"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Thu Jun 02 17:00:25 2016 -0700"
      },
      "committer": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Thu Jun 02 17:00:25 2016 -0700"
      },
      "message": "Adding ArrayConstructorNode and correct format\n"
    },
    {
      "commit": "609930efbde8acec20f4baf8f5bb4cd929285d3e",
      "tree": "76aab1d8d544dc812cc5b5629409da432450af99",
      "parents": [
        "beff6de50d0374b337ef38bf48989f53d985f7f5"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Thu Jun 02 16:47:33 2016 -0700"
      },
      "committer": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Thu Jun 02 16:47:33 2016 -0700"
      },
      "message": "Adding ArrayConstructorNode\n"
    },
    {
      "commit": "beff6de50d0374b337ef38bf48989f53d985f7f5",
      "tree": "6cd59c4b65b409791893f976b366f7f45e92d583",
      "parents": [
        "6c7dd2924d26e091d261a4e8729b1c46dfc83599"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Mon May 30 21:35:55 2016 -0700"
      },
      "committer": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Mon May 30 21:35:55 2016 -0700"
      },
      "message": "Changing ArrayConstructor\n"
    },
    {
      "commit": "1f623b1664fb5a86dae8b6be2497d822f80505d9",
      "tree": "e4bc56d292bafa8fd0012359c9bb44aa53b9d31d",
      "parents": [
        "2b59326602b3f7d7262f3241971b786dde152241"
      ],
      "author": {
        "name": "Steven Glenn Jacobs",
        "email": "sjaco002@ucr.edu",
        "time": "Fri May 27 12:42:47 2016 -0700"
      },
      "committer": {
        "name": "Steven Glenn Jacobs",
        "email": "sjaco002@ucr.edu",
        "time": "Fri May 27 12:42:47 2016 -0700"
      },
      "message": "VXQUERY-32 Integrate Apache Lucene\n\nAdded two functions to VXQuery:\nbuild-collection-on-index creates a lucene index for a collection\ncollection-from-index queries a lucene index to return a collection\nAdded tests\n"
    },
    {
      "commit": "6c7dd2924d26e091d261a4e8729b1c46dfc83599",
      "tree": "39432ad9dbb2ca5593d6c1d1bc07a1282e9ea9b9",
      "parents": [
        "2b59326602b3f7d7262f3241971b786dde152241",
        "2410db882eae4d281f375bab0d3b87a6f2813709"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Wed May 25 14:24:30 2016 -0700"
      },
      "committer": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Wed May 25 14:24:30 2016 -0700"
      },
      "message": "Merge branch \u0027pavlopoulou/newjsonparser\u0027 into pavlopoulou/newmaster/jsonparser\n"
    },
    {
      "commit": "2410db882eae4d281f375bab0d3b87a6f2813709",
      "tree": "fd1cba682eeb4500503a71a6c30788be4ecdfb8b",
      "parents": [
        "ed79cb0241786c4e202835eb84475268c343c56d"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Wed May 25 14:20:20 2016 -0700"
      },
      "committer": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Wed May 25 14:20:20 2016 -0700"
      },
      "message": "Still working on JsonParser\n"
    },
    {
      "commit": "2b59326602b3f7d7262f3241971b786dde152241",
      "tree": "b4fe341da4dbea25f4401726a6edd15bfd1491df",
      "parents": [
        "2e3b833713b62d98e7072b1cdf1aa23e2439f9d5"
      ],
      "author": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Tue May 24 18:27:28 2016 -0700"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Tue May 24 18:27:28 2016 -0700"
      },
      "message": "Fixed a package name issue and a few sonar suggestions.\n"
    },
    {
      "commit": "2e3b833713b62d98e7072b1cdf1aa23e2439f9d5",
      "tree": "bd8ff946f121c2cc52d83be10a940c5aac2a18f0",
      "parents": [
        "d9e8dc25401969b3545c375e070dc5deba525cda",
        "3fd80538919f83868a81f2966f76539ab64f4720"
      ],
      "author": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Tue May 24 18:02:52 2016 -0700"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Tue May 24 18:02:52 2016 -0700"
      },
      "message": "JSON object builder, pointable and unit tests.\n"
    },
    {
      "commit": "d9e8dc25401969b3545c375e070dc5deba525cda",
      "tree": "ac3767001d46f99c9ab5fe925fa9bdcd0cfb1070",
      "parents": [
        "26e95121e59253d1daba84c4e1439dda376b96f6",
        "ed79cb0241786c4e202835eb84475268c343c56d"
      ],
      "author": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Tue May 24 17:50:00 2016 -0700"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Tue May 24 17:50:00 2016 -0700"
      },
      "message": "JSON array builder, pointable and unit tests.\n"
    },
    {
      "commit": "26e95121e59253d1daba84c4e1439dda376b96f6",
      "tree": "1bbf8089b9dd250b7b42dc9beddcf34a66909e72",
      "parents": [
        "fb0328d167536c1034245dfa7c820bce2b829755"
      ],
      "author": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Tue May 24 17:43:14 2016 -0700"
      },
      "committer": {
        "name": "Preston Carman",
        "email": "prestonc@apache.org",
        "time": "Tue May 24 17:43:14 2016 -0700"
      },
      "message": "VXQUERY-193: Minor clean up items after release.\n"
    },
    {
      "commit": "ed79cb0241786c4e202835eb84475268c343c56d",
      "tree": "33cc1f84772ab910ae4d822a257d3e673a8fd8ba",
      "parents": [
        "fb0328d167536c1034245dfa7c820bce2b829755"
      ],
      "author": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Mon May 23 18:28:50 2016 -0700"
      },
      "committer": {
        "name": "Christina Pavlopoulou",
        "email": "cpavl001@ucr.edu",
        "time": "Mon May 23 18:28:50 2016 -0700"
      },
      "message": "Some changes to array builder, pointable and unit test\n"
    },
    {
      "commit": "fb0328d167536c1034245dfa7c820bce2b829755",
      "tree": "36b0ca9ab3f6a4bcc9f056389e582147979c4705",
      "parents": [
        "a678444605bfe7a1edaea13d5a07a1bc7b675939"
      ],
      "author": {
        "name": "Steven Jacobs",
        "email": "sjaco002@ucr.edu",
        "time": "Thu May 19 16:15:00 2016 -0700"
      },
      "committer": {
        "name": "Steven Jacobs",
        "email": "sjaco002@ucr.edu",
        "time": "Thu May 19 16:15:00 2016 -0700"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "a678444605bfe7a1edaea13d5a07a1bc7b675939",
      "tree": "60c755f0da34b187be648567051c3abf013c327e",
      "parents": [
        "43435f712307d2c88a22ca0c0604443ca03e1e44"
      ],
      "author": {
        "name": "Steven Jacobs",
        "email": "sjaco002@ucr.edu",
        "time": "Thu May 19 16:14:55 2016 -0700"
      },
      "committer": {
        "name": "Steven Jacobs",
        "email": "sjaco002@ucr.edu",
        "time": "Thu May 19 16:14:55 2016 -0700"
      },
      "message": "[maven-release-plugin] prepare release apache-vxquery-0.6\n"
    },
    {
      "commit": "43435f712307d2c88a22ca0c0604443ca03e1e44",
      "tree": "73d44abc5bfbcb03c9427e29934f0567d4d98c54",
      "parents": [
        "39c4aca9b2b70913458c3844fed453902cdc6f82"
      ],
      "author": {
        "name": "Steven Jacobs",
        "email": "sjaco002@ucr.edu",
        "time": "Thu May 19 14:48:23 2016 -0700"
      },
      "committer": {
        "name": "Steven Jacobs",
        "email": "sjaco002@ucr.edu",
        "time": "Thu May 19 14:48:23 2016 -0700"
      },
      "message": "Fixed License issues\n"
    },
    {
      "commit": "39c4aca9b2b70913458c3844fed453902cdc6f82",
      "tree": "563a4f34093dcf235b0cc07d8c13fe995448e590",
      "parents": [
        "9deade9386c655b44913e17bf6c53c37d09fb783",
        "a506d0512aa9634c00b094ba0e8efb673e2756de"
      ],
      "author": {
        "name": "Steven Jacobs",
        "email": "sjaco002@ucr.edu",
        "time": "Thu May 19 11:55:09 2016 -0700"
      },
      "committer": {
        "name": "Steven Jacobs",
        "email": "sjaco002@ucr.edu",
        "time": "Thu May 19 11:55:09 2016 -0700"
      },
      "message": "Merged Site branch\n"
    },
    {
      "commit": "9deade9386c655b44913e17bf6c53c37d09fb783",
      "tree": "563a4f34093dcf235b0cc07d8c13fe995448e590",
      "parents": [
        "3fc2d6c2f74083513f5a45ccdef2bde8ad23d9a8"
      ],
      "author": {
        "name": "Steven Jacobs",
        "email": "sjaco002@ucr.edu",
        "time": "Thu May 19 11:38:03 2016 -0700"
      },
      "committer": {
        "name": "Steven Jacobs",
        "email": "sjaco002@ucr.edu",
        "time": "Thu May 19 11:38:03 2016 -0700"
      },
      "message": "Updated release doc\n"
    },
    {
      "commit": "3fd80538919f83868a81f2966f76539ab64f4720",
      "tree": "960c423bb3571e9f41c721a69e5bff2b9595f5c8",
      "parents": [
        "98dc04fd5e9ec8b2044db88349b1db59d0234b7c"
      ],
      "author": {
        "name": "riyafa",
        "email": "riyafa0@gmail.com",
        "time": "Thu May 19 10:18:21 2016 +0530"
      },
      "committer": {
        "name": "riyafa",
        "email": "riyafa0@gmail.com",
        "time": "Thu May 19 10:18:21 2016 +0530"
      },
      "message": "Sequecepointable restored\n"
    },
    {
      "commit": "98dc04fd5e9ec8b2044db88349b1db59d0234b7c",
      "tree": "5778407f45a90a98c6fa252031692ab7a0edcfff",
      "parents": [
        "b28fc195a0d49f37c3618e57752764daca2f0c44"
      ],
      "author": {
        "name": "riyafa",
        "email": "riyafa0@gmail.com",
        "time": "Thu May 19 10:12:11 2016 +0530"
      },
      "committer": {
        "name": "riyafa",
        "email": "riyafa0@gmail.com",
        "time": "Thu May 19 10:12:11 2016 +0530"
      },
      "message": "Changes for the last two comments:\nRestored the SequencePointable with only two changes\nModified compareKeys() class\n"
    }
  ],
  "next": "b28fc195a0d49f37c3618e57752764daca2f0c44"
}
