Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace beem with lighthive #30

Merged
merged 37 commits into from
Jan 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
34333f9
couple extra lines added to Dev instructions
brianoflondon Jan 6, 2022
07c74db
switch get_allowed_accounts to use lighthive
brianoflondon Jan 6, 2022
e0d034a
cusomt_json written by lighthive
brianoflondon Jan 6, 2022
982d93f
lint fix?
brianoflondon Jan 6, 2022
7a80983
lint again
brianoflondon Jan 6, 2022
9e1c81b
linting working?
brianoflondon Jan 6, 2022
d0dd83f
fix sorting of lighthive nodes and startup
brianoflondon Jan 6, 2022
0111381
checkpoint save but need to fix the tests
brianoflondon Jan 7, 2022
81ff98d
added back get_hive function using beem for tests
brianoflondon Jan 7, 2022
83779d1
better error stuff, still needs more work
brianoflondon Jan 7, 2022
b5b0cb5
re-check node speed periodically
brianoflondon Jan 8, 2022
8dc4c06
remove ":=" to maintain python 3.7 compatability
brianoflondon Jan 8, 2022
4302d12
moved automatic node selection for faster test
brianoflondon Jan 8, 2022
01b31fe
removed nodes from podpingsettings
brianoflondon Jan 8, 2022
cf9f944
fix test scripts remove explicit nodes
brianoflondon Jan 8, 2022
1a96f16
removed unused code
brianoflondon Jan 8, 2022
9a21404
remove nodes reference
brianoflondon Jan 8, 2022
61cb56c
Added Dry-run and switch to asynchronous broadcast
brianoflondon Jan 8, 2022
900093b
Merge remote-tracking branch 'origin/develop' into feature/1.1/Test_L…
brianoflondon Jan 9, 2022
4138da6
More error catching
brianoflondon Jan 9, 2022
232e11b
Trying to force multiple simultaneous custom_jsons
brianoflondon Jan 9, 2022
1e4f935
added python version number to all tests
brianoflondon Jan 9, 2022
0b0c1c0
changed lighthive logging level
brianoflondon Jan 9, 2022
9eaa2a2
Switch to lighthive in tests
agates Jan 10, 2022
c9a664c
Remove beem references, move get_allowed_accounts, async hive broadcast
agates Jan 10, 2022
845c9ab
Remove beem from project dependencies
agates Jan 10, 2022
ac2b50c
Wait 3 seconds (hive operation period) between failures
agates Jan 10, 2022
0d6a070
Fix simulcast test to check for URLs in the current test session only
agates Jan 10, 2022
9a754c1
Merge branch 'feature/1.1/Test_Lighthive' of https://github.com/Podca…
brianoflondon Jan 10, 2022
c5533ae
reformat comment
brianoflondon Jan 10, 2022
b9e39ee
updated lighthive (author fixed reporting issue)
brianoflondon Jan 10, 2022
5d30684
look 5 block backs from Head for safety in tests
brianoflondon Jan 10, 2022
975fd04
added node rotation after a 5 block
brianoflondon Jan 10, 2022
177cc90
back off simulcast to 6 posts
brianoflondon Jan 10, 2022
5c28f16
longer timeouts
brianoflondon Jan 10, 2022
d07589b
extra warning output
brianoflondon Jan 10, 2022
bfed592
cleaned up comments and deleted hive_wrapper
brianoflondon Jan 10, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ See the [CLI docs](https://github.com/Podcastindex-org/podping-hivewriter/blob/m

## Development

You'll need a few extras:

1. [capnproto](https://capnproto.org/). On a Mac: `brew instal capnp`
2. [Poetry](https://python-poetry.org/docs/)


We use [poetry](https://python-poetry.org/) for dependency management. Once you have it, clone this repo and run:

```shell
Expand Down
Loading