Commit Graph

17648 Commits

Author SHA1 Message Date
Taylor Bantle 30ec1e7e79 Progress on new diff --summary 2023-02-23 12:20:17 -08:00
Daylon Wilkins e7f5c3a6d1 Merge pull request #5419 from dolthub/Hydrocharged-1540b5e8
[auto-bump] [no-release-notes] dependency by Hydrocharged
2023-02-23 12:19:00 -08:00
Jason Fulghum 1139b37031 Merge pull request #5415 from dolthub/dependabot/go_modules/go/gen/proto/dolt/services/eventsapi/golang.org/x/text-0.3.8
Bump golang.org/x/text from 0.3.3 to 0.3.8 in /go/gen/proto/dolt/services/eventsapi
2023-02-23 11:11:17 -08:00
Hydrocharged 1945fd2646 [ga-bump-dep] Bump dependency in Dolt by Hydrocharged 2023-02-23 18:26:30 +00:00
dependabot[bot] 869be904f8 Bump golang.org/x/text in /go/gen/proto/dolt/services/eventsapi
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.3 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.3...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-23 04:45:26 +00:00
Taylor Bantle f65233e9a8 Merge pull request #5409 from dolthub/taylor/diff-stat
Rename diff summary to diff stat
2023-02-22 15:35:46 -08:00
Taylor Bantle b62f7128e8 Update bats 2023-02-22 13:50:02 -08:00
Taylor Bantle 6b87f9885c Rename dolt_diff_summary table function to dolt_diff_stat 2023-02-22 13:46:41 -08:00
Taylor Bantle be862d796c Rename dolt diff --summary to dolt diff --stat, remove some unused code 2023-02-22 13:41:46 -08:00
Tim Sehn 203191e4ae Merge pull request #5407 from dolthub/tim/add-removed-images
Restored some needed images
2023-02-22 13:13:12 -08:00
Tim Sehn 390c845639 Restored some deleted needed images 2023-02-22 13:12:29 -08:00
Tim Sehn 592ebad993 Revert "Pruned docs directory. It was stale."
This reverts commit a26fdc1a08.
2023-02-22 13:10:39 -08:00
Tim Sehn cf7a80486d Update README.md 2023-02-22 13:08:57 -08:00
AndyA e791a651c5 Merge pull request #5360 from dolthub/andy/commit-mapping
go/doltcore/migrate: write table for migrated commit mapping
2023-02-22 11:16:42 -08:00
Maximilian Hoffman f015743f17 [no-release-notes] better systab CI tests (#5395)
* add tests for different systab joins

* add tests for different systab joins

* delete merge tests

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

* bump GMS

* bump

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

---------

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2023-02-22 10:54:29 -08:00
Tim Sehn f1b2f5775e Merge pull request #5403 from dolthub/tim/prune-docs
Pruned docs directory. Renamed it images.
2023-02-22 10:44:08 -08:00
Tim Sehn a26fdc1a08 Pruned docs directory. It was stale. 2023-02-22 10:25:36 -08:00
Andy Arthur b875ffaecf go/{doltcore/migrate,bats}: update tests with new branch, table names 2023-02-22 09:44:13 -08:00
Daylon Wilkins db33b67429 Merge pull request #5335 from dolthub/daylon/sp-diff
Line-based diffs for modified multiline rows
2023-02-22 08:53:06 -08:00
Daylon Wilkins 75ec9ca946 Line-based diffs for modified multiline rows 2023-02-22 07:44:52 -08:00
coffeegoddd c56f4ec0a2 [ga-bump-release] Update Dolt version to 0.53.1 and release v0.53.1 v0.53.1 2023-02-22 02:16:03 +00:00
Andy Arthur cb961d642e go/doltcore/migrate: pr feedback 2023-02-21 16:05:58 -08:00
Andy Arthur 47ef1c37ad Merge branch 'main' into andy/commit-mapping 2023-02-21 16:00:35 -08:00
AndyA 466e55961d Merge pull request #5398 from dolthub/andy/no-scan-parallelism-2
go/commands/engine: get NBF from database provider
2023-02-21 15:54:12 -08:00
Andy Arthur 78cc7d8814 go/commands/engine: rework format check to compensate for clusterdb 2023-02-21 14:40:13 -08:00
James Cor 146a1b970a Merge pull request #5164 from dolthub/james/spatial-index-test
implement spatial indexes
2023-02-21 13:40:58 -08:00
Andy Arthur 0e19a18429 go/commands/engine: get NBF from database provider 2023-02-21 13:04:22 -08:00
AndyA af78bdba8e Merge pull request #5396 from dolthub/andy/no-scan-parallelism
go/commands/engine: set analyzer parallelism to 1
2023-02-21 12:52:27 -08:00
Andy Arthur a43b2c6882 go/commands/engine: set analyzer parallelism to 1 for NBF __DOLT__ only 2023-02-21 12:50:53 -08:00
James Cor ec1b4daee8 skip old format on old format 2023-02-21 12:19:45 -08:00
James Cor 28da7177b1 - 2023-02-21 11:14:35 -08:00
Andy Arthur c64a3654ad go/commands/engine: set analyzer parallelism to 1 2023-02-21 11:09:48 -08:00
James Cor e9ab728161 blocking in old format and adding test 2023-02-21 11:07:46 -08:00
James Cor b73c59c1a7 Merge branch 'main' into james/spatial-index-test 2023-02-21 01:19:07 -08:00
JCOR11599 fa147b3e20 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-02-21 09:09:11 +00:00
James Cor ba03677a5f validate spatial indexes 2023-02-21 01:07:39 -08:00
James Cor 13efc85013 removing unused bool 2023-02-20 23:57:08 -08:00
James Cor 5a0b91ffa9 fix bats formatting 2023-02-20 23:55:32 -08:00
JCOR11599 5b606c29c0 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-02-21 07:26:31 +00:00
James Cor aeea193357 using helper method, tidying, and adding unit test 2023-02-20 23:24:57 -08:00
James Cor 1b0defe9f0 adding bats test for feature flag 2023-02-20 16:13:46 -08:00
James Cor aef4f4df27 cleaning up zenc 2023-02-20 15:59:38 -08:00
Zach Musgrave f5f6767062 Merge pull request #5383 from dolthub/zachmu/sql-schema-diff
Emit schema elements from dolt_schemas table as their DDL equivalents during `dolt dump`
2023-02-20 13:36:59 -08:00
Zach Musgrave 0488020358 Merge pull request #5381 from dolthub/dependabot/go_modules/go/golang.org/x/net-0.7.0
Bump golang.org/x/net from 0.2.0 to 0.7.0 in /go
2023-02-20 12:10:54 -08:00
zachmu 99ca4f3ae2 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-02-20 20:08:57 +00:00
Zach Musgrave b0ad478fe7 Bug fixes for procedures 2023-02-20 12:07:26 -08:00
Jason Fulghum 8576a5b021 Merge pull request #5391 from nkonev/fix-entrypoint-comment
Fixes comments in entrypoint
2023-02-20 11:54:16 -08:00
Nikita Konev 4395146454 Fix comments 2023-02-20 23:39:17 +04:00
James Cor ccdf2cddff use main 2023-02-20 10:08:12 -08:00
James Cor 3ebc08c4cf merge with main 2023-02-20 10:01:38 -08:00