Jason Fulghum
|
93b044f233
|
Various small fixes
|
2023-10-03 15:58:00 -07:00 |
|
Jason Fulghum
|
1cb66beede
|
Bug fixes for inmemfs MoveDir implementation
|
2023-10-03 14:11:44 -07:00 |
|
Jason Fulghum
|
c813142a6d
|
First pass at implementation and tests for MoveDir method in InMemFS
|
2023-10-03 13:20:58 -07:00 |
|
fulghum
|
e949388106
|
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
|
2023-10-03 17:24:36 +00:00 |
|
Jason Fulghum
|
256b1ecb85
|
Pulling out drop/undrop code from provider into a new type to encapsulate it
|
2023-10-03 10:13:29 -07:00 |
|
Jason Fulghum
|
7ac5799066
|
First pass on support for dolt_undrop() stored procedure to "undrop" a database after it has been dropped.
|
2023-10-02 18:32:53 -07:00 |
|
reltuk
|
958652f88b
|
[ga-bump-release] Update Dolt version to 1.17.1 and release v1.17.1
v1.17.1
|
2023-09-29 19:01:22 +00:00 |
|
Aaron Son
|
2c89075f30
|
Merge pull request #6744 from dolthub/aaron/fix-hasCache-dangling-references-bug-2
go/store/nbs: store.go: Clean up how we update hasCache so that we only update it after successfully writing the memtable.
|
2023-09-29 11:47:19 -07:00 |
|
Aaron Son
|
d6b8936a30
|
Merge remote-tracking branch 'origin/main' into aaron/fix-hasCache-dangling-references-bug
|
2023-09-29 10:18:27 -07:00 |
|
Brian Hendriks
|
6aba08d3ca
|
omitempty
|
2023-09-28 21:22:04 -07:00 |
|
Brian Hendriks
|
cd95699210
|
Merge pull request #6750 from dolthub/bh/event-scheduler-minver
add a minver to the event_scheduler field
|
2023-09-28 20:15:23 -07:00 |
|
Nick Tobey
|
e85aeaec0b
|
Merge pull request #6749 from dolthub/nicktobey-4c09261c
[auto-bump] [no-release-notes] dependency by nicktobey
|
2023-09-28 19:53:34 -07:00 |
|
Brian Hendriks
|
332c19a4f6
|
add a minver to the event_scheduler field
|
2023-09-28 19:04:17 -07:00 |
|
nicktobey
|
6006611d69
|
[ga-bump-dep] Bump dependency in Dolt by nicktobey
|
2023-09-29 00:27:42 +00:00 |
|
Zach Musgrave
|
22d9fa67be
|
Merge pull request #6740 from dolthub/zachmu/timestamp-commit2
Support for `DOLT_COMMITTER_DATE` and `DOLT_AUTHOR_DATE` environment vars
|
2023-09-28 16:34:19 -07:00 |
|
Aaron Son
|
e72a0abc61
|
go/store/nbs: store.go: Clean up how we update hasCache so that we only update it after successfully writing the memtable.
|
2023-09-28 15:47:27 -07:00 |
|
Aaron Son
|
880a9f9c74
|
store/nbs/store.go: Fix a data corruption bug involving concurrent gc and failure to invalidate caches when we throw partially written data away.
|
2023-09-28 15:15:24 -07:00 |
|
zachmu
|
4afa2864ca
|
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
|
2023-09-28 21:23:31 +00:00 |
|
Dustin Brown
|
0d288f92dc
|
[auto-bump] [no-release-notes] dependency by jennifersp (#6739)
|
2023-09-28 14:11:56 -07:00 |
|
fulghum
|
c6a09f59a6
|
[ga-bump-release] Update Dolt version to 1.17.0 and release v1.17.0
v1.17.0
|
2023-09-28 20:03:56 +00:00 |
|
Aaron Son
|
01fa6d74fa
|
Merge pull request #6702 from phanirithvij/main
reduce release sizes and speed up release time
|
2023-09-28 11:03:01 -07:00 |
|
Zach Musgrave
|
6865ba9fba
|
Merge pull request #6733 from dolthub/zachmu/timestamp-commit
Moved all environment variables relevant to a customer into a common file so we can collect and document them more easily
|
2023-09-27 18:24:44 -07:00 |
|
fulghum
|
2f0c61c0b8
|
[ga-bump-release] Update Dolt version to 1.16.5 and release v1.16.5
v1.16.5
|
2023-09-27 20:22:53 +00:00 |
|
Jason Fulghum
|
0d84cf8f57
|
Merge pull request #6731 from dolthub/fulghum/dolt-6730
Bug fix: Allow `dolt_checkout()` and `dolt status` when running in read-only mode
|
2023-09-27 13:10:51 -07:00 |
|
Jason Fulghum
|
55ac2852d7
|
Marking dolt_backup as supported in read-only mode
|
2023-09-27 12:36:25 -07:00 |
|
Jason Fulghum
|
5c6b7829c5
|
Bug fix for https://github.com/dolthub/dolt/issues/6730
Mark dolt_checkout and dolt_count_commits as read only procedures
|
2023-09-27 11:40:57 -07:00 |
|
Phani Rithvij
|
287c06bbf7
|
Merge branch 'dolthub:main' into main
|
2023-09-27 10:31:03 +05:30 |
|
Jason Fulghum
|
73f77b9eaf
|
Merge pull request #6726 from dolthub/fulghum-44ab355c
|
2023-09-26 19:09:19 -07:00 |
|
fulghum
|
609296224f
|
[ga-bump-dep] Bump dependency in Dolt by fulghum
|
2023-09-27 00:32:39 +00:00 |
|
Jason Fulghum
|
4b1f9d7223
|
Merge pull request #6108 from dolthub/jennifer/event-execution
Feature: Event execution for `dolt sql-server`
|
2023-09-26 17:30:39 -07:00 |
|
Phani Rithvij
|
88087e1720
|
trimpath
|
2023-09-27 04:49:32 +05:30 |
|
fulghum
|
7065185391
|
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
|
2023-09-26 23:02:33 +00:00 |
|
Phani Rithvij
|
9e160312a2
|
Merge branch 'dolthub:main' into main
|
2023-09-27 04:24:38 +05:30 |
|
Jason Fulghum
|
f41ef3e6c4
|
Updating GMS dep to latest build from jennifer/event-execution dev branch (e3fb240e19db8be348428d9ee32ec9d257dc0058)
|
2023-09-26 15:51:58 -07:00 |
|
Jason Fulghum
|
f25b296b9e
|
Merge branch 'main' into jennifer/event-execution
|
2023-09-26 15:41:07 -07:00 |
|
Jason Fulghum
|
c9d2c73a4d
|
Allowing a period parameter to be passed into event executor to override the default loop period (30s) and using for BATS tests
|
2023-09-26 15:40:12 -07:00 |
|
Zach Musgrave
|
b218240e59
|
Merge pull request #6720 from dolthub/zachmu/table-writer-bug
Fixed a bug in table writers where error state wasn't being appropriately cleared
|
2023-09-26 14:50:26 -07:00 |
|
zachmu
|
7b2de053cf
|
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
|
2023-09-26 20:51:32 +00:00 |
|
Zach Musgrave
|
970ea58559
|
Fix the same bug in noms, why not
|
2023-09-26 13:41:06 -07:00 |
|
Zach Musgrave
|
ac7f346b14
|
Fixed bug in table writer state after an error
|
2023-09-26 13:39:27 -07:00 |
|
Zach Musgrave
|
c3c3f41c6d
|
Tests of fetch and pull, and moved common test methods into common file
|
2023-09-26 12:00:00 -07:00 |
|
Zach Musgrave
|
b435203659
|
Fixed bats tests
|
2023-09-26 12:00:00 -07:00 |
|
zachmu
|
9c57399740
|
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
|
2023-09-27 22:14:05 +00:00 |
|
Zach Musgrave
|
f83fedf4fb
|
Tests of new env vars on merge
|
2023-09-26 12:00:00 -07:00 |
|
Zach Musgrave
|
066c2fcb65
|
Remove altertests reference
|
2023-09-26 12:00:00 -07:00 |
|
Zach Musgrave
|
f560f890c1
|
Test of committer time
|
2023-09-26 12:00:00 -07:00 |
|
Zach Musgrave
|
5f4b3e827a
|
Deleted modify altertests package
|
2023-09-26 12:00:00 -07:00 |
|
Zach Musgrave
|
ab8050d69c
|
Suport for DOLT_AUTHOR_DATE in dolt commit
|
2023-09-26 12:00:00 -07:00 |
|
Zach Musgrave
|
4d9d2c9446
|
Moved all env constants to a new dconfig package
|
2023-09-26 12:00:00 -07:00 |
|
Zach Musgrave
|
929531d11c
|
Test of DOLT_AUTHOR_DATE env var
|
2023-09-26 12:00:00 -07:00 |
|