eBooru/bin
Earlopain 3a58ac0938
Switch to OpenSearch (#550)
Run the following commands to import data into OpenSearch:

Post.document_store.create_index!
PostVersion.document_store.create_index!
Post.document_store.import
PostVersion.document_store.import

* Add opensearch client

* Add url param to force use opensearch

* Switch import method over to opensearch

* Index to opensearch as well

* Add option to gradually roll out os

* Index os with separate queue

* Move os post creation to job as well

* Exclusively use the OpenSearch client

* Stop enqueuing OsIndexUpdateJob

* Remove remaining elasticsearch code

Bump faraday since v2 is no longer blocked
2023-10-02 18:57:07 +02:00
..
bundle [Rails] Remove currently broken binstubs 2023-01-28 16:41:55 +01:00
rails [Rails] Update to 7 and run app:update 2022-10-10 13:22:35 +02:00
rake [Rails] Upgrade to rails 6.1 + fix tests 2021-02-25 12:08:09 -08:00
setup Switch to OpenSearch (#550) 2023-10-02 18:57:07 +02:00
webpack Fix webpacker SCSS 2019-11-24 06:18:02 -08:00
yarn [JS] Because I was forced to upgrade webpack and redo everything from scratch 2021-09-22 23:29:14 -07:00