Moved all diesel queries into hammond-data/src/dbquerries.rs module. |
|
More...
|
about 7 years ago
|
Revert back to using an Arc<Mutex<Connection>> instead of the pool. |
|
More...
|
about 7 years ago
|
I hate everything. |
|
More...
|
about 7 years ago
|
partially-fixed the tests and benchmarks. |
|
More...
|
about 7 years ago
|
Refactored to remove from Database refferences. |
|
More...
|
about 7 years ago
|
Refactored dbquerries. |
|
More...
|
about 7 years ago
|
Removed the Database type alias. |
|
More...
|
about 7 years ago
|
Initial switch to using r2d2. |
|
More...
|
about 7 years ago
|
Update dependancies. |
|
More...
|
about 7 years ago
|
Move stuff from hammond_data/src/lib.rs into utils. |
|
More...
|
about 7 years ago
|
Reverted index_channel items to the synchronous version. |
|
More...
|
about 7 years ago
|
Converted iter_mut into into_iter wherever possible. |
|
More...
|
about 7 years ago
|
Removed id function from diesel models. |
|
More...
|
about 7 years ago
|
Renamed hammond-data/src/feedparser.rs module into parser.rs. |
|
More...
|
about 7 years ago
|
Renamed hammond-data/src/index_feeds.rs module into feed.rs. |
|
More...
|
about 7 years ago
|
Renamed index_feeds and fetch_feeds functions. |
|
More...
|
about 7 years ago
|
Moved Database type-alias into hammond-data/src/lib.rs. |
|
More...
|
about 7 years ago
|
Moved indexing episode into a NewEpisode method. |
|
More...
|
about 7 years ago
|
Move some indexing functions into methods of insertable models. |
|
More...
|
about 7 years ago
|
Moved insert_return functions into methods of insertable models. |
|
More...
|
about 7 years ago
|
Convert Feed struct-tuple into a plain struct. |
|
More...
|
about 7 years ago
|
Make Feed fields private. |
|
More...
|
about 7 years ago
|
Initial draft of hammond-data/src/index_feed.rs API redesign. |
|
More...
|
about 7 years ago
|
Renamed hammond-data/src/dbcheckup.rs into utils.rs |
|
More...
|
about 7 years ago
|
Updated Readme and TODO. |
|
More...
|
about 7 years ago
|
Split hammond-data/models into sub modules. |
|
More...
|
about 7 years ago
|
Added extra columns to podcast and episode tables. |
|
More...
|
about 7 years ago
|
Renamed Gresource path in order to be less confusing. |
|
More...
|
about 7 years ago
|
Refactored indexing functions of the Diesel models. |
|
More...
|
about 7 years ago
|
Removed the file open syscall from the benchmark. |
|
More...
|
about 7 years ago
|