Commit Graph

18317 Commits

Author SHA1 Message Date
Andy Arthur 32fc5f4021 go/doltcore/merge: fix schema merge tests for format __LD_1__ 2023-03-27 09:56:42 -07:00
Andy Arthur 951dcaac4a go/libraries/doltcore/merge: update schema merge tests after sqle revert 2023-03-23 12:43:09 -07:00
Andy Arthur 33f88b767f Revert "go/doltcore/sqle: remove unused root parameter from test utility"
This reverts commit 69343b6a89.
2023-03-23 12:42:07 -07:00
Andy Arthur 1cb1bcaa2d go/doltcore/merge: outlined schema merge tests 2023-03-23 12:36:01 -07:00
Andy Arthur 69343b6a89 go/doltcore/sqle: remove unused root parameter from test utility 2023-03-23 12:15:11 -07:00
Andy Arthur f35b7b4f2a go/doltcore/merge: more schema merge tests 2023-03-23 11:17:39 -07:00
Andy Arthur 08c2439392 go/doltcore/merge: added schema merge tests 2023-03-23 11:17:39 -07: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
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
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
Solipsis 80f8c481f8 Merge branch 'show-command' of github.com:solipsis-project/dolt into show-command 2023-03-20 18:57:22 -07:00
Solipsis 54647f7084 Add basic bats tests for dolt show. 2023-03-20 18:56:34 -07:00
Solipsis db7d3a2687 Fix typos in dolt init --fun implementation 2023-03-20 18:29:12 -07:00
Solipsis abe39d5b35 Detect repeated calls to simpleCommitMetaGenerator.Next
This shouldn't be possible, the check is a precaution to prevent infinite loops.
2023-03-20 17:26:11 -07:00
Solipsis 48d22d054a Move CommitMetaGenerator to datas package. 2023-03-20 17:21:55 -07:00
Solipsis abbe35e9eb Replace isGoodHash with more general isGoodCommit 2023-03-20 17:16:19 -07:00
Solipsis 4d1a26172e Add docstring for CommitMetaGenerator 2023-03-20 17:10:40 -07:00
Solipsis 5c4e1dd617 Reorder doltdb.go for readability. 2023-03-20 17:06:30 -07:00
Solipsis 060be7e0b2 Make CommitMetaGenerator implementations private
And make their fields private too.
2023-03-20 17:03:29 -07:00
Solipsis ebcb0e2101 Move fun commit hash logic into its own file.
It's an easter egg, including it with the main logic just makes the main logic harder to understand.
2023-03-20 16:51:41 -07:00
Solipsis f68cfd2aff Create CommitMetaGenerator interface to remove "fun hash" logic from DoltDB 2023-03-20 16:44:36 -07:00
reltuk 76cc243795 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-03-20 23:42:02 +00:00