Commit Graph

17668 Commits

Author SHA1 Message Date
Taylor Bantle
db4cbd1c75 Comment fixes 2023-02-24 12:01:55 -08:00
Taylor Bantle
4bb204b8da Merge branch 'taylor/diff-summ-cli' into taylor/new-diff-summary 2023-02-24 11:59:03 -08:00
Taylor Bantle
252f68c163 Merge remote-tracking branch 'origin/main' into taylor/diff-summ-cli 2023-02-24 11:45:24 -08:00
Taylor Bantle
82b8bf1a72 Update dolt_diff_summary table function with new summary, fix tests 2023-02-24 11:45:09 -08:00
Taylor Bantle
785567a8af Merge branch 'taylor/diff-summ-cli' into taylor/new-diff-summary 2023-02-24 10:28:04 -08:00
Taylor Bantle
2f818e903c Use processTableDelta logic in td.GetSummary 2023-02-24 10:27:37 -08:00
stephanie
357032354d Merge pull request #5423 from dolthub/steph/reset-script
updates reset script to disable foreign_key_checks temporarily
2023-02-24 09:47:57 -08:00
stephkyou
66ec264cab [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-02-24 01:12:14 +00:00
Stephanie You
5161c02e42 bump gms dependency 2023-02-23 17:10:20 -08:00
Taylor Bantle
353d2c6273 Sort table deltas, rename bool co
ls to be consistent with dolt_diff
2023-02-23 17:08:19 -08:00
Taylor Bantle
7f9db8abb0 Add DoltUserPrivTests for dolt_diff_summary 2023-02-23 17:04:05 -08:00
Stephanie You
75a58de0ca updates reset script to disable foriegn_key_checks temporarily 2023-02-23 16:45:44 -08:00
Taylor Bantle
89a145b95a Fix bats 2023-02-23 13:39:53 -08:00
Taylor Bantle
ff122a0796 Add enginetests for new dolt_diff_summary 2023-02-23 12:32:00 -08:00
Taylor Bantle
1741130918 Add new dolt_diff_summary table function 2023-02-23 12:32:00 -08:00
tbantle22
244d6d8b8c [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-02-23 20:29:24 +00:00
Taylor Bantle
86ebfa9a3a Fixes 2023-02-23 12:27:41 -08:00
Taylor Bantle
85fbbe2b68 bats: Move diff stat tests to new file, add summary tests 2023-02-23 12:20:17 -08:00
Taylor Bantle
666ffaad2c Tabular output for dolt diff --summary 2023-02-23 12:20:17 -08:00
Taylor Bantle
96c4d37548 Rename dolt_diff_summary_table_function.go 2023-02-23 12:20:17 -08:00
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