| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: cleanup ignored files | Adam Mathes | 12 days | 1 | -40/+0 |
| | | |||||
| * | refactor(backend): improve testability and add tests (NK-6q9nyg) | Adam Mathes | 12 days | 3 | -0/+152 |
| | | |||||
| * | Add comprehensive test suite — 81% cross-package coverage | Adam Mathes | 13 days | 1 | -0/+233 |
| | | | | | | | | | | | | | | | | | | | | | | | Bug fixes: - config: remove unused log import - item: fix Printf format %d->%t for boolean ReadState - util: update stale config.Read -> config.Init, remove config.Config.DBServer Test files added: - config/config_test.go: Init, readConfig, addDefaults (100%) - vlog/vlog_test.go: Printf, Println verbose/silent (100%) - models/db_test.go: InitDB tests - models/feed/feed_test.go: CRUD, filter, Categories, NewFeed, ResolveFeedURL (87%) - models/item/item_test.go: CRUD, Filter with category/search/starred, rewriteImages (71%) - exporter/exporter_test.go: all export formats (91%) - importer/importer_test.go: InsertIItem, ImportJSON (90%) - crawler/crawler_test.go: GetFeedContent, CrawlFeed, CrawlWorker, Crawl (89%) - web/web_test.go: auth, login/logout, stream, item, feed, category, export, crawl, imageProxy handlers (77%) Remaining 0% functions require HTTP/rice.MustFindBox/main entry and can't be unit tested without refactoring (see tickets NK-gqkh96, NK-6q9nyg). | ||||
| * | close results channel | Adam Mathes | 2018-07-07 | 1 | -0/+1 |
| | | |||||
| * | add \n to stored item logging | Adam Mathes | 2018-07-04 | 1 | -1/+1 |
| | | |||||
| * | spelling | Adam Mathes | 2018-07-04 | 1 | -1/+1 |
| | | |||||
| * | set limit to number of simultaneous crawl jobs | Adam Mathes | 2018-04-30 | 1 | -6/+28 |
| | | |||||
| * | opml export | Adam Mathes | 2018-04-07 | 1 | -0/+1 |
| | | |||||
| * | remove extra printing in crawler | Adam Mathes | 2018-03-02 | 1 | -2/+0 |
| | | |||||
| * | custom user-agent for crawler | Adam Mathes | 2018-02-20 | 1 | -1/+48 |
| | | |||||
| * | turn off full content crawler | Adam Mathes | 2018-02-19 | 1 | -2/+3 |
| | | |||||
| * | enable full_text and header_image | Adam Mathes | 2017-11-19 | 1 | -8/+9 |
| | | |||||
| * | silent by default, verbose option added. -feeds cmd line option added | Adam Mathes | 2017-02-25 | 1 | -7/+8 |
| | | |||||
| * | crawler fix | Adam Mathes | 2017-02-17 | 1 | -2/+1 |
| | | |||||
| * | oops, timestamps again | Adam Mathes | 2017-02-16 | 1 | -2/+4 |
| | | |||||
| * | trying again with date fmt | Adam Mathes | 2017-02-16 | 1 | -3/+5 |
| | | |||||
| * | well that date stuff didnt work right at all whoops | Adam Mathes | 2017-02-16 | 1 | -3/+3 |
| | | |||||
| * | change to personal namespace | Adam Mathes | 2017-02-07 | 1 | -2/+2 |
| | | |||||
| * | fix typo | Adam Mathes | 2017-02-02 | 1 | -1/+1 |
| | | |||||
| * | fix crash on import related to unparsed dates | Adam Mathes | 2017-02-02 | 1 | -2/+3 |
| | | |||||
| * | import paths | Adam Mathes | 2017-02-02 | 1 | -1/+1 |
| | | |||||
| * | fix includes | Adam Mathes | 2017-02-02 | 1 | -1/+1 |
| | | |||||
| * | slightly better handling of dates | Adam Mathes | 2017-02-02 | 1 | -3/+2 |
| | | |||||
| * | switch rss parsers, properly support content:encoded | Adam Mathes | 2017-02-01 | 1 | -5/+24 |
| | | |||||
| * | print item creation errors during crawl | Adam Mathes | 2017-01-24 | 1 | -1/+4 |
| | | |||||
| * | neko v2 initial commit | Adam Mathes | 2017-01-23 | 1 | -0/+63 |
