aboutsummaryrefslogtreecommitdiffstats
path: root/importer
Commit message (Collapse)AuthorAgeFilesLines
* Refactor: project structure, implement dependency injection, and align v2 UI ↵Adam Mathes11 days2-238/+0
| | | | with v1
* wip: tui updates (buggy)Adam Mathes13 days2-13/+42
|
* Add comprehensive test suite — 81% cross-package coverageAdam Mathes13 days1-0/+129
| | | | | | | | | | | | | | | | | | | | | | 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).
* change to personal namespaceAdam Mathes2017-02-071-2/+2
|
* fix paths, againAdam Mathes2017-02-021-2/+2
|
* neko v2 initial commitAdam Mathes2017-01-231-0/+80