AndyA
|
82ff7f1c53
|
Merge pull request #4431 from dolthub/andy/flip-format
Make NomsBinFormat `__DOLT__` the default format
|
2022-09-30 10:15:10 -07:00 |
|
Andy Arthur
|
c6437df6e4
|
fix env bootstrapping for clone
|
2022-09-29 16:15:12 -07:00 |
|
Andy Arthur
|
7f1a492655
|
fix and unskip foreign key editor tests
|
2022-09-29 15:50:50 -07:00 |
|
Andy Arthur
|
fded1386e8
|
cleanup sqle tests and unskip some
|
2022-09-29 14:54:51 -07:00 |
|
Andy Arthur
|
2be413b25e
|
fixed read replica test
|
2022-09-29 14:23:56 -07:00 |
|
Andy Arthur
|
371e960cea
|
refactored doltcore/sqle testing for new format, switched to new format, many todos
|
2022-09-29 13:05:50 -07:00 |
|
Aaron Son
|
bc8f712274
|
Merge remote-tracking branch 'origin/main' into aaron/sql-cluster-status-procedure
|
2022-09-29 10:10:41 -07:00 |
|
Aaron Son
|
fbdfa0a62a
|
Merge pull request #4422 from dolthub/aaron/cluster-replication-hook
go/libraries/doltcore/sqle: Implement standby replication hook.
|
2022-09-29 10:08:54 -07:00 |
|
James Cor
|
e0bb97d9c7
|
Merge pull request #4318 from dolthub/james/conflicts
implement `call dolt_conflicts_resolve()`
|
2022-09-29 09:59:40 -07:00 |
|
Aaron Son
|
b7d99556a9
|
Merge remote-tracking branch 'origin/main' into aaron/cluster-replication-hook
|
2022-09-29 09:51:54 -07:00 |
|
Aaron Son
|
f48ffcf4cd
|
go: sqle: cluster: PR feedback.
|
2022-09-29 09:50:52 -07:00 |
|
Andy Arthur
|
0fdd391942
|
update noms-specific sqle/index tests
|
2022-09-28 16:31:22 -07:00 |
|
Andy Arthur
|
919f3dfbb6
|
update sql/schema_table tests
|
2022-09-28 16:17:19 -07:00 |
|
Aaron Son
|
f2a43f1377
|
go: sqle: cluster: Add a dolt_cluster database, exposing a dolt_cluster_status table which queries replication status.
|
2022-09-28 16:01:22 -07:00 |
|
JCOR11599
|
f21b1c9c2c
|
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
|
2022-09-28 22:35:59 +00:00 |
|
James Cor
|
cbab3946c1
|
removing use of dEnv
|
2022-09-28 15:34:17 -07:00 |
|
Andy Arthur
|
0f750b4aa1
|
updated sqle/alterschema tests to work with both formats
|
2022-09-28 15:32:43 -07:00 |
|
Andy Arthur
|
36627dd915
|
updated sql/logictest sqlexport, cmd/noms tests
|
2022-09-28 15:32:43 -07:00 |
|
Andy Arthur
|
b2cdfc4e0b
|
updated table/editor tests to use types.Format_LD_1
|
2022-09-28 15:32:43 -07:00 |
|
Andy Arthur
|
f412d9f7a5
|
updated sql/index tests to work with both binary formats
|
2022-09-28 15:32:43 -07:00 |
|
Andy Arthur
|
b48df04c76
|
refactoring tests in preparation for format flip
|
2022-09-28 15:32:43 -07:00 |
|
Andy Arthur
|
1da3024e12
|
cleanup some uses of types.Format_Default
|
2022-09-28 15:32:43 -07:00 |
|
James Cor
|
01332bb8c7
|
only making procedure version
|
2022-09-28 15:25:39 -07:00 |
|
jennifersp
|
f99a1717c2
|
improve error message when current branch on session is force deleted (#4395)
|
2022-09-28 14:04:24 -07:00 |
|
James Cor
|
16a2ae75c2
|
row data
|
2022-09-28 13:40:00 -07:00 |
|
JCOR11599
|
b3af84be09
|
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
|
2022-09-28 20:13:44 +00:00 |
|
James Cor
|
dc18ebb1f5
|
adding foreign key checks
|
2022-09-28 13:12:09 -07:00 |
|
James Cor
|
fea7fa876c
|
more refactoring
|
2022-09-28 11:39:14 -07:00 |
|
James Cor
|
da8246b942
|
copy pasta and refacta
|
2022-09-28 11:35:09 -07:00 |
|
James Cor
|
d0546ffcdf
|
feedbacK
|
2022-09-28 11:23:28 -07:00 |
|
Aaron Son
|
61883f6d2d
|
go: sqle: cluster: Install client interceptor to communicate and process role and epoch when making RPCs to standby.
|
2022-09-28 10:14:26 -07:00 |
|
James Cor
|
b683820fc6
|
it now do the thing
|
2022-09-27 23:31:13 -07:00 |
|
Aaron Son
|
fb4931678d
|
go: sqle: cluster: Commit hooks can report replication lag.
|
2022-09-27 17:22:17 -07:00 |
|
James Cor
|
413ca59ec6
|
some changes, need to fix prolly conflicts to not remerge
|
2022-09-27 17:15:39 -07:00 |
|
Aaron Son
|
d29c8f4512
|
Merge remote-tracking branch 'origin/main' into aaron/cluster-replication-hook
|
2022-09-27 17:02:09 -07:00 |
|
Aaron Son
|
a85597c146
|
go: sqle: cluster: fix replication to work on working set updates. first bats test for end-to-end replication to the standby.
|
2022-09-27 17:01:21 -07:00 |
|
JCOR11599
|
9760bd26e1
|
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
|
2022-09-27 22:20:47 +00:00 |
|
James Cor
|
8ff785a3e3
|
i wonder what this will break
|
2022-09-27 15:19:19 -07:00 |
|
Aaron Son
|
98f4321ec8
|
go: sqle: cluster: Add logging to our replication commit hook. Make the commit hook attempt to true-up standby on shutdown.
|
2022-09-27 14:46:38 -07:00 |
|
Aaron Son
|
e648d9bceb
|
go/libraries/doltcore/remotestorage: Migrate to backoff/v4, fix some misusage of the backoff API.
|
2022-09-27 14:45:57 -07:00 |
|
jennifersp
|
a1e57989bb
|
allow drop current database directory and fix drop db with '-' (#4400)
|
2022-09-27 11:45:07 -07:00 |
|
James Cor
|
6d51206676
|
more tests, and small keyless fix
|
2022-09-27 11:29:20 -07:00 |
|
Aaron Son
|
4261b3692e
|
go: sqle: cluster: First pass at install replicate-to-standby commit hooks on server start.
|
2022-09-27 09:53:34 -07:00 |
|
James Cor
|
400999e064
|
Merge branch 'james/conflicts' of https://github.com/dolthub/dolt into james/conflicts
|
2022-09-27 00:59:36 -07:00 |
|
James Cor
|
bf1de09adf
|
rename to prolly
|
2022-09-27 00:59:28 -07:00 |
|
JCOR11599
|
3d2ea83dc9
|
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
|
2022-09-27 07:23:52 +00:00 |
|
James Cor
|
26d0bc6dd1
|
working for noms, new format tomorrow :))))))
|
2022-09-27 00:21:58 -07:00 |
|
James Cor
|
a0f1d6fe32
|
i forget
|
2022-09-26 21:06:53 -07:00 |
|
jennifersp
|
f4be51d692
|
reorder arguments of dolt_diff() table function (#4408)
|
2022-09-26 16:33:45 -07:00 |
|
JCOR11599
|
84526cdf65
|
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
|
2022-09-26 23:06:20 +00:00 |
|