Commit Graph

16275 Commits

Author SHA1 Message Date
druvv 57854eb37e [ga-bump-release] Update Dolt version to 0.51.5 and release v0.51.5 v0.51.5 2022-11-22 22:17:30 +00:00
Dhruv Sringari 48df05c476 Merge pull request #4846 from dolthub/dhruv/migrate-pk-ordinal-changes
Schemas with different PK ordinals should not be equal.
2022-11-22 13:49:47 -08:00
James Cor bfc4c6b07f Merge pull request #4842 from dolthub/JCOR11599-0ba73661
[auto-bump] [no-release-notes] dependency by JCOR11599
2022-11-22 12:34:43 -08:00
Dhruv Sringari 30025a0dc8 Schemas with different PK ordinals should not be equal. 2022-11-22 12:10:27 -08:00
JCOR11599 e74353e034 [ga-bump-dep] Bump dependency in Dolt by JCOR11599 2022-11-22 08:36:00 +00:00
James Cor 0bcdb7b205 Merge pull request #4812 from dolthub/james/ref-string-index
use prefix index for referenced strings
2022-11-22 00:34:02 -08:00
James Cor 9eb28a2336 bump 2022-11-21 16:34:28 -08:00
James Cor a29023a049 fix 2022-11-21 16:32:10 -08:00
Nikita Konev c87bb09054 Fix issues with docker entrypoint (#4831)
* Fix unability to process .sql in initdb, make init scripts run only
once, remove unnecessary and non working server starting

* Use workdir in order to have the same dir for the server and commandline

Co-authored-by: Nikita Konev <nikita.konev@arrival.com>
2022-11-21 16:22:43 -08:00
James Cor eac942e05a Merge branch 'main' into james/ref-string-index 2022-11-21 16:17:43 -08:00
James Cor a3db8dbc2b new tests 2022-11-21 16:17:14 -08:00
James Cor 2288463d6c merge with main 2022-11-21 16:03:55 -08:00
Maximilian Hoffman fc46082dcf Blob chunker rewrite (#4825)
* Fix mising projection on indexed table

* add test

* rewrite

* cleanup

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

* blob test

* Fix tests

* node arena

* delete stale

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

* docs

* more cleanup

* add newline

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

* aaron's rewrite

* benchmarks

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

* concurrency safe blob builder

* fmt

* pointer to pool

* test nodeStore edits

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2022-11-21 15:46:17 -08:00
James Cor 38e8ee5945 Merge pull request #4768 from dolthub/james/dolt-docs
change dolt docs `doc_text` column to `longtext`
2022-11-21 15:05:13 -08:00
jennifersp 844993ed08 add Hibernate smoke test (#4829) 2022-11-21 14:30:07 -08:00
Pavel Safronov aed57b2685 Merge pull request #4835 from dolthub/PavelSafronov-e938f9a0
[auto-bump] [no-release-notes] dependency by PavelSafronov
2022-11-21 13:15:17 -08:00
PavelSafronov 73507418cf [ga-bump-dep] Bump dependency in Dolt by PavelSafronov 2022-11-21 19:33:50 +00:00
druvv 9e33b03c77 [ga-bump-release] Update Dolt version to 0.51.4 and release v0.51.4 v0.51.4 2022-11-19 00:12:01 +00:00
Dhruv Sringari 1956ca903b Merge pull request #4784 from dolthub/dhruv/fix-remotesapi-panic
Fix a panic that occurs when grpc stream Recv() method returns an err…
2022-11-18 15:59:17 -08:00
Dhruv Sringari a1be091711 Merge pull request #4382 from dolthub/dhruv/update-tag
Add dolt schema update-tag
2022-11-18 15:40:53 -08:00
Daylon Wilkins d376474341 Merge pull request #4826 from dolthub/daylon/fixed-branch-perms-test
[no-release-notes] Fixed db issue with branch permissions test
2022-11-18 14:18:40 -08:00
James Cor 872ac4f2f2 bump 2022-11-18 13:55:52 -08:00
Dhruv Sringari b1e80b686b only allow update-tag on format __DOLT__ 2022-11-18 13:28:29 -08:00
Dhruv Sringari 60350928fe add a bats for the interaction between update-tags and merge 2022-11-18 13:20:42 -08:00
Dustin Brown af6f8bfa52 [ga-bump-dep] Bump dependency in Dolt by jennifersp (#4828) 2022-11-18 13:19:11 -08:00
James Cor 045b2e5b3a revert testing code 2022-11-18 12:24:46 -08:00
Dhruv Sringari 192861f369 Merge remote-tracking branch 'origin/main' into dhruv/update-tag 2022-11-18 12:24:14 -08:00
James Cor 47d4dc0d44 better prefix index rewrite logic and tests 2022-11-18 12:24:10 -08:00
Andy Arthur 77a8dfb2db added more migrate conflicts bats 2022-11-18 11:32:04 -08:00
AndyA aaa1e625e1 Merge pull request #4820 from dolthub/andy/migration-patch
go/doltcore/migrate: added --drop-conflicts flag to migration, check …
2022-11-18 11:06:13 -08:00
jennifersp d1d1928f15 dolt init fails with invalid arguments (#4815) 2022-11-18 09:22:41 -08:00
Daylon Wilkins c61e1e5946 Fixed db issue with branch permissions test 2022-11-18 03:41:49 -08:00
James Cor bc1b7eab87 bad variable and covering another case 2022-11-18 01:25:41 -08:00
James Cor ebf0d4b0b0 bump to gms with fix 2022-11-18 01:20:56 -08:00
James Cor b432fd691d Merge branch 'main' into james/ref-string-index 2022-11-17 23:21:54 -08:00
AndyA 07637a5cad Update integration-tests/bats/migrate.bats
Co-authored-by: Dhruv Sringari <dhruv@dolthub.com>
2022-11-17 16:20:06 -08:00
James Cor af82bd331e bringing back old dolt docs schema 2022-11-17 16:19:49 -08:00
James Cor acd2c06ca5 Merge branch 'main' into james/dolt-docs 2022-11-17 16:17:06 -08:00
James Cor 911801e743 Merge pull request #4822 from dolthub/JCOR11599-afa6d1c3
[auto-bump] [no-release-notes] dependency by JCOR11599
2022-11-17 16:12:48 -08:00
James Cor 063e6e8fe1 jk even more 2022-11-17 16:10:06 -08:00
James Cor a1a2cc88e8 even more cleaninig 2022-11-17 16:08:55 -08:00
JCOR11599 42aa38191b [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-11-18 00:05:35 +00:00
James Cor c0c48410f8 more cleaning 2022-11-17 16:05:29 -08:00
James Cor af711d1ed7 Merge branch 'james/ref-string-index' of https://github.com/dolthub/dolt into james/ref-string-index 2022-11-17 16:04:09 -08:00
James Cor e35b2b553e cleaning up 2022-11-17 16:03:45 -08:00
James Cor 4b81103ade janky, but working 2022-11-17 15:53:04 -08:00
druvv 86c7acde84 [ga-bump-release] Update Dolt version to 0.51.3 and release v0.51.3 v0.51.3 2022-11-17 22:59:22 +00:00
Dhruv Sringari aa6dfd6454 Merge pull request #4821 from dolthub/dhruv/diff-table-summary
Change dolt_diff_summary table function to return empty diffs for tab…
2022-11-17 14:44:35 -08:00
JCOR11599 43233872a9 [ga-bump-dep] Bump dependency in Dolt by JCOR11599 2022-11-17 21:57:03 +00:00
James Cor 3774b96c07 Merge pull request #4819 from dolthub/JCOR11599-fb85bf67
[auto-bump] [no-release-notes] dependency by JCOR11599
2022-11-17 13:54:45 -08:00