Commit graph

7 commits

Author SHA1 Message Date
Jenny Shen
c1b11c50cb [rubygems/rubygems] Rename credential email to identifier in WebAuthn poller
5e3e55f8bc
2024-05-03 10:54:27 +00:00
David Rodríguez
a7c9163b5d [rubygems/rubygems] Vendor timeout in RubyGems too
e2e7440ede
2023-12-13 12:16:55 +09:00
David Rodríguez
ce924ce1fb [rubygems/rubygems] Vendor net-http and net-protocol in RubyGems
99d91c9ed2
2023-12-13 12:16:55 +09:00
Nobuyoshi Nakada
67be453d9d [rubygems/rubygems] Set thread configurations inside block in the thread local manner
965e54b8f1
2023-07-30 01:37:43 +00:00
ko1
bcf823fddb Revert "[rubygems/rubygems] Set thread configurations inside block"
This reverts commit db80e947a3.

This patch uses `Thread.abort_on_exception = true` and it affects
all of threads. This is why CI systems fails.

How to modify:

- use `thread.abort_on_exception = true` for specific threads
- Run this code in a separated process
2023-07-29 07:39:10 +09:00
Jenny Shen
db80e947a3 [rubygems/rubygems] Set thread configurations inside block
860b145359
2023-07-28 16:08:10 +00:00
Jenny Shen
108cc38a76 [rubygems/rubygems] Extract polling logic into its own class
218b83abed
2023-07-28 16:08:07 +00:00