Commit Graph

19238 Commits

Author SHA1 Message Date
Jason Fulghum b96d027034 Merge pull request #5935 from dolthub/fulghum-6dca53c0
[auto-bump] [no-release-notes] dependency by fulghum
2023-05-11 17:00:37 -07:00
Brian Hendriks 365ce8d853 fix 2023-05-11 16:49:30 -07:00
AndyA 0fb56a6777 Merge pull request #5907 from dolthub/andy/validate-not-null
go/doltcore/merge: model NOT NULL constraint violations
2023-05-11 16:02:41 -07:00
Brian Hendriks b37d32446a Merge pull request #5913 from dolthub/bh/replication-metrics
Bh/replication metrics
2023-05-11 15:59:47 -07:00
fulghum 7acaeb2df1 [ga-bump-dep] Bump dependency in Dolt by fulghum 2023-05-11 21:56:58 +00:00
Andy Arthur 4ce8f8c37e go/libraries/doltcore/merge: fix non-deterministic map iteration in schema merge column mapping 2023-05-11 14:28:31 -07:00
Brian Hendriks e75f6408cb nil check 2023-05-11 14:17:12 -07:00
Andy Arthur 2fa52271dc Merge remote-tracking branch 'origin/main' into andy/validate-not-null 2023-05-11 13:49:25 -07:00
Brian Hendriks 8e0ccdc359 Merge remote-tracking branch 'remotes/origin/main' into bh/replication-metrics 2023-05-11 13:23:39 -07:00
Jason Fulghum f290614b3d Merge pull request #5922 from dolthub/fulghum/schema-merge
Changing schema equality to not consider tag when comparing columns
2023-05-11 12:58:00 -07:00
Andy Arthur 094919fecd go/doltcore/sqle: pr feedback 2023-05-11 11:43:43 -07:00
max-hoffman 1c1db7a62e [ga-bump-release] Update Dolt version to 1.0.1 and release v1.0.1 v1.0.1 2023-05-11 17:29:10 +00:00
Aaron Son cdbd45864a Merge pull request #5921 from dolthub/aaron/parallelize-commit-hook-invocation
go: doltdb: hooksdatabase.go: Execute commit hooks in parallel so that synchronous commit hooks do not serialize on each other.
2023-05-11 10:28:01 -07:00
Aaron Son 4c0f974a28 Merge pull request #5919 from dolthub/aaron/sql-dolt_log_level-variable
sql-server: `dolt_log_level` system variable allows reading the current log level for the server and setting a new one.
2023-05-11 10:27:43 -07:00
Jason Fulghum da44204f58 Pulling out tag related checks in test 2023-05-11 10:27:39 -07:00
Dustin Brown e8dc92e435 [ga-bump-dep] Bump dependency in Dolt by max-hoffman (#5927)
Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com>
2023-05-11 10:19:39 -07:00
Maximilian Hoffman c3660a1d0c bump gms (#5926) 2023-05-11 10:18:01 -07:00
Brian Hendriks a9659b7e09 Merge branch 'bh/replication-metrics' of github.com:liquidata-inc/dolt into bh/replication-metrics 2023-05-10 23:40:08 -07:00
Brian Hendriks ccee53e2ed Merge remote-tracking branch 'remotes/origin/main' into bh/replication-metrics 2023-05-10 23:39:51 -07:00
Nick Tobey ac1e43774c Merge pull request #5918 from dolthub/nicktobey/callforhelp
Remove cry for help from `dolt sql --help`
2023-05-10 23:05:29 -07:00
Nick Tobey 68f6d036ba Remove print debugging. 2023-05-10 16:15:20 -07:00
Andy Arthur d847360467 go/doltcore/merge: skip nullability tests on NBF __LD_1__ 2023-05-10 16:14:03 -07:00
Nick Tobey abad9bc585 Use bats tests to verify dolt stash --help 2023-05-10 16:12:48 -07:00
Nick Tobey 865c08531a Delay format check used in dolt stash until after args parsing, in case --help is being passed. 2023-05-10 16:10:51 -07:00
Jason Fulghum 8f8e05c674 Changing schema equality to not consider tag when comparing columns 2023-05-10 16:04:52 -07:00
Andy Arthur 1186d6de80 go/doltcore/merge: register not null constraint violations for left-side NULLs 2023-05-10 15:58:57 -07:00
Nick Tobey ab6152c4f3 Fix bats test that verifies the behavior of --help 2023-05-10 15:49:48 -07:00
Aaron Son 05a5dcb5a4 go: doltdb: hooksdatabase.go: Execute commit hooks in parallel so that synchronous commit hooks do not serialize on each other. 2023-05-10 15:35:30 -07:00
reltuk 2bd393bcf9 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-05-10 21:56:25 +00:00
Aaron Son 2674c3cf2a sql-server: Allow dolt_log_level system variable to receive writes and dynamically update the log level. 2023-05-10 14:46:45 -07:00
Nick Tobey 59f9099082 Remove cry for help from dolt sql --help 2023-05-10 14:42:13 -07:00
Aaron Son 663d2e3181 sql-server: Expose the current server log level through the dolt_log_level system variable. 2023-05-10 14:25:41 -07:00
bheni 6f624f8e56 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-05-10 21:16:49 +00:00
Brian Hendriks 3d9d806887 pr feedback 2023-05-10 14:07:48 -07:00
Andy Arthur 29ed451728 go/store/prolly: rename 'their' fields to 'source' to clarify artifact map semantics 2023-05-10 13:53:00 -07:00
Brian Hendriks e54fdb7025 refactor 2023-05-10 12:08:53 -07:00
Brian Hendriks 2bccd32410 add replication metrics 2023-05-10 12:06:25 -07:00
Aaron Son 1ecd688929 Merge pull request #5902 from dolthub/aaron/clone-works-better-with-chunk-journal
go/store/datas/pull/clone.go: Fix to clone to interact with sql-server remotes better.
2023-05-10 12:01:51 -07:00
Aaron Son b46f3b4c7e Merge pull request #5899 from dolthub/aaron/dolt_gc-unavailable-on-standby-replica
go: sqle: dolt_gc.go: Disable CALL dolt_gc() on a standby replica, where it is not currently safe. Shallow GC is still available.
2023-05-10 11:53:02 -07:00
Aaron Son f1ab87a118 Merge remote-tracking branch 'origin/main' into aaron/clone-works-better-with-chunk-journal 2023-05-10 10:10:46 -07:00
Aaron Son 0d024eb0a3 Merge remote-tracking branch 'origin/main' into aaron/dolt_gc-unavailable-on-standby-replica 2023-05-10 10:10:01 -07:00
Tim Sehn c719bc1c6c Merge pull request #5817 from dolthub/taylor/checkout-table-test
[no-release-notes] Add skipped enginetest for call dolt_checkout(table) on database revision bug
2023-05-10 10:04:33 -07:00
Tim Sehn b0c2e4de25 Merge pull request #5844 from alerque/arch
Mention official Arch Linux packaging in README
2023-05-10 10:03:43 -07:00
James Cor a7d2580e49 Merge pull request #5908 from dolthub/JCOR11599-ba911392
[auto-bump] [no-release-notes] dependency by JCOR11599
2023-05-10 09:47:47 -07:00
JCOR11599 cc5e331c25 [ga-bump-dep] Bump dependency in Dolt by JCOR11599 2023-05-10 05:02:52 +00:00
James Cor 26c6bd383e Merge pull request #5905 from dolthub/JCOR11599-23ac940b
[auto-bump] [no-release-notes] dependency by JCOR11599
2023-05-09 21:58:04 -07:00
Andy Arthur e8a1371158 go/doltcore/merge: fix default value logic, skip non-symmetric tests 2023-05-09 17:26:06 -07:00
Andy Arthur 2f191f544e go/doltcore/sqle: handle un-mergable not-null violations from the left side 2023-05-09 16:36:14 -07:00
JCOR11599 11b395d562 [ga-bump-dep] Bump dependency in Dolt by JCOR11599 2023-05-09 22:47:50 +00:00
Andy Arthur 75c0b505e5 go/{merge, sqle, prolly}: Added NOT NULL constraints to constraint violations table 2023-05-09 15:47:47 -07:00