Commit graph

155 commits

Author SHA1 Message Date
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
nanos 080c5dfb78 add link 2023-04-11 09:17:59 +01:00
nanos 3ae3be9184 Add a note on supported servers 2023-04-10 16:28:22 +01:00
nanos 8235cda859 support for multiple access tokens 2023-04-10 16:28:09 +01:00
nanos d0cb212315 fix silly comment 🤦‍♂️ 2023-04-06 09:13:30 +01:00
nanos bfbffc0773 Fix backfill options [#37] 2023-04-06 08:00:28 +01:00
nanos b9d82dc073 Fixes missing arguments (#35) 2023-04-05 09:15:24 +01:00
Michael 886a0cecd2
Merge pull request #29 from arachnist/configurable-state-location
make the state location configurable
2023-04-05 07:49:35 +01:00
nanos 12ba458563 lowercase container name (#34) 2023-04-05 07:35:05 +01:00
nanos a3f2b23022 dont attempt to backfill reblogs, as we cannot 2023-04-04 17:00:35 +01:00
nanos 9f28ba2333 bug fixes 2023-04-03 08:57:31 +01:00
nanos 2b707e7807 some refactoring 2023-04-03 08:36:09 +01:00
Robert Gerus 73a296c310 make the state file configurable 2023-04-01 16:03:43 +02:00
nanos 56039cfdea only request context to a toot, if we know context exists 2023-04-01 08:44:12 +01:00
nanos f51d19730b put a cap on mentions to backfill during any given executions 2023-03-31 17:23:12 +01:00
nanos 9ea4ba05fb allow us to choose whether to get context when backfilling 2023-03-31 17:22:35 +01:00
nanos 785499ab82 do make sure we also backfill users from reblogs 2023-03-31 10:23:47 +01:00
nanos a357470328 also backfill post authors 2023-03-31 09:05:51 +01:00
nanos 5f438ee873 backfill any user mentioned in the home timeline 2023-03-31 09:05:43 +01:00
nanos dc0d94a274 Add Context when adding posts 2023-03-31 09:05:29 +01:00
nanos 0c87cd6727 Allow us to parse Pixelfed URLs
fixes #30
2023-03-31 07:51:18 +01:00
nanos 44f15de367 readme updates 2023-03-28 09:38:48 +01:00
nanos 871cfdeab6 Added a note re .pyw and Windows as suggested in #27 2023-03-28 09:34:56 +01:00
nanos e40a5447ee Add a sample bash script 2023-03-28 07:04:31 +01:00
nanos 9b7093e478 Allow us to backfill posts from users that are mentioned in notifications 2023-03-28 07:04:03 +01:00
Michael c5208568b5
Update k8s-cronjob.yaml
Must be lower case
2023-03-27 09:51:41 +01:00
nanos 87fd32eb9d bug fix 2023-03-27 07:25:01 +01:00
nanos 1e7aafa6b2 Merge branch 'shiruken-main'
# Conflicts:
#	.github/workflows/get_context.yml
2023-03-27 07:15:54 +01:00
nanos a8cf5d3eef Rename to FediFetcher 2023-03-27 07:15:08 +01:00
nanos ee045ab493 make sure we follow redirects 2023-03-27 07:15:08 +01:00
nanos 3b9eecce08 Rename to FediFetcher 2023-03-27 07:02:59 +01:00
nanos b129c9445c make sure we follow redirects 2023-03-23 19:59:08 +00:00
Colin Sullender 58c064db0f
Checkout user repository for keep alive 2023-03-23 14:26:48 -04:00
Colin Sullender 0c73962fb4
Simplify checking out latest release 2023-03-23 09:11:27 -04:00
Michael b1a382c55a
Merge pull request #14 from nikdoof/main
Update Kubernetes example and README for persistence
2023-03-23 07:13:50 +00:00
Michael bbc2791e7c
Merge pull request #22 from shiruken/main
Create artifacts directory in docker image
2023-03-23 07:12:22 +00:00
Michael 7eb708d4e5
Merge branch 'main' into main 2023-03-23 07:11:52 +00:00
nanos 6953672df4 use curl's retry mechanism when getting the release
addresses #25
2023-03-23 07:09:30 +00:00
nanos e2b4addcfc Try again to keep workflow alive
Fixes #24
2023-03-23 07:06:14 +00:00
nanos 3491c6a7e2 don't attempt to send beacon if urls are empty string 2023-03-22 11:40:10 +00:00