document which markdown flavor is used in Plume
Document supported programming languages
Bump rack from 2.0.8 to 2.2.3
I have no idea, but I never configured it on GitHub, it came by itself.
kiwii
deleted branch dependabot/bundler/rack-2.2.3 from plume/documentation
2020-07-24 16:22:23 +00:00
Bump rack from 2.0.8 to 2.2.3
plume-model: refactor Searcher to have its own DbPool
It is a r2d2::Error
, not the same as Diesel's one apparently. And I don't want to add another direct dependency in our Cargo.toml.
plume-model: refactor Searcher to have its own DbPool
I think all the previous ones are safe: we now it can't panic because we control the search index schema, we know that these fields exist (even if Rust can't check this at comoile-time). Here, we may fail to get a DB connection from the pool for whatever reason, and I think we should make the error "go up", so that the web UI or the CLI can display a proper error.
plume-model: refactor Searcher to have its own DbPool
I would prefer using ?
instead of unwrap
here.
[BUG FIX]Make it possible to switch to rich text editor