Commit graph

  • e10c417060
    Merge d559b46cf6 into eb5da9511e ali 2023-06-28 18:36:20 +0200
  • d559b46cf6 save a reference to created tasks, to avoid tasks disappearing mid-execution ali 2023-06-28 18:34:59 +0200
  • 1f693842aa
    Merge 8bd7008fdc into eb5da9511e Lex Berezhny 2023-04-05 04:07:56 +0200
  • 60303800c1
    Merge 677d9053de into eb5da9511e Lex Berezhny 2023-04-05 04:07:55 +0200
  • 6550bf0df8
    Merge ce0e1e121a into eb5da9511e Jonathan Moody 2023-04-05 04:07:55 +0200
  • 5f16fa505f
    Merge bea20892f7 into eb5da9511e Jonathan Moody 2023-04-05 04:07:55 +0200
  • fdce8863b6
    Merge 71dd10cdf6 into eb5da9511e Jonathan Moody 2023-04-05 04:07:55 +0200
  • df97906151
    Merge 73d1b91b84 into eb5da9511e upgradvisor-bot 2023-04-04 10:06:03 -0400
  • 34d2e7ef7d
    Merge 910d16364d into eb5da9511e dependabot[bot] 2023-04-03 17:35:38 +0000
  • ffb7c2b739
    Merge 18e9c5c9cd into eb5da9511e dependabot[bot] 2023-04-03 17:35:38 +0000
  • 18e9c5c9cd
    Bump cryptography from 2.5 to 39.0.1 dependabot/pip/cryptography-39.0.1 dependabot[bot] 2023-04-03 17:35:35 +0000
  • 910d16364d
    Bump protobuf from 3.17.2 to 3.18.3 dependabot/pip/protobuf-3.18.3 dependabot[bot] 2023-04-03 17:35:34 +0000
  • eb5da9511e Revert "TEMP: Try python 3.8." master Jonathan Moody 2023-02-07 13:50:25 -0500
  • 8722ef840e Bump python_requires >= 3.8. Code to handle CancelledError (as subclass of Exception) was removed. Jonathan Moody 2023-02-07 13:48:09 -0500
  • 6e75a1a89b TEMP: Try python 3.8. Jonathan Moody 2023-02-07 12:09:38 -0500
  • ef3189de1d Work on some DeprecationWarnings: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8. Jonathan Moody 2022-07-29 15:07:13 -0400
  • c2d2080034 Try to suppress asyncio.CancelledError in a different way in test_streaming.py. Jonathan Moody 2022-07-09 06:12:32 -0400
  • d0b5a0a8fd TEMP: Add workflow_dispatch. Jonathan Moody 2022-06-17 20:29:17 -0400
  • 1d0e17be21 Another place generalized to Exception or asyncio.CancelledError. Jonathan Moody 2022-06-17 13:35:40 -0400
  • 4ef03bb1f4 Try separate file_manager.stop() and start() calls to better control order of events in test. While file_manager is stopped, we get no response to file_list(). Jonathan Moody 2022-06-16 16:53:09 -0400
  • 4bd4bcdc27 Try ubuntu-20.04 to resolve missing libffi.so.7 issue. Jonathan Moody 2022-06-16 16:02:26 -0400
  • e5ca967fa2 Make FileManager.stop() async because SourceManager.stop() is now async. Jonathan Moody 2022-06-16 14:39:19 -0400
  • eed7d02e8b Tweak aiohttp version to be compatible with hub repository. Jonathan Moody 2022-06-16 13:47:15 -0400
  • 02aecad52b CancelledError derives from BaseException in Python >= 3.8. The significant functional change here is in upload_to_reflector(). Unit tests in TestReflector were failing. Deal with lint related to CancelledError cleanup. Jonathan Moody 2022-06-16 13:32:18 -0400
  • 585962d930 Make stop(), stop_tasks() consistently async routines, and have stop_tasks() wait for file_output_task completion. This fixes a problem with test_download_stop_resume_delete. Jonathan Moody 2022-06-16 12:53:14 -0400
  • ea4fba39a6 Fix Transport, DatagramTransport mockup issues. Jonathan Moody 2022-06-16 12:37:00 -0400
  • 7a86406746 Fix and enable lint no-self-use & try-except-raise. Jonathan Moody 2022-06-16 08:52:40 -0400
  • c8a3eb97a4 Bump pylint version. Old pylint did not find standard library stuff on 3.9.12. Jonathan Moody 2022-06-16 08:37:29 -0400
  • 20213628d7 upgrade cryptography Lex Berezhny 2021-08-21 17:39:38 -0400
  • 2d1649f972 pylint disable shuffle() arg check Lex Berezhny 2021-08-21 00:27:34 -0400
  • 5cb04b86a0 shuffle() needs custom random, removed loop from Event()/Queue() Lex Berezhny 2021-08-21 00:23:27 -0400
  • 93ab6b3be3 passing loop to asyncio functions is deprecated Lex Berezhny 2021-08-20 23:33:21 -0400
  • b9762c3e64 update plyvel Lex Berezhny 2021-08-19 15:58:06 -0400
  • 82592d00ef try building 3.9 Lex Berezhny 2021-08-19 14:16:52 -0400
  • 73d1b91b84
    filetype dependency upgrade upgradvisor-bot 2023-03-03 17:32:28 -0500
  • b741ddaa56
    Merge 4f1d82addd into c118174c1a Jonathan Moody 2023-02-27 15:44:07 +0100
  • f104537c48
    Merge 154921a0ce into c118174c1a Jonathan Moody 2023-02-19 02:06:14 +0300
  • 16a2ae4bf3 Revert "TEMP: Try python 3.8." Jonathan Moody 2023-02-07 13:50:25 -0500
  • 9719156cbb Bump python_requires >= 3.8. Code to handle CancelledError (as subclass of Exception) was removed. Jonathan Moody 2023-02-07 13:48:09 -0500
  • 8def4d5177 TEMP: Try python 3.8. Jonathan Moody 2023-02-07 12:09:38 -0500
  • ec085452f8
    Merge dbe3ace812 into c118174c1a Victor Shyba 2023-02-07 07:53:25 -0500
  • d4f98fb929 Work on some DeprecationWarnings: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8. Jonathan Moody 2022-07-29 15:07:13 -0400
  • 7f43445aa3 Try to suppress asyncio.CancelledError in a different way in test_streaming.py. Jonathan Moody 2022-07-09 06:12:32 -0400
  • 2dc90f77f4 TEMP: Add workflow_dispatch. Jonathan Moody 2022-06-17 20:29:17 -0400
  • 44ebfdffa5 Another place generalized to Exception or asyncio.CancelledError. Jonathan Moody 2022-06-17 13:35:40 -0400
  • de4872c32d Try separate file_manager.stop() and start() calls to better control order of events in test. While file_manager is stopped, we get no response to file_list(). Jonathan Moody 2022-06-16 16:53:09 -0400
  • e21407f159 Try ubuntu-20.04 to resolve missing libffi.so.7 issue. Jonathan Moody 2022-06-16 16:02:26 -0400
  • 224896686f Make FileManager.stop() async because SourceManager.stop() is now async. Jonathan Moody 2022-06-16 14:39:19 -0400
  • 6892c58735 Tweak aiohttp version to be compatible with hub repository. Jonathan Moody 2022-06-16 13:47:15 -0400
  • 8f3d6eb5e8 CancelledError derives from BaseException in Python >= 3.8. The significant functional change here is in upload_to_reflector(). Unit tests in TestReflector were failing. Deal with lint related to CancelledError cleanup. Jonathan Moody 2022-06-16 13:32:18 -0400
  • 7569c92eff Make stop(), stop_tasks() consistently async routines, and have stop_tasks() wait for file_output_task completion. This fixes a problem with test_download_stop_resume_delete. Jonathan Moody 2022-06-16 12:53:14 -0400
  • 9d0f26eb6d Fix Transport, DatagramTransport mockup issues. Jonathan Moody 2022-06-16 12:37:00 -0400
  • 82e9e8048c Fix and enable lint no-self-use & try-except-raise. Jonathan Moody 2022-06-16 08:52:40 -0400
  • 244e74b19a Bump pylint version. Old pylint did not find standard library stuff on 3.9.12. Jonathan Moody 2022-06-16 08:37:29 -0400
  • 2b9f022c38 upgrade cryptography Lex Berezhny 2021-08-21 17:39:38 -0400
  • 40c2ad3273 pylint disable shuffle() arg check Lex Berezhny 2021-08-21 00:27:34 -0400
  • b05703243d shuffle() needs custom random, removed loop from Event()/Queue() Lex Berezhny 2021-08-21 00:23:27 -0400
  • f1f7479cdb passing loop to asyncio functions is deprecated Lex Berezhny 2021-08-20 23:33:21 -0400
  • b0ed17773e update plyvel Lex Berezhny 2021-08-19 15:58:06 -0400
  • 268c38f877 try building 3.9 Lex Berezhny 2021-08-19 14:16:52 -0400
  • c118174c1a Try shell: bash to simplify. Jonathan Moody 2023-02-01 13:28:35 -0500
  • d284acd8b8 Remove "debug pip cache". Jonathan Moody 2023-02-01 13:04:06 -0500
  • 235c98372d Fix syntax. Jonathan Moody 2023-02-01 12:42:41 -0500
  • d2f5073ef4 Single "set pip cache dir" task with conditional inside. Jonathan Moody 2023-02-01 12:36:36 -0500
  • 84e5e43117 Bump upload-artifact version too. Jonathan Moody 2022-12-13 15:23:12 -0600
  • 7bd025ae54 Upgrade change-string-case. Use startsWith() to test runner.os. Bump change-string-case-action version again. Jonathan Moody 2022-12-13 13:45:38 -0600
  • 8f28ce65b0 Switch to environment vars in $GITHUB_ENV. Jonathan Moody 2022-12-13 13:30:41 -0600
  • d36e305129 Functions save-state, set-output deprecated. Use new mechanism. Jonathan Moody 2022-12-13 10:54:28 -0600
  • 2609dee8fb Bump checkout, setup-python, cache action verions. Jonathan Moody 2022-12-13 11:09:44 -0600
  • 6e518a74ea Try shell: bash to simplify. Jonathan Moody 2023-02-01 13:28:35 -0500
  • fd5e687a15 Remove "debug pip cache". Jonathan Moody 2023-02-01 13:04:06 -0500
  • fa58a2eb77 Fix syntax. Jonathan Moody 2023-02-01 12:42:41 -0500
  • 52ab9d7dea Single "set pip cache dir" task with conditional inside. Jonathan Moody 2023-02-01 12:36:36 -0500
  • 69cf46b118 Bump upload-artifact version too. Jonathan Moody 2022-12-13 15:23:12 -0600
  • f5f56dd3ae Upgrade change-string-case. Use startsWith() to test runner.os. Bump change-string-case-action version again. Jonathan Moody 2022-12-13 13:45:38 -0600
  • 3123ca58c5 Switch to environment vars in $GITHUB_ENV. Jonathan Moody 2022-12-13 13:30:41 -0600
  • 9b384d08a8 Functions save-state, set-output deprecated. Use new mechanism. Jonathan Moody 2022-12-13 10:54:28 -0600
  • 1f9314d8ac Bump checkout, setup-python, cache action verions. Jonathan Moody 2022-12-13 11:09:44 -0600
  • a2da86d4b5 v0.113.0 v0.113.0 Lex Berezhny 2023-01-23 10:43:02 -0500
  • aa16c7fee5 Update conf.py Alex Grin 2023-01-20 15:02:22 -0500
  • 3266f72b82 add s1.lbry.network Alex Grin 2023-01-20 14:57:06 -0500
  • 77cd2a3f8a add more non lbry.com hubs/bootstrap dht nodes Jack Robison 2023-01-20 13:22:33 -0500
  • 308e586e9a add grin's domain to bootstrap hubs list Alex Grin 2023-01-20 10:12:00 -0500
  • 38c1f21967 Update conf.py Alex Grin 2023-01-20 15:02:22 -0500
  • d3df43af3c add s1.lbry.network Alex Grin 2023-01-20 14:57:06 -0500
  • 7fc34a5b01 add more non lbry.com hubs/bootstrap dht nodes Jack Robison 2023-01-20 13:22:33 -0500
  • 8cf70a88a9 add grin's domain to bootstrap hubs list Alex Grin 2023-01-20 10:12:00 -0500
  • 84beddfd77 Added tracker and dht from pigg.es Philip Ahlqvist 2023-01-09 00:51:50 +0100
  • 71dd10cdf6 Fix matching condition on Windows path. Jonathan Moody 2023-01-20 11:33:23 -0600
  • df57d091f1 Add basic test for conf.blob_dirs and use ensure_directory_exists(). Jonathan Moody 2023-01-20 11:09:07 -0600
  • 186061a83e
    Added tracker and dht from pigg.es Philip Ahlqvist 2023-01-09 00:51:50 +0100
  • 0f5c7feba0 Add comment about subdir setup. Jonathan Moody 2023-01-08 12:20:38 -0600
  • cd3701e123 Fix one more unit test. Jonathan Moody 2023-01-08 12:09:43 -0600
  • 403f1f81cd Fix more unit tests. Jonathan Moody 2023-01-08 12:04:34 -0600
  • 62db078080 Fix unit tests. Jonathan Moody 2023-01-08 11:25:08 -0600
  • eb2bbca100 Add support for hierarchical structure within blob files dir. Add --blob-dirs argument to allow extra blob dirs outside of the main "data dir". Jonathan Moody 2023-01-05 15:03:41 -0600
  • f9e5fc42b4
    Update main.yml Jerrypounds 2023-01-03 17:48:53 +0100
  • ce0e1e121a Use symbolic "_local_" publish_host to potentially get ipv6. Jonathan Moody 2022-12-28 14:45:36 -0600
  • dbe3ace812 pylint torrent_stream Victor Shyba 2022-12-15 21:49:48 -0300
  • 636b7ed476 tests: enable logging lbry.torrent when verbosity changes Victor Shyba 2022-11-05 00:56:03 -0300