Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | db/db.go: add docs | siddharth | 2021-12-13 | 1 | -0/+19 | |
* | config/config.go: add docs. | siddharth | 2021-12-13 | 1 | -3/+12 | |
* | state/state.go: add docs | siddharth | 2021-12-13 | 1 | -0/+3 | |
* | schema/schema.go: add docs | siddharth | 2021-12-13 | 1 | -2/+7 | |
* | fern.go: fix typov0.2.2 | siddharth | 2021-12-01 | 1 | -2/+2 | |
* | fern.go: fix indentation in docv0.2.1 | siddharth | 2021-12-01 | 1 | -1/+1 | |
* | README.md: rewrite itv0.2.0 | siddharth | 2021-12-01 | 1 | -14/+2 | |
* | fern.go: add doc | siddharth | 2021-12-01 | 1 | -1/+37 | |
* | state: update ProcessState.DB | siddharth | 2021-11-29 | 1 | -1/+2 | |
* | fern: update init | siddharth | 2021-11-29 | 1 | -0/+2 | |
* | state: update ProcessState | siddharth | 2021-11-29 | 2 | -7/+6 | |
* | state: update ProcessState | siddharth | 2021-11-29 | 2 | -4/+0 | |
* | feed: update ydlv0.1.0 | siddharth | 2021-11-29 | 1 | -12/+3 | |
* | feed: update Feed.processEntry | siddharth | 2021-11-29 | 1 | -0/+2 | |
* | feed: update Feed.Process | siddharth | 2021-11-29 | 1 | -0/+6 | |
* | fern: update main | siddharth | 2021-11-29 | 1 | -0/+6 | |
* | Makefile: update fmt | siddharth | 2021-11-29 | 1 | -1/+2 | |
* | README.md: building -> installing | siddharth | 2021-11-28 | 1 | -4/+12 | |
* | README.md: update description | siddharth | 2021-11-28 | 1 | -1/+3 | |
* | feed: flesh out feed.processEntry | siddharth | 2021-11-28 | 1 | -2/+32 | |
* | feed: update Process | siddharth | 2021-11-28 | 1 | -3/+4 | |
* | feed: fix Validate | siddharth | 2021-11-28 | 2 | -11/+6 | |
* | fern: flush out main | siddharth | 2021-11-28 | 1 | -1/+55 | |
* | feed: add Feed.Process | siddharth | 2021-11-28 | 1 | -0/+80 | |
* | state: add ProcessState.DB | siddharth | 2021-11-28 | 1 | -0/+3 | |
* | state: add EntryResult.EntryTitle | siddharth | 2021-11-28 | 1 | -2/+3 | |
* | state: add Feed.FeedResult | siddharth | 2021-11-28 | 1 | -2/+3 | |
* | db: update FernDB.Write | siddharth | 2021-11-28 | 1 | -1/+1 | |
* | feed: update Feed.Last | siddharth | 2021-11-28 | 1 | -1/+1 | |
* | feed: add Feed.Last | siddharth | 2021-11-28 | 1 | -0/+6 | |
* | add `state` package | siddharth | 2021-11-28 | 1 | -0/+33 | |
* | remove config/process package | siddharth | 2021-11-28 | 1 | -9/+0 | |
* | feed: Feed.Object -> Feed.Entries | siddharth | 2021-11-28 | 1 | -17/+23 | |
* | schema: add Entry | siddharth | 2021-11-28 | 1 | -0/+7 | |
* | schema: update YouTubeEntry | siddharth | 2021-11-28 | 1 | -0/+1 | |
* | schema: update NPREntry | siddharth | 2021-11-28 | 1 | -0/+1 | |
* | feed: update feed | siddharth | 2021-11-28 | 2 | -3/+11 | |
* | db: add FernDB.Write | siddharth | 2021-11-28 | 2 | -0/+147 | |
* | db: add FernDB.Add | siddharth | 2021-11-28 | 2 | -0/+80 | |
* | db: add FernDB.Exists | siddharth | 2021-11-28 | 2 | -0/+57 | |
* | db: update TestOpenExistingDB | siddharth | 2021-11-28 | 1 | -1/+3 | |
* | db: update FernDB | siddharth | 2021-11-28 | 2 | -0/+20 | |
* | add db package | siddharth | 2021-11-28 | 3 | -0/+193 | |
* | config: add process package | siddharth | 2021-11-27 | 1 | -0/+9 | |
* | README.md: update description | siddharth | 2021-11-27 | 1 | -1/+1 | |
* | Makefile: add license header | siddharth | 2021-11-27 | 1 | -0/+3 | |
* | Makefile: update `fmt` | siddharth | 2021-11-27 | 1 | -1/+1 | |
* | README.md: WIP | siddharth | 2021-11-27 | 1 | -5/+1 | |
* | feed: add unmarshal | siddharth | 2021-11-27 | 1 | -0/+22 | |
* | feed: add youtubeUnmarshal | siddharth | 2021-11-27 | 1 | -0/+17 |