Commit Graph

18335 Commits

Author SHA1 Message Date
jennifersp b8fd65d68f [ga-bump-dep] Bump dependency in Dolt by jennifersp 2023-03-27 18:07:31 +00:00
stephanie 1cc6213a5a Merge pull request #5567 from dolthub/steph/dolt-5254
adds the dolt_column_diff system table
2023-03-27 08:29:11 -07:00
Stephanie You be5b1fe354 update name for colSchemaDiff 2023-03-24 16:03:59 -07:00
Stephanie You ec36caea27 add skip for dolt_column_diff engine tests for old format 2023-03-24 13:58:45 -07:00
Stephanie You 3cb10cd873 update logic for working set changes in dolt_column_diff 2023-03-24 13:03:58 -07:00
Brian Hendriks 59a4b0a82f Merge pull request #5625 from dolthub/bh/yaml-config-omitempty
omit some empty fields
2023-03-24 12:27:49 -07:00
reltuk 09dab77a66 [ga-bump-release] Update Dolt version to 0.75.7 and release v0.75.7 v0.75.7 2023-03-24 19:21:54 +00:00
Aaron Son 285b3eaa29 Merge pull request #5624 from dolthub/aaron/dolt_gc-succeeds-when-switching-to-chunk-journal
Fix dolt_gc for repositories newly using chunk journal.
2023-03-24 11:19:22 -07:00
Brian Hendriks 2bd5ae11a7 omit some empty fields 2023-03-24 11:14:43 -07:00
Aaron Son f7a9172e9b go/store/nbs: journal.go: Pass along UpdateGCGen calls for updating the manifest when the chunk journal is not bootstraped. 2023-03-24 09:49:01 -07:00
Aaron Son d1bb4f6807 integration-tests/go-sql-server-driver: Add a test which fails when a non-chunk journal repo first switches to chunk journal and runs call dolt_gc. 2023-03-24 09:43:54 -07:00
Pavel Safronov aaf99b4e69 Merge pull request #5615 from dolthub/pavel/encode-logged-queries
Allow logging base64-encoded queries, instead of replacing bad chars.
2023-03-23 14:48:41 -07:00
stephanie d0dd5e4d87 Update go/libraries/doltcore/sqle/enginetest/dolt_queries_diff.go
Co-authored-by: jennifersp <44716627+jennifersp@users.noreply.github.com>
2023-03-23 13:27:41 -07:00
Pavel Safronov dbb0c5285a Allow logging base64-encoded queries, instead of replacing bad chars. 2023-03-23 13:22:04 -07:00
Pavel Safronov c2ca5b4ebe Merge pull request #5619 from dolthub/max-hoffman-e8b04061
[auto-bump] [no-release-notes] dependency by max-hoffman
2023-03-23 13:19:50 -07:00
max-hoffman e708e3b2c2 [ga-bump-dep] Bump dependency in Dolt by max-hoffman 2023-03-23 18:02:50 +00:00
Neil Macneale IV 8f9c9d241e Added test for avoiding multiple parens issue.
Not a perfect test. See: https://github.com/dolthub/dolt/issues/5614

Validation for: https://github.com/dolthub/dolt/issues/5478
2023-03-23 10:09:09 -07:00
stephanie fc1f9c3af9 Merge branch 'main' into steph/dolt-5254 2023-03-22 16:51:47 -07:00
Stephanie You 6e05d4b89c add TestColumnDiffSystemTable test 2023-03-22 16:50:56 -07:00
Neil Macneale IV b51ff5637f Additional test - now with no primary key 2023-03-22 15:49:34 -07:00
Neil Macneale IV c0e553b6ad Added test for avoiding multiple parens issue.
https://github.com/dolthub/dolt/issues/5478
2023-03-22 15:49:34 -07:00
Jason Fulghum e48db854b1 Merge pull request #5616 from dolthub/fulghum/bugfix-2
[no-release-notes] re-genning protobuf files to fix CI failure
2023-03-22 15:32:24 -07:00
Jason Fulghum 5cb476089e Re-genning to fix out of sync versions in event_constants.pb.go, and adding more output to the ci-check-repo GH workflow. 2023-03-22 15:16:38 -07:00
Stephanie You 6b77bde54c update dolt_column_diff logic to use tags, add more tests 2023-03-22 14:47:26 -07:00
tbantle22 7cb6b4f3a9 [ga-bump-release] Update Dolt version to 0.75.6 and release v0.75.6 v0.75.6 2023-03-22 17:46:09 +00:00
Jason Fulghum 7f26656134 Merge pull request #5580 from solipsis-project/fun_commits
`dolt init --fun` easter egg
2023-03-22 09:17:31 -07:00
Jason Fulghum e388d43f7c Update go/store/datas/fun_commit_hash.go 2023-03-22 09:15:14 -07:00
Solipsis 349a7e2b7c Prefer method name "...WithCommitMetaGenerator"
Since we already have a type called CommitMeta.
2023-03-21 23:15:01 -07:00
Solipsis 81b6643c7c Merge branch 'main' of https://github.com/dolthub/dolt into fun_commits 2023-03-21 23:11:47 -07:00
Solipsis 63fdc0ee1a Merge branch 'fun_commits' of github.com:solipsis-project/dolt into fun_commits 2023-03-21 23:11:30 -07:00
Solipsis 12eaab749d Only computer regex for "fun" hashes once.
And only if it's needed.
2023-03-21 23:10:21 -07:00
solipsis-project d7bf21391d Update go/cmd/dolt/commands/init.go
Co-authored-by: Jason Fulghum <jason.fulghum@gmail.com>
2023-03-21 23:02:36 -07:00
Jason Fulghum e0001293b1 Merge pull request #5564 from solipsis-project/show-command
`dolt show` command
2023-03-21 18:57:26 -07:00
Jason Fulghum 6cf83d11ad Update integration-tests/bats/show.bats 2023-03-21 18:57:07 -07:00
Neil Macneale IV e0dae68e6e Merge pull request #5609 from dolthub/macneale4-6b3260e9
[auto-bump] [no-release-notes] dependency by macneale4
2023-03-21 17:20:54 -07:00
Taylor Bantle 07f07b83aa Merge pull request #5612 from dolthub/taylor/pull-auth
User/password authentication for dolt pull and fetch
2023-03-21 17:09:22 -07:00
Taylor Bantle 9476f6ec66 Merge remote-tracking branch 'origin/main' into taylor/pull-auth 2023-03-21 15:34:50 -07:00
Taylor Bantle 3eaa9f601f Merge pull request #5610 from dolthub/taylor/clone-auth
User/password authentication for dolt clone
2023-03-21 15:34:19 -07:00
Taylor Bantle 8dbded5d45 Support auth for dolt fetch 2023-03-21 14:58:29 -07:00
Taylor Bantle 9eb088daec Add auth to dolt pull 2023-03-21 14:19:28 -07:00
Taylor Bantle 77a413f977 Feedback 2023-03-21 13:58:53 -07:00
Taylor Bantle a50029d765 bats: Fix user env variable 2023-03-21 13:07:11 -07:00
Solipsis 021e15fdec Add comments. 2023-03-21 12:07:52 -07:00
Taylor Bantle afb0a4e652 Fix copyright header 2023-03-21 11:21:20 -07:00
Taylor Bantle 402f89054a bats: dolt clone works with auth 2023-03-21 11:14:23 -07:00
Taylor Bantle d7b06fd1ea Progress on dolt clone auth 2023-03-21 10:55:52 -07:00
macneale4 4d6f2649bd [ga-bump-dep] Bump dependency in Dolt by macneale4 2023-03-21 17:30:20 +00:00
andy-wm-arthur 9a7ad41ebe [ga-bump-release] Update Dolt version to 0.75.5 and release v0.75.5 v0.75.5 2023-03-21 17:13:45 +00:00
Aaron Son e901fc43c6 Merge pull request #5606 from dolthub/aaron/nbs-store-conjoin-in-AddTablesToManifest
go/store/nbs: store.go: Conjoin if we need to when we add new table files to a manifest.
2023-03-21 10:10:34 -07:00
Jason Fulghum 7d4c347b5d Merge pull request #5597 from dolthub/fulghum/binlog-replication
Bug fix: binlog replication no longer assumes there is a `root` user
2023-03-21 10:03:54 -07:00