Skip to content
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

Fix query projection for top level fields #2386

Merged
merged 58 commits into from
Apr 19, 2023
Merged
Changes from 1 commit
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
03765a2
WIP
Apr 7, 2023
e649ddf
WIP
Apr 7, 2023
9f2b3b0
WIP
Apr 7, 2023
2a064bd
WIP
Apr 7, 2023
50214fd
WIP
Apr 7, 2023
bc49a2e
WIP
Apr 7, 2023
b93246a
WIP
Apr 7, 2023
d02d012
WIP
Apr 7, 2023
6203768
Merge branch 'main' into refactor-projection
Apr 12, 2023
2fd9a42
WIP
Apr 12, 2023
4fd9958
WIP
Apr 12, 2023
8bde665
WIP
Apr 12, 2023
fa1097c
WIP
Apr 12, 2023
b28938b
Merge branch 'main' into refactor-projection
Apr 13, 2023
96580d3
WIP
Apr 13, 2023
850032f
WIP
Apr 13, 2023
0d25267
WIP
Apr 13, 2023
307b7dc
WIP
Apr 13, 2023
ee8a08c
WIP
Apr 13, 2023
7b806b0
WIP
Apr 14, 2023
e318ce6
WIP
Apr 14, 2023
683b60b
WIP
Apr 14, 2023
63bfdeb
Merge branch 'main' into refactor-projection
Apr 14, 2023
3901421
WIP
Apr 14, 2023
b127a3c
WIP
Apr 14, 2023
d929cad
WIP
Apr 16, 2023
b6c79f2
WIP
Apr 17, 2023
caa9079
Merge branch 'main' into refactor-projection
Apr 17, 2023
00d31e0
WIP
Apr 17, 2023
08a1b78
WIP
Apr 17, 2023
6c5be4f
WIP
Apr 17, 2023
c809be5
WIP
Apr 17, 2023
b38ade9
WIP
Apr 17, 2023
8d371ea
WIP
Apr 17, 2023
43240eb
WIP
Apr 17, 2023
d8ff0d8
WIP
Apr 17, 2023
dfad594
WIP
Apr 17, 2023
70315e5
WIP
Apr 17, 2023
07a7460
Merge branch 'main' into refactor-projection
Apr 17, 2023
4a53bab
WIP
Apr 17, 2023
e3a1e60
Merge remote-tracking branch 'origin/refactor-projection' into refact…
Apr 17, 2023
8948faf
WIP
Apr 17, 2023
3eb6df7
WIP
Apr 18, 2023
4111fa2
WIP
Apr 18, 2023
c4392d6
Merge branch 'main' into refactor-projection
Apr 18, 2023
9460b91
WIP
Apr 18, 2023
fd5a161
Merge remote-tracking branch 'origin/refactor-projection' into refact…
Apr 18, 2023
cb6080b
WIP
Apr 18, 2023
67b6126
WIP
Apr 18, 2023
81d920a
WIP
Apr 18, 2023
7cdbff8
WIP
Apr 18, 2023
584e1d9
WIP
Apr 18, 2023
95d3bf7
Merge branch 'main' into refactor-projection
Apr 18, 2023
cf807cd
WIP
Apr 18, 2023
884f436
Update integration/shareddata/shareddata.go
Apr 19, 2023
92b164b
Merge branch 'main' into refactor-projection
Apr 19, 2023
420cd83
Merge branch 'main' into refactor-projection
mergify[bot] Apr 19, 2023
971c4e8
Merge branch 'main' into refactor-projection
mergify[bot] Apr 19, 2023
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
WIP
  • Loading branch information
Dmitry committed Apr 7, 2023
commit b93246a0cade303798493592715b9e91ee2a131a
3 changes: 0 additions & 3 deletions integration/query_projection_compat_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
package integration

import (
"github.com/FerretDB/FerretDB/integration/setup"
"testing"

"go.mongodb.org/mongo-driver/bson"
Expand Down Expand Up @@ -55,8 +54,6 @@ func TestQueryProjectionCompat(t *testing.T) {
}

func TestQueryProjectionCompatCommand(t *testing.T) {
setup.SkipForTigris(t)

t.Parallel()

testCases := map[string]queryCompatCommandTestCase{
Expand Down