Michael
bed11e83f1
Merge pull request #80 from lhoBas/fix/k8s-cronjob
...
examples/k8s-cronjob.yaml: fix job naming
2023-08-31 08:33:12 +01:00
Bas
dafaf93d50
examples/k8s-cronjob.yaml: fix job naming
...
Fixes validation errors upon applying the k8s manifest:
```
The CronJob "FediFetcher" is invalid:
* metadata.name: Invalid value: "FediFetcher": a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*')
* spec.jobTemplate.spec.template.spec.containers[0].name: Invalid value: "FediFetcher": a lowercase RFC 1123 label must consist of lower case alphanumeric characters or '-', and must start and end with an alphanumeric character (e.g. 'my-name', or '123-abc', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?')
```
2023-08-18 10:49:22 +02:00
nanos
31f475dcdd
fixes #79
2023-08-18 08:00:09 +01:00
Michael
a76b52642d
Merge pull request #71 from ToadKing/retry-cleanup
...
remove redundant code for retrying on HTTP 429
2023-08-14 15:49:14 +01:00
Michael
0744caad6f
Merge pull request #75 from YoannMa/fixLog
...
fix bug when failing to get user's posts
2023-08-06 22:42:45 +01:00
Yoann MALLEMANCHE
adc0d4ec4e
fix bug when failing to get user's posts
2023-08-06 17:54:34 +02:00
nanos
253c7c4f2b
Revert "print current version on startup" ( #70 )
...
This reverts commit 213ef57abe
.
2023-08-06 09:45:33 +01:00
Toad King
db2dcce2ff
remove redundant code for retrying on HTTP 429
2023-08-05 11:44:48 -05:00
nanos
712d88cf0d
Update list of supported servers
2023-08-05 09:29:49 +01:00
Michael
ffa6617fff
Merge pull request #66 from ToadKing/misskey
...
add support for misskey and calckey/firefish
2023-08-05 09:04:08 +01:00
nanos
e207bb6435
document remember-hosts-for-days
2023-08-03 15:23:23 +01:00
nanos
c90a7e42ab
fix incorrect rate limit handling for mastodon
2023-08-03 15:21:59 +01:00
nanos
3294a44f76
cache host failures for a shorter time
2023-08-03 15:21:12 +01:00
nanos
174448a2b0
fix bug in writing file to disk
2023-08-03 10:54:14 +01:00
nanos
ae55c96506
improve caching to provide timeout
2023-08-03 10:53:17 +01:00
nanos
5a2b2c2311
Save seen_hosts on disk
2023-08-03 08:01:42 +01:00
nanos
179bb65253
move note regarding access token further up
2023-08-01 16:13:06 +01:00
Toad King
a7611c6e6f
remove GoToSocial from Mastodon API support list
...
https://github.com/superseriousbusiness/gotosocial/issues/2038
2023-07-31 17:10:29 -05:00
Toad King
80ee1387f7
hook up host software lookup to user/post fetching
...
add depth fetching for misskey posts (works in firefish and foundkey)
2023-07-30 03:19:47 -05:00
Toad King
c92d4e1c2c
start on server software detection
2023-07-26 01:14:06 -05:00
Toad King
c169b2ae30
add hacky support for misskey and calckey/firefish
2023-07-25 01:02:41 -05:00
nanos
213ef57abe
print current version on startup ( #58 )
2023-07-03 08:46:20 +01:00
Michael
4dc41ee02c
Merge pull request #61 from Teqed/fix/crash-on-zero-notifications
...
fix: handle zero notifications
2023-07-03 07:02:16 +01:00
Timothy Quilling
47e8b485a5
fix: handle zero notifications
2023-07-02 23:54:29 -04:00
nanos
93d5b503af
Update to indicate Lemmy support
2023-07-01 20:47:25 +01:00
Michael
f7d015004e
Merge pull request #56 from Teqed/feat/lemmy
...
feat: lemmy
2023-07-01 20:43:58 +01:00
Timothy Quilling
6f7392cfaa
feat: fetch root lemmy post
2023-06-30 01:36:56 -04:00
Timothy Quilling
0472fe6e0c
fix: match pixelfed profile last
2023-06-30 01:34:30 -04:00
Timothy Quilling
8edfbc030c
chore: access context items safely
2023-06-30 01:33:19 -04:00
Timothy Quilling
d212e7a8a3
feat: lemmy communities and users
2023-06-30 00:26:52 -04:00
Timothy Quilling
b04664f9d5
chore: deliminate regex with forward slash
2023-06-30 00:21:17 -04:00
Timothy Quilling
4751d96a1d
chore: check none type
2023-06-30 00:18:39 -04:00
Timothy Quilling
4011883ef2
feat: lemmy-2
2023-06-30 00:16:59 -04:00
Timothy Quilling
e290f2c05f
chore: use getters
2023-06-30 00:11:33 -04:00
Timothy Quilling
b7ef2be02e
chore: refactor get_all_known_context_urls
2023-06-29 01:57:33 -04:00
Timothy Quilling
c1f0e8ac61
feat: lemmy
2023-06-29 00:20:12 -04:00
nanos
535bf1f404
update readme
2023-06-15 11:17:25 +01:00
nanos
12fbd0ed72
check out own fork when running GH action ( fixes #52 )
2023-06-15 11:12:18 +01:00
nanos
9fec312b38
documentation updates
2023-06-15 09:11:45 +01:00
nanos
9edbee7285
Deal better with it, when someone provides a URL instead of a server name ( #50 , #45 )
2023-06-15 08:00:05 +01:00
Michael
3620b4944b
Merge pull request #51 from nanos/improve-config
...
Improve config
2023-06-15 07:25:45 +01:00
nanos
8168aa8036
minor fixes
2023-06-14 10:49:15 +01:00
nanos
bf1b73bc04
Improve and unify configuration options ( #49 )
2023-06-14 10:41:30 +01:00
nanos
46a5be98df
Fix bug in providing access token as config where it isn't being recognised as array
2023-06-14 09:51:56 +01:00
nanos
5a3db443cb
Allow us to pass configuration options in a json file
...
Addresses #48
2023-06-09 21:55:09 +01:00
nanos
d4dfa1e315
Wrap URLs in quotes. This fixes #46
2023-06-01 21:35:16 +01:00
Michael
c7e0555394
Update README
2023-04-28 20:57:32 +01:00
Michael
5f6ef2646a
Merge pull request #43 from nanos/dev
...
support for fetching context to favourites (#42 )
2023-04-28 20:49:45 +01:00
nanos
1fffddcb23
support for fetching context to favourites ( #42 )
2023-04-28 20:40:24 +01:00
nanos
311353348c
readme updates
2023-04-21 10:48:39 +01:00