aboutsummaryrefslogtreecommitdiffstats
path: root/models/feed
Commit message (Collapse)AuthorAgeFilesLines
* chore: cleanup ignored filesAdam Mathes12 days1-59/+0
|
* refactor(backend): improve testability and add tests (NK-6q9nyg)Adam Mathes12 days1-0/+59
|
* fix(crawler): prevent panic on missing Content-Type and use custom UA ↵Adam Mathes12 days1-10/+26
| | | | (NK-uywybr)
* wip: tui updates (buggy)Adam Mathes13 days2-5/+39
|
* Add comprehensive test suite — 81% cross-package coverageAdam Mathes13 days1-0/+411
| | | | | | | | | | | | | | | | | | | | | | 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).
* fix mem leak (maybe) in feed crawler, re-enable bg crawlAdam Mathes2018-12-161-1/+1
|
* wip category stuffAdam Mathes2018-04-221-1/+0
|
* wip single category on feedAdam Mathes2018-04-221-11/+43
|
* opml exportAdam Mathes2018-04-071-8/+13
|
* deal with relative urls in feed resolution, sortaAdam Mathes2018-01-291-0/+5
|
* add basic feed discovery for new feedsAdam Mathes2017-11-231-0/+56
|
* sort feeds by lc(title)Adam Mathes2017-11-221-1/+1
|
* gofmtAdam Mathes2017-10-211-1/+1
|
* order all feeds by urlAdam Mathes2017-10-211-1/+1
|
* change to personal namespaceAdam Mathes2017-02-071-1/+1
|
* fix includesAdam Mathes2017-02-021-1/+1
|
* neko v2 initial commitAdam Mathes2017-01-231-0/+103