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