Skip to content

DOCSP-32949 2.19 submodule update #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mongo-ruby-driver
Submodule mongo-ruby-driver updated 58 files
+1 −59 .evergreen/config.yml
+1 −51 .evergreen/config/common.yml.erb
+0 −8 .evergreen/config/standard.yml.erb
+0 −24 .evergreen/run-tests-atlas-full.sh
+7 −12 .evergreen/run-tests-serverless.sh
+0 −5 .gitignore
+1 −1 .mod/drivers-evergreen-tools
+0 −6 .rubocop.yml
+154 −1 Rakefile
+2 −3 docs/index.txt
+1 −1 docs/reference/crud-operations.txt
+2 −0 docs/tutorials.txt
+0 −1 lib/mongo.rb
+1 −23 lib/mongo/collection.rb
+0 −3 lib/mongo/operation.rb
+0 −15 lib/mongo/operation/create_search_indexes.rb
+0 −31 lib/mongo/operation/create_search_indexes/op_msg.rb
+0 −15 lib/mongo/operation/drop_search_index.rb
+0 −33 lib/mongo/operation/drop_search_index/op_msg.rb
+0 −7 lib/mongo/operation/shared/specifiable.rb
+0 −15 lib/mongo/operation/update_search_index.rb
+0 −34 lib/mongo/operation/update_search_index/op_msg.rb
+2 −2 lib/mongo/retryable.rb
+6 −7 lib/mongo/retryable/read_worker.rb
+3 −5 lib/mongo/retryable/write_worker.rb
+0 −232 lib/mongo/search_index/view.rb
+6 −32 lib/mongo/server_selector/base.rb
+74 −25 profile/benchmarking.rb
+0 −151 profile/benchmarking/bson.rb
+10 −112 profile/benchmarking/helper.rb
+107 −0 profile/benchmarking/micro.rb
+0 −31 profile/benchmarking/percentiles.rb
+0 −122 profile/benchmarking/rake/bson.rake
+0 −34 profile/benchmarking/rake/multi_doc.rake
+0 −36 profile/benchmarking/rake/parallel.rake
+0 −27 profile/benchmarking/rake/single_doc.rake
+0 −11 profile/benchmarking/rake/tasks.rake
+0 −56 profile/benchmarking/summary.rb
+5 −1 spec/atlas/atlas_connectivity_spec.rb
+5 −1 spec/atlas/operations_spec.rb
+8 −161 spec/integration/retryable_reads_errors_spec.rb
+0 −156 spec/integration/retryable_writes_errors_spec.rb
+0 −168 spec/integration/search_indexes_prose_spec.rb
+10 −32 spec/lite_spec_helper.rb
+3 −16 spec/runners/unified/assertions.rb
+0 −63 spec/runners/unified/search_index_operations.rb
+1 −3 spec/runners/unified/test.rb
+1 −1 spec/spec_helper.rb
+0 −62 spec/spec_tests/data/index_management/createSearchIndex.yml
+0 −83 spec/spec_tests/data/index_management/createSearchIndexes.yml
+0 −42 spec/spec_tests/data/index_management/dropSearchIndex.yml
+0 −85 spec/spec_tests/data/index_management/listSearchIndexes.yml
+0 −45 spec/spec_tests/data/index_management/updateSearchIndex.yml
+0 −319 spec/spec_tests/data/run_command_unified/runCommand.yml
+0 −13 spec/spec_tests/index_management_unified_spec.rb
+0 −13 spec/spec_tests/run_command_unified_spec.rb
+0 −5 spec/support/spec_config.rb
+0 −121 upload-api-docs