Commit Graph

1328 Commits (e817941cc53df90ea8ba36db34b39953ab9378fd)
 

Author SHA1 Message Date
Kitaiti Makoto e817941cc5 Update pot 3 years ago
Kitaiti Makoto 06962514fe Run database migration on CI 3 years ago
Kitaiti Makoto c3c8f6804b Remove transaction from test search::tests::search for CI 3 years ago
Kitaiti Makoto 6dd730030d Wrap Post in PostEvent with Arc
See https://github.com/riker-rs/riker/issues/153
3 years ago
Kitaiti Makoto 6c1dd6608d Add test for search actor 3 years ago
Kitaiti Makoto 42fb0cf825 Use pattern match instead of unwrap() 3 years ago
Kitaiti Makoto 2483303138 SearchActor waits for transaction commit 3 years ago
Kitaiti Makoto 47e67d9b64 Add methods to clear data of instances and users table for testing 3 years ago
Kitaiti Makoto 1d042e1bb2 Add methods to clear data of instances and users table for testing 3 years ago
Kitaiti Makoto 31418b1079 Fix search::tests::search to use searcher directly instead of actor 3 years ago
Kitaiti Makoto 68d79bfa9c Publish PostUpdated only when the post is published 3 years ago
Kitaiti Makoto a46b718937 Ignore search::tests::search 3 years ago
Kitaiti Makoto 5570494a37 Update pot 3 years ago
Kitaiti Makoto a0cd9dd6bd Fix tests to follow API changes 3 years ago
Kitaiti Makoto cd5895d560 Update pot 3 years ago
Kitaiti Makoto fc8ee1c3bc Remove searcher from arguments of Post::delete() and dependented methods 3 years ago
Kitaiti Makoto 2a8cc5f3ba Send event to channel when post deleted 3 years ago
Kitaiti Makoto 82524c9dca Update pot 3 years ago
Kitaiti Makoto 864379fb81 Remove searcher from arguments of Post::update() 3 years ago
Kitaiti Makoto aae2073146 Send event to channel when post updated 3 years ago
Kitaiti Makoto 69963689f9 Update pot 3 years ago
Kitaiti Makoto 6ad3359609 Remove searcher from arguments of Post::insert() 3 years ago
Kitaiti Makoto 6a2ba2260d Send event to channel when post published 3 years ago
Kitaiti Makoto ccbf2124cb Run cargo fmt 3 years ago
Kitaiti Makoto a733ece26e Suppress clippy 3 years ago
Kitaiti Makoto 16624fd742 Run cargo fmt 3 years ago
Kitaiti Makoto e18be6ec95 Initialize SearchActor at start 3 years ago
Kitaiti Makoto 1bfed0294f Define SearchActor::init() 3 years ago
Kitaiti Makoto d4d32bcc11 Define ACTOR_SYS and POST_CHAN 3 years ago
Kitaiti Makoto 0a148721de Define SearchActor 3 years ago
Kitaiti Makoto cfe097edf4 Define PostEvent 3 years ago
Kitaiti Makoto 578768d7df Remove unnecessary attribute to suppress clippy 3 years ago
Kitaiti Makoto 996dc309f7 Make Searcher::open_or_create() accept path and tokenizers 3 years ago
Kitaiti Makoto 09d9164a1c Extract Searcher::open_or_recreate() from main() 3 years ago
Kitaiti Makoto 43f32d30cb Add once_cell to dependdencies 3 years ago
Kitaiti Makoto b1d7b3969d Add Riker to dependencies 3 years ago
KitaitiMakoto 89fa208bec Update CHANGELOG (#881)
Update CHANGELOG

Co-authored-by: Kitaiti Makoto <KitaitiMakoto@gmail.com>
Reviewed-on: #881
3 years ago
KitaitiMakoto a11205324b Merge pull request 'Upgrade Tantivy to 0.13.3' (#878) from upgrade-tantivy into main
Reviewed-on: #878
3 years ago
Kitaiti Makoto 7d17b12000 Upgrade lindera-tantivy to 0.7.1 3 years ago
Kitaiti Makoto 885dcf91fe Remove redundant imports 3 years ago
Kitaiti Makoto 192c0f8efd Remove unused lifetime 3 years ago
Kitaiti Makoto 35e71b0f8a Replace string range access with strip_prefix() 3 years ago
Kitaiti Makoto 1a24ba44b2 Remove redundant imports 3 years ago
Kitaiti Makoto 7c00d4a88a Remove no-landing-pads option from CI environment 3 years ago
Kitaiti Makoto 476310a217 Update plume.pot 3 years ago
Kitaiti Makoto 26ffde726f Run cargo fmt 3 years ago
Kitaiti Makoto 3fd89e6b48 Remove unnecessary wraps 3 years ago
Kitaiti Makoto be939cf169 Suppress clippy 3 years ago
Kitaiti Makoto 4a15bef34f Impl From<ListType> for i32 instead of Into<i32> for ListType 3 years ago
Kitaiti Makoto 6eee4b0b65 Define custom errors 3 years ago