├── .gitignore ├── .prettierignore ├── .vscode ├── extensions.json ├── folders.json └── settings.json ├── CONTRIBUTING.md ├── Jenkinsfile ├── LICENSE ├── Makefile ├── README.md ├── docker-compose.yml ├── docker ├── Dockerfile.jenkins ├── Dockerfile.jenkins.dockerignore ├── Dockerfile.local ├── Dockerfile.local.dockerignore ├── elasticsearch │ ├── docMaker │ │ ├── main.js │ │ └── source.json │ ├── documents │ │ ├── 002cc039-5f0d-56b4-9664-a030886bd704.json │ │ ├── 00d81e63-710c-5f86-b8bb-2da14e128569.json │ │ ├── 01b6c078-66fa-50bf-82ed-411e32f32f86.json │ │ ├── 01da4a71-bb40-5427-8672-b76ed5e51eab.json │ │ ├── 02c8aa77-5905-5a58-bdf6-2e798b35d272.json │ │ ├── 02e38a89-62d6-5ef2-94a4-f5ac5f7276f0.json │ │ ├── 02e4caec-0fd5-5631-9190-1628f63baa1a.json │ │ ├── 0305fcee-f5ce-5991-9184-fc5c263737e9.json │ │ ├── 0347cf3f-1797-55c4-8c2b-af118296d8f7.json │ │ ├── 0359073d-5a65-50f0-b5ad-6c0cd3ef3fd9.json │ │ ├── 0382b9e6-f76b-5552-8ac0-6d75789399f4.json │ │ ├── 03ad0ca4-3b30-5aa8-a492-5f9f586987eb.json │ │ ├── 04db22c7-4175-5f56-abcc-cdceafb29d77.json │ │ ├── 05905fea-bf5a-54af-90e2-f9adb464456e.json │ │ ├── 0638fcd7-e908-5cae-8183-b3c8ec3146eb.json │ │ ├── 06d672dc-1592-52a8-86d3-5d5721ebceb3.json │ │ ├── 0714ddd8-2e4f-54e9-8096-eaf94f682818.json │ │ ├── 0971bc4e-680e-558c-a5e3-4c16cccdf8d5.json │ │ ├── 09963af1-82b6-5c0b-82a0-eed80a79141f.json │ │ ├── 09e5ff83-f2e0-5178-b4f2-fa6d17de8515.json │ │ ├── 09f48d30-e6ab-59f0-a03e-193990f0422c.json │ │ ├── 0a73713c-ed1f-532a-adfb-76e19d49f744.json │ │ ├── 0acdf555-6071-5d7a-97c4-8edc37dbcc1d.json │ │ ├── 0b7e96f2-070b-550d-ba04-8f18362fe4e6.json │ │ ├── 0cb73301-5b5e-5fee-aec3-71fad23a8a36.json │ │ ├── 0d28ec8e-f8b7-502a-8159-792532515e9a.json │ │ ├── 0f5ce5ce-a168-56c9-9007-d4e6440d137e.json │ │ ├── 1061a3b1-75d5-50fe-95d7-6cf56f60a18c.json │ │ ├── 10e60845-ef0e-588f-ad15-08a92f43eba7.json │ │ ├── 10fada90-3860-5005-bb32-4ed5df6e0d0e.json │ │ ├── 11466027-deac-5469-b304-8e4697ff8e04.json │ │ ├── 123a0dca-e9e9-547c-92cf-99a245201ff0.json │ │ ├── 124f2c39-0355-5c4f-8a7f-1fc2e6ee3111.json │ │ ├── 1389983b-a3e2-594f-97fc-9300f3dd0deb.json │ │ ├── 13c920c2-a600-5e33-8671-2c8d6ff9b082.json │ │ ├── 1407ce36-42de-5517-b295-8964b8c6d905.json │ │ ├── 141b3c62-d36d-5d50-badc-82c6a44b610c.json │ │ ├── 1516fd07-2a7c-5474-9e73-4c966cc2c30d.json │ │ ├── 152229e1-d623-5305-923c-bc3b5adfa73e.json │ │ ├── 156d640e-cb42-57f9-bee4-415f1a3761e4.json │ │ ├── 173aaede-7132-5793-b1e7-8d49110397a1.json │ │ ├── 173f5c58-e317-5990-ada7-91055e2eb67f.json │ │ ├── 177e88cd-c9db-5ee7-9efe-5371ae3ae8d1.json │ │ ├── 17b1f63a-49be-57a9-bc5a-d5f79ed36f6f.json │ │ ├── 18dc0e5b-774b-5553-9142-fa02078a55a9.json │ │ ├── 1908842d-a0f9-5302-b374-9eefa00fd663.json │ │ ├── 19729b45-1fda-5f91-86cf-448daebfbdce.json │ │ ├── 199c3ee7-2c67-549b-a653-d45f5e520039.json │ │ ├── 19d99268-473c-5eb0-bbaa-4c03f2fc1e25.json │ │ ├── 1a7c4a73-e18f-599f-90c3-33c189502f88.json │ │ ├── 1a902a83-f23c-505c-b7d8-0c22909ed06f.json │ │ ├── 1aa62c3d-2f5f-5d39-90b4-35418c7021f6.json │ │ ├── 1ac5fce3-2cc8-57e8-938b-2ebe59364b7f.json │ │ ├── 1c30061c-45e1-5238-9958-9f81120b9220.json │ │ ├── 1c66dab7-604f-550c-ae6e-6f4329d2942f.json │ │ ├── 1cc08045-e367-59d6-967e-d0bca5d4db84.json │ │ ├── 1cd48480-ab31-54fc-a9f7-fe271ecf7f10.json │ │ ├── 1dcd2650-81f8-5b7b-a26f-7a94e00af89a.json │ │ ├── 1e4a4782-65f0-56aa-8ba8-888fbc59adf8.json │ │ ├── 1ee66eaf-fbde-5c1a-b7ea-70d096b9aa53.json │ │ ├── 1ef2694a-39a2-53e8-b858-7fdf15828a66.json │ │ ├── 20f46eaa-4a75-5b84-8db5-ed66c4e03667.json │ │ ├── 20f562cd-4121-5370-bab0-314ee4f0ea8e.json │ │ ├── 2140581f-f434-55b4-b9be-b2afecd93450.json │ │ ├── 21afbbca-d164-5b62-99f0-a2e88c350d9e.json │ │ ├── 227dfa0a-4c80-50fa-b951-8af137c98b24.json │ │ ├── 22c1c68f-d1cb-55e5-b672-d330271ed9e2.json │ │ ├── 2300ebdf-b7f7-5508-b3ad-706e12343562.json │ │ ├── 238c1416-eed5-5b1d-a048-bc21397457f0.json │ │ ├── 23bbcff1-5cf7-5be8-ba18-ebf3d76cc399.json │ │ ├── 24412040-5a69-5621-8a88-6ad67ad5043c.json │ │ ├── 245dff8b-f0b5-5977-9948-9c8b19f0a8a9.json │ │ ├── 24a860e7-ca0e-5ff6-ad5e-74f3cb5149cb.json │ │ ├── 256ac650-3ca4-5f16-9674-b9a73b942d5e.json │ │ ├── 259bbbf6-6d65-5fbd-8d30-36d1c23ba14d.json │ │ ├── 25a2be82-fe09-5746-8354-653493b87c8a.json │ │ ├── 25dcd7d8-4817-5f4e-a285-90336f8ea69a.json │ │ ├── 262da5a3-54b3-5b03-bf70-d5411642e0d9.json │ │ ├── 2648098c-3abf-581c-a719-683b164f93df.json │ │ ├── 267d4432-6166-53b4-80be-5ddbc3d11b5c.json │ │ ├── 26fec071-d590-52aa-a7ad-fd70f52dda90.json │ │ ├── 2721ae34-d465-5512-9f7f-397315040a0f.json │ │ ├── 28372e0b-b27d-54ca-9b95-7e480bd418ea.json │ │ ├── 2867f5f4-824f-575f-a261-cc611666b9d0.json │ │ ├── 28c7d6bd-dcd4-584b-926f-bb34b5ce187d.json │ │ ├── 29c293e5-445c-54df-bb85-8a8770206cac.json │ │ ├── 29f48713-856d-5c62-9404-18ba1c06fccc.json │ │ ├── 2a18cd29-27ea-584f-a0e4-83c0c2121121.json │ │ ├── 2a4df390-5821-5a3d-b59b-ae3f2b8f5f07.json │ │ ├── 2a63855d-9930-590d-9098-3800f9f81003.json │ │ ├── 2a6dfbc9-0b42-5d77-9761-07c9bebd1553.json │ │ ├── 2b3360cb-1294-5a94-b38c-07c2ccac2a69.json │ │ ├── 2bbee98b-c886-5493-bfb3-e010da03384f.json │ │ ├── 2c1a253a-0ffd-5908-92b0-dc24780e3d82.json │ │ ├── 2c44864c-b5cb-534e-968a-abe33de58525.json │ │ ├── 2c670c11-d60c-5560-b514-ecedba9b5b9f.json │ │ ├── 2c8fa670-b97e-51eb-a4d6-27df3b1658c6.json │ │ ├── 2cb61750-7ab6-5a4c-a386-e5eb1e97c0e8.json │ │ ├── 2d20fb66-162e-580e-b4f0-fcf0d7fc946e.json │ │ ├── 2e0301ac-89a3-5bbe-bdda-d9d176aae28b.json │ │ ├── 2e479b83-844f-5ab3-ad56-973cd6e16eb2.json │ │ ├── 2eb06aba-848b-57eb-ba99-a6a5beb0b82e.json │ │ ├── 2f01d9d3-4d27-5362-90a8-8fc037d74d3f.json │ │ ├── 2f57007e-e481-5f57-b209-32606f4097e3.json │ │ ├── 2f66f90a-4dfc-5fb2-b886-b00d037e8eff.json │ │ ├── 2fac43b7-c51d-542c-a290-2d10b8d8a061.json │ │ ├── 310c73fd-afca-523c-8365-8b431a08419a.json │ │ ├── 3185cddb-7994-5d64-9177-dd18a670c6c3.json │ │ ├── 31eb13fe-78ec-5053-bf0f-250dc3b7be0e.json │ │ ├── 321a5e98-b8d7-5e94-9592-31b8235ac59b.json │ │ ├── 325660ae-08e0-5ff4-9ac7-b14c2bc2216c.json │ │ ├── 3440d9ed-049d-5326-bb1c-a1e2f24c5cdd.json │ │ ├── 363d3523-1371-5c3b-bd49-f0ac653c598e.json │ │ ├── 36884aba-2683-5f45-a6b4-670cafc4f9d5.json │ │ ├── 3760f995-ae7e-5e5e-877c-4e7d77450078.json │ │ ├── 37a23bae-5076-5d04-adc0-71c60944d4d0.json │ │ ├── 38673ce9-cae1-5647-ae77-856d189699bc.json │ │ ├── 38de7151-eb3d-59d4-bd71-2ce07e57e99b.json │ │ ├── 3900023b-f132-54e7-82c6-ee1723706885.json │ │ ├── 3961948b-71d5-5eb9-9e72-a2cdfc32c88e.json │ │ ├── 3983901e-8d4b-5c37-a9a2-58392b445fcb.json │ │ ├── 39f26154-65a9-5984-bfcd-a14c85c973e8.json │ │ ├── 3a0a058c-6624-5451-bf18-3d073c8aa80d.json │ │ ├── 3a6baa18-f6d0-508c-83d1-4f849862931a.json │ │ ├── 3ab0d396-31c5-56b4-97b9-a953f60be7ff.json │ │ ├── 3afb23c9-4744-5a80-86fc-19931dcd5566.json │ │ ├── 3bf6f1ee-3095-537a-b114-6aeee8d81b32.json │ │ ├── 3cabe4da-51e7-56cf-b1df-4ba1870ce321.json │ │ ├── 3cd464c4-99f1-576e-87a0-2effc3a05bd8.json │ │ ├── 3d09dc53-bbfb-57a0-9540-6f6232db14ed.json │ │ ├── 3d32dfea-9da8-5214-a34c-41007beea6dd.json │ │ ├── 3e484d26-518b-59e5-9860-e2b30e701fb7.json │ │ ├── 40debda3-9a08-5275-af90-5edaf31bcbfd.json │ │ ├── 415bc77e-a1bc-5a95-b0a0-0bdb69eac1c1.json │ │ ├── 416d5fbc-b57f-5efc-bff0-6d72abff43d4.json │ │ ├── 41dbe959-6358-5d6c-9d93-51b3c7ef4bfc.json │ │ ├── 41ef6dd5-a065-55a2-9331-87d7cf20e01e.json │ │ ├── 42107aa4-c3cf-56d1-bcc7-32fbbecae508.json │ │ ├── 438c5dc4-6259-550d-8150-f6f7bc8d8713.json │ │ ├── 43a4a09d-674f-515b-bb88-1468f52f71c1.json │ │ ├── 43eebb1f-0f1a-5d14-b2bc-0105fa3872ae.json │ │ ├── 43fae66a-9187-523e-99d4-b5f68583fecd.json │ │ ├── 440950a0-8f9a-5fd2-bd21-f181915ac22b.json │ │ ├── 44141505-e933-5663-a62e-4adf60453d96.json │ │ ├── 450123a7-d059-5ea9-b7e2-86833c05d733.json │ │ ├── 45138fc7-3242-564e-a201-6a76db11d8bc.json │ │ ├── 46373270-085e-5a22-9f09-d989cdaa2fca.json │ │ ├── 477b527b-65b5-55ae-9bc2-f6b5b9d7ef00.json │ │ ├── 47a63209-c703-56e1-8b2e-0b64c218437a.json │ │ ├── 47c1a07e-0343-5f65-829f-02ef16f99026.json │ │ ├── 481c26e9-82b2-5cef-adb6-03787d09002b.json │ │ ├── 482bebb0-a29d-5298-bd13-03fcfa4d87ef.json │ │ ├── 49907086-ccbf-5ffe-b4b9-00d864a7a8ab.json │ │ ├── 4a41db88-14ee-53b9-a648-33f65e00b123.json │ │ ├── 4c0d0f36-aea8-54cd-810c-93860f28b9bf.json │ │ ├── 4d2f72bc-e8c0-598a-8182-03e03df58c0d.json │ │ ├── 4f3d3b59-b947-51eb-b8b5-c58b32008793.json │ │ ├── 500ef248-27fa-598a-89ff-f3afe03299a5.json │ │ ├── 5061e385-bbd4-524f-b0e6-67a6110912a3.json │ │ ├── 510ee956-2246-5db3-9b41-42a76bafb11c.json │ │ ├── 5214e042-153d-5e19-a939-359370714f88.json │ │ ├── 521dab2e-33c8-5181-bd26-015fb3d61d74.json │ │ ├── 528aac03-fee8-5208-8f20-fecea0cfe936.json │ │ ├── 52c03ca4-d703-5817-82e9-5091188e2ece.json │ │ ├── 52dd0af7-6dae-5dad-a588-c2c7b2ef77e9.json │ │ ├── 52f04fbd-8751-530b-aa0f-74325ac930e8.json │ │ ├── 5308614c-8ea0-5243-b86d-b55a381f1389.json │ │ ├── 53483618-36f4-5791-892f-b28685a99f8b.json │ │ ├── 5351f8da-d5bf-5575-9772-716a38c3a9ff.json │ │ ├── 5396515d-464a-58e0-bb55-1b6aabcdc38e.json │ │ ├── 548f45c7-1c67-5f51-9956-f784d9f6f0ee.json │ │ ├── 54bbb03e-cf0f-5532-af01-d28092e68423.json │ │ ├── 54f4ddd3-430c-5021-8f00-8767a0ed61d9.json │ │ ├── 55619fd7-b111-58a2-8118-fc9218c94cc2.json │ │ ├── 55729fb6-ef82-52ec-baaf-2d7184cae34b.json │ │ ├── 564923ae-fb08-538f-9965-efc571b1554b.json │ │ ├── 56c0eb8d-343d-570f-8744-d0a0161688b9.json │ │ ├── 587567d2-77a1-5f9f-9427-fb9c4e451624.json │ │ ├── 599f498c-b73b-5737-8b79-a89c3ada76fa.json │ │ ├── 5a4070a5-d554-576f-bf55-d04963334da5.json │ │ ├── 5a80d6a7-7055-5108-a28a-2f1d5039ff15.json │ │ ├── 5b3f3faf-ee41-5cab-bce9-1a739adfde34.json │ │ ├── 5bb9cf70-1e2a-54ab-8afb-583096fcf05b.json │ │ ├── 5bc62702-b127-58df-bb28-85ada29a7c78.json │ │ ├── 5c44cf23-f22f-5393-91cb-ad17e2860e81.json │ │ ├── 5c660ed4-ff30-5ffb-ba02-bc122fb67371.json │ │ ├── 5ce32c7f-d11b-5817-ad46-b9f3853f4b60.json │ │ ├── 60a61c6f-b480-5dd2-b9f2-7e50ad793f15.json │ │ ├── 60d3d46a-5da2-5956-a066-1f9619c5d431.json │ │ ├── 614980ef-5b81-51c4-a7dc-22beada067b4.json │ │ ├── 61bbbd4a-9b3a-5fe6-b9df-03ecffdd33b1.json │ │ ├── 61d7ee6a-6b16-5e15-808b-fba84a914193.json │ │ ├── 61de96db-8021-52a0-ac6d-8b1aff78dc23.json │ │ ├── 62aa5bba-31a9-57ac-a8e5-94746cfc1d6c.json │ │ ├── 62b02ec7-362b-5b4d-b308-c55cfbfb4311.json │ │ ├── 62bf8f0d-e053-5e88-8a02-bfe544acce9d.json │ │ ├── 631c05d7-e20e-5a7e-a0fb-c496014f3bcf.json │ │ ├── 63ccc5ca-081d-51cd-93f5-efd421923a4c.json │ │ ├── 641ea419-ee82-52d8-bb08-bf97e19e0a2b.json │ │ ├── 6435cd91-1ae8-5d02-b735-7c10d53368b6.json │ │ ├── 649cdf93-e732-56db-903a-e46e2f4f2feb.json │ │ ├── 65c6dbd9-08b5-5fd6-b065-b4b000f0c146.json │ │ ├── 65de90d0-dea2-559c-9c20-0c5801602c18.json │ │ ├── 65e7172d-cf54-5076-8a67-d6e0dcfeb4f7.json │ │ ├── 661fa2ad-3a76-51b3-b5c6-0206822583dc.json │ │ ├── 679a68f2-3c70-5f79-af23-19a026664128.json │ │ ├── 67e64b4e-e29d-5f1f-8310-bc13d8543e20.json │ │ ├── 68142cd0-fd55-5e03-adb0-933ad514f433.json │ │ ├── 68d68bab-ec53-5c20-ad93-bb3930f9bd61.json │ │ ├── 69153f08-18ae-56c1-a0cf-62a0657438e1.json │ │ ├── 69d248f8-d22a-5446-9c6e-f4df6635b749.json │ │ ├── 6a655366-606b-5747-a09d-80b3ff171f43.json │ │ ├── 6bd404bc-09ef-5a26-a816-4b1b50613ea3.json │ │ ├── 6beae49c-1dd3-5e8a-b94d-98e16792e759.json │ │ ├── 6c60eeb1-3ea7-57eb-82c3-ad1e55ac7068.json │ │ ├── 6c7220e4-91a7-5b17-a540-e876479da4f5.json │ │ ├── 6c7493e2-9343-5eb2-9486-f65735b60741.json │ │ ├── 6cb6f164-1ea7-5b51-b350-1a8e8fe70980.json │ │ ├── 6dc27cc7-5a42-50a6-9379-2e0101e2a219.json │ │ ├── 6eb6a75d-eb7e-5f6e-b30f-dcfdc884ca7d.json │ │ ├── 6ec7ce7a-6ec5-5a61-afab-d717689282ac.json │ │ ├── 6f6ff21c-f373-5e13-bc9f-135462d19a91.json │ │ ├── 6fbdd487-e08d-5b61-929e-06853c433565.json │ │ ├── 6fc71771-915f-5987-a01f-26532d447aea.json │ │ ├── 70a9a462-ddfe-5ed0-bfe5-bbd4a6225f6c.json │ │ ├── 70cab3a7-f0be-5762-9236-cc92c51b0dbd.json │ │ ├── 71185d1b-248c-5e5c-a052-ff3a92ed9e88.json │ │ ├── 728cad6a-8a06-585f-b3fa-a6876bbe4bc8.json │ │ ├── 74bbf5fb-5d66-5e46-a0ff-d45c4c79e3be.json │ │ ├── 75083237-abba-5daa-b6ce-c3f398e10e6f.json │ │ ├── 755496e4-96fb-501c-a453-208f86469611.json │ │ ├── 755f8dad-293c-566d-b0b9-26ad46249cdb.json │ │ ├── 7621db46-f274-5090-8c06-70dc40522dca.json │ │ ├── 773bcc5f-5add-5abe-844b-5f27bbd64805.json │ │ ├── 777d5688-305b-5616-be16-1c58733c2241.json │ │ ├── 77ae349a-d769-5724-b2a1-6fbb0c0911ab.json │ │ ├── 77e8eb13-a8bf-5872-888b-61bbd9469b00.json │ │ ├── 78272ac2-c2cf-5b1a-b091-7220e777f1af.json │ │ ├── 788a5f00-bf85-515d-81e2-515a65dd36e0.json │ │ ├── 788f6621-ace6-5700-a1d3-b4070163e0bb.json │ │ ├── 78f03d86-f133-5636-ba5e-90ab2d4809b0.json │ │ ├── 78fdc70d-25c3-5d46-a369-2bced850000b.json │ │ ├── 7958e2c7-2ce1-51e0-8f21-f546c2f41134.json │ │ ├── 7ab561b0-e883-5432-9dce-0a1c30e4fc6c.json │ │ ├── 7b5fa7b7-8fc0-5314-8eb6-da3aaa304979.json │ │ ├── 7b81aa18-f0d5-507a-b713-15ff5f7f59e5.json │ │ ├── 7b828f47-b138-58c9-84a7-cb82fe4cc7cf.json │ │ ├── 7b883097-5ee6-5f6a-929d-fa714e8633c0.json │ │ ├── 7bdd753f-6586-568f-85be-33436c6f5cc2.json │ │ ├── 7c04b81b-1e1f-5066-87b1-11f656f0d72f.json │ │ ├── 7c29ea9b-a08f-5010-a3fa-df7707a89405.json │ │ ├── 7c6134b9-f069-5a34-b763-2b66f95a258c.json │ │ ├── 7c76ceab-216b-5be9-995a-5c660e436b38.json │ │ ├── 7ee87965-7821-5dff-b3d7-7b6b8c3a6e1e.json │ │ ├── 7f729523-5961-5d42-8559-b21bcd423bcd.json │ │ ├── 821bfa7c-7810-581e-99c9-33bab66a8c95.json │ │ ├── 84dc3559-8a73-594b-994e-dd82f60ffb28.json │ │ ├── 850e802b-814d-5120-ae53-0f6e2f90ce6b.json │ │ ├── 8542c6c6-f829-564c-950b-c4558944f012.json │ │ ├── 85f12826-3636-5c08-9b00-d60030788be6.json │ │ ├── 86078c8e-55f4-524f-b122-22d8341e6679.json │ │ ├── 867b29ae-b252-52ca-bb1a-3fad20c48eca.json │ │ ├── 86e11d4a-6597-5bf2-9b85-5b10d228f4e2.json │ │ ├── 879bae44-9844-5843-89dd-3d7ab4a875c6.json │ │ ├── 87ed3809-3ea0-52df-aa9d-20b1ed05a08b.json │ │ ├── 88297cac-7622-5f12-a0ac-efa99e95b44e.json │ │ ├── 8874f90b-c1ef-52c0-b079-19ef170de5e6.json │ │ ├── 88bb07bd-3df8-5e75-8bd5-d95617929a99.json │ │ ├── 8b54fa8d-a6be-52bd-bcbf-dcef3fd69b5a.json │ │ ├── 8b9028fb-8b0a-58e7-8df0-ac11e6f9d4b8.json │ │ ├── 8c89a639-bbd4-5ec2-9723-f4c4a889b89a.json │ │ ├── 8d71429a-a19e-5fdf-9fee-28c03bfeab9e.json │ │ ├── 8e248548-0ec6-5e13-b809-40b32d3bb95a.json │ │ ├── 8ec5fed5-b518-5da7-a25a-979bb1aec177.json │ │ ├── 8f4dabfb-2ee8-56ee-a05c-2053b5d9fad7.json │ │ ├── 8f78ed42-6b6f-574d-a7cf-1ca62bae85aa.json │ │ ├── 901b0881-85e6-5971-9cf0-3818ee3ac0e8.json │ │ ├── 90ea6f76-6de1-59ff-88a6-8aae6baa19ee.json │ │ ├── 9139e9e1-8be1-5d21-92aa-fa1b83cdb5f9.json │ │ ├── 91e4f107-d7a5-5952-be56-b2f5671e7cb5.json │ │ ├── 923c7893-c3af-5e77-a2a9-48fa33c0c6b1.json │ │ ├── 9269e39b-2d18-598a-b5be-6bf02ccce0b0.json │ │ ├── 93958ec9-9be2-58a8-a8e6-8538fc7415a0.json │ │ ├── 9418baf5-aae7-52f8-b331-41983e4dc229.json │ │ ├── 9480c3b4-5318-55d4-8ab9-d7cbe98f4a1f.json │ │ ├── 955ac9f8-25bc-5fff-94aa-2e5b3b939489.json │ │ ├── 95c8e7cf-8ff9-5f2a-9a96-c291da8b7035.json │ │ ├── 95e6163f-dd9e-5867-aa74-294afcb8cc02.json │ │ ├── 95f7365c-cd7b-5f24-a5e3-274a2df5ca0a.json │ │ ├── 962d197d-1d9a-50fa-bd4a-f4708efa64a9.json │ │ ├── 9808c138-41a5-538a-ac9f-6cb31ed3acb3.json │ │ ├── 982ffb40-73e1-5ecc-ab92-761be1067d3c.json │ │ ├── 9840cef8-074f-5f3a-a67e-61af95c09bb7.json │ │ ├── 9922ffdf-d974-52bf-8d74-c47eedb06f4b.json │ │ ├── 9a9c6130-fdb4-5599-b1a2-e2cbd7362c63.json │ │ ├── 9b292ecd-b925-5383-85cb-4a3db317b403.json │ │ ├── 9deaeec2-df09-5f99-a333-3c09323f1784.json │ │ ├── 9ecfaf22-d67e-5cd8-bb00-54542d8d97b6.json │ │ ├── 9f12b153-3880-50d6-83f7-7b559cc679b1.json │ │ ├── 9fa4985a-236a-5e09-80df-c65a29de2621.json │ │ ├── a272fec3-17ea-5a05-aca1-b0c1bf9aa377.json │ │ ├── a4ff16fd-2809-5e5e-82e9-ba881063ab8d.json │ │ ├── a522b2ff-e3c0-5d04-8988-a464115c89f1.json │ │ ├── a53d3372-9cb8-5d84-a83e-860fa9298486.json │ │ ├── a673ff6d-86df-5552-b1a7-394bc80abec1.json │ │ ├── a67dca8d-7269-524f-8bcb-1d42928e0de4.json │ │ ├── a684aa0a-56a8-5c54-9003-581f59f98271.json │ │ ├── a6932541-6327-5da8-8222-42a095326be7.json │ │ ├── a6c87214-d8e3-5953-9908-de56d7d2a5fd.json │ │ ├── a6f920ff-17a2-5c96-b80b-1c3f7d2458ab.json │ │ ├── a8a865e5-ce8f-5433-a525-c6601516e774.json │ │ ├── a8bebb20-0850-5a8c-aa17-467923154a17.json │ │ ├── a9776da6-f036-53ac-8fa7-2801d7a1aee8.json │ │ ├── a9f77c3a-d57b-5cd6-90ba-5dcf67a4240a.json │ │ ├── abd795e7-791f-530c-871f-ca1d123ab4e6.json │ │ ├── acfd8415-9347-5401-9f55-2e3481c29a00.json │ │ ├── ad24a0c7-db3d-5ac6-9b03-3e89961973ea.json │ │ ├── ad5cf702-d381-59de-8b30-06a2c04f7222.json │ │ ├── adcd1460-0664-5d21-8227-c45b07abe75a.json │ │ ├── ae09e6fd-32ad-5774-820e-e764f82a93ee.json │ │ ├── b03bec8b-876b-5c8f-a0e6-1476bd523494.json │ │ ├── b10b276c-e730-5a31-b221-995f3d5cf797.json │ │ ├── b12b489e-6350-57f5-9ad7-c7a2f158c209.json │ │ ├── b1710189-6184-5d22-b520-66158f2dc3c4.json │ │ ├── b2079d1e-63ca-5ebe-bd82-4d3d58eefa83.json │ │ ├── b22cdf0d-07bf-5056-8b77-8e15bc7514d0.json │ │ ├── b3d57ff3-e1c2-5e79-950a-6905c0b64213.json │ │ ├── b51b5329-817d-52c6-99e9-2155b56f04e5.json │ │ ├── b66b4a68-9fc9-5bcd-9f0e-9bc6caca3a8f.json │ │ ├── b6e023b4-c566-5121-8179-2b8bf5e1efb1.json │ │ ├── b6eeaf63-ad20-5ac3-89ce-e2e51d77fe5e.json │ │ ├── b77d5955-2577-507e-a112-512b7653e87f.json │ │ ├── b7c9a3ea-efeb-579e-beaf-a95f03a69bd9.json │ │ ├── b7ed8846-eb1c-59b5-8bf7-eefef50f4e42.json │ │ ├── b8b41e5a-2fc1-54ba-965e-9fc1d5a8bbf8.json │ │ ├── b8f9831c-f3d3-5d20-98dd-0261d988e9b0.json │ │ ├── b914288f-b098-5163-85ff-51d450f6c524.json │ │ ├── b9cd769d-e5b8-561e-8c71-d8f32c2a7119.json │ │ ├── ba4a1606-bd52-548f-93b6-4b1ca62b9677.json │ │ ├── ba6b11a4-5897-5f29-9c98-cadb865dbe33.json │ │ ├── ba7bc009-1a98-591c-bbc8-9cbec65af4ab.json │ │ ├── baa67cc8-ee42-520b-9be0-5b34f0625296.json │ │ ├── bb059732-0f68-5a13-b0a2-455033603b86.json │ │ ├── bc2a5783-b077-5cde-90cd-d54127264fb2.json │ │ ├── bc4c7444-f2a3-5768-ae4b-99ea328f6db7.json │ │ ├── bc8b95d2-9360-5724-af74-e8e0041907c9.json │ │ ├── bd1d78ab-d3b7-5eed-9414-5fced7c6f15b.json │ │ ├── bdf4056a-1255-518c-8e18-cdbcb5119897.json │ │ ├── be9bfbdb-02ac-5963-aef9-c899d35a9c59.json │ │ ├── bf46a5b1-08f3-51e5-8e5c-5c5b6809fdbf.json │ │ ├── bf6857ec-1f2a-56f6-9a28-0f53958e6711.json │ │ ├── c0aa1925-1109-5ecf-b047-6c44271e43bd.json │ │ ├── c0d296ec-074d-5bd0-816d-e2e4b0dfd73c.json │ │ ├── c140dfd9-5285-5bb1-ad86-58260bf85393.json │ │ ├── c2e39465-4e81-5b66-8eff-b17e8505b8ab.json │ │ ├── c33cc0c0-0ffc-5a59-bfee-f45860c32495.json │ │ ├── c3581dad-a1bd-5f47-af17-def5a933ac11.json │ │ ├── c3800742-a127-58e2-bd8c-4bcab9677e8f.json │ │ ├── c3b804d5-104e-516f-b5bd-761c84ab175b.json │ │ ├── c44162d8-e2b7-5724-b435-e0a200c66d08.json │ │ ├── c4468dc1-4fb9-5999-b873-3d12a420139e.json │ │ ├── c5a6d222-60fe-5e90-b764-9a3765f51cea.json │ │ ├── c677ff4d-918b-58e8-b2ad-bf7aca289a7d.json │ │ ├── c8a8f8e8-4b46-5be7-a3ea-d10c57e7222a.json │ │ ├── c8ada3a8-5779-5a9b-a9a6-c1bffbef1eee.json │ │ ├── ca5ef4e2-f4b2-5fea-bc7a-fb947b37216c.json │ │ ├── ca651b68-65c5-5a11-992c-9fdbb33920f4.json │ │ ├── ca78bac8-41cc-5467-9d5a-0ad0ef1f6d9b.json │ │ ├── ca7f2e70-c82c-5e4f-aead-18ec1b8c3a03.json │ │ ├── caa8145a-d283-55c4-94f8-0b13812036f0.json │ │ ├── cb4f6b20-73b4-5b47-ad60-98c104e28db3.json │ │ ├── cc151164-b79c-58af-8700-d0964b845141.json │ │ ├── ccd041df-7e27-5682-b5da-a955cb2ec9b3.json │ │ ├── ccf12eae-d63a-5826-a4dd-c810243af424.json │ │ ├── cd07f47d-4453-5736-a891-953050241730.json │ │ ├── cd350e31-4845-54fa-8243-4ff478c117df.json │ │ ├── cdf0106f-081e-5c5e-aebd-1e6906bf6060.json │ │ ├── cdf36253-3451-5355-8fe9-8c853e59a459.json │ │ ├── cf1fc666-4f22-5820-9f45-e4c287afb577.json │ │ ├── cf45bf70-69f5-5756-ba3a-e917bf7eb7a8.json │ │ ├── cfac8774-ad1b-534e-8078-a1004216f05a.json │ │ ├── cfb7de88-e734-513d-9c7c-75f4ea1ad612.json │ │ ├── cfe6c062-4e32-5560-8446-ca5092a4574b.json │ │ ├── cff7511e-08e3-592b-a2ed-2e948262ad42.json │ │ ├── d161d524-adb8-53fc-9ccd-670feb5d7f3f.json │ │ ├── d20156c0-9fd8-5034-81e7-f810456e17db.json │ │ ├── d2071a03-495a-5973-a607-b0e5c5698e6b.json │ │ ├── d22b5595-966c-58bf-95a4-0bf36baa9ad5.json │ │ ├── d24feb77-1e07-5473-b716-20004358a367.json │ │ ├── d38a83c8-bf6e-5882-82b2-009655d080d3.json │ │ ├── d38b55a8-14db-56f1-8ed5-6fdde1771c81.json │ │ ├── d3d7969b-6239-56df-aa26-8b1226a8fdd4.json │ │ ├── d43ce520-4f66-5868-8b9c-a2d357d51a22.json │ │ ├── d4bd84d2-28f0-5123-9e50-0e0d24b073bf.json │ │ ├── d4c537eb-ed23-52b3-9a21-2b5f8cad5eac.json │ │ ├── d5270d71-e9a6-55dd-b6fe-13a7e27735a3.json │ │ ├── d558fa2c-3fad-52a6-afb0-51e44be00a66.json │ │ ├── d6042011-e8ed-5c6c-a71c-bc33eb6d62fd.json │ │ ├── d612d8f6-ee72-5545-8f92-50ad25a3e546.json │ │ ├── d646f4fc-42b7-5d36-8339-a369fbe2300a.json │ │ ├── d6c68d17-091a-5982-aa9a-7de221697bca.json │ │ ├── d6e139af-d02c-5d53-89ae-75afed7af6d0.json │ │ ├── d86c01c0-3ba7-5395-9768-51ce1d2a23ae.json │ │ ├── dae439d4-f1ac-5775-b523-faabc884d9b6.json │ │ ├── db39c5d3-ce01-5238-b6e9-db307d215a7b.json │ │ ├── db43ac10-e61c-53a5-93a7-ca793319d994.json │ │ ├── dccfdb57-6cb4-5f3b-b864-b5ac239eabdd.json │ │ ├── dd3f4458-de53-5e04-8153-00d500a406eb.json │ │ ├── dea8127f-6c4c-5033-9b31-9b2404bb7642.json │ │ ├── dfa281b0-0ced-53f4-9389-e9edefe4c8fb.json │ │ ├── e151660f-64b1-5d92-86ab-0d637247f494.json │ │ ├── e186b5b8-a65b-5e91-bf36-64da0be1e834.json │ │ ├── e1c691a8-8dff-550c-aca6-7f671c0e8b89.json │ │ ├── e1db3eb2-72a4-59ae-a2d7-5ecb7685d498.json │ │ ├── e20c00cd-3183-5027-9812-02f23b7370e4.json │ │ ├── e238f7dd-9bc1-5c29-a1a5-6e5691c62411.json │ │ ├── e326a15c-a18c-5bc4-8477-f71cea5a7da4.json │ │ ├── e365bf68-a6d4-574e-9012-2c17fadac6e6.json │ │ ├── e48fc2d5-b49a-5f13-bbc4-29d6c4e998a8.json │ │ ├── e4aa9faf-8250-5135-905a-d2eb3fcdd004.json │ │ ├── e52d406a-b444-57be-9f50-8a598a9a4d9b.json │ │ ├── e5c120b6-cc18-54a0-bd58-1ec17b114afb.json │ │ ├── e666a036-7efa-5049-a48b-8574fb00004e.json │ │ ├── e8991a47-e31a-548c-80e2-bc0e3ade9ef7.json │ │ ├── e8ace7bb-e092-53d7-8a7c-d5752e7b8598.json │ │ ├── e8ce967e-eeca-5287-9605-c1b7a08aace0.json │ │ ├── e8d1ae15-9bcb-535c-a675-a4fbed4484dc.json │ │ ├── e9d5e66b-82b2-50a7-9423-8b65fad6dd5b.json │ │ ├── ea1ec0cd-af7d-5033-8cad-a5c3a5cd6256.json │ │ ├── eafba7a3-7334-507f-8f17-6e545958f9c6.json │ │ ├── eb3b2963-1650-5952-b6e6-6f15cfb125e8.json │ │ ├── eb3e59e7-e313-5bca-b488-874d1e6d93cd.json │ │ ├── ec84dc7e-4bb9-50b4-b79a-55c9f789c1ea.json │ │ ├── ec99a708-3cb1-5566-a64e-207491a094d7.json │ │ ├── ecd0ad8c-ff01-5ee1-9055-37543e03e5e6.json │ │ ├── ecd6068a-87a3-5ea7-bde7-1988d7cd01d3.json │ │ ├── ed0edcd0-2e33-5343-a156-289ea1c1d6a3.json │ │ ├── ed7b1d47-a49c-57d6-af1e-a4093a998189.json │ │ ├── ede84b06-1d95-5b1b-9741-e017e97d8d51.json │ │ ├── edf2d750-25a2-54a7-874c-d3c96386ca54.json │ │ ├── ee1af7e6-cbee-572a-9bc8-b58d08686dfa.json │ │ ├── ef201902-cc5c-51fb-a419-3c223a6d6853.json │ │ ├── ef309f6d-5dff-57d2-9bb7-09d96f57e4d7.json │ │ ├── f0ff81be-e3a7-5119-94c3-b246c3ff0944.json │ │ ├── f15b259f-96aa-541d-be42-205ff832b71f.json │ │ ├── f23da7f0-3c60-5c08-b115-bdc631556898.json │ │ ├── f27a5518-b7bb-5472-911a-a3eb0009e51e.json │ │ ├── f2f54691-0810-57df-896a-c098525b3e14.json │ │ ├── f30018fb-319f-55e8-881f-6ad1b52caf45.json │ │ ├── f3a2f73a-fbc1-566b-9cd4-d6c5517b7727.json │ │ ├── f3c8be24-a7fa-5faa-8198-f5a7aecfd61f.json │ │ ├── f5895b0a-4044-558b-9ffe-d263ae63255a.json │ │ ├── f59fdb6d-7b4f-5b96-848e-4fd938147df9.json │ │ ├── f674e263-0fe9-5714-ac9d-433ab4e5afe4.json │ │ ├── f6b98397-f85f-5dcd-b44f-b566b2557bcc.json │ │ ├── f71021dc-9e5b-55c3-9c5a-ff47a9a7d1ee.json │ │ ├── f724c2ea-1388-5020-b034-5360ea818983.json │ │ ├── f730cf2a-fd5d-55d7-bc5b-74df2cf97064.json │ │ ├── f7842c71-d90b-58c0-9c12-6e8e15a12943.json │ │ ├── f78c2e14-a000-5110-be07-0fa2ab83bd2f.json │ │ ├── f7a1709e-37ca-5f1f-b0c0-8426bbd93028.json │ │ ├── f7e94d68-44cd-58e3-9140-88bf43cc7bd7.json │ │ ├── f7eb5336-c8f4-5f82-b442-5ea61754c38e.json │ │ ├── f7eb9f82-b8ef-5aec-9930-059c64d737e1.json │ │ ├── f7f17c75-f8a8-57de-bab6-821beaf2b1f5.json │ │ ├── f8415313-06c6-5d93-8b3f-23b0833c7194.json │ │ ├── f8852a9c-598f-5770-a217-2b4f298db4ee.json │ │ ├── f8a1ea0d-1029-5287-99ca-021a784cf7de.json │ │ ├── f8f2b147-6d86-5a09-8b26-c1aa10566410.json │ │ ├── f9bb73f2-5a63-5b6f-a443-1bf1b71cc151.json │ │ ├── f9d7a8ee-12c3-568c-a901-17c9c0987d77.json │ │ ├── fadc7eeb-b2cb-54f3-b2e2-c27691d06f52.json │ │ ├── fba55cc8-0660-5b25-b944-2eb18aa7878a.json │ │ ├── fbb6e7aa-a557-5d13-8c79-ec00b84efb93.json │ │ ├── fbdc7718-464d-52ed-a3f0-748fe48070fb.json │ │ ├── fc128d07-ca13-51e3-b997-b9d07335b540.json │ │ ├── fc15e690-1c1e-59d4-a856-35b24edbd4ac.json │ │ ├── fe29c603-e8c2-55f5-81ee-157799ea7ca2.json │ │ ├── fe5f2a10-42c6-5c62-8db9-43763464606e.json │ │ ├── fe75938a-03e9-520f-8ed0-fb7d10360d18.json │ │ ├── fe9612e9-4ac7-568a-b17b-fb21f97010b3.json │ │ ├── fea34206-b8ca-5907-bcbc-fa49558215a4.json │ │ ├── fed3e4c4-e75c-5976-a161-9762c6287952.json │ │ ├── ff277e00-4bcc-5e86-a1c0-7c7340213de1.json │ │ ├── ff611710-c865-5f9a-8a88-78cc27875f8a.json │ │ └── ffd32f54-7e99-59b6-8db2-bf2789a67dbf.json │ ├── load-es-data.sh │ └── mapping.json ├── server │ ├── base.json │ ├── extended.json │ ├── facets.json │ ├── matchbox.json │ └── table.json ├── test │ └── wait-for-es.sh └── ui │ ├── env-config.template.js │ ├── nginx.conf.template │ ├── security-headers.conf │ └── server.sh ├── docs ├── assets │ ├── arrangerDev.svg │ ├── arrangercomponent.webp │ ├── query-processing.png │ └── sqon_query.jpg ├── overview.md ├── setup.md └── usage │ ├── 00-query-processing.md │ ├── 01-index-mappings.md │ ├── 02-arranger-components.md │ └── usage.mdx ├── eslint.config.js ├── icon-arranger.png ├── integration-tests ├── admin │ ├── .babelrc │ ├── package-lock.json.disabled │ ├── package.json.disabled │ └── test │ │ ├── addProject.js │ │ ├── assets │ │ ├── file_centric.mappings.json │ │ └── participant_centric.mappings.json │ │ └── index.test.js ├── import │ ├── __mocks__ │ │ └── styleMock.cjs │ ├── jest.config.ts │ ├── package.json │ ├── test.ts │ └── tsconfig.json └── server │ ├── configs │ └── base.json │ ├── package.json │ ├── test │ ├── assets │ │ ├── model_centric.data.json │ │ └── model_centric.mappings.json │ ├── index.test.js │ ├── manageSets.js │ ├── readAggregation.js │ ├── readMetadata.js │ ├── readSearchData.js │ └── spinupActive.js │ └── tsconfig.json ├── modules ├── admin-ui │ ├── README.md │ ├── images.d.ts │ ├── package-lock.json.disabled │ ├── package.json.disabled │ ├── public │ │ ├── favicon.ico │ │ ├── index.html │ │ └── manifest.json │ ├── src │ │ ├── App.test.tsx │ │ ├── App.tsx │ │ ├── components │ │ │ ├── Alert.tsx │ │ │ ├── ClickableTableCell.tsx │ │ │ ├── Header.tsx │ │ │ ├── Link.ts │ │ │ ├── Modal.tsx │ │ │ └── SelectableTableRow.ts │ │ ├── config.ts │ │ ├── gql │ │ │ └── queries │ │ │ │ └── allProjectData.ts │ │ ├── index.tsx │ │ ├── pages │ │ │ ├── ConfigEditorDashboard │ │ │ │ ├── AggsStateEditor │ │ │ │ │ ├── ReduxContainer.ts │ │ │ │ │ ├── SortableAggsStateList.tsx │ │ │ │ │ └── index.tsx │ │ │ │ ├── ColumnsStateEditor │ │ │ │ │ ├── ReduxContainer.ts │ │ │ │ │ ├── SortableColumnsList.tsx │ │ │ │ │ └── index.tsx │ │ │ │ ├── ExtendedMappingEditor │ │ │ │ │ ├── ExtendedFieldEditor.tsx │ │ │ │ │ ├── FieldsFilterDisplay.tsx │ │ │ │ │ ├── UnitSelector.tsx │ │ │ │ │ └── index.tsx │ │ │ │ ├── MatchboxStateEditor │ │ │ │ │ ├── QuicksearchFieldConfigEditor.tsx │ │ │ │ │ ├── ReduxContainer.ts │ │ │ │ │ └── index.tsx │ │ │ │ ├── SortableList.tsx │ │ │ │ └── index.tsx │ │ │ ├── ProjectActionButtons.tsx │ │ │ ├── ProjectIndicesDashboard │ │ │ │ └── index.tsx │ │ │ ├── SaveProjectModal.tsx │ │ │ └── VersionDashboard │ │ │ │ ├── AddProjectForm │ │ │ │ ├── graphqlService.tsx │ │ │ │ ├── index.tsx │ │ │ │ ├── localState.tsx │ │ │ │ ├── types.ts │ │ │ │ └── utils.ts │ │ │ │ ├── DeleteButton.tsx │ │ │ │ ├── ExportButton.tsx │ │ │ │ ├── index.tsx │ │ │ │ └── tableConfig.ts │ │ ├── registerServiceWorker.ts │ │ ├── shims-tsx.d.ts │ │ ├── store │ │ │ ├── configEditorReducer │ │ │ │ ├── index.ts │ │ │ │ └── types.ts │ │ │ ├── index.ts │ │ │ └── types.ts │ │ ├── theme │ │ │ ├── index.tsx │ │ │ └── types.ts │ │ └── utils │ │ │ └── index.tsx │ ├── tsconfig.json │ ├── tsconfig.npm.json │ ├── tsconfig.prod.json │ ├── tsconfig.test.json │ ├── tslint.json │ └── webpack.config.npm.js ├── components │ ├── .env.schema │ ├── .gitignore │ ├── .npmignore │ ├── .storybook │ │ ├── addons.js │ │ └── config.js │ ├── README.md │ ├── __mocks__ │ │ ├── fileMock.js │ │ └── styleMock.js │ ├── babel.config.js │ ├── eslint.config.js │ ├── jest.config.ts │ ├── package.json │ ├── public │ │ └── themeStyles │ │ │ ├── beagle │ │ │ ├── aggsMinus.svg │ │ │ ├── aggsPlus.svg │ │ │ ├── beagle.css │ │ │ └── x.svg │ │ │ └── default.css │ ├── src │ │ ├── AdvancedFacetView │ │ │ ├── AdvancedFacetView.css │ │ │ ├── FacetView.jsx │ │ │ ├── LiveAdvancedFacetView.js │ │ │ ├── elasticMockMapping.js │ │ │ ├── index.jsx │ │ │ └── utils.js │ │ ├── AdvancedSqonBuilder │ │ │ ├── SqonEntry.js │ │ │ ├── filterComponents │ │ │ │ ├── BooleanFilter.jsx │ │ │ │ ├── FilterContainerStyle.css │ │ │ │ ├── RangeFilter.js │ │ │ │ ├── TermFilter.jsx │ │ │ │ ├── common.js │ │ │ │ └── index.jsx │ │ │ ├── index.jsx │ │ │ ├── sqonPieces │ │ │ │ ├── BooleanOp.jsx │ │ │ │ ├── FieldOp.jsx │ │ │ │ └── common.jsx │ │ │ ├── style.css │ │ │ └── utils.js │ │ ├── Arranger │ │ │ ├── Arranger.jsx │ │ │ ├── MatchBox.jsx │ │ │ ├── Table.jsx │ │ │ ├── index.js │ │ │ └── sqonUtils.js │ │ ├── Button │ │ │ ├── index.tsx │ │ │ └── types.ts │ │ ├── DataContext │ │ │ ├── dataQueries.ts │ │ │ ├── helpers.ts │ │ │ ├── index.tsx │ │ │ └── types.ts │ │ ├── DropDown │ │ │ ├── DropDown.css │ │ │ ├── DropDown.js │ │ │ ├── MultiSelectDropDown.jsx │ │ │ ├── index.js │ │ │ └── types.ts │ │ ├── Flex │ │ │ ├── Column.js │ │ │ ├── Row.js │ │ │ └── index.js │ │ ├── Icons │ │ │ ├── ArrowIcon │ │ │ │ ├── index.tsx │ │ │ │ └── types.ts │ │ │ ├── CheckIcon.js │ │ │ ├── ResetIcon.js │ │ │ ├── SearchIcon │ │ │ │ ├── index.tsx │ │ │ │ └── types.ts │ │ │ ├── SortAlphaIcon │ │ │ │ ├── index.tsx │ │ │ │ └── types.ts │ │ │ ├── index.js │ │ │ └── types.ts │ │ ├── Input │ │ │ ├── Input.js │ │ │ ├── index.js │ │ │ └── types.ts │ │ ├── Loader │ │ │ ├── Loader.tsx │ │ │ ├── index.ts │ │ │ └── types.ts │ │ ├── Location.jsx │ │ ├── MatchBox │ │ │ ├── MatchBoxState.js │ │ │ └── index.js │ │ ├── MetaMorphicChild │ │ │ ├── MetaMorphicChild.tsx │ │ │ └── index.ts │ │ ├── NestedTreeView │ │ │ ├── NestedTreeView.jsx │ │ │ ├── ReactTreeView.jsx │ │ │ ├── index.js │ │ │ └── style.css │ │ ├── Query.jsx │ │ ├── QuickSearch │ │ │ ├── QuickSearch.tsx │ │ │ ├── QuickSearchDropdown.jsx │ │ │ ├── QuickSearchQuery.js │ │ │ ├── QuickSearchWrapper.jsx │ │ │ ├── helpers.ts │ │ │ ├── index.ts │ │ │ └── types.ts │ │ ├── SQONViewer │ │ │ ├── EmptyMessage.tsx │ │ │ ├── __tests__ │ │ │ │ └── utils.test.js │ │ │ ├── helpers.tsx │ │ │ ├── index.jsx │ │ │ ├── types.ts │ │ │ └── utils.js │ │ ├── Select │ │ │ ├── Select.js │ │ │ └── index.js │ │ ├── State.js │ │ ├── Stats │ │ │ ├── CombinedStatsQuery.jsx │ │ │ ├── Stats.jsx │ │ │ └── index.js │ │ ├── Table │ │ │ ├── ColumnsSelectButton │ │ │ │ ├── ColumnsSelectButton.tsx │ │ │ │ ├── index.ts │ │ │ │ └── types.ts │ │ │ ├── CountDisplay │ │ │ │ ├── CountDisplay.tsx │ │ │ │ ├── helpers.ts │ │ │ │ ├── index.ts │ │ │ │ └── types.ts │ │ │ ├── DownloadButton │ │ │ │ ├── DownloadButton.tsx │ │ │ │ ├── SingleDownload.tsx │ │ │ │ ├── helpers.ts │ │ │ │ ├── index.ts │ │ │ │ └── types.ts │ │ │ ├── HeaderRow │ │ │ │ ├── HeaderRow.tsx │ │ │ │ ├── index.ts │ │ │ │ └── type.ts │ │ │ ├── MaxRowsSelector │ │ │ │ ├── MaxRowsSelector.tsx │ │ │ │ ├── index.ts │ │ │ │ └── types.ts │ │ │ ├── PageSelector │ │ │ │ ├── PageSelector.tsx │ │ │ │ ├── index.ts │ │ │ │ └── types.ts │ │ │ ├── Pagination │ │ │ │ ├── Pagination.tsx │ │ │ │ ├── index.ts │ │ │ │ └── types.ts │ │ │ ├── Row │ │ │ │ ├── Cell.tsx │ │ │ │ ├── Row.tsx │ │ │ │ ├── index.ts │ │ │ │ └── types.ts │ │ │ ├── Table.tsx │ │ │ ├── Toolbar │ │ │ │ ├── Toolbar.tsx │ │ │ │ ├── index.ts │ │ │ │ └── types.ts │ │ │ ├── Wrapper.tsx │ │ │ ├── helpers │ │ │ │ ├── cells.tsx │ │ │ │ ├── columns.tsx │ │ │ │ ├── context.tsx │ │ │ │ └── index.ts │ │ │ ├── index.ts │ │ │ └── types.ts │ │ ├── Tabs.jsx │ │ ├── TextFilter │ │ │ ├── TextFilter.jsx │ │ │ ├── __tests__ │ │ │ │ └── TextFilter.test.js │ │ │ └── index.js │ │ ├── TextHighlight │ │ │ ├── index.jsx │ │ │ └── types.ts │ │ ├── ThemeContext │ │ │ ├── baseTheme │ │ │ │ ├── index.ts │ │ │ │ ├── palette │ │ │ │ │ ├── colors │ │ │ │ │ │ ├── amber.ts │ │ │ │ │ │ ├── blue.ts │ │ │ │ │ │ ├── blueGrey.ts │ │ │ │ │ │ ├── brown.ts │ │ │ │ │ │ ├── common.ts │ │ │ │ │ │ ├── cyan.ts │ │ │ │ │ │ ├── deepOrange.ts │ │ │ │ │ │ ├── deepPurple.ts │ │ │ │ │ │ ├── green.ts │ │ │ │ │ │ ├── grey.ts │ │ │ │ │ │ ├── index.ts │ │ │ │ │ │ ├── indigo.ts │ │ │ │ │ │ ├── lightBlue.ts │ │ │ │ │ │ ├── lightGreen.ts │ │ │ │ │ │ ├── lime.ts │ │ │ │ │ │ ├── orange.ts │ │ │ │ │ │ ├── pink.ts │ │ │ │ │ │ ├── purple.ts │ │ │ │ │ │ ├── red.ts │ │ │ │ │ │ ├── teal.ts │ │ │ │ │ │ └── yellow.ts │ │ │ │ │ ├── index.ts │ │ │ │ │ └── utils.ts │ │ │ │ └── shape.ts │ │ │ ├── index.tsx │ │ │ ├── types │ │ │ │ ├── common.ts │ │ │ │ ├── components.ts │ │ │ │ ├── index.ts │ │ │ │ ├── palette.ts │ │ │ │ ├── shape.ts │ │ │ │ └── spacing.ts │ │ │ └── utils.ts │ │ ├── ThemeSwitcher │ │ │ ├── StyleProvider.js │ │ │ └── index.js │ │ ├── ToggleButton │ │ │ ├── index.tsx │ │ │ └── types.ts │ │ ├── Tooltip │ │ │ ├── StyledTooltip.ts │ │ │ ├── index.ts │ │ │ ├── tooltipedComponents.tsx │ │ │ └── types.ts │ │ ├── aggregations │ │ │ ├── Aggregations.jsx │ │ │ ├── AggsGroup │ │ │ │ ├── AggsGroup.jsx │ │ │ │ ├── index.ts │ │ │ │ └── types.ts │ │ │ ├── AggsPanel.jsx │ │ │ ├── AggsQuery.jsx │ │ │ ├── AggsState.ts │ │ │ ├── BooleanAggs │ │ │ │ ├── constants.ts │ │ │ │ ├── index.tsx │ │ │ │ └── types.ts │ │ │ ├── BucketCount │ │ │ │ ├── index.tsx │ │ │ │ └── types.ts │ │ │ ├── DatesAgg.jsx │ │ │ ├── RangeAgg.jsx │ │ │ ├── TermAggs │ │ │ │ ├── TermAggs.jsx │ │ │ │ ├── index.ts │ │ │ │ └── types.ts │ │ │ ├── aggComponentsMap.jsx │ │ │ ├── index.ts │ │ │ └── types.ts │ │ ├── index.ts │ │ ├── types.ts │ │ └── utils │ │ │ ├── ClickAwayListener.js │ │ │ ├── ExtendedMappingProvider.jsx │ │ │ ├── api.ts │ │ │ ├── columnsToGraphql.js │ │ │ ├── config.js │ │ │ ├── dates.ts │ │ │ ├── debugging.ts │ │ │ ├── download.js │ │ │ ├── esToAggTypeMap.js │ │ │ ├── formatNumber.js │ │ │ ├── getComponentDisplayName.tsx │ │ │ ├── index.ts │ │ │ ├── missingProvider.ts │ │ │ ├── noops.ts │ │ │ ├── parseInputFiles.js │ │ │ ├── saveSet.js │ │ │ ├── splitString.js │ │ │ ├── strToReg.js │ │ │ ├── stringCleaner.js │ │ │ ├── translateSQONValue.js │ │ │ ├── types.ts │ │ │ ├── uri │ │ │ ├── __tests__ │ │ │ │ └── uri.test.js │ │ │ ├── index.js │ │ │ └── types.js │ │ │ └── useDebounce.ts │ ├── stories │ │ ├── AdvancedFacetView.js │ │ ├── AdvancedSqonBuilder │ │ │ ├── ProjectsProvider.js │ │ │ ├── index.js │ │ │ └── mocks.js │ │ ├── Aggs.css │ │ ├── Aggs.js │ │ ├── Portal.js │ │ ├── SQONViewer.js │ │ ├── Table.jsx │ │ ├── Tabs.js │ │ ├── Treeview.js │ │ ├── decorators.js │ │ └── index.js │ ├── tsconfig.json │ └── tsconfig.release.json └── server │ ├── .env.schema │ ├── .npmignore │ ├── README.md │ ├── configTemplates │ ├── base.json │ ├── configs.json.schema │ ├── extended.json │ ├── facets.json │ ├── matchbox.json │ ├── network.json │ └── table.json │ ├── eslint.config.js │ ├── index.ts │ ├── package.json │ ├── src │ ├── admin │ │ ├── index.ts │ │ ├── resolvers.ts │ │ ├── schemaTypeDefs.ts │ │ ├── schemas │ │ │ ├── AggsState │ │ │ │ ├── index.ts │ │ │ │ ├── resolvers.ts │ │ │ │ ├── schemaTypeDefs.ts │ │ │ │ ├── types.ts │ │ │ │ └── utils.ts │ │ │ ├── ColumnsState │ │ │ │ ├── index.ts │ │ │ │ ├── resolvers.ts │ │ │ │ ├── schemaTypeDefs.ts │ │ │ │ ├── types.ts │ │ │ │ └── utils.ts │ │ │ ├── ExtendedMapping │ │ │ │ ├── index.ts │ │ │ │ ├── resolvers.ts │ │ │ │ ├── schemaTypeDefs.ts │ │ │ │ ├── types.ts │ │ │ │ └── utils.ts │ │ │ ├── IndexSchema │ │ │ │ ├── index.ts │ │ │ │ ├── resolvers.ts │ │ │ │ ├── schemaTypeDefs.ts │ │ │ │ ├── types.ts │ │ │ │ └── utils.ts │ │ │ ├── MatchboxState │ │ │ │ ├── index.ts │ │ │ │ ├── resolvers.ts │ │ │ │ ├── schemaTypeDefs.ts │ │ │ │ ├── types.ts │ │ │ │ └── utils.ts │ │ │ ├── ProjectSchema │ │ │ │ ├── index.ts │ │ │ │ ├── resolvers.ts │ │ │ │ ├── schemaTypeDefs.ts │ │ │ │ ├── types.ts │ │ │ │ └── utils.ts │ │ │ └── types.ts │ │ ├── services │ │ │ ├── constants.ts │ │ │ ├── elasticsearch │ │ │ │ ├── index.ts │ │ │ │ └── types.ts │ │ │ └── index.ts │ │ └── types.ts │ ├── app.js │ ├── config │ │ ├── constants.ts │ │ ├── index.ts │ │ ├── types.ts │ │ └── utils │ │ │ ├── getConfigFromFiles.ts │ │ │ └── index.ts │ ├── download │ │ └── index.js │ ├── es_rest │ │ └── index.js │ ├── globals.d.ts │ ├── gqlServer.ts │ ├── graphqlRoutes.js │ ├── index.js │ ├── mapping │ │ ├── __tests__ │ │ │ ├── flattenMapping.test.js │ │ │ ├── getNestedFields.test.js │ │ │ └── resolveHits │ │ │ │ ├── hitsToEdges.test.js │ │ │ │ └── mockData │ │ │ │ ├── nestedFieldNames.json │ │ │ │ ├── wrangledExpectedEdges.json │ │ │ │ └── wrangledHits.json │ │ ├── addMappingsToTypes.js │ │ ├── createConnectionResolvers.ts │ │ ├── createConnectionTypeDefs.js │ │ ├── esToAggTypeMap.ts │ │ ├── extendMapping.ts │ │ ├── flattenMapping.js │ │ ├── getNestedFields.js │ │ ├── hackyTemporaryEsSetResolution.js │ │ ├── index.js │ │ ├── mappingToAggsState.js │ │ ├── mappingToAggsType.js │ │ ├── mappingToColumnsState.js │ │ ├── mappingToColumnsType.js │ │ ├── mappingToFields.js │ │ ├── mappingToMatchBoxState.js │ │ ├── mappingToNestedFields.js │ │ ├── mappingToNestedTypes.js │ │ ├── mappingToObjectTypes.js │ │ ├── mappingToScalarFields.js │ │ ├── resolveAggregations.ts │ │ ├── resolveHits.js │ │ ├── resolveHitsFromAggs.ts │ │ ├── resolveSets.js │ │ ├── resolvers.ts │ │ └── utils │ │ │ ├── columnsToGraphql.js │ │ │ ├── compileFilter.js │ │ │ ├── esSearch.ts │ │ │ ├── fetchMapping.ts │ │ │ ├── loadExtendedFields.js │ │ │ └── mapHits.ts │ ├── middleware │ │ ├── __tests__ │ │ │ ├── buildAggregations │ │ │ │ ├── buildAggregations.test.js │ │ │ │ ├── createFieldAggregation.test.js │ │ │ │ ├── getNestedSqonFilters.test.js │ │ │ │ └── injectNestedFiltersToAggs.test.js │ │ │ ├── buildQuery │ │ │ │ ├── buildQuery.test.js │ │ │ │ ├── buildQueryFilter.test.js │ │ │ │ ├── buildQueryNested.test.js │ │ │ │ ├── buildQuerySetId.test.js │ │ │ │ ├── buildQueryWildcard.test.js │ │ │ │ └── normalizeFilter.test.js │ │ │ └── flattenAggregations.test.js │ │ ├── buildAggregations │ │ │ ├── createFieldAggregation.js │ │ │ ├── getNestedSqonFilters.js │ │ │ ├── index.js │ │ │ └── injectNestedFiltersToAggs.js │ │ ├── buildQuery │ │ │ ├── index.js │ │ │ └── normalizeFilters.js │ │ ├── constants.js │ │ ├── flattenAggregations.js │ │ ├── index.js │ │ └── utils │ │ │ ├── esFilter.js │ │ │ └── esToSafeJsInt.js │ ├── network │ │ ├── aggregations │ │ │ ├── AggregationAccumulator.ts │ │ │ └── tests │ │ │ │ ├── aggregation.test.ts │ │ │ │ └── fixture.ts │ │ ├── gql.ts │ │ ├── health.ts │ │ ├── index.ts │ │ ├── resolvers │ │ │ ├── aggregations.ts │ │ │ ├── fetch.ts │ │ │ ├── index.ts │ │ │ ├── networkNode.ts │ │ │ ├── query.ts │ │ │ └── response.ts │ │ ├── result.ts │ │ ├── setup │ │ │ ├── constants.ts │ │ │ ├── fields.ts │ │ │ └── query.ts │ │ ├── tests │ │ │ ├── fixtures.ts │ │ │ ├── helpers.test.ts │ │ │ ├── index.test.ts │ │ │ ├── query.test.ts │ │ │ └── utils.ts │ │ ├── typeDefs │ │ │ ├── aggregations.ts │ │ │ └── index.ts │ │ ├── types │ │ │ ├── hits.ts │ │ │ └── setup.ts │ │ └── utils │ │ │ ├── gql.ts │ │ │ ├── promise.ts │ │ │ └── sqon.ts │ ├── schema │ │ ├── Aggregations.ts │ │ ├── Root.ts │ │ ├── Sets.js │ │ ├── Sort.js │ │ ├── configQuery.ts │ │ └── index.js │ ├── server.ts │ └── utils │ │ ├── __tests__ │ │ └── dataToTSV.test.js │ │ ├── ajax.ts │ │ ├── dataToExportFormat.js │ │ ├── fetchMappings.js │ │ ├── getAllData.js │ │ ├── getDefaultServerSideFilter.ts │ │ ├── initializeExtendedFields.js │ │ ├── mapHits.js │ │ ├── noops.ts │ │ ├── replaceBy.js │ │ ├── runQuery.js │ │ ├── stringFns.ts │ │ └── types.ts │ ├── tsconfig.json │ └── tsconfig.release.json ├── ov-logo.png ├── package.json ├── prettier.config.js ├── scripts ├── format-all.sh └── retry-command.sh └── tsconfig.eslint.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/.gitignore -------------------------------------------------------------------------------- /.prettierignore: -------------------------------------------------------------------------------- 1 | # package*.json -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/.vscode/extensions.json -------------------------------------------------------------------------------- /.vscode/folders.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/.vscode/folders.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Jenkinsfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/Jenkinsfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/README.md -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /docker/Dockerfile.jenkins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/Dockerfile.jenkins -------------------------------------------------------------------------------- /docker/Dockerfile.jenkins.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/Dockerfile.jenkins.dockerignore -------------------------------------------------------------------------------- /docker/Dockerfile.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/Dockerfile.local -------------------------------------------------------------------------------- /docker/Dockerfile.local.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/Dockerfile.local.dockerignore -------------------------------------------------------------------------------- /docker/elasticsearch/docMaker/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/docMaker/main.js -------------------------------------------------------------------------------- /docker/elasticsearch/docMaker/source.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/docMaker/source.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/002cc039-5f0d-56b4-9664-a030886bd704.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/002cc039-5f0d-56b4-9664-a030886bd704.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/00d81e63-710c-5f86-b8bb-2da14e128569.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/00d81e63-710c-5f86-b8bb-2da14e128569.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/01b6c078-66fa-50bf-82ed-411e32f32f86.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/01b6c078-66fa-50bf-82ed-411e32f32f86.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/01da4a71-bb40-5427-8672-b76ed5e51eab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/01da4a71-bb40-5427-8672-b76ed5e51eab.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/02c8aa77-5905-5a58-bdf6-2e798b35d272.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/02c8aa77-5905-5a58-bdf6-2e798b35d272.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/02e38a89-62d6-5ef2-94a4-f5ac5f7276f0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/02e38a89-62d6-5ef2-94a4-f5ac5f7276f0.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/02e4caec-0fd5-5631-9190-1628f63baa1a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/02e4caec-0fd5-5631-9190-1628f63baa1a.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/0305fcee-f5ce-5991-9184-fc5c263737e9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/0305fcee-f5ce-5991-9184-fc5c263737e9.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/0347cf3f-1797-55c4-8c2b-af118296d8f7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/0347cf3f-1797-55c4-8c2b-af118296d8f7.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/0359073d-5a65-50f0-b5ad-6c0cd3ef3fd9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/0359073d-5a65-50f0-b5ad-6c0cd3ef3fd9.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/0382b9e6-f76b-5552-8ac0-6d75789399f4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/0382b9e6-f76b-5552-8ac0-6d75789399f4.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/03ad0ca4-3b30-5aa8-a492-5f9f586987eb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/03ad0ca4-3b30-5aa8-a492-5f9f586987eb.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/04db22c7-4175-5f56-abcc-cdceafb29d77.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/04db22c7-4175-5f56-abcc-cdceafb29d77.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/05905fea-bf5a-54af-90e2-f9adb464456e.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/05905fea-bf5a-54af-90e2-f9adb464456e.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/0638fcd7-e908-5cae-8183-b3c8ec3146eb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/0638fcd7-e908-5cae-8183-b3c8ec3146eb.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/06d672dc-1592-52a8-86d3-5d5721ebceb3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/06d672dc-1592-52a8-86d3-5d5721ebceb3.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/0714ddd8-2e4f-54e9-8096-eaf94f682818.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/0714ddd8-2e4f-54e9-8096-eaf94f682818.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/0971bc4e-680e-558c-a5e3-4c16cccdf8d5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/0971bc4e-680e-558c-a5e3-4c16cccdf8d5.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/09963af1-82b6-5c0b-82a0-eed80a79141f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/09963af1-82b6-5c0b-82a0-eed80a79141f.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/09e5ff83-f2e0-5178-b4f2-fa6d17de8515.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/09e5ff83-f2e0-5178-b4f2-fa6d17de8515.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/09f48d30-e6ab-59f0-a03e-193990f0422c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/09f48d30-e6ab-59f0-a03e-193990f0422c.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/0a73713c-ed1f-532a-adfb-76e19d49f744.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/0a73713c-ed1f-532a-adfb-76e19d49f744.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/0acdf555-6071-5d7a-97c4-8edc37dbcc1d.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/0acdf555-6071-5d7a-97c4-8edc37dbcc1d.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/0b7e96f2-070b-550d-ba04-8f18362fe4e6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/0b7e96f2-070b-550d-ba04-8f18362fe4e6.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/0cb73301-5b5e-5fee-aec3-71fad23a8a36.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/0cb73301-5b5e-5fee-aec3-71fad23a8a36.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/0d28ec8e-f8b7-502a-8159-792532515e9a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/0d28ec8e-f8b7-502a-8159-792532515e9a.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/0f5ce5ce-a168-56c9-9007-d4e6440d137e.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/0f5ce5ce-a168-56c9-9007-d4e6440d137e.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/1061a3b1-75d5-50fe-95d7-6cf56f60a18c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/1061a3b1-75d5-50fe-95d7-6cf56f60a18c.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/10e60845-ef0e-588f-ad15-08a92f43eba7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/10e60845-ef0e-588f-ad15-08a92f43eba7.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/10fada90-3860-5005-bb32-4ed5df6e0d0e.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/10fada90-3860-5005-bb32-4ed5df6e0d0e.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/11466027-deac-5469-b304-8e4697ff8e04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/11466027-deac-5469-b304-8e4697ff8e04.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/123a0dca-e9e9-547c-92cf-99a245201ff0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/123a0dca-e9e9-547c-92cf-99a245201ff0.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/124f2c39-0355-5c4f-8a7f-1fc2e6ee3111.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/124f2c39-0355-5c4f-8a7f-1fc2e6ee3111.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/1389983b-a3e2-594f-97fc-9300f3dd0deb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/1389983b-a3e2-594f-97fc-9300f3dd0deb.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/13c920c2-a600-5e33-8671-2c8d6ff9b082.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/13c920c2-a600-5e33-8671-2c8d6ff9b082.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/1407ce36-42de-5517-b295-8964b8c6d905.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/1407ce36-42de-5517-b295-8964b8c6d905.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/141b3c62-d36d-5d50-badc-82c6a44b610c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/141b3c62-d36d-5d50-badc-82c6a44b610c.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/1516fd07-2a7c-5474-9e73-4c966cc2c30d.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/1516fd07-2a7c-5474-9e73-4c966cc2c30d.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/152229e1-d623-5305-923c-bc3b5adfa73e.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/152229e1-d623-5305-923c-bc3b5adfa73e.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/156d640e-cb42-57f9-bee4-415f1a3761e4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/156d640e-cb42-57f9-bee4-415f1a3761e4.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/173aaede-7132-5793-b1e7-8d49110397a1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/173aaede-7132-5793-b1e7-8d49110397a1.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/173f5c58-e317-5990-ada7-91055e2eb67f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/173f5c58-e317-5990-ada7-91055e2eb67f.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/177e88cd-c9db-5ee7-9efe-5371ae3ae8d1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/177e88cd-c9db-5ee7-9efe-5371ae3ae8d1.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/17b1f63a-49be-57a9-bc5a-d5f79ed36f6f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/17b1f63a-49be-57a9-bc5a-d5f79ed36f6f.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/18dc0e5b-774b-5553-9142-fa02078a55a9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/18dc0e5b-774b-5553-9142-fa02078a55a9.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/1908842d-a0f9-5302-b374-9eefa00fd663.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/1908842d-a0f9-5302-b374-9eefa00fd663.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/19729b45-1fda-5f91-86cf-448daebfbdce.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/19729b45-1fda-5f91-86cf-448daebfbdce.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/199c3ee7-2c67-549b-a653-d45f5e520039.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/199c3ee7-2c67-549b-a653-d45f5e520039.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/19d99268-473c-5eb0-bbaa-4c03f2fc1e25.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/19d99268-473c-5eb0-bbaa-4c03f2fc1e25.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/1a7c4a73-e18f-599f-90c3-33c189502f88.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/1a7c4a73-e18f-599f-90c3-33c189502f88.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/1a902a83-f23c-505c-b7d8-0c22909ed06f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/1a902a83-f23c-505c-b7d8-0c22909ed06f.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/1aa62c3d-2f5f-5d39-90b4-35418c7021f6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/1aa62c3d-2f5f-5d39-90b4-35418c7021f6.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/1ac5fce3-2cc8-57e8-938b-2ebe59364b7f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/1ac5fce3-2cc8-57e8-938b-2ebe59364b7f.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/1c30061c-45e1-5238-9958-9f81120b9220.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/1c30061c-45e1-5238-9958-9f81120b9220.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/1c66dab7-604f-550c-ae6e-6f4329d2942f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/1c66dab7-604f-550c-ae6e-6f4329d2942f.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/1cc08045-e367-59d6-967e-d0bca5d4db84.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/1cc08045-e367-59d6-967e-d0bca5d4db84.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/1cd48480-ab31-54fc-a9f7-fe271ecf7f10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/1cd48480-ab31-54fc-a9f7-fe271ecf7f10.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/1dcd2650-81f8-5b7b-a26f-7a94e00af89a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/1dcd2650-81f8-5b7b-a26f-7a94e00af89a.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/1e4a4782-65f0-56aa-8ba8-888fbc59adf8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/1e4a4782-65f0-56aa-8ba8-888fbc59adf8.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/1ee66eaf-fbde-5c1a-b7ea-70d096b9aa53.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/1ee66eaf-fbde-5c1a-b7ea-70d096b9aa53.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/1ef2694a-39a2-53e8-b858-7fdf15828a66.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/1ef2694a-39a2-53e8-b858-7fdf15828a66.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/20f46eaa-4a75-5b84-8db5-ed66c4e03667.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/20f46eaa-4a75-5b84-8db5-ed66c4e03667.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/20f562cd-4121-5370-bab0-314ee4f0ea8e.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/20f562cd-4121-5370-bab0-314ee4f0ea8e.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/2140581f-f434-55b4-b9be-b2afecd93450.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/2140581f-f434-55b4-b9be-b2afecd93450.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/21afbbca-d164-5b62-99f0-a2e88c350d9e.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/21afbbca-d164-5b62-99f0-a2e88c350d9e.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/227dfa0a-4c80-50fa-b951-8af137c98b24.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/227dfa0a-4c80-50fa-b951-8af137c98b24.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/22c1c68f-d1cb-55e5-b672-d330271ed9e2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/22c1c68f-d1cb-55e5-b672-d330271ed9e2.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/2300ebdf-b7f7-5508-b3ad-706e12343562.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/2300ebdf-b7f7-5508-b3ad-706e12343562.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/238c1416-eed5-5b1d-a048-bc21397457f0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/238c1416-eed5-5b1d-a048-bc21397457f0.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/23bbcff1-5cf7-5be8-ba18-ebf3d76cc399.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/23bbcff1-5cf7-5be8-ba18-ebf3d76cc399.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/24412040-5a69-5621-8a88-6ad67ad5043c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/24412040-5a69-5621-8a88-6ad67ad5043c.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/245dff8b-f0b5-5977-9948-9c8b19f0a8a9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/245dff8b-f0b5-5977-9948-9c8b19f0a8a9.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/24a860e7-ca0e-5ff6-ad5e-74f3cb5149cb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/24a860e7-ca0e-5ff6-ad5e-74f3cb5149cb.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/256ac650-3ca4-5f16-9674-b9a73b942d5e.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/256ac650-3ca4-5f16-9674-b9a73b942d5e.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/259bbbf6-6d65-5fbd-8d30-36d1c23ba14d.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/259bbbf6-6d65-5fbd-8d30-36d1c23ba14d.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/25a2be82-fe09-5746-8354-653493b87c8a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/25a2be82-fe09-5746-8354-653493b87c8a.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/25dcd7d8-4817-5f4e-a285-90336f8ea69a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/25dcd7d8-4817-5f4e-a285-90336f8ea69a.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/262da5a3-54b3-5b03-bf70-d5411642e0d9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/262da5a3-54b3-5b03-bf70-d5411642e0d9.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/2648098c-3abf-581c-a719-683b164f93df.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/2648098c-3abf-581c-a719-683b164f93df.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/267d4432-6166-53b4-80be-5ddbc3d11b5c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/267d4432-6166-53b4-80be-5ddbc3d11b5c.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/26fec071-d590-52aa-a7ad-fd70f52dda90.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/26fec071-d590-52aa-a7ad-fd70f52dda90.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/2721ae34-d465-5512-9f7f-397315040a0f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/2721ae34-d465-5512-9f7f-397315040a0f.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/28372e0b-b27d-54ca-9b95-7e480bd418ea.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/28372e0b-b27d-54ca-9b95-7e480bd418ea.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/2867f5f4-824f-575f-a261-cc611666b9d0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/2867f5f4-824f-575f-a261-cc611666b9d0.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/28c7d6bd-dcd4-584b-926f-bb34b5ce187d.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/28c7d6bd-dcd4-584b-926f-bb34b5ce187d.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/29c293e5-445c-54df-bb85-8a8770206cac.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/29c293e5-445c-54df-bb85-8a8770206cac.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/29f48713-856d-5c62-9404-18ba1c06fccc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/29f48713-856d-5c62-9404-18ba1c06fccc.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/2a18cd29-27ea-584f-a0e4-83c0c2121121.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/2a18cd29-27ea-584f-a0e4-83c0c2121121.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/2a4df390-5821-5a3d-b59b-ae3f2b8f5f07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/2a4df390-5821-5a3d-b59b-ae3f2b8f5f07.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/2a63855d-9930-590d-9098-3800f9f81003.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/2a63855d-9930-590d-9098-3800f9f81003.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/2a6dfbc9-0b42-5d77-9761-07c9bebd1553.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/2a6dfbc9-0b42-5d77-9761-07c9bebd1553.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/2b3360cb-1294-5a94-b38c-07c2ccac2a69.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/2b3360cb-1294-5a94-b38c-07c2ccac2a69.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/2bbee98b-c886-5493-bfb3-e010da03384f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/2bbee98b-c886-5493-bfb3-e010da03384f.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/2c1a253a-0ffd-5908-92b0-dc24780e3d82.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/2c1a253a-0ffd-5908-92b0-dc24780e3d82.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/2c44864c-b5cb-534e-968a-abe33de58525.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/2c44864c-b5cb-534e-968a-abe33de58525.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/2c670c11-d60c-5560-b514-ecedba9b5b9f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/2c670c11-d60c-5560-b514-ecedba9b5b9f.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/2c8fa670-b97e-51eb-a4d6-27df3b1658c6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/2c8fa670-b97e-51eb-a4d6-27df3b1658c6.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/2cb61750-7ab6-5a4c-a386-e5eb1e97c0e8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/2cb61750-7ab6-5a4c-a386-e5eb1e97c0e8.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/2d20fb66-162e-580e-b4f0-fcf0d7fc946e.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/2d20fb66-162e-580e-b4f0-fcf0d7fc946e.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/2e0301ac-89a3-5bbe-bdda-d9d176aae28b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/2e0301ac-89a3-5bbe-bdda-d9d176aae28b.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/2e479b83-844f-5ab3-ad56-973cd6e16eb2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/2e479b83-844f-5ab3-ad56-973cd6e16eb2.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/2eb06aba-848b-57eb-ba99-a6a5beb0b82e.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/2eb06aba-848b-57eb-ba99-a6a5beb0b82e.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/2f01d9d3-4d27-5362-90a8-8fc037d74d3f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/2f01d9d3-4d27-5362-90a8-8fc037d74d3f.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/2f57007e-e481-5f57-b209-32606f4097e3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/2f57007e-e481-5f57-b209-32606f4097e3.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/2f66f90a-4dfc-5fb2-b886-b00d037e8eff.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/2f66f90a-4dfc-5fb2-b886-b00d037e8eff.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/2fac43b7-c51d-542c-a290-2d10b8d8a061.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/2fac43b7-c51d-542c-a290-2d10b8d8a061.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/310c73fd-afca-523c-8365-8b431a08419a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/310c73fd-afca-523c-8365-8b431a08419a.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/3185cddb-7994-5d64-9177-dd18a670c6c3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/3185cddb-7994-5d64-9177-dd18a670c6c3.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/31eb13fe-78ec-5053-bf0f-250dc3b7be0e.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/31eb13fe-78ec-5053-bf0f-250dc3b7be0e.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/321a5e98-b8d7-5e94-9592-31b8235ac59b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/321a5e98-b8d7-5e94-9592-31b8235ac59b.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/325660ae-08e0-5ff4-9ac7-b14c2bc2216c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/325660ae-08e0-5ff4-9ac7-b14c2bc2216c.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/3440d9ed-049d-5326-bb1c-a1e2f24c5cdd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/3440d9ed-049d-5326-bb1c-a1e2f24c5cdd.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/363d3523-1371-5c3b-bd49-f0ac653c598e.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/363d3523-1371-5c3b-bd49-f0ac653c598e.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/36884aba-2683-5f45-a6b4-670cafc4f9d5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/36884aba-2683-5f45-a6b4-670cafc4f9d5.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/3760f995-ae7e-5e5e-877c-4e7d77450078.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/3760f995-ae7e-5e5e-877c-4e7d77450078.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/37a23bae-5076-5d04-adc0-71c60944d4d0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/37a23bae-5076-5d04-adc0-71c60944d4d0.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/38673ce9-cae1-5647-ae77-856d189699bc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/38673ce9-cae1-5647-ae77-856d189699bc.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/38de7151-eb3d-59d4-bd71-2ce07e57e99b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/38de7151-eb3d-59d4-bd71-2ce07e57e99b.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/3900023b-f132-54e7-82c6-ee1723706885.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/3900023b-f132-54e7-82c6-ee1723706885.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/3961948b-71d5-5eb9-9e72-a2cdfc32c88e.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/3961948b-71d5-5eb9-9e72-a2cdfc32c88e.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/3983901e-8d4b-5c37-a9a2-58392b445fcb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/3983901e-8d4b-5c37-a9a2-58392b445fcb.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/39f26154-65a9-5984-bfcd-a14c85c973e8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/39f26154-65a9-5984-bfcd-a14c85c973e8.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/3a0a058c-6624-5451-bf18-3d073c8aa80d.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/3a0a058c-6624-5451-bf18-3d073c8aa80d.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/3a6baa18-f6d0-508c-83d1-4f849862931a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/3a6baa18-f6d0-508c-83d1-4f849862931a.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/3ab0d396-31c5-56b4-97b9-a953f60be7ff.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/3ab0d396-31c5-56b4-97b9-a953f60be7ff.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/3afb23c9-4744-5a80-86fc-19931dcd5566.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/3afb23c9-4744-5a80-86fc-19931dcd5566.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/3bf6f1ee-3095-537a-b114-6aeee8d81b32.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/3bf6f1ee-3095-537a-b114-6aeee8d81b32.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/3cabe4da-51e7-56cf-b1df-4ba1870ce321.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/3cabe4da-51e7-56cf-b1df-4ba1870ce321.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/3cd464c4-99f1-576e-87a0-2effc3a05bd8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/3cd464c4-99f1-576e-87a0-2effc3a05bd8.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/3d09dc53-bbfb-57a0-9540-6f6232db14ed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/3d09dc53-bbfb-57a0-9540-6f6232db14ed.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/3d32dfea-9da8-5214-a34c-41007beea6dd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/3d32dfea-9da8-5214-a34c-41007beea6dd.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/3e484d26-518b-59e5-9860-e2b30e701fb7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/3e484d26-518b-59e5-9860-e2b30e701fb7.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/40debda3-9a08-5275-af90-5edaf31bcbfd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/40debda3-9a08-5275-af90-5edaf31bcbfd.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/415bc77e-a1bc-5a95-b0a0-0bdb69eac1c1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/415bc77e-a1bc-5a95-b0a0-0bdb69eac1c1.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/416d5fbc-b57f-5efc-bff0-6d72abff43d4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/416d5fbc-b57f-5efc-bff0-6d72abff43d4.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/41dbe959-6358-5d6c-9d93-51b3c7ef4bfc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/41dbe959-6358-5d6c-9d93-51b3c7ef4bfc.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/41ef6dd5-a065-55a2-9331-87d7cf20e01e.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/41ef6dd5-a065-55a2-9331-87d7cf20e01e.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/42107aa4-c3cf-56d1-bcc7-32fbbecae508.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/42107aa4-c3cf-56d1-bcc7-32fbbecae508.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/438c5dc4-6259-550d-8150-f6f7bc8d8713.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/438c5dc4-6259-550d-8150-f6f7bc8d8713.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/43a4a09d-674f-515b-bb88-1468f52f71c1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/43a4a09d-674f-515b-bb88-1468f52f71c1.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/43eebb1f-0f1a-5d14-b2bc-0105fa3872ae.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/43eebb1f-0f1a-5d14-b2bc-0105fa3872ae.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/43fae66a-9187-523e-99d4-b5f68583fecd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/43fae66a-9187-523e-99d4-b5f68583fecd.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/440950a0-8f9a-5fd2-bd21-f181915ac22b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/440950a0-8f9a-5fd2-bd21-f181915ac22b.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/44141505-e933-5663-a62e-4adf60453d96.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/44141505-e933-5663-a62e-4adf60453d96.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/450123a7-d059-5ea9-b7e2-86833c05d733.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/450123a7-d059-5ea9-b7e2-86833c05d733.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/45138fc7-3242-564e-a201-6a76db11d8bc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/45138fc7-3242-564e-a201-6a76db11d8bc.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/46373270-085e-5a22-9f09-d989cdaa2fca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/46373270-085e-5a22-9f09-d989cdaa2fca.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/477b527b-65b5-55ae-9bc2-f6b5b9d7ef00.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/477b527b-65b5-55ae-9bc2-f6b5b9d7ef00.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/47a63209-c703-56e1-8b2e-0b64c218437a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/47a63209-c703-56e1-8b2e-0b64c218437a.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/47c1a07e-0343-5f65-829f-02ef16f99026.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/47c1a07e-0343-5f65-829f-02ef16f99026.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/481c26e9-82b2-5cef-adb6-03787d09002b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/481c26e9-82b2-5cef-adb6-03787d09002b.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/482bebb0-a29d-5298-bd13-03fcfa4d87ef.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/482bebb0-a29d-5298-bd13-03fcfa4d87ef.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/49907086-ccbf-5ffe-b4b9-00d864a7a8ab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/49907086-ccbf-5ffe-b4b9-00d864a7a8ab.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/4a41db88-14ee-53b9-a648-33f65e00b123.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/4a41db88-14ee-53b9-a648-33f65e00b123.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/4c0d0f36-aea8-54cd-810c-93860f28b9bf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/4c0d0f36-aea8-54cd-810c-93860f28b9bf.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/4d2f72bc-e8c0-598a-8182-03e03df58c0d.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/4d2f72bc-e8c0-598a-8182-03e03df58c0d.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/4f3d3b59-b947-51eb-b8b5-c58b32008793.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/4f3d3b59-b947-51eb-b8b5-c58b32008793.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/500ef248-27fa-598a-89ff-f3afe03299a5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/500ef248-27fa-598a-89ff-f3afe03299a5.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/5061e385-bbd4-524f-b0e6-67a6110912a3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/5061e385-bbd4-524f-b0e6-67a6110912a3.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/510ee956-2246-5db3-9b41-42a76bafb11c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/510ee956-2246-5db3-9b41-42a76bafb11c.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/5214e042-153d-5e19-a939-359370714f88.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/5214e042-153d-5e19-a939-359370714f88.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/521dab2e-33c8-5181-bd26-015fb3d61d74.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/521dab2e-33c8-5181-bd26-015fb3d61d74.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/528aac03-fee8-5208-8f20-fecea0cfe936.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/528aac03-fee8-5208-8f20-fecea0cfe936.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/52c03ca4-d703-5817-82e9-5091188e2ece.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/52c03ca4-d703-5817-82e9-5091188e2ece.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/52dd0af7-6dae-5dad-a588-c2c7b2ef77e9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/52dd0af7-6dae-5dad-a588-c2c7b2ef77e9.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/52f04fbd-8751-530b-aa0f-74325ac930e8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/52f04fbd-8751-530b-aa0f-74325ac930e8.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/5308614c-8ea0-5243-b86d-b55a381f1389.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/5308614c-8ea0-5243-b86d-b55a381f1389.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/53483618-36f4-5791-892f-b28685a99f8b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/53483618-36f4-5791-892f-b28685a99f8b.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/5351f8da-d5bf-5575-9772-716a38c3a9ff.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/5351f8da-d5bf-5575-9772-716a38c3a9ff.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/5396515d-464a-58e0-bb55-1b6aabcdc38e.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/5396515d-464a-58e0-bb55-1b6aabcdc38e.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/548f45c7-1c67-5f51-9956-f784d9f6f0ee.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/548f45c7-1c67-5f51-9956-f784d9f6f0ee.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/54bbb03e-cf0f-5532-af01-d28092e68423.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/54bbb03e-cf0f-5532-af01-d28092e68423.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/54f4ddd3-430c-5021-8f00-8767a0ed61d9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/54f4ddd3-430c-5021-8f00-8767a0ed61d9.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/55619fd7-b111-58a2-8118-fc9218c94cc2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/55619fd7-b111-58a2-8118-fc9218c94cc2.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/55729fb6-ef82-52ec-baaf-2d7184cae34b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/55729fb6-ef82-52ec-baaf-2d7184cae34b.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/564923ae-fb08-538f-9965-efc571b1554b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/564923ae-fb08-538f-9965-efc571b1554b.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/56c0eb8d-343d-570f-8744-d0a0161688b9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/56c0eb8d-343d-570f-8744-d0a0161688b9.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/587567d2-77a1-5f9f-9427-fb9c4e451624.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/587567d2-77a1-5f9f-9427-fb9c4e451624.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/599f498c-b73b-5737-8b79-a89c3ada76fa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/599f498c-b73b-5737-8b79-a89c3ada76fa.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/5a4070a5-d554-576f-bf55-d04963334da5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/5a4070a5-d554-576f-bf55-d04963334da5.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/5a80d6a7-7055-5108-a28a-2f1d5039ff15.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/5a80d6a7-7055-5108-a28a-2f1d5039ff15.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/5b3f3faf-ee41-5cab-bce9-1a739adfde34.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/5b3f3faf-ee41-5cab-bce9-1a739adfde34.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/5bb9cf70-1e2a-54ab-8afb-583096fcf05b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/5bb9cf70-1e2a-54ab-8afb-583096fcf05b.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/5bc62702-b127-58df-bb28-85ada29a7c78.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/5bc62702-b127-58df-bb28-85ada29a7c78.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/5c44cf23-f22f-5393-91cb-ad17e2860e81.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/5c44cf23-f22f-5393-91cb-ad17e2860e81.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/5c660ed4-ff30-5ffb-ba02-bc122fb67371.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/5c660ed4-ff30-5ffb-ba02-bc122fb67371.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/5ce32c7f-d11b-5817-ad46-b9f3853f4b60.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/5ce32c7f-d11b-5817-ad46-b9f3853f4b60.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/60a61c6f-b480-5dd2-b9f2-7e50ad793f15.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/60a61c6f-b480-5dd2-b9f2-7e50ad793f15.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/60d3d46a-5da2-5956-a066-1f9619c5d431.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/60d3d46a-5da2-5956-a066-1f9619c5d431.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/614980ef-5b81-51c4-a7dc-22beada067b4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/614980ef-5b81-51c4-a7dc-22beada067b4.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/61bbbd4a-9b3a-5fe6-b9df-03ecffdd33b1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/61bbbd4a-9b3a-5fe6-b9df-03ecffdd33b1.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/61d7ee6a-6b16-5e15-808b-fba84a914193.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/61d7ee6a-6b16-5e15-808b-fba84a914193.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/61de96db-8021-52a0-ac6d-8b1aff78dc23.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/61de96db-8021-52a0-ac6d-8b1aff78dc23.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/62aa5bba-31a9-57ac-a8e5-94746cfc1d6c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/62aa5bba-31a9-57ac-a8e5-94746cfc1d6c.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/62b02ec7-362b-5b4d-b308-c55cfbfb4311.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/62b02ec7-362b-5b4d-b308-c55cfbfb4311.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/62bf8f0d-e053-5e88-8a02-bfe544acce9d.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/62bf8f0d-e053-5e88-8a02-bfe544acce9d.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/631c05d7-e20e-5a7e-a0fb-c496014f3bcf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/631c05d7-e20e-5a7e-a0fb-c496014f3bcf.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/63ccc5ca-081d-51cd-93f5-efd421923a4c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/63ccc5ca-081d-51cd-93f5-efd421923a4c.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/641ea419-ee82-52d8-bb08-bf97e19e0a2b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/641ea419-ee82-52d8-bb08-bf97e19e0a2b.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/6435cd91-1ae8-5d02-b735-7c10d53368b6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/6435cd91-1ae8-5d02-b735-7c10d53368b6.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/649cdf93-e732-56db-903a-e46e2f4f2feb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/649cdf93-e732-56db-903a-e46e2f4f2feb.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/65c6dbd9-08b5-5fd6-b065-b4b000f0c146.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/65c6dbd9-08b5-5fd6-b065-b4b000f0c146.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/65de90d0-dea2-559c-9c20-0c5801602c18.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/65de90d0-dea2-559c-9c20-0c5801602c18.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/65e7172d-cf54-5076-8a67-d6e0dcfeb4f7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/65e7172d-cf54-5076-8a67-d6e0dcfeb4f7.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/661fa2ad-3a76-51b3-b5c6-0206822583dc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/661fa2ad-3a76-51b3-b5c6-0206822583dc.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/679a68f2-3c70-5f79-af23-19a026664128.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/679a68f2-3c70-5f79-af23-19a026664128.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/67e64b4e-e29d-5f1f-8310-bc13d8543e20.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/67e64b4e-e29d-5f1f-8310-bc13d8543e20.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/68142cd0-fd55-5e03-adb0-933ad514f433.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/68142cd0-fd55-5e03-adb0-933ad514f433.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/68d68bab-ec53-5c20-ad93-bb3930f9bd61.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/68d68bab-ec53-5c20-ad93-bb3930f9bd61.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/69153f08-18ae-56c1-a0cf-62a0657438e1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/69153f08-18ae-56c1-a0cf-62a0657438e1.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/69d248f8-d22a-5446-9c6e-f4df6635b749.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/69d248f8-d22a-5446-9c6e-f4df6635b749.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/6a655366-606b-5747-a09d-80b3ff171f43.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/6a655366-606b-5747-a09d-80b3ff171f43.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/6bd404bc-09ef-5a26-a816-4b1b50613ea3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/6bd404bc-09ef-5a26-a816-4b1b50613ea3.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/6beae49c-1dd3-5e8a-b94d-98e16792e759.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/6beae49c-1dd3-5e8a-b94d-98e16792e759.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/6c60eeb1-3ea7-57eb-82c3-ad1e55ac7068.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/6c60eeb1-3ea7-57eb-82c3-ad1e55ac7068.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/6c7220e4-91a7-5b17-a540-e876479da4f5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/6c7220e4-91a7-5b17-a540-e876479da4f5.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/6c7493e2-9343-5eb2-9486-f65735b60741.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/6c7493e2-9343-5eb2-9486-f65735b60741.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/6cb6f164-1ea7-5b51-b350-1a8e8fe70980.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/6cb6f164-1ea7-5b51-b350-1a8e8fe70980.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/6dc27cc7-5a42-50a6-9379-2e0101e2a219.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/6dc27cc7-5a42-50a6-9379-2e0101e2a219.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/6eb6a75d-eb7e-5f6e-b30f-dcfdc884ca7d.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/6eb6a75d-eb7e-5f6e-b30f-dcfdc884ca7d.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/6ec7ce7a-6ec5-5a61-afab-d717689282ac.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/6ec7ce7a-6ec5-5a61-afab-d717689282ac.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/6f6ff21c-f373-5e13-bc9f-135462d19a91.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/6f6ff21c-f373-5e13-bc9f-135462d19a91.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/6fbdd487-e08d-5b61-929e-06853c433565.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/6fbdd487-e08d-5b61-929e-06853c433565.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/6fc71771-915f-5987-a01f-26532d447aea.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/6fc71771-915f-5987-a01f-26532d447aea.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/70a9a462-ddfe-5ed0-bfe5-bbd4a6225f6c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/70a9a462-ddfe-5ed0-bfe5-bbd4a6225f6c.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/70cab3a7-f0be-5762-9236-cc92c51b0dbd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/70cab3a7-f0be-5762-9236-cc92c51b0dbd.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/71185d1b-248c-5e5c-a052-ff3a92ed9e88.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/71185d1b-248c-5e5c-a052-ff3a92ed9e88.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/728cad6a-8a06-585f-b3fa-a6876bbe4bc8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/728cad6a-8a06-585f-b3fa-a6876bbe4bc8.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/74bbf5fb-5d66-5e46-a0ff-d45c4c79e3be.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/74bbf5fb-5d66-5e46-a0ff-d45c4c79e3be.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/75083237-abba-5daa-b6ce-c3f398e10e6f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/75083237-abba-5daa-b6ce-c3f398e10e6f.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/755496e4-96fb-501c-a453-208f86469611.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/755496e4-96fb-501c-a453-208f86469611.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/755f8dad-293c-566d-b0b9-26ad46249cdb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/755f8dad-293c-566d-b0b9-26ad46249cdb.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/7621db46-f274-5090-8c06-70dc40522dca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/7621db46-f274-5090-8c06-70dc40522dca.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/773bcc5f-5add-5abe-844b-5f27bbd64805.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/773bcc5f-5add-5abe-844b-5f27bbd64805.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/777d5688-305b-5616-be16-1c58733c2241.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/777d5688-305b-5616-be16-1c58733c2241.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/77ae349a-d769-5724-b2a1-6fbb0c0911ab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/77ae349a-d769-5724-b2a1-6fbb0c0911ab.json -------------------------------------------------------------------------------- /docker/elasticsearch/documents/77e8eb13-a8bf-5872-888b-61bbd9469b00.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/documents/77e8eb13-a8bf-5872-888b-61bbd9469b00.json -------------------------------------------------------------------------------- /docker/elasticsearch/load-es-data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/load-es-data.sh -------------------------------------------------------------------------------- /docker/elasticsearch/mapping.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/elasticsearch/mapping.json -------------------------------------------------------------------------------- /docker/server/base.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/server/base.json -------------------------------------------------------------------------------- /docker/server/extended.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/server/extended.json -------------------------------------------------------------------------------- /docker/server/facets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/server/facets.json -------------------------------------------------------------------------------- /docker/server/matchbox.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/server/matchbox.json -------------------------------------------------------------------------------- /docker/server/table.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/server/table.json -------------------------------------------------------------------------------- /docker/test/wait-for-es.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/test/wait-for-es.sh -------------------------------------------------------------------------------- /docker/ui/env-config.template.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/ui/env-config.template.js -------------------------------------------------------------------------------- /docker/ui/nginx.conf.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/ui/nginx.conf.template -------------------------------------------------------------------------------- /docker/ui/security-headers.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/ui/security-headers.conf -------------------------------------------------------------------------------- /docker/ui/server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docker/ui/server.sh -------------------------------------------------------------------------------- /docs/assets/arrangerDev.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docs/assets/arrangerDev.svg -------------------------------------------------------------------------------- /docs/assets/arrangercomponent.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docs/assets/arrangercomponent.webp -------------------------------------------------------------------------------- /docs/assets/query-processing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docs/assets/query-processing.png -------------------------------------------------------------------------------- /docs/assets/sqon_query.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docs/assets/sqon_query.jpg -------------------------------------------------------------------------------- /docs/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docs/overview.md -------------------------------------------------------------------------------- /docs/setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docs/setup.md -------------------------------------------------------------------------------- /docs/usage/00-query-processing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docs/usage/00-query-processing.md -------------------------------------------------------------------------------- /docs/usage/01-index-mappings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docs/usage/01-index-mappings.md -------------------------------------------------------------------------------- /docs/usage/02-arranger-components.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docs/usage/02-arranger-components.md -------------------------------------------------------------------------------- /docs/usage/usage.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/docs/usage/usage.mdx -------------------------------------------------------------------------------- /eslint.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/eslint.config.js -------------------------------------------------------------------------------- /icon-arranger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/icon-arranger.png -------------------------------------------------------------------------------- /integration-tests/admin/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/integration-tests/admin/.babelrc -------------------------------------------------------------------------------- /integration-tests/admin/package-lock.json.disabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/integration-tests/admin/package-lock.json.disabled -------------------------------------------------------------------------------- /integration-tests/admin/package.json.disabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/integration-tests/admin/package.json.disabled -------------------------------------------------------------------------------- /integration-tests/admin/test/addProject.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/integration-tests/admin/test/addProject.js -------------------------------------------------------------------------------- /integration-tests/admin/test/assets/file_centric.mappings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/integration-tests/admin/test/assets/file_centric.mappings.json -------------------------------------------------------------------------------- /integration-tests/admin/test/assets/participant_centric.mappings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/integration-tests/admin/test/assets/participant_centric.mappings.json -------------------------------------------------------------------------------- /integration-tests/admin/test/index.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/integration-tests/admin/test/index.test.js -------------------------------------------------------------------------------- /integration-tests/import/__mocks__/styleMock.cjs: -------------------------------------------------------------------------------- 1 | // __mocks__/styleMock.js 2 | 3 | module.exports = {}; 4 | -------------------------------------------------------------------------------- /integration-tests/import/jest.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/integration-tests/import/jest.config.ts -------------------------------------------------------------------------------- /integration-tests/import/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/integration-tests/import/package.json -------------------------------------------------------------------------------- /integration-tests/import/test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/integration-tests/import/test.ts -------------------------------------------------------------------------------- /integration-tests/import/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/integration-tests/import/tsconfig.json -------------------------------------------------------------------------------- /integration-tests/server/configs/base.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/integration-tests/server/configs/base.json -------------------------------------------------------------------------------- /integration-tests/server/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/integration-tests/server/package.json -------------------------------------------------------------------------------- /integration-tests/server/test/assets/model_centric.data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/integration-tests/server/test/assets/model_centric.data.json -------------------------------------------------------------------------------- /integration-tests/server/test/assets/model_centric.mappings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/integration-tests/server/test/assets/model_centric.mappings.json -------------------------------------------------------------------------------- /integration-tests/server/test/index.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/integration-tests/server/test/index.test.js -------------------------------------------------------------------------------- /integration-tests/server/test/manageSets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/integration-tests/server/test/manageSets.js -------------------------------------------------------------------------------- /integration-tests/server/test/readAggregation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/integration-tests/server/test/readAggregation.js -------------------------------------------------------------------------------- /integration-tests/server/test/readMetadata.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/integration-tests/server/test/readMetadata.js -------------------------------------------------------------------------------- /integration-tests/server/test/readSearchData.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/integration-tests/server/test/readSearchData.js -------------------------------------------------------------------------------- /integration-tests/server/test/spinupActive.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/integration-tests/server/test/spinupActive.js -------------------------------------------------------------------------------- /integration-tests/server/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/integration-tests/server/tsconfig.json -------------------------------------------------------------------------------- /modules/admin-ui/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/README.md -------------------------------------------------------------------------------- /modules/admin-ui/images.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/images.d.ts -------------------------------------------------------------------------------- /modules/admin-ui/package-lock.json.disabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/package-lock.json.disabled -------------------------------------------------------------------------------- /modules/admin-ui/package.json.disabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/package.json.disabled -------------------------------------------------------------------------------- /modules/admin-ui/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/public/favicon.ico -------------------------------------------------------------------------------- /modules/admin-ui/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/public/index.html -------------------------------------------------------------------------------- /modules/admin-ui/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/public/manifest.json -------------------------------------------------------------------------------- /modules/admin-ui/src/App.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/App.test.tsx -------------------------------------------------------------------------------- /modules/admin-ui/src/App.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/App.tsx -------------------------------------------------------------------------------- /modules/admin-ui/src/components/Alert.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/components/Alert.tsx -------------------------------------------------------------------------------- /modules/admin-ui/src/components/ClickableTableCell.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/components/ClickableTableCell.tsx -------------------------------------------------------------------------------- /modules/admin-ui/src/components/Header.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/components/Header.tsx -------------------------------------------------------------------------------- /modules/admin-ui/src/components/Link.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/components/Link.ts -------------------------------------------------------------------------------- /modules/admin-ui/src/components/Modal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/components/Modal.tsx -------------------------------------------------------------------------------- /modules/admin-ui/src/components/SelectableTableRow.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/components/SelectableTableRow.ts -------------------------------------------------------------------------------- /modules/admin-ui/src/config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/config.ts -------------------------------------------------------------------------------- /modules/admin-ui/src/gql/queries/allProjectData.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/gql/queries/allProjectData.ts -------------------------------------------------------------------------------- /modules/admin-ui/src/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/index.tsx -------------------------------------------------------------------------------- /modules/admin-ui/src/pages/ConfigEditorDashboard/SortableList.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/pages/ConfigEditorDashboard/SortableList.tsx -------------------------------------------------------------------------------- /modules/admin-ui/src/pages/ConfigEditorDashboard/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/pages/ConfigEditorDashboard/index.tsx -------------------------------------------------------------------------------- /modules/admin-ui/src/pages/ProjectActionButtons.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/pages/ProjectActionButtons.tsx -------------------------------------------------------------------------------- /modules/admin-ui/src/pages/ProjectIndicesDashboard/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/pages/ProjectIndicesDashboard/index.tsx -------------------------------------------------------------------------------- /modules/admin-ui/src/pages/SaveProjectModal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/pages/SaveProjectModal.tsx -------------------------------------------------------------------------------- /modules/admin-ui/src/pages/VersionDashboard/AddProjectForm/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/pages/VersionDashboard/AddProjectForm/index.tsx -------------------------------------------------------------------------------- /modules/admin-ui/src/pages/VersionDashboard/AddProjectForm/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/pages/VersionDashboard/AddProjectForm/types.ts -------------------------------------------------------------------------------- /modules/admin-ui/src/pages/VersionDashboard/AddProjectForm/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/pages/VersionDashboard/AddProjectForm/utils.ts -------------------------------------------------------------------------------- /modules/admin-ui/src/pages/VersionDashboard/DeleteButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/pages/VersionDashboard/DeleteButton.tsx -------------------------------------------------------------------------------- /modules/admin-ui/src/pages/VersionDashboard/ExportButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/pages/VersionDashboard/ExportButton.tsx -------------------------------------------------------------------------------- /modules/admin-ui/src/pages/VersionDashboard/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/pages/VersionDashboard/index.tsx -------------------------------------------------------------------------------- /modules/admin-ui/src/pages/VersionDashboard/tableConfig.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/pages/VersionDashboard/tableConfig.ts -------------------------------------------------------------------------------- /modules/admin-ui/src/registerServiceWorker.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/registerServiceWorker.ts -------------------------------------------------------------------------------- /modules/admin-ui/src/shims-tsx.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/shims-tsx.d.ts -------------------------------------------------------------------------------- /modules/admin-ui/src/store/configEditorReducer/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/store/configEditorReducer/index.ts -------------------------------------------------------------------------------- /modules/admin-ui/src/store/configEditorReducer/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/store/configEditorReducer/types.ts -------------------------------------------------------------------------------- /modules/admin-ui/src/store/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/store/index.ts -------------------------------------------------------------------------------- /modules/admin-ui/src/store/types.ts: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/admin-ui/src/theme/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/theme/index.tsx -------------------------------------------------------------------------------- /modules/admin-ui/src/theme/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/theme/types.ts -------------------------------------------------------------------------------- /modules/admin-ui/src/utils/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/src/utils/index.tsx -------------------------------------------------------------------------------- /modules/admin-ui/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/tsconfig.json -------------------------------------------------------------------------------- /modules/admin-ui/tsconfig.npm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/tsconfig.npm.json -------------------------------------------------------------------------------- /modules/admin-ui/tsconfig.prod.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": "./tsconfig.json" 3 | } 4 | -------------------------------------------------------------------------------- /modules/admin-ui/tsconfig.test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/tsconfig.test.json -------------------------------------------------------------------------------- /modules/admin-ui/tslint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/tslint.json -------------------------------------------------------------------------------- /modules/admin-ui/webpack.config.npm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/admin-ui/webpack.config.npm.js -------------------------------------------------------------------------------- /modules/components/.env.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/.env.schema -------------------------------------------------------------------------------- /modules/components/.gitignore: -------------------------------------------------------------------------------- 1 | storybook-static -------------------------------------------------------------------------------- /modules/components/.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/.npmignore -------------------------------------------------------------------------------- /modules/components/.storybook/addons.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/.storybook/addons.js -------------------------------------------------------------------------------- /modules/components/.storybook/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/.storybook/config.js -------------------------------------------------------------------------------- /modules/components/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/README.md -------------------------------------------------------------------------------- /modules/components/__mocks__/fileMock.js: -------------------------------------------------------------------------------- 1 | export default 'test-file-stub'; 2 | -------------------------------------------------------------------------------- /modules/components/__mocks__/styleMock.js: -------------------------------------------------------------------------------- 1 | export default {}; 2 | -------------------------------------------------------------------------------- /modules/components/babel.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/babel.config.js -------------------------------------------------------------------------------- /modules/components/eslint.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/eslint.config.js -------------------------------------------------------------------------------- /modules/components/jest.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/jest.config.ts -------------------------------------------------------------------------------- /modules/components/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/package.json -------------------------------------------------------------------------------- /modules/components/public/themeStyles/beagle/aggsMinus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/public/themeStyles/beagle/aggsMinus.svg -------------------------------------------------------------------------------- /modules/components/public/themeStyles/beagle/aggsPlus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/public/themeStyles/beagle/aggsPlus.svg -------------------------------------------------------------------------------- /modules/components/public/themeStyles/beagle/beagle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/public/themeStyles/beagle/beagle.css -------------------------------------------------------------------------------- /modules/components/public/themeStyles/beagle/x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/public/themeStyles/beagle/x.svg -------------------------------------------------------------------------------- /modules/components/public/themeStyles/default.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/public/themeStyles/default.css -------------------------------------------------------------------------------- /modules/components/src/AdvancedFacetView/AdvancedFacetView.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/AdvancedFacetView/AdvancedFacetView.css -------------------------------------------------------------------------------- /modules/components/src/AdvancedFacetView/FacetView.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/AdvancedFacetView/FacetView.jsx -------------------------------------------------------------------------------- /modules/components/src/AdvancedFacetView/LiveAdvancedFacetView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/AdvancedFacetView/LiveAdvancedFacetView.js -------------------------------------------------------------------------------- /modules/components/src/AdvancedFacetView/elasticMockMapping.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/AdvancedFacetView/elasticMockMapping.js -------------------------------------------------------------------------------- /modules/components/src/AdvancedFacetView/index.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/AdvancedFacetView/index.jsx -------------------------------------------------------------------------------- /modules/components/src/AdvancedFacetView/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/AdvancedFacetView/utils.js -------------------------------------------------------------------------------- /modules/components/src/AdvancedSqonBuilder/SqonEntry.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/AdvancedSqonBuilder/SqonEntry.js -------------------------------------------------------------------------------- /modules/components/src/AdvancedSqonBuilder/filterComponents/common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/AdvancedSqonBuilder/filterComponents/common.js -------------------------------------------------------------------------------- /modules/components/src/AdvancedSqonBuilder/filterComponents/index.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/AdvancedSqonBuilder/filterComponents/index.jsx -------------------------------------------------------------------------------- /modules/components/src/AdvancedSqonBuilder/index.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/AdvancedSqonBuilder/index.jsx -------------------------------------------------------------------------------- /modules/components/src/AdvancedSqonBuilder/sqonPieces/BooleanOp.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/AdvancedSqonBuilder/sqonPieces/BooleanOp.jsx -------------------------------------------------------------------------------- /modules/components/src/AdvancedSqonBuilder/sqonPieces/FieldOp.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/AdvancedSqonBuilder/sqonPieces/FieldOp.jsx -------------------------------------------------------------------------------- /modules/components/src/AdvancedSqonBuilder/sqonPieces/common.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/AdvancedSqonBuilder/sqonPieces/common.jsx -------------------------------------------------------------------------------- /modules/components/src/AdvancedSqonBuilder/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/AdvancedSqonBuilder/style.css -------------------------------------------------------------------------------- /modules/components/src/AdvancedSqonBuilder/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/AdvancedSqonBuilder/utils.js -------------------------------------------------------------------------------- /modules/components/src/Arranger/Arranger.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Arranger/Arranger.jsx -------------------------------------------------------------------------------- /modules/components/src/Arranger/MatchBox.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Arranger/MatchBox.jsx -------------------------------------------------------------------------------- /modules/components/src/Arranger/Table.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Arranger/Table.jsx -------------------------------------------------------------------------------- /modules/components/src/Arranger/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Arranger/index.js -------------------------------------------------------------------------------- /modules/components/src/Arranger/sqonUtils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Arranger/sqonUtils.js -------------------------------------------------------------------------------- /modules/components/src/Button/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Button/index.tsx -------------------------------------------------------------------------------- /modules/components/src/Button/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Button/types.ts -------------------------------------------------------------------------------- /modules/components/src/DataContext/dataQueries.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/DataContext/dataQueries.ts -------------------------------------------------------------------------------- /modules/components/src/DataContext/helpers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/DataContext/helpers.ts -------------------------------------------------------------------------------- /modules/components/src/DataContext/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/DataContext/index.tsx -------------------------------------------------------------------------------- /modules/components/src/DataContext/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/DataContext/types.ts -------------------------------------------------------------------------------- /modules/components/src/DropDown/DropDown.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/DropDown/DropDown.css -------------------------------------------------------------------------------- /modules/components/src/DropDown/DropDown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/DropDown/DropDown.js -------------------------------------------------------------------------------- /modules/components/src/DropDown/MultiSelectDropDown.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/DropDown/MultiSelectDropDown.jsx -------------------------------------------------------------------------------- /modules/components/src/DropDown/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/DropDown/index.js -------------------------------------------------------------------------------- /modules/components/src/DropDown/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/DropDown/types.ts -------------------------------------------------------------------------------- /modules/components/src/Flex/Column.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Flex/Column.js -------------------------------------------------------------------------------- /modules/components/src/Flex/Row.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Flex/Row.js -------------------------------------------------------------------------------- /modules/components/src/Flex/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Flex/index.js -------------------------------------------------------------------------------- /modules/components/src/Icons/ArrowIcon/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Icons/ArrowIcon/index.tsx -------------------------------------------------------------------------------- /modules/components/src/Icons/ArrowIcon/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Icons/ArrowIcon/types.ts -------------------------------------------------------------------------------- /modules/components/src/Icons/CheckIcon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Icons/CheckIcon.js -------------------------------------------------------------------------------- /modules/components/src/Icons/ResetIcon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Icons/ResetIcon.js -------------------------------------------------------------------------------- /modules/components/src/Icons/SearchIcon/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Icons/SearchIcon/index.tsx -------------------------------------------------------------------------------- /modules/components/src/Icons/SearchIcon/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Icons/SearchIcon/types.ts -------------------------------------------------------------------------------- /modules/components/src/Icons/SortAlphaIcon/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Icons/SortAlphaIcon/index.tsx -------------------------------------------------------------------------------- /modules/components/src/Icons/SortAlphaIcon/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Icons/SortAlphaIcon/types.ts -------------------------------------------------------------------------------- /modules/components/src/Icons/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Icons/index.js -------------------------------------------------------------------------------- /modules/components/src/Icons/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Icons/types.ts -------------------------------------------------------------------------------- /modules/components/src/Input/Input.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Input/Input.js -------------------------------------------------------------------------------- /modules/components/src/Input/index.js: -------------------------------------------------------------------------------- 1 | export { default } from './Input.js'; 2 | -------------------------------------------------------------------------------- /modules/components/src/Input/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Input/types.ts -------------------------------------------------------------------------------- /modules/components/src/Loader/Loader.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Loader/Loader.tsx -------------------------------------------------------------------------------- /modules/components/src/Loader/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Loader/index.ts -------------------------------------------------------------------------------- /modules/components/src/Loader/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Loader/types.ts -------------------------------------------------------------------------------- /modules/components/src/Location.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Location.jsx -------------------------------------------------------------------------------- /modules/components/src/MatchBox/MatchBoxState.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/MatchBox/MatchBoxState.js -------------------------------------------------------------------------------- /modules/components/src/MatchBox/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/MatchBox/index.js -------------------------------------------------------------------------------- /modules/components/src/MetaMorphicChild/MetaMorphicChild.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/MetaMorphicChild/MetaMorphicChild.tsx -------------------------------------------------------------------------------- /modules/components/src/MetaMorphicChild/index.ts: -------------------------------------------------------------------------------- 1 | export { default } from './MetaMorphicChild.js'; 2 | -------------------------------------------------------------------------------- /modules/components/src/NestedTreeView/NestedTreeView.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/NestedTreeView/NestedTreeView.jsx -------------------------------------------------------------------------------- /modules/components/src/NestedTreeView/ReactTreeView.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/NestedTreeView/ReactTreeView.jsx -------------------------------------------------------------------------------- /modules/components/src/NestedTreeView/index.js: -------------------------------------------------------------------------------- 1 | export { default } from './NestedTreeView.js'; 2 | -------------------------------------------------------------------------------- /modules/components/src/NestedTreeView/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/NestedTreeView/style.css -------------------------------------------------------------------------------- /modules/components/src/Query.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Query.jsx -------------------------------------------------------------------------------- /modules/components/src/QuickSearch/QuickSearch.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/QuickSearch/QuickSearch.tsx -------------------------------------------------------------------------------- /modules/components/src/QuickSearch/QuickSearchDropdown.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/QuickSearch/QuickSearchDropdown.jsx -------------------------------------------------------------------------------- /modules/components/src/QuickSearch/QuickSearchQuery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/QuickSearch/QuickSearchQuery.js -------------------------------------------------------------------------------- /modules/components/src/QuickSearch/QuickSearchWrapper.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/QuickSearch/QuickSearchWrapper.jsx -------------------------------------------------------------------------------- /modules/components/src/QuickSearch/helpers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/QuickSearch/helpers.ts -------------------------------------------------------------------------------- /modules/components/src/QuickSearch/index.ts: -------------------------------------------------------------------------------- 1 | export { default } from './QuickSearch.js'; 2 | -------------------------------------------------------------------------------- /modules/components/src/QuickSearch/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/QuickSearch/types.ts -------------------------------------------------------------------------------- /modules/components/src/SQONViewer/EmptyMessage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/SQONViewer/EmptyMessage.tsx -------------------------------------------------------------------------------- /modules/components/src/SQONViewer/__tests__/utils.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/SQONViewer/__tests__/utils.test.js -------------------------------------------------------------------------------- /modules/components/src/SQONViewer/helpers.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/SQONViewer/helpers.tsx -------------------------------------------------------------------------------- /modules/components/src/SQONViewer/index.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/SQONViewer/index.jsx -------------------------------------------------------------------------------- /modules/components/src/SQONViewer/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/SQONViewer/types.ts -------------------------------------------------------------------------------- /modules/components/src/SQONViewer/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/SQONViewer/utils.js -------------------------------------------------------------------------------- /modules/components/src/Select/Select.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Select/Select.js -------------------------------------------------------------------------------- /modules/components/src/Select/index.js: -------------------------------------------------------------------------------- 1 | export { default, Option } from './Select.js'; 2 | -------------------------------------------------------------------------------- /modules/components/src/State.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/State.js -------------------------------------------------------------------------------- /modules/components/src/Stats/CombinedStatsQuery.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Stats/CombinedStatsQuery.jsx -------------------------------------------------------------------------------- /modules/components/src/Stats/Stats.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Stats/Stats.jsx -------------------------------------------------------------------------------- /modules/components/src/Stats/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Stats/index.js -------------------------------------------------------------------------------- /modules/components/src/Table/ColumnsSelectButton/index.ts: -------------------------------------------------------------------------------- 1 | export { default } from './ColumnsSelectButton.js'; 2 | -------------------------------------------------------------------------------- /modules/components/src/Table/ColumnsSelectButton/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/ColumnsSelectButton/types.ts -------------------------------------------------------------------------------- /modules/components/src/Table/CountDisplay/CountDisplay.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/CountDisplay/CountDisplay.tsx -------------------------------------------------------------------------------- /modules/components/src/Table/CountDisplay/helpers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/CountDisplay/helpers.ts -------------------------------------------------------------------------------- /modules/components/src/Table/CountDisplay/index.ts: -------------------------------------------------------------------------------- 1 | export { default } from './CountDisplay.js'; 2 | -------------------------------------------------------------------------------- /modules/components/src/Table/CountDisplay/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/CountDisplay/types.ts -------------------------------------------------------------------------------- /modules/components/src/Table/DownloadButton/DownloadButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/DownloadButton/DownloadButton.tsx -------------------------------------------------------------------------------- /modules/components/src/Table/DownloadButton/SingleDownload.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/DownloadButton/SingleDownload.tsx -------------------------------------------------------------------------------- /modules/components/src/Table/DownloadButton/helpers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/DownloadButton/helpers.ts -------------------------------------------------------------------------------- /modules/components/src/Table/DownloadButton/index.ts: -------------------------------------------------------------------------------- 1 | export { default } from './DownloadButton.js'; 2 | -------------------------------------------------------------------------------- /modules/components/src/Table/DownloadButton/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/DownloadButton/types.ts -------------------------------------------------------------------------------- /modules/components/src/Table/HeaderRow/HeaderRow.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/HeaderRow/HeaderRow.tsx -------------------------------------------------------------------------------- /modules/components/src/Table/HeaderRow/index.ts: -------------------------------------------------------------------------------- 1 | export { default } from './HeaderRow.js'; 2 | -------------------------------------------------------------------------------- /modules/components/src/Table/HeaderRow/type.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/HeaderRow/type.ts -------------------------------------------------------------------------------- /modules/components/src/Table/MaxRowsSelector/MaxRowsSelector.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/MaxRowsSelector/MaxRowsSelector.tsx -------------------------------------------------------------------------------- /modules/components/src/Table/MaxRowsSelector/index.ts: -------------------------------------------------------------------------------- 1 | export { default } from './MaxRowsSelector.js'; 2 | -------------------------------------------------------------------------------- /modules/components/src/Table/MaxRowsSelector/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/MaxRowsSelector/types.ts -------------------------------------------------------------------------------- /modules/components/src/Table/PageSelector/PageSelector.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/PageSelector/PageSelector.tsx -------------------------------------------------------------------------------- /modules/components/src/Table/PageSelector/index.ts: -------------------------------------------------------------------------------- 1 | export { default } from './PageSelector.js'; 2 | -------------------------------------------------------------------------------- /modules/components/src/Table/PageSelector/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/PageSelector/types.ts -------------------------------------------------------------------------------- /modules/components/src/Table/Pagination/Pagination.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/Pagination/Pagination.tsx -------------------------------------------------------------------------------- /modules/components/src/Table/Pagination/index.ts: -------------------------------------------------------------------------------- 1 | export { default } from './Pagination.js'; 2 | -------------------------------------------------------------------------------- /modules/components/src/Table/Pagination/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/Pagination/types.ts -------------------------------------------------------------------------------- /modules/components/src/Table/Row/Cell.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/Row/Cell.tsx -------------------------------------------------------------------------------- /modules/components/src/Table/Row/Row.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/Row/Row.tsx -------------------------------------------------------------------------------- /modules/components/src/Table/Row/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/Row/index.ts -------------------------------------------------------------------------------- /modules/components/src/Table/Row/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/Row/types.ts -------------------------------------------------------------------------------- /modules/components/src/Table/Table.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/Table.tsx -------------------------------------------------------------------------------- /modules/components/src/Table/Toolbar/Toolbar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/Toolbar/Toolbar.tsx -------------------------------------------------------------------------------- /modules/components/src/Table/Toolbar/index.ts: -------------------------------------------------------------------------------- 1 | export { default } from './Toolbar.js'; 2 | -------------------------------------------------------------------------------- /modules/components/src/Table/Toolbar/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/Toolbar/types.ts -------------------------------------------------------------------------------- /modules/components/src/Table/Wrapper.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/Wrapper.tsx -------------------------------------------------------------------------------- /modules/components/src/Table/helpers/cells.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/helpers/cells.tsx -------------------------------------------------------------------------------- /modules/components/src/Table/helpers/columns.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/helpers/columns.tsx -------------------------------------------------------------------------------- /modules/components/src/Table/helpers/context.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/helpers/context.tsx -------------------------------------------------------------------------------- /modules/components/src/Table/helpers/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/helpers/index.ts -------------------------------------------------------------------------------- /modules/components/src/Table/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/index.ts -------------------------------------------------------------------------------- /modules/components/src/Table/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Table/types.ts -------------------------------------------------------------------------------- /modules/components/src/Tabs.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Tabs.jsx -------------------------------------------------------------------------------- /modules/components/src/TextFilter/TextFilter.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/TextFilter/TextFilter.jsx -------------------------------------------------------------------------------- /modules/components/src/TextFilter/__tests__/TextFilter.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/TextFilter/__tests__/TextFilter.test.js -------------------------------------------------------------------------------- /modules/components/src/TextFilter/index.js: -------------------------------------------------------------------------------- 1 | export { default, generateNextSQON } from './TextFilter.js'; 2 | -------------------------------------------------------------------------------- /modules/components/src/TextHighlight/index.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/TextHighlight/index.jsx -------------------------------------------------------------------------------- /modules/components/src/TextHighlight/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/TextHighlight/types.ts -------------------------------------------------------------------------------- /modules/components/src/ThemeContext/baseTheme/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/ThemeContext/baseTheme/index.ts -------------------------------------------------------------------------------- /modules/components/src/ThemeContext/baseTheme/palette/colors/amber.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/ThemeContext/baseTheme/palette/colors/amber.ts -------------------------------------------------------------------------------- /modules/components/src/ThemeContext/baseTheme/palette/colors/blue.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/ThemeContext/baseTheme/palette/colors/blue.ts -------------------------------------------------------------------------------- /modules/components/src/ThemeContext/baseTheme/palette/colors/brown.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/ThemeContext/baseTheme/palette/colors/brown.ts -------------------------------------------------------------------------------- /modules/components/src/ThemeContext/baseTheme/palette/colors/cyan.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/ThemeContext/baseTheme/palette/colors/cyan.ts -------------------------------------------------------------------------------- /modules/components/src/ThemeContext/baseTheme/palette/colors/green.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/ThemeContext/baseTheme/palette/colors/green.ts -------------------------------------------------------------------------------- /modules/components/src/ThemeContext/baseTheme/palette/colors/grey.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/ThemeContext/baseTheme/palette/colors/grey.ts -------------------------------------------------------------------------------- /modules/components/src/ThemeContext/baseTheme/palette/colors/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/ThemeContext/baseTheme/palette/colors/index.ts -------------------------------------------------------------------------------- /modules/components/src/ThemeContext/baseTheme/palette/colors/lime.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/ThemeContext/baseTheme/palette/colors/lime.ts -------------------------------------------------------------------------------- /modules/components/src/ThemeContext/baseTheme/palette/colors/pink.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/ThemeContext/baseTheme/palette/colors/pink.ts -------------------------------------------------------------------------------- /modules/components/src/ThemeContext/baseTheme/palette/colors/red.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/ThemeContext/baseTheme/palette/colors/red.ts -------------------------------------------------------------------------------- /modules/components/src/ThemeContext/baseTheme/palette/colors/teal.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/ThemeContext/baseTheme/palette/colors/teal.ts -------------------------------------------------------------------------------- /modules/components/src/ThemeContext/baseTheme/palette/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/ThemeContext/baseTheme/palette/index.ts -------------------------------------------------------------------------------- /modules/components/src/ThemeContext/baseTheme/palette/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/ThemeContext/baseTheme/palette/utils.ts -------------------------------------------------------------------------------- /modules/components/src/ThemeContext/baseTheme/shape.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/ThemeContext/baseTheme/shape.ts -------------------------------------------------------------------------------- /modules/components/src/ThemeContext/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/ThemeContext/index.tsx -------------------------------------------------------------------------------- /modules/components/src/ThemeContext/types/common.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/ThemeContext/types/common.ts -------------------------------------------------------------------------------- /modules/components/src/ThemeContext/types/components.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/ThemeContext/types/components.ts -------------------------------------------------------------------------------- /modules/components/src/ThemeContext/types/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/ThemeContext/types/index.ts -------------------------------------------------------------------------------- /modules/components/src/ThemeContext/types/palette.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/ThemeContext/types/palette.ts -------------------------------------------------------------------------------- /modules/components/src/ThemeContext/types/shape.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/ThemeContext/types/shape.ts -------------------------------------------------------------------------------- /modules/components/src/ThemeContext/types/spacing.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/ThemeContext/types/spacing.ts -------------------------------------------------------------------------------- /modules/components/src/ThemeContext/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/ThemeContext/utils.ts -------------------------------------------------------------------------------- /modules/components/src/ThemeSwitcher/StyleProvider.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/ThemeSwitcher/StyleProvider.js -------------------------------------------------------------------------------- /modules/components/src/ThemeSwitcher/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/ThemeSwitcher/index.js -------------------------------------------------------------------------------- /modules/components/src/ToggleButton/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/ToggleButton/index.tsx -------------------------------------------------------------------------------- /modules/components/src/ToggleButton/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/ToggleButton/types.ts -------------------------------------------------------------------------------- /modules/components/src/Tooltip/StyledTooltip.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Tooltip/StyledTooltip.ts -------------------------------------------------------------------------------- /modules/components/src/Tooltip/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Tooltip/index.ts -------------------------------------------------------------------------------- /modules/components/src/Tooltip/tooltipedComponents.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Tooltip/tooltipedComponents.tsx -------------------------------------------------------------------------------- /modules/components/src/Tooltip/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/Tooltip/types.ts -------------------------------------------------------------------------------- /modules/components/src/aggregations/Aggregations.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/aggregations/Aggregations.jsx -------------------------------------------------------------------------------- /modules/components/src/aggregations/AggsGroup/AggsGroup.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/aggregations/AggsGroup/AggsGroup.jsx -------------------------------------------------------------------------------- /modules/components/src/aggregations/AggsGroup/index.ts: -------------------------------------------------------------------------------- 1 | export { default } from './AggsGroup.js'; 2 | -------------------------------------------------------------------------------- /modules/components/src/aggregations/AggsGroup/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/aggregations/AggsGroup/types.ts -------------------------------------------------------------------------------- /modules/components/src/aggregations/AggsPanel.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/aggregations/AggsPanel.jsx -------------------------------------------------------------------------------- /modules/components/src/aggregations/AggsQuery.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/aggregations/AggsQuery.jsx -------------------------------------------------------------------------------- /modules/components/src/aggregations/AggsState.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/aggregations/AggsState.ts -------------------------------------------------------------------------------- /modules/components/src/aggregations/BooleanAggs/constants.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/aggregations/BooleanAggs/constants.ts -------------------------------------------------------------------------------- /modules/components/src/aggregations/BooleanAggs/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/aggregations/BooleanAggs/index.tsx -------------------------------------------------------------------------------- /modules/components/src/aggregations/BooleanAggs/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/aggregations/BooleanAggs/types.ts -------------------------------------------------------------------------------- /modules/components/src/aggregations/BucketCount/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/aggregations/BucketCount/index.tsx -------------------------------------------------------------------------------- /modules/components/src/aggregations/BucketCount/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/aggregations/BucketCount/types.ts -------------------------------------------------------------------------------- /modules/components/src/aggregations/DatesAgg.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/aggregations/DatesAgg.jsx -------------------------------------------------------------------------------- /modules/components/src/aggregations/RangeAgg.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/aggregations/RangeAgg.jsx -------------------------------------------------------------------------------- /modules/components/src/aggregations/TermAggs/TermAggs.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/aggregations/TermAggs/TermAggs.jsx -------------------------------------------------------------------------------- /modules/components/src/aggregations/TermAggs/index.ts: -------------------------------------------------------------------------------- 1 | export { default } from './TermAggs.js'; 2 | -------------------------------------------------------------------------------- /modules/components/src/aggregations/TermAggs/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/aggregations/TermAggs/types.ts -------------------------------------------------------------------------------- /modules/components/src/aggregations/aggComponentsMap.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/aggregations/aggComponentsMap.jsx -------------------------------------------------------------------------------- /modules/components/src/aggregations/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/aggregations/index.ts -------------------------------------------------------------------------------- /modules/components/src/aggregations/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/aggregations/types.ts -------------------------------------------------------------------------------- /modules/components/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/index.ts -------------------------------------------------------------------------------- /modules/components/src/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/types.ts -------------------------------------------------------------------------------- /modules/components/src/utils/ClickAwayListener.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/utils/ClickAwayListener.js -------------------------------------------------------------------------------- /modules/components/src/utils/ExtendedMappingProvider.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/utils/ExtendedMappingProvider.jsx -------------------------------------------------------------------------------- /modules/components/src/utils/api.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/utils/api.ts -------------------------------------------------------------------------------- /modules/components/src/utils/columnsToGraphql.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/utils/columnsToGraphql.js -------------------------------------------------------------------------------- /modules/components/src/utils/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/utils/config.js -------------------------------------------------------------------------------- /modules/components/src/utils/dates.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/utils/dates.ts -------------------------------------------------------------------------------- /modules/components/src/utils/debugging.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/utils/debugging.ts -------------------------------------------------------------------------------- /modules/components/src/utils/download.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/utils/download.js -------------------------------------------------------------------------------- /modules/components/src/utils/esToAggTypeMap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/utils/esToAggTypeMap.js -------------------------------------------------------------------------------- /modules/components/src/utils/formatNumber.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/utils/formatNumber.js -------------------------------------------------------------------------------- /modules/components/src/utils/getComponentDisplayName.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/utils/getComponentDisplayName.tsx -------------------------------------------------------------------------------- /modules/components/src/utils/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/utils/index.ts -------------------------------------------------------------------------------- /modules/components/src/utils/missingProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/utils/missingProvider.ts -------------------------------------------------------------------------------- /modules/components/src/utils/noops.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/utils/noops.ts -------------------------------------------------------------------------------- /modules/components/src/utils/parseInputFiles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/utils/parseInputFiles.js -------------------------------------------------------------------------------- /modules/components/src/utils/saveSet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/utils/saveSet.js -------------------------------------------------------------------------------- /modules/components/src/utils/splitString.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/utils/splitString.js -------------------------------------------------------------------------------- /modules/components/src/utils/strToReg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/utils/strToReg.js -------------------------------------------------------------------------------- /modules/components/src/utils/stringCleaner.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/utils/stringCleaner.js -------------------------------------------------------------------------------- /modules/components/src/utils/translateSQONValue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/utils/translateSQONValue.js -------------------------------------------------------------------------------- /modules/components/src/utils/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/utils/types.ts -------------------------------------------------------------------------------- /modules/components/src/utils/uri/__tests__/uri.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/utils/uri/__tests__/uri.test.js -------------------------------------------------------------------------------- /modules/components/src/utils/uri/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/utils/uri/index.js -------------------------------------------------------------------------------- /modules/components/src/utils/uri/types.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/utils/uri/types.js -------------------------------------------------------------------------------- /modules/components/src/utils/useDebounce.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/src/utils/useDebounce.ts -------------------------------------------------------------------------------- /modules/components/stories/AdvancedFacetView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/stories/AdvancedFacetView.js -------------------------------------------------------------------------------- /modules/components/stories/AdvancedSqonBuilder/ProjectsProvider.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/stories/AdvancedSqonBuilder/ProjectsProvider.js -------------------------------------------------------------------------------- /modules/components/stories/AdvancedSqonBuilder/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/stories/AdvancedSqonBuilder/index.js -------------------------------------------------------------------------------- /modules/components/stories/AdvancedSqonBuilder/mocks.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/stories/AdvancedSqonBuilder/mocks.js -------------------------------------------------------------------------------- /modules/components/stories/Aggs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/stories/Aggs.css -------------------------------------------------------------------------------- /modules/components/stories/Aggs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/stories/Aggs.js -------------------------------------------------------------------------------- /modules/components/stories/Portal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/stories/Portal.js -------------------------------------------------------------------------------- /modules/components/stories/SQONViewer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/stories/SQONViewer.js -------------------------------------------------------------------------------- /modules/components/stories/Table.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/stories/Table.jsx -------------------------------------------------------------------------------- /modules/components/stories/Tabs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/stories/Tabs.js -------------------------------------------------------------------------------- /modules/components/stories/Treeview.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/stories/Treeview.js -------------------------------------------------------------------------------- /modules/components/stories/decorators.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/stories/decorators.js -------------------------------------------------------------------------------- /modules/components/stories/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/stories/index.js -------------------------------------------------------------------------------- /modules/components/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/tsconfig.json -------------------------------------------------------------------------------- /modules/components/tsconfig.release.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/components/tsconfig.release.json -------------------------------------------------------------------------------- /modules/server/.env.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/.env.schema -------------------------------------------------------------------------------- /modules/server/.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/.npmignore -------------------------------------------------------------------------------- /modules/server/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/README.md -------------------------------------------------------------------------------- /modules/server/configTemplates/base.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/configTemplates/base.json -------------------------------------------------------------------------------- /modules/server/configTemplates/configs.json.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/configTemplates/configs.json.schema -------------------------------------------------------------------------------- /modules/server/configTemplates/extended.json: -------------------------------------------------------------------------------- 1 | { 2 | "extended": [] 3 | } 4 | -------------------------------------------------------------------------------- /modules/server/configTemplates/facets.json: -------------------------------------------------------------------------------- 1 | { 2 | "facets": { 3 | "aggregations": [] 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /modules/server/configTemplates/matchbox.json: -------------------------------------------------------------------------------- 1 | { 2 | "matchbox": [] 3 | } 4 | -------------------------------------------------------------------------------- /modules/server/configTemplates/network.json: -------------------------------------------------------------------------------- 1 | { 2 | "network": [] 3 | } 4 | -------------------------------------------------------------------------------- /modules/server/configTemplates/table.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/configTemplates/table.json -------------------------------------------------------------------------------- /modules/server/eslint.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/eslint.config.js -------------------------------------------------------------------------------- /modules/server/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/index.ts -------------------------------------------------------------------------------- /modules/server/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/package.json -------------------------------------------------------------------------------- /modules/server/src/admin/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/index.ts -------------------------------------------------------------------------------- /modules/server/src/admin/resolvers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/resolvers.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemaTypeDefs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemaTypeDefs.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/AggsState/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/AggsState/index.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/AggsState/resolvers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/AggsState/resolvers.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/AggsState/schemaTypeDefs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/AggsState/schemaTypeDefs.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/AggsState/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/AggsState/types.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/AggsState/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/AggsState/utils.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/ColumnsState/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/ColumnsState/index.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/ColumnsState/resolvers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/ColumnsState/resolvers.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/ColumnsState/schemaTypeDefs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/ColumnsState/schemaTypeDefs.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/ColumnsState/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/ColumnsState/types.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/ColumnsState/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/ColumnsState/utils.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/ExtendedMapping/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/ExtendedMapping/index.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/ExtendedMapping/resolvers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/ExtendedMapping/resolvers.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/ExtendedMapping/schemaTypeDefs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/ExtendedMapping/schemaTypeDefs.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/ExtendedMapping/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/ExtendedMapping/types.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/ExtendedMapping/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/ExtendedMapping/utils.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/IndexSchema/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/IndexSchema/index.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/IndexSchema/resolvers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/IndexSchema/resolvers.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/IndexSchema/schemaTypeDefs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/IndexSchema/schemaTypeDefs.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/IndexSchema/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/IndexSchema/types.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/IndexSchema/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/IndexSchema/utils.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/MatchboxState/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/MatchboxState/index.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/MatchboxState/resolvers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/MatchboxState/resolvers.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/MatchboxState/schemaTypeDefs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/MatchboxState/schemaTypeDefs.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/MatchboxState/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/MatchboxState/types.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/MatchboxState/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/MatchboxState/utils.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/ProjectSchema/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/ProjectSchema/index.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/ProjectSchema/resolvers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/ProjectSchema/resolvers.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/ProjectSchema/schemaTypeDefs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/ProjectSchema/schemaTypeDefs.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/ProjectSchema/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/ProjectSchema/types.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/ProjectSchema/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/ProjectSchema/utils.ts -------------------------------------------------------------------------------- /modules/server/src/admin/schemas/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/schemas/types.ts -------------------------------------------------------------------------------- /modules/server/src/admin/services/constants.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/services/constants.ts -------------------------------------------------------------------------------- /modules/server/src/admin/services/elasticsearch/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/services/elasticsearch/index.ts -------------------------------------------------------------------------------- /modules/server/src/admin/services/elasticsearch/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/services/elasticsearch/types.ts -------------------------------------------------------------------------------- /modules/server/src/admin/services/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/services/index.ts -------------------------------------------------------------------------------- /modules/server/src/admin/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/admin/types.ts -------------------------------------------------------------------------------- /modules/server/src/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/app.js -------------------------------------------------------------------------------- /modules/server/src/config/constants.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/config/constants.ts -------------------------------------------------------------------------------- /modules/server/src/config/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/config/index.ts -------------------------------------------------------------------------------- /modules/server/src/config/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/config/types.ts -------------------------------------------------------------------------------- /modules/server/src/config/utils/getConfigFromFiles.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/config/utils/getConfigFromFiles.ts -------------------------------------------------------------------------------- /modules/server/src/config/utils/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/config/utils/index.ts -------------------------------------------------------------------------------- /modules/server/src/download/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/download/index.js -------------------------------------------------------------------------------- /modules/server/src/es_rest/index.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/server/src/globals.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/globals.d.ts -------------------------------------------------------------------------------- /modules/server/src/gqlServer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/gqlServer.ts -------------------------------------------------------------------------------- /modules/server/src/graphqlRoutes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/graphqlRoutes.js -------------------------------------------------------------------------------- /modules/server/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/index.js -------------------------------------------------------------------------------- /modules/server/src/mapping/__tests__/flattenMapping.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/__tests__/flattenMapping.test.js -------------------------------------------------------------------------------- /modules/server/src/mapping/__tests__/getNestedFields.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/__tests__/getNestedFields.test.js -------------------------------------------------------------------------------- /modules/server/src/mapping/__tests__/resolveHits/hitsToEdges.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/__tests__/resolveHits/hitsToEdges.test.js -------------------------------------------------------------------------------- /modules/server/src/mapping/addMappingsToTypes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/addMappingsToTypes.js -------------------------------------------------------------------------------- /modules/server/src/mapping/createConnectionResolvers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/createConnectionResolvers.ts -------------------------------------------------------------------------------- /modules/server/src/mapping/createConnectionTypeDefs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/createConnectionTypeDefs.js -------------------------------------------------------------------------------- /modules/server/src/mapping/esToAggTypeMap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/esToAggTypeMap.ts -------------------------------------------------------------------------------- /modules/server/src/mapping/extendMapping.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/extendMapping.ts -------------------------------------------------------------------------------- /modules/server/src/mapping/flattenMapping.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/flattenMapping.js -------------------------------------------------------------------------------- /modules/server/src/mapping/getNestedFields.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/getNestedFields.js -------------------------------------------------------------------------------- /modules/server/src/mapping/hackyTemporaryEsSetResolution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/hackyTemporaryEsSetResolution.js -------------------------------------------------------------------------------- /modules/server/src/mapping/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/index.js -------------------------------------------------------------------------------- /modules/server/src/mapping/mappingToAggsState.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/mappingToAggsState.js -------------------------------------------------------------------------------- /modules/server/src/mapping/mappingToAggsType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/mappingToAggsType.js -------------------------------------------------------------------------------- /modules/server/src/mapping/mappingToColumnsState.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/mappingToColumnsState.js -------------------------------------------------------------------------------- /modules/server/src/mapping/mappingToColumnsType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/mappingToColumnsType.js -------------------------------------------------------------------------------- /modules/server/src/mapping/mappingToFields.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/mappingToFields.js -------------------------------------------------------------------------------- /modules/server/src/mapping/mappingToMatchBoxState.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/mappingToMatchBoxState.js -------------------------------------------------------------------------------- /modules/server/src/mapping/mappingToNestedFields.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/mappingToNestedFields.js -------------------------------------------------------------------------------- /modules/server/src/mapping/mappingToNestedTypes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/mappingToNestedTypes.js -------------------------------------------------------------------------------- /modules/server/src/mapping/mappingToObjectTypes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/mappingToObjectTypes.js -------------------------------------------------------------------------------- /modules/server/src/mapping/mappingToScalarFields.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/mappingToScalarFields.js -------------------------------------------------------------------------------- /modules/server/src/mapping/resolveAggregations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/resolveAggregations.ts -------------------------------------------------------------------------------- /modules/server/src/mapping/resolveHits.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/resolveHits.js -------------------------------------------------------------------------------- /modules/server/src/mapping/resolveHitsFromAggs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/resolveHitsFromAggs.ts -------------------------------------------------------------------------------- /modules/server/src/mapping/resolveSets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/resolveSets.js -------------------------------------------------------------------------------- /modules/server/src/mapping/resolvers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/resolvers.ts -------------------------------------------------------------------------------- /modules/server/src/mapping/utils/columnsToGraphql.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/utils/columnsToGraphql.js -------------------------------------------------------------------------------- /modules/server/src/mapping/utils/compileFilter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/utils/compileFilter.js -------------------------------------------------------------------------------- /modules/server/src/mapping/utils/esSearch.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/utils/esSearch.ts -------------------------------------------------------------------------------- /modules/server/src/mapping/utils/fetchMapping.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/utils/fetchMapping.ts -------------------------------------------------------------------------------- /modules/server/src/mapping/utils/loadExtendedFields.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/utils/loadExtendedFields.js -------------------------------------------------------------------------------- /modules/server/src/mapping/utils/mapHits.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/mapping/utils/mapHits.ts -------------------------------------------------------------------------------- /modules/server/src/middleware/__tests__/buildQuery/buildQuery.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/middleware/__tests__/buildQuery/buildQuery.test.js -------------------------------------------------------------------------------- /modules/server/src/middleware/__tests__/flattenAggregations.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/middleware/__tests__/flattenAggregations.test.js -------------------------------------------------------------------------------- /modules/server/src/middleware/buildAggregations/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/middleware/buildAggregations/index.js -------------------------------------------------------------------------------- /modules/server/src/middleware/buildQuery/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/middleware/buildQuery/index.js -------------------------------------------------------------------------------- /modules/server/src/middleware/buildQuery/normalizeFilters.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/middleware/buildQuery/normalizeFilters.js -------------------------------------------------------------------------------- /modules/server/src/middleware/constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/middleware/constants.js -------------------------------------------------------------------------------- /modules/server/src/middleware/flattenAggregations.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/middleware/flattenAggregations.js -------------------------------------------------------------------------------- /modules/server/src/middleware/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/middleware/index.js -------------------------------------------------------------------------------- /modules/server/src/middleware/utils/esFilter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/middleware/utils/esFilter.js -------------------------------------------------------------------------------- /modules/server/src/middleware/utils/esToSafeJsInt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/middleware/utils/esToSafeJsInt.js -------------------------------------------------------------------------------- /modules/server/src/network/aggregations/AggregationAccumulator.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/network/aggregations/AggregationAccumulator.ts -------------------------------------------------------------------------------- /modules/server/src/network/aggregations/tests/aggregation.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/network/aggregations/tests/aggregation.test.ts -------------------------------------------------------------------------------- /modules/server/src/network/aggregations/tests/fixture.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/network/aggregations/tests/fixture.ts -------------------------------------------------------------------------------- /modules/server/src/network/gql.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/network/gql.ts -------------------------------------------------------------------------------- /modules/server/src/network/health.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/network/health.ts -------------------------------------------------------------------------------- /modules/server/src/network/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/network/index.ts -------------------------------------------------------------------------------- /modules/server/src/network/resolvers/aggregations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/network/resolvers/aggregations.ts -------------------------------------------------------------------------------- /modules/server/src/network/resolvers/fetch.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/network/resolvers/fetch.ts -------------------------------------------------------------------------------- /modules/server/src/network/resolvers/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/network/resolvers/index.ts -------------------------------------------------------------------------------- /modules/server/src/network/resolvers/networkNode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/network/resolvers/networkNode.ts -------------------------------------------------------------------------------- /modules/server/src/network/resolvers/query.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/network/resolvers/query.ts -------------------------------------------------------------------------------- /modules/server/src/network/resolvers/response.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/network/resolvers/response.ts -------------------------------------------------------------------------------- /modules/server/src/network/result.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/network/result.ts -------------------------------------------------------------------------------- /modules/server/src/network/setup/constants.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/network/setup/constants.ts -------------------------------------------------------------------------------- /modules/server/src/network/setup/fields.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/network/setup/fields.ts -------------------------------------------------------------------------------- /modules/server/src/network/setup/query.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/network/setup/query.ts -------------------------------------------------------------------------------- /modules/server/src/network/tests/fixtures.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/network/tests/fixtures.ts -------------------------------------------------------------------------------- /modules/server/src/network/tests/helpers.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/network/tests/helpers.test.ts -------------------------------------------------------------------------------- /modules/server/src/network/tests/index.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/network/tests/index.test.ts -------------------------------------------------------------------------------- /modules/server/src/network/tests/query.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/network/tests/query.test.ts -------------------------------------------------------------------------------- /modules/server/src/network/tests/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/network/tests/utils.ts -------------------------------------------------------------------------------- /modules/server/src/network/typeDefs/aggregations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/network/typeDefs/aggregations.ts -------------------------------------------------------------------------------- /modules/server/src/network/typeDefs/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/network/typeDefs/index.ts -------------------------------------------------------------------------------- /modules/server/src/network/types/hits.ts: -------------------------------------------------------------------------------- 1 | export type Hits = { total: number }; 2 | -------------------------------------------------------------------------------- /modules/server/src/network/types/setup.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/network/types/setup.ts -------------------------------------------------------------------------------- /modules/server/src/network/utils/gql.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/network/utils/gql.ts -------------------------------------------------------------------------------- /modules/server/src/network/utils/promise.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/network/utils/promise.ts -------------------------------------------------------------------------------- /modules/server/src/network/utils/sqon.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/network/utils/sqon.ts -------------------------------------------------------------------------------- /modules/server/src/schema/Aggregations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/schema/Aggregations.ts -------------------------------------------------------------------------------- /modules/server/src/schema/Root.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/schema/Root.ts -------------------------------------------------------------------------------- /modules/server/src/schema/Sets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/schema/Sets.js -------------------------------------------------------------------------------- /modules/server/src/schema/Sort.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/schema/Sort.js -------------------------------------------------------------------------------- /modules/server/src/schema/configQuery.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/schema/configQuery.ts -------------------------------------------------------------------------------- /modules/server/src/schema/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/schema/index.js -------------------------------------------------------------------------------- /modules/server/src/server.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/server.ts -------------------------------------------------------------------------------- /modules/server/src/utils/__tests__/dataToTSV.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/utils/__tests__/dataToTSV.test.js -------------------------------------------------------------------------------- /modules/server/src/utils/ajax.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/utils/ajax.ts -------------------------------------------------------------------------------- /modules/server/src/utils/dataToExportFormat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/utils/dataToExportFormat.js -------------------------------------------------------------------------------- /modules/server/src/utils/fetchMappings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/utils/fetchMappings.js -------------------------------------------------------------------------------- /modules/server/src/utils/getAllData.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/utils/getAllData.js -------------------------------------------------------------------------------- /modules/server/src/utils/getDefaultServerSideFilter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/utils/getDefaultServerSideFilter.ts -------------------------------------------------------------------------------- /modules/server/src/utils/initializeExtendedFields.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/utils/initializeExtendedFields.js -------------------------------------------------------------------------------- /modules/server/src/utils/mapHits.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/utils/mapHits.js -------------------------------------------------------------------------------- /modules/server/src/utils/noops.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/utils/noops.ts -------------------------------------------------------------------------------- /modules/server/src/utils/replaceBy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/utils/replaceBy.js -------------------------------------------------------------------------------- /modules/server/src/utils/runQuery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/utils/runQuery.js -------------------------------------------------------------------------------- /modules/server/src/utils/stringFns.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/utils/stringFns.ts -------------------------------------------------------------------------------- /modules/server/src/utils/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/src/utils/types.ts -------------------------------------------------------------------------------- /modules/server/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/tsconfig.json -------------------------------------------------------------------------------- /modules/server/tsconfig.release.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/modules/server/tsconfig.release.json -------------------------------------------------------------------------------- /ov-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/ov-logo.png -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/package.json -------------------------------------------------------------------------------- /prettier.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/prettier.config.js -------------------------------------------------------------------------------- /scripts/format-all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/scripts/format-all.sh -------------------------------------------------------------------------------- /scripts/retry-command.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/scripts/retry-command.sh -------------------------------------------------------------------------------- /tsconfig.eslint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overture-stack/arranger/HEAD/tsconfig.eslint.json --------------------------------------------------------------------------------