Commit Graph

7 Commits

Author SHA1 Message Date
a2f04e4d6e
Problem: strings.Title is deprecated
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Solution: use golang.org/x/text/cases instead
2022-04-16 15:12:58 +02:00
3a43844e93
Fix foreign key errors for feed_id
All checks were successful
continuous-integration/drone/push Build is passing
Fix usage of QueryRow.Scan
2021-10-31 14:51:31 +01:00
64ae959670
Use database backend instead of backend.json 2021-10-31 01:37:39 +02:00
f14e6d8249
Add full text search to server
Some checks failed
continuous-integration/drone/push Build is failing
Adds Blevesearch to the server. Every item that is processed by the
server is added to the index and can be returned from the ItemSearch
request.
2021-05-30 22:01:34 +02:00
1ab474451b
Move templates to command
- Add templates inside the binary with go embed
2021-05-30 21:56:25 +02:00
02bc2ab9bc
Add stream type postgres-stream
Some checks failed
continuous-integration/drone/push Build is failing
2021-05-11 17:23:25 +02:00
9ef3369389
Cleanup for go modules
Some checks failed
continuous-integration/drone/push Build is failing
2020-07-27 22:09:02 +02:00