Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
b596c48
first draft
sourabh1007 Sep 4, 2024
27d3f8c
fix query iterator
sourabh1007 Sep 5, 2024
f4705b1
fixing test
sourabh1007 Sep 10, 2024
e49f87a
enable show query mode
sourabh1007 Sep 10, 2024
3f830c3
fix imports
sourabh1007 Sep 10, 2024
7c64cfb
fix tests
sourabh1007 Sep 11, 2024
38a50a8
changefeed fix
sourabh1007 Sep 11, 2024
a58fe18
fix changefeed
sourabh1007 Sep 13, 2024
48135cf
fix imports
sourabh1007 Sep 18, 2024
78b8144
added querymode
sourabh1007 Sep 23, 2024
69aedb2
feedback changes
sourabh1007 Sep 25, 2024
b760982
change text casing in querytext node
sourabh1007 Sep 26, 2024
fdd6715
Update Microsoft.Azure.Cosmos/src/Resource/FeedIterators/FeedIterator…
sourabh1007 Sep 26, 2024
423e391
Update Microsoft.Azure.Cosmos/src/Resource/FeedIterators/FeedIterator.cs
sourabh1007 Sep 26, 2024
70047ab
Update Microsoft.Azure.Cosmos/src/Telemetry/OpenTelemetry/OpenTelemet…
sourabh1007 Sep 26, 2024
a991c90
refactor code
sourabh1007 Sep 26, 2024
b064d37
Update Microsoft.Azure.Cosmos/src/Telemetry/OpenTelemetry/QueryTextMo…
sourabh1007 Sep 27, 2024
a5b7153
Update Microsoft.Azure.Cosmos/src/Telemetry/OpenTelemetry/QueryTextMo…
sourabh1007 Sep 27, 2024
8c048a3
Update Microsoft.Azure.Cosmos/src/Telemetry/OpenTelemetry/QueryTextMo…
sourabh1007 Sep 27, 2024
f587ab3
Update Microsoft.Azure.Cosmos/src/Telemetry/OpenTelemetry/QueryTextMo…
sourabh1007 Sep 27, 2024
6feb8b8
Merge branch 'master' into users/sourabhjain/addqueryTextinOtel
sourabh1007 Sep 28, 2024
54520fa
contract fix
sourabh1007 Sep 29, 2024
70d93e9
Merge branch 'master' into users/sourabhjain/addqueryTextinOtel
sourabh1007 Sep 30, 2024
31d45d6
Merge branch 'master' into users/sourabhjain/addqueryTextinOtel
sourabh1007 Oct 1, 2024
7cba059
Merge branch 'master' into users/sourabhjain/addqueryTextinOtel
sourabh1007 Oct 2, 2024
78bd8eb
Merge branch 'master' into users/sourabhjain/addqueryTextinOtel
sourabh1007 Oct 3, 2024
74a59ac
initialize QueryTextNode
sourabh1007 Oct 3, 2024
45d865e
Merge branch 'master' into users/sourabhjain/addqueryTextinOtel
sourabh1007 Oct 3, 2024
40574e6
fix test
sourabh1007 Oct 3, 2024
f2be22b
Merge branch 'master' into users/sourabhjain/addqueryTextinOtel
kirankumarkolli Oct 6, 2024
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
Prev Previous commit
Next Next commit
fix test
  • Loading branch information
sourabh1007 committed Oct 3, 2024
commit 40574e65cf59caee45b35b7fb5d46c55e3c7f5ee
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ public async Task QueryAsync()

EndToEndTraceWriterBaselineTests.AssertAndResetActivityInformation();

requestOptions.QueryTextMode = null; //Reset request Option
requestOptions.QueryTextMode = QueryTextMode.None; //Reset request Option
}
//----------------------------------------------------------------

Expand Down Expand Up @@ -576,7 +576,7 @@ public async Task QueryAsync()

EndToEndTraceWriterBaselineTests.AssertAndResetActivityInformation();

requestOptions.QueryTextMode = null; //Reset request Option
requestOptions.QueryTextMode = QueryTextMode.None; //Reset request Option
}
//----------------------------------------------------------------

Expand Down