Commit Graph

11976 Commits

Author SHA1 Message Date
Aaron Son be27368901 go/store/datas: GetCommitValue -> GetCommittedValue. 2022-04-04 13:26:01 -07:00
Aaron Son d69ac33738 go/store/datas: FindCommonAncestor returns addr, not Ref. 2022-04-04 13:26:01 -07:00
Aaron Son a6931588f5 go/store/types: WalkRefs -> walkRefs, change some usage to WalkAddrs. 2022-04-04 13:25:56 -07:00
Aaron Son e43797ad6d go/store/types: remove free function WalkRefs. 2022-04-04 13:14:28 -07:00
Aaron Son a00f430f29 go/store/types: WalkRefsForChunkStore -> WalkAddrsForChunkStore. 2022-04-04 13:14:28 -07:00
Jason Fulghum bc5d012afd Merge pull request #3141 from dolthub/fulghum/show-create-table-as-of
Adding tests for 'show create table <t> as of <version>'
2022-04-04 12:42:15 -07:00
Jason Fulghum 344a71cbc6 Merge branch 'main' into fulghum/show-create-table-as-of 2022-04-04 11:36:16 -07:00
Jason Fulghum d373cd55c5 Merge pull request #3146 from dolthub/fulghum-6074a727
[auto-bump] [no-release-notes] dependency by fulghum
2022-04-04 11:35:37 -07:00
Aaron Son f8ca345ad0 Merge pull request #3123 from dolthub/aaron/pull-stats-rewrite
go/store/datas/pull: Use errgroup. Rewrite Stats publishing.
2022-04-04 11:23:30 -07:00
Jason Fulghum 10f1b61bf1 Fix for missing constraint name in unique constraint 2022-04-04 10:46:58 -07:00
Jason Fulghum ac655a3e2d Splitting a test method apart into two test methods 2022-04-04 10:17:27 -07:00
fulghum afa9d2089e [ga-bump-dep] Bump dependency in Dolt by fulghum 2022-04-04 17:08:19 +00:00
Jason Fulghum a06481c34f Adding tests for 'show create table as of <version>' 2022-04-01 16:56:02 -07:00
Zach Musgrave 6ed7c39d5a Merge pull request #3140 from dolthub/zachmu/roadmap-update
Updated roadmap to match docs site
2022-04-01 18:35:54 -05:00
Zach Musgrave 775b832d9e Updated roadmap to match docs site 2022-04-01 16:35:23 -07:00
James Cor 02c60ea252 Merge pull request #3093 from dolthub/james/geometry
Adding `Geometry` type
2022-04-01 15:53:35 -07:00
max-hoffman 5dfe806ea6 [ga-bump-release] Update Dolt version to 0.37.9 and release v0.37.9 v0.37.9 2022-04-01 22:47:17 +00:00
Maximilian Hoffman 65ed7401bc GMS bump for transform refactor (#3128)
* GMS bump for transform refactor

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* bump GMS

* bump GMS

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2022-04-01 15:36:44 -07:00
James Cor c9d229f0bc can't defer to inner for writeTo 2022-04-01 14:12:30 -07:00
James Cor 075c5c6ba3 converting everything to defer to inner type 2022-04-01 13:44:30 -07:00
James Cor c23e28522d fixing errors 2022-04-01 13:15:16 -07:00
Jason Fulghum 7bbe426cd9 Merge pull request #3121 from dolthub/fulghum/describe-table-as-of
Adding tests to validate as of support for describe table.
2022-03-31 18:35:34 -07:00
Jason Fulghum 630e6db80d Removing the describe table as of test script from DoltScripts now that it was pulled out into its own test. 2022-03-31 16:50:46 -07:00
Jason Fulghum 8c04c9ce8a Pulling the describe table as of tests out into their own test method, since they need to be skipped when running with the new storage format enabled. 2022-03-31 16:42:29 -07:00
Jason Fulghum 76b2f80865 Merge branch 'main' into fulghum/describe-table-as-of 2022-03-31 16:09:58 -07:00
Jason Fulghum a5ef495c9d Merge pull request #3136 from dolthub/fulghum-110cf9fe
[auto-bump] [no-release-notes] dependency by fulghum
2022-03-31 16:08:52 -07:00
Jason Fulghum 0f7dbcad57 Skipping TestVersionedQueries for the new Dolt storage format, since the tests relies on alter table schema and that isn't supported in the new format yet. 2022-03-31 15:22:21 -07:00
fulghum adc070c50c [ga-bump-dep] Bump dependency in Dolt by fulghum 2022-03-31 22:20:12 +00:00
Jason Fulghum ca5947e503 Skipping TestVersionedQueries for the new Dolt storage format, since the tests relies on alter table schema and that isn't supported in the new format yet. 2022-03-31 15:06:33 -07:00
Aaron Son a94c1421f4 go/store/datas/pull: puller.go: Avoid writing empty table files. 2022-03-31 14:59:08 -07:00
James Cor 58a62c4dd5 prevent keys/indexes on geometry type 2022-03-31 12:25:22 -07:00
James Cor dbe4710a49 adding conversion methods, and fixing equals 2022-03-31 10:50:01 -07:00
Jason Fulghum ebfc549723 Merge branch 'main' into fulghum/describe-table-as-of 2022-03-31 07:59:23 -07:00
James Cor 8c4b30b3f6 Merge branch 'main' into james/geometry 2022-03-30 22:17:12 -07:00
James Cor cb2ac8cda3 Merge pull request #3125 from dolthub/JCOR11599-49a6690d
[auto-bump] [no-release-notes] dependency by JCOR11599
2022-03-30 22:16:36 -07:00
James Cor 2864774ac8 Merge pull request #3127 from dolthub/db/fix-dockerfile
[no-release-notes] /integration-tests/MySQLDockerfile: try installing from source
2022-03-30 21:05:38 -07:00
Dustin Brown 79e31b39dd /integration-tests/MySQLDockerfile: try installing from source 2022-03-30 17:34:54 -07:00
James Cor 94b1e6c66a latest? 2022-03-30 16:59:32 -07:00
James Cor 4453ef1b93 aaaaaaaa 2022-03-30 16:55:18 -07:00
James Cor 77052a7da7 updating dockerfile some more 2022-03-30 16:39:37 -07:00
James Cor 48040fed87 bumping docker go version 2022-03-30 15:41:57 -07:00
James Cor 763309f40c merging with main 2022-03-30 14:33:37 -07:00
JCOR11599 138edc400d [ga-bump-dep] Bump dependency in Dolt by JCOR11599 2022-03-30 21:33:11 +00:00
fulghum 81857a3196 [ga-bump-release] Update Dolt version to 0.37.8 and release v0.37.8 v0.37.8 2022-03-30 20:49:23 +00:00
Aaron Son 096269b291 go/store/datas/pull: Remove PullerEvent status updates. Publish pull stats through a Stats struct instead. 2022-03-29 16:37:58 -07:00
Jason Fulghum 9eedbcb9e8 Adding tests to validate as of support for describe table. 2022-03-29 16:35:13 -07:00
Dustin Brown 33e6c5a72f [ga-bump-dep] Bump dependency in Dolt by VinaiRachakonda (#3120)
Co-authored-by: VinaiRachakonda <vinai@dolthub.com>
2022-03-29 16:02:24 -07:00
JCOR11599 c1a8af6f87 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-03-29 21:54:47 +00:00
James Cor 5a655c84f1 i upgrade go mod again 2022-03-29 14:53:22 -07:00
James Cor 075df7e415 updating gomod 2022-03-29 14:39:06 -07:00