Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
76ac50c
tests: fix TestMutateRow_Generic_DeadlineExceeded
feywind Sep 16, 2025
f18d7b2
tests: fix TestReadRow_Generic_DeadlineExceeded
feywind Sep 16, 2025
8927bda
Merge branch 'main' into conformance-fixes
feywind Oct 1, 2025
e657328
Merge branch 'main' into conformance-fixes
feywind Oct 30, 2025
5c758c2
chore: merge remote-tracking branch 'remotes/origin/main' into confor…
feywind Oct 31, 2025
ae08b1b
tests: wip on shifting test harness to TS
feywind Nov 11, 2025
305c9c1
wip: work in progress on updating testproxy
feywind Feb 11, 2026
7f9955b
tests: most of the conversion to typescript
feywind Feb 12, 2026
56a7aa8
tests: testproxy mostly working in TS now
feywind Feb 18, 2026
6518223
chore: merge remote-tracking branch 'remotes/origin/main' into confor…
feywind Feb 18, 2026
75b205c
chore: update copyrights
feywind Feb 18, 2026
83db592
build: actually compile testproxy protos
feywind Feb 18, 2026
5cd638f
chore: fix linting issues
feywind Feb 20, 2026
90434e5
tests: finish updating types for proxy unit tests
feywind Feb 20, 2026
90dc4b9
chore: more linting and types
feywind Feb 20, 2026
0d3c693
tests: revert some typing changes
feywind Feb 20, 2026
0a127d7
chore: still yet more joy of linting
feywind Feb 20, 2026
86c535a
tests: fix/bypass unit test issues caused by "tests: fix TestReadRow_…
feywind Feb 23, 2026
e4368cd
chore: merge remote-tracking branch 'remotes/origin/main' into confor…
feywind Feb 23, 2026
af4ba73
chore: lint
feywind Feb 23, 2026
585b8db
tests: update known failures and unsupported conformance tests
feywind Feb 23, 2026
1e4fc4d
chore: self-review from the branch
feywind Feb 23, 2026
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 .kokoro/mandatory-conformance.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"scripts": {
"compile": "tsc -p . && cp -r proto* build/",
"compile-protos": "compileProtos src",
"compile-protos": "compileProtos src testproxy",
"predocs": "npm run compile",
"docs": "jsdoc -c .jsdoc.js",
"predocs-test": "npm run docs",
Expand All @@ -42,7 +42,7 @@
"pretest": "npm run compile",
"test": "c8 mocha build/test",
"test:snap": "SNAPSHOT_UPDATE=1 npm test",
"testproxy": "npm run compile && node testproxy/index.js",
"testproxy": "npm run compile && node build/testproxy/index.js",
"clean": "gts clean",
"precompile": "gts clean"
},
Expand Down
2,746 changes: 2,746 additions & 0 deletions protos/protos.d.ts

Large diffs are not rendered by default.

6,166 changes: 6,166 additions & 0 deletions protos/protos.js

Large diffs are not rendered by default.

363 changes: 363 additions & 0 deletions protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading