| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Indexer: Return json from the /search endpoint | Baitinq | 2022-10-27 | 1 | -7/+4 |
| | | |||||
| * | Indexer: Use CrawledResource structure as values in the reverse index db | Baitinq | 2022-10-25 | 1 | -11/+43 |
| | | | | | This will allow us to integrate priorities and other improvements. | ||||
| * | Indexer: Add "correct" error handling | Baitinq | 2022-10-25 | 1 | -7/+7 |
| | | |||||
| * | Crawler+Indexer: Rust cleanup | Baitinq | 2022-10-23 | 1 | -11/+4 |
| | | | | | | | Getting more familiar with the language so fixed some non optimal into_iter() usage, unnecessary .clone()s and unnecessary hack when we could just get a &mut for inserting into the indexer url database. | ||||
| * | Indexer: Listen on 0.0.0.0 | Baitinq | 2022-10-23 | 1 | -1/+1 |
| | | |||||
| * | Indexer: Implement basic reverse index searching and adding | Baitinq | 2022-10-22 | 1 | -8/+81 |
| | | | | | Very inefficient but kind of functional:::))))))) | ||||
| * | Indexer: Add skeleton http rest endpoint functionality | Baitinq | 2022-10-21 | 1 | -1/+31 |
| | | | | | /search and /resource endpoint. | ||||
| * | Misc: Separate OSSE into components | Baitinq | 2022-10-19 | 1 | -0/+3 |
| We now have a cargo workspace with the Crawler, Client and Indexer packages. | |||||