Aaron Son
|
e2fce1bba7
|
go/libraries/doltcore/env/multi_repo_env.go: Always use the GRPCDialProvider from the bootstrap env for the MultiRepoEnv RemoteDialProvider.
Fixes #5811.
|
2023-04-26 15:13:57 -07:00 |
|
Nick Tobey
|
1d51563220
|
Merge pull request #5783 from dolthub/nicktobey/dolt-show
`dolt show` supports displaying non-commit objects.
|
2023-04-25 16:58:27 -07:00 |
|
nicktobey
|
ecfbc0f5fd
|
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
|
2023-04-25 22:29:04 +00:00 |
|
Taylor Bantle
|
0630a5345d
|
Merge pull request #5803 from dolthub/taylor/fix-creds-check
Fix dolt creds check with specified endpoint
|
2023-04-25 15:14:58 -07:00 |
|
Jason Fulghum
|
fd30e9456c
|
Merge pull request #5790 from dolthub/fulghum/schema-merge
Bug fix and test for index merge bug that didn't detect incompatible index types
|
2023-04-25 15:07:08 -07:00 |
|
Nick Tobey
|
00f3118dce
|
Move ParseHashString localling into show.go
|
2023-04-25 15:04:01 -07:00 |
|
AndyA
|
d78190b2b9
|
Merge pull request #5800 from dolthub/andy/update-parse-create-table
go/doltcore/{sqle, merge}: Update sqlutil.ParseCreateTable to fix test gaps in schema merge suite
|
2023-04-25 14:49:44 -07:00 |
|
Taylor Bantle
|
bc840837d1
|
Fix dolt creds check with specified endpoint
|
2023-04-25 13:36:44 -07:00 |
|
Nick Tobey
|
8882a79f42
|
Remove unused method.
|
2023-04-25 13:16:03 -07:00 |
|
Nick Tobey
|
61b1f12a8a
|
Fix docs typo
|
2023-04-25 13:15:57 -07:00 |
|
Tim Sehn
|
0b41b7a558
|
Changed h2 to h1 in README
|
2023-04-25 12:46:24 -07:00 |
|
Andy Arthur
|
dc00e49072
|
Godeps: update LICENSES
|
2023-04-25 12:44:29 -07:00 |
|
Jason Fulghum
|
5ba39bec7c
|
Updating from new schema conflict reporting
|
2023-04-25 11:57:44 -07:00 |
|
Jason Fulghum
|
ecf9d4bf9b
|
Merge branch 'main' into fulghum/schema-merge
|
2023-04-25 11:46:18 -07:00 |
|
Andy Arthur
|
557c62b318
|
go/doltcore/merge: skip failing old format schema merge test
|
2023-04-25 11:45:46 -07:00 |
|
Dustin Brown
|
76bf2ebae3
|
update ci-check-repo.yaml: test prevent double runs
|
2023-04-25 11:38:01 -07:00 |
|
Dustin Brown
|
d7b2de0b2b
|
update ci-check-repo.yaml: prevent double runs
|
2023-04-25 11:35:41 -07:00 |
|
Nick Tobey
|
05fabb57d5
|
Ensure showObjects iterates over all supplies refs unless there's an error.
|
2023-04-25 10:48:01 -07:00 |
|
Nick Tobey
|
0ab355aa1f
|
Add additional bats tests to ensure we return helpful errors when using features that are unsupported on the old-format (instead of panicking)
|
2023-04-25 10:47:23 -07:00 |
|
Nick Tobey
|
f747aedcae
|
Return error when showing a non-commit object on the old storage format.
|
2023-04-25 10:19:35 -07:00 |
|
Nick Tobey
|
d0fe5a4185
|
Propagate errors from calls to show.go:showObjects.
|
2023-04-25 10:19:01 -07:00 |
|
Andy Arthur
|
4b994592cd
|
Merge remote-tracking branch 'origin/main' into andy/update-parse-create-table
|
2023-04-25 10:11:15 -07:00 |
|
Nick Tobey
|
59b0b99103
|
Return error when using --no-pretty with the old storage format.
|
2023-04-25 10:10:05 -07:00 |
|
Nick Tobey
|
4ef69ac8ac
|
Ensure ShowCmd.validateArgs is called.
|
2023-04-25 10:09:41 -07:00 |
|
AndyA
|
434e7c2b6e
|
Merge pull request #5767 from dolthub/andy/schema-conflicts
go/doltcore/{doltdb, sqle}: dolt_schema_conflicts system table
|
2023-04-25 10:09:11 -07:00 |
|
Andy Arthur
|
410b736874
|
bats: skip schema conflict tests for old format
|
2023-04-24 22:30:08 -07:00 |
|
Neil Macneale IV
|
a426261d7a
|
NoOp doc string correction
|
2023-04-24 18:10:10 -07:00 |
|
Andy Arthur
|
d391b52270
|
pr feedback: add 'base_schema' column to dolt_schema_conflicts
|
2023-04-24 17:01:26 -07:00 |
|
Nick Tobey
|
7d7d8fd159
|
Remove calls to IsValueSubtypeOf with extra parameter.
|
2023-04-24 16:44:29 -07:00 |
|
Neil Macneale IV
|
32c9e67315
|
Correct busted interface change for CliContext
|
2023-04-24 16:37:37 -07:00 |
|
Andy Arthur
|
503d131c91
|
{bats,go}: pr feedback
|
2023-04-24 16:31:46 -07:00 |
|
Andy Arthur
|
4edc80f7b6
|
bats: rework results matching for schema-conflicts.bats
|
2023-04-24 16:20:15 -07:00 |
|
Andy Arthur
|
b6f340ff32
|
go/doltcore/sqle/sqlutil: update ParseCreateTable to include secondary indexes and check constraints
|
2023-04-24 16:14:18 -07:00 |
|
Neil Macneale IV
|
6cc5e8b4f2
|
Additional pass CliContext pass through missed before
|
2023-04-24 14:31:10 -07:00 |
|
Nick Tobey
|
7158611b20
|
Remove duplicate isCommit method.
|
2023-04-24 14:31:03 -07:00 |
|
Nick Tobey
|
57affb8623
|
Remove unused context parameter from IsCommit and IsValueSubtypeOf
|
2023-04-24 14:30:52 -07:00 |
|
Nick Tobey
|
026d0e83ce
|
Merge branch 'main' of github.com:dolthub/dolt into nicktobey/dolt-show
|
2023-04-24 14:02:55 -07:00 |
|
Neil Macneale IV
|
e82727b008
|
Pointers to interfaces are not useful
|
2023-04-24 13:43:53 -07:00 |
|
Andy Arthur
|
c38eaba414
|
Merge remote-tracking branch 'origin/main' into andy/schema-conflicts
|
2023-04-24 09:10:01 -07:00 |
|
Andy Arthur
|
a40176617e
|
bats: unskip schema conflicts bats, skip old format bats
|
2023-04-24 09:09:15 -07:00 |
|
Jason Fulghum
|
51d0ce26b5
|
Merge branch 'main' into fulghum/schema-merge
|
2023-04-24 08:40:44 -07:00 |
|
Jason Fulghum
|
766ad55cf1
|
Merge pull request #5787 from dolthub/fulghum/schema-merge-2
Run schema merge tests in both directions
|
2023-04-24 08:26:50 -07:00 |
|
Andy Arthur
|
babc96961e
|
Merge remote-tracking branch 'origin/main' into andy/schema-conflicts
|
2023-04-24 07:35:08 -07:00 |
|
Andy Arthur
|
dda28f6788
|
go/{commands, doltcore/sqle}: added schema conflict resolution
|
2023-04-24 07:33:39 -07:00 |
|
nicktobey
|
2a3131b96d
|
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
|
2023-04-22 00:53:13 +00:00 |
|
Nick Tobey
|
632c037080
|
Fix BATS test formatting.
|
2023-04-21 17:37:02 -07:00 |
|
Andy Arthur
|
87943872a5
|
go/doltcore/sqle: refactor status table to present schema conflicts
|
2023-04-21 16:39:55 -07:00 |
|
Nick Tobey
|
de94fdc8be
|
Add docstrings.
|
2023-04-21 16:37:11 -07:00 |
|
Nick Tobey
|
c3ddeb8c9a
|
Move isCommit into datas/commit instead of doltdb/commit so that CommitFromValue can call it.
Previously, calling CommitFromValue with a value that wasn't a commit would cause a panic.
|
2023-04-21 16:36:47 -07:00 |
|
Nick Tobey
|
d7d7b168f4
|
Move isCommit into doltbd/commit so that NewCommitFromValue can call it.
|
2023-04-21 16:29:37 -07:00 |
|