Nobuyoshi Nakada
67be453d9d
[rubygems/rubygems] Set thread configurations inside block in the thread local manner
...
https://github.com/rubygems/rubygems/commit/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
...
https://github.com/rubygems/rubygems/commit/442a3e8f37
2023-07-28 16:08:11 +00:00
Jenny Shen
db80e947a3
[rubygems/rubygems] Set thread configurations inside block
...
https://github.com/rubygems/rubygems/commit/860b145359
2023-07-28 16:08:10 +00:00
Jenny Shen
24913e3dda
[rubygems/rubygems] Move Webauthn listener thread to WebauthnListener class
...
https://github.com/rubygems/rubygems/commit/6ec474975e
2023-07-28 16:08:08 +00:00
Jenny Shen
fce04f9a6c
[rubygems/rubygems] Move WebauthnListener into the Gem::GemcutterUtilities namespace
...
https://github.com/rubygems/rubygems/commit/3080394f81
2023-07-28 16:08:08 +00:00
Jenny Shen
108cc38a76
[rubygems/rubygems] Extract polling logic into its own class
...
https://github.com/rubygems/rubygems/commit/218b83abed
2023-07-28 16:08:07 +00:00