Merged
Changes from 1 commit
Show all changes
25 commits
Select commit Hold shift + click to select a range
3872199
feat!: add support for CommitStats
olavloiteOct 24, 2020
def8768
fix: add clirr ignored differences
olavloiteOct 24, 2020
5372dae
Merge branch 'master' into commit-stats2
olavloiteOct 31, 2020
34fbda6
fix: error message should start with getCommitResponse
olavloiteOct 31, 2020
8f61c2a
Merge branch 'master' into commit-stats2
olavloiteNov 6, 2020
041b34d
Merge branch 'master' into commit-stats2
olavloiteDec 5, 2020
8299054
fix: remove overload delay
olavloiteDec 10, 2020
9b710a7
Merge branch 'master' into commit-stats2
olavloiteDec 10, 2020
8c15641
Merge branch 'master' into commit-stats2
olavloiteJan 23, 2021
919cf02
chore: cleanup after merge
olavloiteJan 23, 2021
97ec917
fix: update copyright years of new files
olavloiteJan 23, 2021
afeb0fd
test: fix flaky test
olavloiteJan 23, 2021
8524526
test: skip commit stats tests on emulator
olavloiteJan 23, 2021
06b3e22
test: missed one commit stats tests against emulator
olavloiteJan 23, 2021
1c17d16
test: skip another emulator test
olavloiteJan 23, 2021
664b87d
test: add missing test cases
olavloiteJan 23, 2021
6573a0f
fix: address review comments
olavloiteJan 30, 2021
0b448c3
Merge branch 'master' into commit-stats2
olavloiteFeb 1, 2021
83039fb
Merge branch 'master' into commit-stats2
olavloiteFeb 3, 2021
57ea714
chore: use junit assertion instead of truth
olavloiteFeb 3, 2021
66c5f88
chore: replace truth asserts with junit asserts
olavloiteFeb 4, 2021
1d17973
chore: replace truth assertions with junit
olavloiteFeb 5, 2021
48ef21b
chore: cleanup test and variable names
olavloiteFeb 8, 2021
1f33c42
fix: rename test method and variables
olavloiteFeb 9, 2021
7d45ace
fix: address review comments
olavloiteFeb 16, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Failed to load files.
Previous commit
Next commit
fix: add clirr ignored differences
  • Loading branch information
@olavloite
olavloite committedOct 24, 2020
commit def876854f2dad9fe1568cd419f439f2b28fd1e6
Original file line numberDiff line numberDiff line change
Expand Up@@ -428,5 +428,29 @@
<className>com/google/cloud/spanner/TransactionRunner</className>
<method>com.google.cloud.spanner.CommitResponse getCommitResponse()</method>
</difference>
<difference>
<differenceType>7004</differenceType>
<className>com/google/cloud/spanner/DatabaseClient</className>
<method>com.google.cloud.spanner.TransactionRunner readWriteTransaction()</method>
<to>com.google.cloud.spanner.TransactionRunner readWriteTransaction(com.google.cloud.spanner.TransactionOption[])</to>
</difference>
<difference>
<differenceType>7004</differenceType>
<className>com/google/cloud/spanner/DatabaseClient</className>
<method>com.google.cloud.spanner.TransactionManager transactionManager()</method>
<to>com.google.cloud.spanner.TransactionManager transactionManager(com.google.cloud.spanner.TransactionOption[])</to>
</difference>
<difference>
<differenceType>7004</differenceType>
<className>com/google/cloud/spanner/DatabaseClient</className>
<method>com.google.cloud.spanner.AsyncRunner runAsync()</method>
<to>com.google.cloud.spanner.AsyncRunner runAsync(com.google.cloud.spanner.TransactionOption[])</to>
</difference>
<difference>
<differenceType>7004</differenceType>
<className>com/google/cloud/spanner/DatabaseClient</className>
<method>com.google.cloud.spanner.AsyncTransactionManager transactionManagerAsync()</method>
<to>com.google.cloud.spanner.AsyncTransactionManager transactionManagerAsync(com.google.cloud.spanner.TransactionOption[])</to>
</difference>

</differences>