Commit graph

13 commits

Author SHA1 Message Date
Hiroshi SHIBATA
b3566e9ef2 [rubygems/rubygems] bin/rubocop -a --only Style/StringLiterals
62e1bf2d37
2025-04-25 16:25:21 +09:00
Hiroshi SHIBATA
f0dda0534b Rewrite CGI.parse with URI.decode_www_form_component
Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
2025-04-24 12:15:11 +09:00
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
d64d0b5423
Vendor uri gem in RubyGems 2024-01-29 12:14:21 +09: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
17b50cdb68 [rubygems/rubygems] Add charset to Webauthn response content-type
442a3e8f37
2023-07-28 16:08:11 +00:00
Jenny Shen
db80e947a3 [rubygems/rubygems] Set thread configurations inside block
860b145359
2023-07-28 16:08:10 +00:00
Jenny Shen
24913e3dda [rubygems/rubygems] Move Webauthn listener thread to WebauthnListener class
6ec474975e
2023-07-28 16:08:08 +00:00
Jenny Shen
fce04f9a6c [rubygems/rubygems] Move WebauthnListener into the Gem::GemcutterUtilities namespace
3080394f81
2023-07-28 16:08:08 +00:00
Jenny Shen
108cc38a76 [rubygems/rubygems] Extract polling logic into its own class
218b83abed
2023-07-28 16:08:07 +00:00