Hello all,
The last two weeks, I have been working on the following things, in reverse chronological order:
* Changing Elasticsearch schema to be compatible with current (6.x) version. Minimum modifications (renaming a field) are needed in order to adjust to future (7.x, 8.x, 9.x) ES versions. The necessary adjustments have been performed to all ahmia projects (ahmia-index, site, crawler) [ a091eb0 https://github.com/ahmia/ahmia-index/commit/a091eb0807a7659e14dc096701f3fe9d9a7b88cf] [576b94f https://github.com/ahmia/ahmia-site/commit/576b94f84f3950270a0c5c66f338a56ca6949509] [2d2cf40 https://github.com/ahmia/ahmia-crawler/commit/2d2cf4008026c671a8aa4d6f80a2e60530fd8af5 ] * Introduce flexible logging capability controlled by web app's settings (ahmia-site) [63174fd https://github.com/ahmia/ahmia-site/commit/6e174fddad91b7c5eaccc6eed77b9fbedc186494, dcf5e85 https://github.com/ahmia/ahmia-site/commit/dcf5e85678d744a0993cae5a681e20fb9e3f62f0 ] * introduce django admin support (ahmia-site) [9dd94b4 https://github.com/ahmia/ahmia-site/commit/9dd94b4a98e5581c5bfdfc9da43713dda8ee99c5 ] * Slightly improving the code that handles onion adding form for users [ 8af3382 https://github.com/ahmia/ahmia-site/commit/8af3382636cd87751d710e2ec53dd168e651a4f3 ] * Updated django tests to match current situation (ahmia-site) [0c13e6c https://github.com/ahmia/ahmia-site/commit/0c13e6cdac1c22f464a595186d6a9c0dd34e8f9d ]
BR, Stelios