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: improved type similarity detection logic. #2231

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
8604f2b
- added support for both input and union types.
laststylebender14 Jun 18, 2024
f5f30cc
- added snaps.
laststylebender14 Jun 18, 2024
161a15c
- added union_types method to config.
laststylebender14 Jun 18, 2024
171e317
- explore union or input fields in config only when there are such ty…
laststylebender14 Jun 18, 2024
0ca85ca
- lint changes.
laststylebender14 Jun 18, 2024
69dc948
- fix typo.
laststylebender14 Jun 18, 2024
cfec67b
- added comparable_types utility module.
laststylebender14 Jun 18, 2024
e59706d
- lint changes.
laststylebender14 Jun 18, 2024
0437659
- add config to fixtures and use it in tests.
laststylebender14 Jun 18, 2024
193d949
- fixed too many args issue.
laststylebender14 Jun 18, 2024
5a3d3d6
- refactor if condition.
laststylebender14 Jun 18, 2024
cc13e2e
- added test for union_type.
laststylebender14 Jun 18, 2024
b6e80d3
- improved configs.
laststylebender14 Jun 18, 2024
e7e7657
- consider field is same if it's output type and list matches.
laststylebender14 Jun 19, 2024
e45127a
- added comments and handled edge.
laststylebender14 Jun 19, 2024
44a8b3e
- added test case for list edge case.
laststylebender14 Jun 19, 2024
7492772
- handle required fields correctly.
laststylebender14 Jun 19, 2024
fbaccd5
- fixed typos in comments.
laststylebender14 Jun 19, 2024
7cb9d5f
- fail the merging process when we find field like. c: Int and c: [Int]
laststylebender14 Jun 20, 2024
5dcf970
- fix test cases.
laststylebender14 Jun 20, 2024
0274bb4
- adopt new api of Similarity.
laststylebender14 Jun 20, 2024
e0e492c
- updated test cases.
laststylebender14 Jun 20, 2024
f5c989a
- fix scalar comparision logic, if scalar type isn't same then fail m…
laststylebender14 Jun 20, 2024
a61eef5
- lint changes.
laststylebender14 Jun 20, 2024
cee8896
- added test to test out same field name but with different scalar ty…
laststylebender14 Jun 20, 2024
d081f73
- removed not required test cases.
laststylebender14 Jun 20, 2024
fd10170
- updated snap.
laststylebender14 Jun 20, 2024
78caa21
- removed err logging
laststylebender14 Jun 20, 2024
8c07347
chore(deps): update dependency miniflare to v3.20240610.1
renovate[bot] Jun 18, 2024
8ce8411
chore(deps): update rust crate url to v2.5.2
renovate[bot] Jun 18, 2024
ba82ce4
chore(deps): update dependency wrangler to v3.61.0
renovate[bot] Jun 19, 2024
f4786f9
chore(deps): update docker/build-push-action action to v6 (#2217)
renovate[bot] Jun 19, 2024
35a1fa2
chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /tailcall-cloudfl…
dependabot[bot] Jun 19, 2024
0f546cc
fix: query generation (#2229)
amitksingh1490 Jun 19, 2024
e1731d7
chore(deps): update dependency @cloudflare/workers-types to v4.202406…
renovate[bot] Jun 20, 2024
508075a
fix(deps): update rust crate proc-macro2 to v1.0.86
renovate[bot] Jun 21, 2024
b6ac53e
Merge branch 'bug/handle-merging-of-input-types' into bug/handle-requ…
laststylebender14 Jun 21, 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
Loading