Commit Graph

18217 Commits

Author SHA1 Message Date
Zach Musgrave 8c67f71ba9 More cleanup and bug fixes 2023-03-23 17:37:20 -07:00
zachmu a3cdb08846 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-03-21 18:38:34 +00:00
Zach Musgrave f6b3a2fba4 Bug fix for dropping databases, and test that was re-using the same session for every script 2023-03-20 20:29:44 -07:00
Zach Musgrave 4bd6388818 Bug fix for dropping DBs 2023-03-20 20:26:20 -07:00
Zach Musgrave c1dc66926e Fixed more bugs 2023-03-20 19:57:16 -07:00
Zach Musgrave 4a23f13a0c Getting closer to working refactoring 2023-03-20 17:41:58 -07:00
Zach Musgrave 9bf86d5dfb Split up initialization for commit dbs 2023-03-20 15:59:59 -07:00
Zach Musgrave 999276af7b split up tag revision dbs 2023-03-20 15:55:59 -07:00
Zach Musgrave c3304336ed Split branch db initialization up 2023-03-20 14:51:12 -07:00
Zach Musgrave 6e9423e06d Splitting apart database resolution and session state init 2023-03-20 14:42:12 -07:00
zachmu 969a9ba62e [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-03-20 18:49:51 +00:00
Zach Musgrave 0c287e5fba Bug fixes 2023-03-20 10:18:57 -07:00
Zach Musgrave db47f96e81 Finished making addDb take a DB, let dbs manage their own state assignment 2023-03-17 17:18:53 -07:00
Zach Musgrave b718f91b17 Pruned unneeded interfaces / code 2023-03-17 17:13:56 -07:00
Zach Musgrave 321923da00 New interface for retrieving our session databases 2023-03-17 17:10:43 -07:00
Zach Musgrave 03b0b9266d Private addDb 2023-03-17 15:56:23 -07:00
Zach Musgrave 8b90f2d1e1 More cruft removal 2023-03-17 14:59:19 -07:00
Zach Musgrave c7b78ca9a4 Remove unnecessary cruft 2023-03-17 14:30:45 -07:00
Zach Musgrave 084c2313c1 Removed more old cruft 2023-03-17 14:21:56 -07:00
Zach Musgrave 9cf8d8818e Removed some uses of AddDb 2023-03-16 16:43:12 -07:00
Aaron Son fd9e2a4bea Merge pull request #5431 from dolthub/aaron/gc-inprogress-writes
go/store/{types,nbs}: Enable writes to proceed while GC is in progress.
2023-03-15 20:55:48 -07:00
Zach Musgrave 3d9e76e09d Merge pull request #5583 from dolthub/zachmu/diff-schema-fixes
Bug fix for view and trigger diffs in SQL and JSON diff outputs
2023-03-15 16:55:10 -07:00
Jason Fulghum 419084d9d4 Merge pull request #5556 from dolthub/fulghum/drop-database
Invalidate all sessions' db state for `drop database`
2023-03-15 16:38:53 -07:00
jennifersp 3b46c2918d update maven (#5587) 2023-03-15 15:19:58 -07:00
zachmu fd3f9c2501 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-03-15 21:26:43 +00:00
Zach Musgrave 88123ba032 More PR feedback, made the writing logic slightly less fragile 2023-03-15 14:23:47 -07:00
Zach Musgrave 6ab48c420f PR feedback 2023-03-15 14:17:08 -07:00
Aaron Son 68c0e53566 Merge pull request #5455 from dolthub/dependabot/go_modules/go/golang.org/x/crypto-0.1.0
Bump golang.org/x/crypto from 0.0.0-20210921155107-089bfa567519 to 0.1.0 in /go
2023-03-15 14:16:38 -07:00
Zach Musgrave 05ec8a23f8 Fixed double semicolon problem 2023-03-15 13:54:58 -07:00
Zach Musgrave 00182ed813 missing semicolons 2023-03-15 13:50:24 -07:00
Jason Fulghum b0fc1aa209 Merge branch 'main' into fulghum/drop-database 2023-03-15 13:40:33 -07:00
Jason Fulghum 8c8f957b09 Merge pull request #5585 from dolthub/fulghum-6ed5b50a
[auto-bump] [no-release-notes] dependency by fulghum
2023-03-15 13:39:59 -07:00
reltuk 3284091499 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-03-15 20:13:33 +00:00
Aaron Son dcd5a139fe Merge pull request #5576 from dolthub/aaron/gc-safepoint-teardown-connections
go/store/types: ValueStore: Establish a safepoint at the end of the GC cycle, before finalizing GC.
2023-03-15 13:11:51 -07:00
Jason Fulghum 34638604e2 Merge branch 'main' into fulghum/drop-database 2023-03-15 12:59:54 -07:00
Aaron Son 34717a04e2 Merge branch 'aaron/gc-inprogress-writes' into aaron/gc-safepoint-teardown-connections 2023-03-15 12:53:33 -07:00
Aaron Son 78d9499270 Merge remote-tracking branch 'origin/main' into aaron/gc-inprogress-writes 2023-03-15 12:50:14 -07:00
Aaron Son 7b03afa7e9 Merge pull request #5588 from dolthub/aaron/mysql-client-tests-focal-bump
integration-tests/MySQLDockerfile: Bump to ubuntu:20.04. Fixes R MariaDB integration test.
2023-03-15 12:45:23 -07:00
Aaron Son 7d2e366bb2 Merge pull request #5572 from dolthub/aaron/go-sql-server-driver-tests-cleanup-tmpdirs
integration-tests/go-sql-server-driver: Add some cleanup for the tmpdirs created as part of running these tests.
2023-03-15 12:44:25 -07:00
Aaron Son dad1e01122 Merge remote-tracking branch 'origin/main' into aaron/go-sql-server-driver-tests-cleanup-tmpdirs 2023-03-15 12:04:30 -07:00
Aaron Son 74ec9b352a integration-tests/MySQLDockerfile: Bump to ubuntu:20.04. Fixes R MariaDB integration test. 2023-03-15 12:01:18 -07:00
Jason Fulghum 8886a44880 Adding a skip for RMariaDB client tests while we debug the failure 2023-03-15 11:45:06 -07:00
Jason Fulghum 7ae0764e76 Adding a skip for RMariaDB client tests while we debug the failure 2023-03-15 11:43:01 -07:00
Aaron Son 7dbe7e0069 integration-tests/MySQLDockerfile: Attempt to fix. 2023-03-15 10:49:12 -07:00
Aaron Son 652afbb334 go/store/types: ValueStore: Call safepoint before we start newgen gc, while writes are not blocked. 2023-03-15 10:30:31 -07:00
Zach Musgrave 14d4d1b604 Fixed test ordering issue 2023-03-15 10:30:09 -07:00
Zach Musgrave cbe2e16d5e put trailing semicolons back on schema fragments 2023-03-15 10:05:54 -07:00
Zach Musgrave ac6fc51500 Merge branch 'zachmu/diff-schema-fixes' of github.com:dolthub/dolt into zachmu/diff-schema-fixes 2023-03-15 09:52:18 -07:00
Zach Musgrave 462a62eb63 Fix bats test 2023-03-15 09:52:16 -07:00
fulghum d99b646852 [ga-bump-dep] Bump dependency in Dolt by fulghum 2023-03-15 16:42:21 +00:00