summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* [rubygems/rubygems] Revert "Bundler::YAMLSerializer.load couldn't raise error...Hiroshi SHIBATA2023-04-201-0/+15
* Hide Gem::MockGemUi. It's only used by testsHiroshi SHIBATA2023-04-192-1/+87
* [rubygems/rubygems] Added tests for load_with_rubygems_config_hash and dump_w...Hiroshi SHIBATA2023-04-191-0/+28
* [rubygems/rubygems] Bundler::YAMLSerializer.load couldn't raise error when in...Hiroshi SHIBATA2023-04-191-15/+0
* [rubygems/rubygems] Replaced Gem::ConfigFile.dump_with_rubygems_yaml for save...Hiroshi SHIBATA2023-04-192-10/+14
* [rubygems/rubygems] Introduce self.load_with_rubygems_config_hashHiroshi SHIBATA2023-04-191-3/+1
* [rubygems/rubygems] Wrap self.convert_rubygems_config_hash from Bundler::YAML...Hiroshi SHIBATA2023-04-191-1/+3
* [rubygems/rubygems] Move all changes only in RubyGemsHiroshi SHIBATA2023-04-191-1/+1
* [rubygems/rubygems] Added guard condition for replacing __ variable in YAML keysHiroshi SHIBATA2023-04-191-1/+1
* [rubygems/rubygems] Replaced load_yaml_file with Bundler::YAMLSerializerHiroshi SHIBATA2023-04-191-5/+2
* [rubygems/rubygems] api_key is always contained stringHiroshi SHIBATA2023-04-191-5/+5
* fix `NameError` messageKoichi Sasada2023-04-191-0/+11
* * remove trailing spaces. [ci skip]git2023-04-191-1/+1
* Refactor `Regexp#match` cache implementation (#7724)TSUYUSATO Kitsune2023-04-191-3/+11
* MatchData#named_captures: add optional symbolize_names keyword (#6952)Vladimir Dementyev2023-04-191-0/+3
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2023-04-172-5/+5
* skip if `DidYouMean.formatter=` is not definedKoichi Sasada2023-04-161-2/+2
* Implement ObjectSpace::WeakMap#delete and ObjectSpace::WeakKeyMap#deleteJean Boussier2023-04-152-4/+33
* [ruby/reline] Change Reline.add_dialog_proc(name, nil) to properlytomoya ishida2023-04-151-0/+3
* [Bug #19533] Fix infinite range inclusion with numeric valueNobuyoshi Nakada2023-04-141-0/+2
* Emit a performance warning when a class reached max variationsJean Boussier2023-04-132-5/+22
* [rubygems/rubygems] Extract alias variables for long name classHiroshi SHIBATA2023-04-1312-181/+138
* [rubygems/rubygems] Downcase camel like cases of instance variableHiroshi SHIBATA2023-04-1311-80/+80
* [Feature #19590] Show the invalid clock argumentNobuyoshi Nakada2023-04-131-2/+6
* [Bug #19587] Fix `reset_match_cache` argumentsNobuyoshi Nakada2023-04-121-0/+8
* [rubygems/rubygems] Close the server for testNobuyoshi Nakada2023-04-121-0/+6
* Ensure api_key is sent if basic auth not provided on webauthn_verification_urlAshley Ellis Pierce2023-04-123-0/+5
* Add message for otp bypassEric Herscovich2023-04-124-8/+8
* Terminate interaction when rescuing WebauthnVerificationError during wait_for...Jenny Shen2023-04-124-16/+16
* Use Webauthn Listener in wait_for_otpJenny Shen2023-04-121-9/+50
* Add wait for webauthn otp when fetching otpJenny Shen2023-04-121-4/+7
* [rubygems/rubygems] Refactor Webauthn listener response - Makes the response ...Jenny Shen2023-04-121-82/+59
* [rubygems/rubygems] Add access control headers for all requests to allow Ruby...Jenny Shen2023-04-121-0/+9
* [rubygems/rubygems] Add otp command testsJenny Shen2023-04-123-26/+156
* [rubygems/rubygems] Add WebauthnListener classJenny Shen2023-04-121-0/+120
* [rubygems/rubygems] Add MockBrowser helper classJenny Shen2023-04-121-0/+35
* [rubygems/rubygems] Add WebauthnListener response classesJenny Shen2023-04-121-0/+107
* [rubygems/rubygems] Clarify messageAshley Ellis Pierce2023-04-121-1/+1
* [rubygems/rubygems] Ask user to otp at webauthn verification urlAshley Ellis Pierce2023-04-124-4/+117
* hash.c: Fix hash_iter_lev_dec corrupting shapeJean Boussier2023-04-111-0/+11
* util/rubocop -A --only Style/NumericLiteralPrefixHiroshi SHIBATA2023-04-1124-163/+163
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2023-04-112-7/+7
* [Bug #19570] Propagate message encoding to decorated messageNobuyoshi Nakada2023-04-101-0/+13
* [ruby/resolv] Do not compress domain name in SRV RDATAKasumi Hanazuki2023-04-081-0/+8
* [Bug #19563] Yield words separators per linesNobuyoshi Nakada2023-04-071-1/+1
* [ruby/irb] Fix RubyLex's heredoc_with_hembexpr test to avoid rippertomoya ishida2023-04-071-3/+3
* [rubygems/rubygems] util/rubocop -A --only Style/FormatStringHiroshi SHIBATA2023-04-075-12/+6
* [rubygems/rubygems] util/rubocop -A --only Style/LineEndConcatenationHiroshi SHIBATA2023-04-0611-29/+29
* Add guard to compaction test in WeakMapPeter Zhu2023-04-061-0/+2
* Add missing test for Data.initializeMarc-Andre Lafortune2023-04-061-0/+1