Commit Graph

691 Commits

Author SHA1 Message Date
40dd032ab0
Move App to app.go 2021-10-30 21:20:36 +02:00
b608fe6bc6
Create Fetcher interface and use it 2021-10-30 21:09:27 +02:00
44ec376bda
Fix alteration of items table
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-30 10:25:57 +02:00
43472a64e7
ALTER TABLE items
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-30 00:11:25 +02:00
3365b38e5a
Create more notifications for errors while processing feeds
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-29 23:58:58 +02:00
822ad38cfc
Add explanation that you can use NAME instead of UID
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-22 21:38:31 +02:00
79b0d719ec
fix: read twice from body
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-21 23:14:55 +02:00
6e347bd493
Replace sourced items
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-21 23:08:57 +02:00
a331f4a300
Add Source to Preview items
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-21 22:10:08 +02:00
31caee7c18
Add channelID conversion to "ek follow UID" command 2021-10-21 22:08:56 +02:00
5eed538bd1
Fill item source from FeadHeader
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-21 21:47:37 +02:00
c49afabaa8
add removeFeed to remove feed from channels
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-21 21:21:38 +02:00
fff2a92b72
breaking change: make "postgres-stream" the default channel type 2021-10-21 20:03:03 +02:00
b5ec260665
Parallelize drone
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-20 22:06:59 +02:00
6c737dc3a1
improve connect URL description
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-20 21:46:53 +02:00
2f0758748d
fix(redisset): parse Published date without colon as well
All checks were successful
continuous-integration/drone/push Build is passing
Some feeds include a timezone without a colon ":". This changes makes it
so this is parsed as well.
2021-10-20 21:37:10 +02:00
9df63af33c
eksterd: make preview also available as a post request
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-20 21:09:38 +02:00
44b73e1c79
chore: cleanup code of Ekster
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-20 20:23:54 +02:00
39e08e6026
Allow arguments as channel uid or channel name
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-20 20:21:23 +02:00
aa7fa2fe9d
Update FUNDING.yml
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-15 22:50:50 +02:00
56203fac20
Create FUNDING.yml 2021-09-28 22:54:05 +02:00
3e9eb106ac
Merge pull request #42 from pstuifzand/enable-go-workflow-actions
Create go workflow
2021-08-11 12:48:43 +02:00
d5cd608698
Create go workflow 2021-08-11 12:47:20 +02:00
61e4a84848
Cleanup
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-20 19:58:18 +02:00
db9084e0a1
Add version for Dockerfile.ek base image 2021-06-20 19:57:06 +02:00
681d9e38bc
Add quotation-of and read-of to simplify these
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-05 21:54:40 +02:00
0078532d78
cleanup errors 2021-06-05 21:51:33 +02:00
a8b6f6353f
Fetch categories from search results
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-05 20:40:26 +02:00
904de8ddd3
jsonfeed: add testdata
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-05 20:10:48 +02:00
2a60a6afff
Remove logging lines
Some checks failed
continuous-integration/drone/push Build is failing
2021-06-05 20:03:06 +02:00
ec493be52d
Respond with error when searching 2021-06-05 20:02:46 +02:00
4c1234291a
Add test for jsonfeed
Some checks failed
continuous-integration/drone/push Build is failing
2021-06-01 01:07:55 +02:00
600c44a252
Merge branch 'master' of github.com:/pstuifzand/ekster 2021-06-01 00:53:25 +02:00
ac30bfb72b
Improvements to docker-compose.yml
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-01 00:51:44 +02:00
b4cc885103
eksterd: add channel to search results
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-01 00:04:39 +02:00
cb6bf8fc05
ekster: add more fields to search items
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-31 22:24:46 +02:00
61bdd770f7
ek: add "query QUERY CHANNEL" command 2021-05-31 22:24:20 +02:00
7433947f72
Upgrade CI to use golang:1.16
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-30 22:07:20 +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
aaa5ac3570
Only count unread items in postgres-stream
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-13 23:28:56 +02:00
9267535f9c
Don't try to affect rows when adding items for postgres-stream
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-13 23:22:28 +02:00
76edad3e8d
Return true only when item added
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-13 22:51:36 +02:00
9d81cc9a3a
Add logging for timeline fetching
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-13 21:56:23 +02:00
dcff9a4890
Fix Count and MarkRead
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-13 11:51:46 +02:00
54e55c194e
Make an empty array when no items found
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-13 11:25:34 +02:00
ac56638664
Use pq.Array
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-13 11:21:31 +02:00
2a11bc1fc7
Fix problem with testing go
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-13 11:08:01 +02:00
0105b24846
Fix formatting in Fatalf call
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-13 11:04:06 +02:00
eb3dba4d17
Improve handling of before value
Some checks failed
continuous-integration/drone/push Build is failing
2021-05-13 10:54:39 +02:00