Commit Graph

23898 Commits

Author SHA1 Message Date
Jason Fulghum f83da1c3e7 Changing TestDoltScripts to create a new test harness for each script test 2024-06-07 16:05:58 -07:00
Brian Hendriks 8f27923403 description changes 2024-06-07 15:45:32 -07:00
bheni 15d256ed19 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2024-06-07 22:42:50 +00:00
Brian Hendriks ffe1f8dd1a change quote removal 2024-06-07 15:32:00 -07:00
Brian Hendriks 368bd5044c product changes 2024-06-07 15:28:36 -07:00
Brian Hendriks 730858bf64 Update go/libraries/doltcore/sqle/dfunctions/hashof_database.go
Co-authored-by: Jason Fulghum <jason@dolthub.com>
2024-06-07 13:40:10 -07:00
Brian Hendriks 6e27695654 use variable to track changes in db hash 2024-06-07 12:32:55 -07:00
Brian Hendriks c4ee086fce Merge remote-tracking branch 'remotes/origin/main' into bh/dolt_hashof_db 2024-06-07 12:16:03 -07:00
Brian Hendriks 9f7c29ad93 implemented dolt_hashof_db function which returns the root hash of a database 2024-06-07 12:00:44 -07:00
Jason Fulghum a66a170805 Merge pull request #7965 from dolthub/fulghum/dolt-7956
Bug fix: Allow unresolved FKs to merge with resolved FKs
2024-06-07 11:58:05 -07:00
Jason Fulghum 2dd294676d Merge branch 'main' into fulghum/dolt-7956 2024-06-07 11:27:03 -07:00
Jason Fulghum 69d9d977ea Merge pull request #7969 from dolthub/fulghum-b64d0222
[auto-bump] [no-release-notes] dependency by fulghum
2024-06-06 16:43:17 -07:00
Jason Fulghum 6c8f80f73a Allowing WritableDoltTable.UpdateForeignKey to rename a foreign key 2024-06-06 16:12:44 -07:00
fulghum d242139838 [ga-bump-dep] Bump dependency in Dolt by fulghum 2024-06-06 23:10:31 +00:00
Aaron Son 2a1e9a4d30 Merge pull request #7967 from dolthub/aaron/remotesrv-x-forwarded-proto
go/libraries/doltcore/remotesrv: grpc.go: Respect X-Forwarded-Proto when generating HTTP download links in the gRPC server.
2024-06-06 16:02:03 -07:00
Aaron Son a86717eac1 go/libraries/doltcore/remotesrv: grpc.go: Respect X-Forwarded-Proto when generating HTTP download links in the gRPC server. 2024-06-06 15:26:05 -07:00
Maximilian Hoffman 850ec4bfb0 [types] cache frequently read value store chunks (like working set roots) (#7955)
* [types] cache frequently read value store objects (like working sets)

* fix tests
2024-06-06 12:34:08 -07:00
Jason Fulghum 8a6c868f68 Allowing ForeignKeyCollection.GetMatchingKey to take a parameter controlling whether an unresolved FK will match with a resolved FK or not. 2024-06-06 11:52:44 -07:00
Zach Musgrave bf1a97a670 Merge pull request #7952 from dolthub/zachmu/schemas-bugs
Made drop table work with search path
2024-06-05 11:37:20 -07:00
Jason Fulghum 722f85514c Merge pull request #7954 from dolthub/fulghum-5d11cec1
[auto-bump] [no-release-notes] dependency by fulghum
2024-06-04 19:11:38 -07:00
Jason Fulghum 8e99b1da0b Updating licenses after pulling out testify dep 2024-06-04 17:49:06 -07:00
coffeegoddd e60bd39924 [ga-bump-release] Update Dolt version to 1.39.3 and release v1.39.3 v1.39.3 2024-06-05 00:29:36 +00:00
fulghum f975b50cd3 [ga-bump-dep] Bump dependency in Dolt by fulghum 2024-06-05 00:06:01 +00:00
Jason Fulghum 0f351c4089 Merge pull request #7947 from dolthub/fulghum/dolt-7945
Bug Fix: Index name case-insensitivity
2024-06-04 16:57:59 -07:00
Jason Fulghum 992425340e Merge pull request #7951 from dolthub/nicktobey-820598b3
[auto-bump] [no-release-notes] dependency by nicktobey
2024-06-04 16:44:55 -07:00
Jason Fulghum 6bb62cd363 Merge branch 'nicktobey-820598b3' into fulghum/dolt-7945 2024-06-04 16:33:45 -07:00
zachmu d381c00d4b [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2024-06-04 23:21:53 +00:00
Jason Fulghum 80a616153c Temporarily disabling validation.bats while we clean up the testify dep that's leaking in 2024-06-04 16:20:50 -07:00
Zach Musgrave 0dd45ac3a8 Made drop table work with search path 2024-06-04 16:08:11 -07:00
Jason Fulghum e642131962 Bumping GMS dep to latest dev build from fulghum/dolt-7945 branch 2024-06-04 15:57:37 -07:00
Jason Fulghum 2c3707b771 PR Feedback: Switching from nil to zero-value instance 2024-06-04 15:56:43 -07:00
Nick Tobey 00bb668260 Add license 2024-06-04 15:17:20 -07:00
Jason Fulghum 5b5cfea14d Bumping GMS dep to latest dev build from fulghum/dolt-7945 branch 2024-06-04 14:45:28 -07:00
Jason Fulghum 4d57832441 Updating how we do a case-insensitive search for a matching index name from storage 2024-06-04 14:30:06 -07:00
nicktobey 4f4ccea480 [ga-bump-dep] Bump dependency in Dolt by nicktobey 2024-06-04 20:39:15 +00:00
Neil Macneale IV dd7071f871 Merge pull request #7940 from dolthub/macneale4/slash-cmds
Add the ability to run some dolt commands directly from the dolt sql shell.
2024-06-04 13:05:31 -07:00
Neil Macneale IV 9cbf1ecf94 expect tests fail for the remote case. punting 2024-06-04 12:38:52 -07:00
Neil Macneale IV 3c8582817b Suppress warning about dumb terminals 2024-06-04 12:14:58 -07:00
macneale4 05fc0e822e [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2024-06-04 12:12:46 -07:00
Neil Macneale IV 6ee5814e47 Ensure --help returns exit status 0. 2024-06-04 12:12:46 -07:00
macneale4 9d03474531 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2024-06-04 12:12:46 -07:00
Neil Macneale IV de581aec14 Remove todos 2024-06-04 12:12:46 -07:00
Neil Macneale IV db653400e7 Add expect tests for sql slash commands 2024-06-04 12:12:46 -07:00
Neil Macneale IV 5f730662ca Refactor to move sql slash into it's own file 2024-06-04 12:12:46 -07:00
Neil Macneale IV bf7a663c4c Correctly track an existing Queryist
Bug fix - existing commands in the wild may be creating multiple queryist
objects, which could result in busted session handling
2024-06-04 12:12:46 -07:00
Neil Macneale IV 21f19c49b8 POC for / support in dolt sql 2024-06-04 12:12:46 -07:00
Neil Macneale IV 0d6d5ebd4b prototype of /status /add /commit in sql cmd 2024-06-04 12:12:46 -07:00
Jason Fulghum bb1f7054b6 Merge branch 'main' into fulghum/dolt-7945 2024-06-04 10:12:49 -07:00
Jason Fulghum 57eb2bcdb2 Bumping GMS dep to latest dev build from fulghum/dolt-7945 branch 2024-06-04 10:09:30 -07:00
Jason Fulghum c5bcf96bc3 Making index names case-insensitive 2024-06-04 10:08:25 -07:00