AndyA
3e50b5ea01
Merge pull request #5515 from dolthub/andy/drop-pk-fk-checks
...
go/doltcore/sqle: fix FK checks on drop PK to look at correct Fks
2023-03-07 20:15:36 -08:00
Andy Arthur
f1af023de9
go/doltcore/sqle: fix FK checks on drop PK to look at correct Fks
2023-03-07 17:34:44 -08:00
Jason Fulghum
947c4e2526
Merge pull request #5501 from dolthub/fulghum/binlog-replication
...
Minor bug fixes for MySQL binlog replication
2023-03-07 16:28:28 -08:00
Andy Arthur
3ed3a5dd90
.github/workflows: increase AWS token timeout from 1 to 3 hours
2023-03-07 14:35:55 -08:00
AndyA
f585c617d2
Merge pull request #5430 from dolthub/andy/turn-on-chunk-journal
...
go/store/nbs: turn on chunk journal by default
2023-03-07 14:33:45 -08:00
Jason Fulghum
75147796dc
Merge pull request #5506 from dolthub/fulghum-6ffcb4eb
...
[auto-bump] [no-release-notes] dependency by fulghum
2023-03-07 14:11:27 -08:00
Andy Arthur
072280f9fb
Revert ".github/workflows: increase AWS token timeout from 1 to 3 hours"
...
This reverts commit 82facc6054 .
2023-03-07 13:42:19 -08:00
Aaron Son
7207c2e318
Merge pull request #5500 from dolthub/aaron/nbf-remove-DOLT_DEV
...
Remove obsolete __DOLT_DEV__ NomsBinFormat.
2023-03-07 12:34:47 -08:00
Andy Arthur
82facc6054
.github/workflows: increase AWS token timeout from 1 to 3 hours
2023-03-07 12:00:12 -08:00
Jason Fulghum
5f419fd1d5
Fixing minor error message change
2023-03-07 11:20:29 -08:00
Jason Fulghum
88de2e027c
Fixing minor error message change
2023-03-07 11:19:14 -08:00
fulghum
0304349a08
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2023-03-07 17:36:20 +00:00
Jason Fulghum
45defeb1c1
Merge branch 'main' into fulghum/binlog-replication
2023-03-07 09:29:00 -08:00
Neil Macneale IV
44bc65b286
Merge pull request #5503 from dolthub/macneale4/dolt-diff-schema-table-2
...
Display DDL for views and triggers in dolt diff
2023-03-07 09:25:55 -08:00
Jason Fulghum
36fa8ed6ee
Updating to latest GMS version (from GMS main)
2023-03-07 09:25:48 -08:00
fulghum
012cf011d1
[ga-bump-dep] Bump dependency in Dolt by fulghum
2023-03-07 17:24:17 +00:00
Andy Arthur
038945d95f
integration-test/bats: more file remotes bats fixes
2023-03-07 08:19:32 -08:00
Neil Macneale IV
2dc379115c
Fix bats tests
2023-03-07 08:03:30 -08:00
Daylon Wilkins
44e4dfc8c1
Merge pull request #5495 from dolthub/Hydrocharged-0eb7ae0f
...
[auto-bump] [no-release-notes] dependency by Hydrocharged
2023-03-07 01:37:32 -08:00
Taylor Bantle
397d7d5c66
Merge pull request #5333 from dolthub/taylor/workbench-tests
...
[no-release-notes] mysql-client-tests/node: Start on workbench stability tests
2023-03-06 20:39:24 -08:00
Taylor Bantle
972dddc080
Merge pull request #5499 from dolthub/taylor/fix-td-schema
...
Fix `schema_change` column in `dolt_diff_summary` reporting false for foreign key changes
2023-03-06 20:39:10 -08:00
Andy Arthur
19796c1512
go/doltcore/migrate: fix env bootstrap
2023-03-06 19:59:58 -08:00
Neil Macneale IV
79b0dbe13d
Display DDL for views and triggers in dolt diff
...
Second attempt of botched PR: https://github.com/dolthub/dolt/pull/5476
2023-03-06 17:24:16 -08:00
Neil Macneale IV
4fe09d5456
Clean up changes which were pushed prematurely
...
Revert "Add bats test for new dolt diff output for dolt_schema changes"
This reverts commit 8163ee0efb .
Revert "minor refactor to avoid unreachable code"
This reverts commit 0bbba1ced0 .
Revert "Display DDL for views and triggers in `dolt diff`"
This reverts commit d5977fdf72 .
Revert "Small refactor to rename engine to sqlEng."
This reverts commit 99b343c01a .
2023-03-06 17:16:01 -08:00
Andy Arthur
aa755c49c1
Merge remote-tracking branch 'origin/main' into andy/turn-on-chunk-journal
2023-03-06 17:00:17 -08:00
Andy Arthur
b7ed9f1ebb
go/doltcore/{dbfactory, doltdb, env}: refactor database load/creation to only use chunk journal for local databases
2023-03-06 17:00:00 -08:00
Neil Macneale IV
8163ee0efb
Add bats test for new dolt diff output for dolt_schema changes
2023-03-06 15:56:23 -08:00
Neil Macneale IV
0bbba1ced0
minor refactor to avoid unreachable code
2023-03-06 15:56:23 -08:00
Neil Macneale IV
d5977fdf72
Display DDL for views and triggers in dolt diff
...
https://github.com/dolthub/dolt/issues/5388
2023-03-06 15:56:23 -08:00
Neil Macneale IV
99b343c01a
Small refactor to rename engine to sqlEng.
2023-03-06 15:56:23 -08:00
Jason Fulghum
6ea8c6749d
Merge branch 'main' into fulghum/binlog-replication
2023-03-06 15:56:07 -08:00
Jason Fulghum
9781575477
Adding a test that asserts long SOURCE_HOST hostnames can be properly stored and retrieved via SHOW REPLICA STATUS
2023-03-06 15:55:41 -08:00
Jason Fulghum
f8107b9af3
Bug fix for filters member being set to nil (instead of re-initialized to an empty instance) after a call to RESET REPLICA ALL.
2023-03-06 15:41:37 -08:00
Aaron Son
b42fe6c0f4
Merge pull request #5496 from dolthub/aaron/types-value-Less-ctx
...
go/store/types: Thread context on Less and Compare.
2023-03-06 15:38:42 -08:00
Aaron Son
04a90f83e5
Remove obsolete __DOLT_DEV__ NomsBinFormat.
2023-03-06 15:38:26 -08:00
Taylor Bantle
a7b6797be7
Clean up
2023-03-06 15:26:45 -08:00
Taylor Bantle
b5803a397b
Fix
2023-03-06 15:22:31 -08:00
Taylor Bantle
dea7adac21
Check status before merge
2023-03-06 15:22:31 -08:00
Taylor Bantle
08e8220124
Fix tests
2023-03-06 15:22:31 -08:00
Taylor Bantle
54cf7bde1a
Fix tests, add CODEOWNERS
2023-03-06 15:22:31 -08:00
Taylor Bantle
33afd3275f
Add to bats
2023-03-06 15:22:31 -08:00
Taylor Bantle
59919d48a9
integration-tests/node: Progress on workbench stability tests
2023-03-06 15:22:31 -08:00
Taylor Bantle
794f624f13
Check if foreign keys changed in tableDelta.HasSchemaChanged
2023-03-06 14:52:01 -08:00
AndyA
ba67297d3c
Merge pull request #5497 from dolthub/andy/assert-sorted-edits
...
go/store/prolly/tree: assert sorted edits in ApplyMutations
2023-03-06 14:24:59 -08:00
Andy Arthur
778100cbac
go/store/hash: fix flaky hash test
2023-03-06 13:12:35 -08:00
Andy Arthur
06f8cc3e2b
go/store/prolly/tree: assert sorted edits in ApplyMutations
2023-03-06 12:11:52 -08:00
Hydrocharged
1b0029fc6b
[ga-bump-dep] Bump dependency in Dolt by Hydrocharged
2023-03-06 18:37:21 +00:00
Aaron Son
2d32f99d1c
go/store/types: Thread context in Compare.
2023-03-06 09:46:30 -08:00
Aaron Son
6444dcd4dd
go/store/types: Less back to taking NBF, not ValueReader.
2023-03-06 09:35:40 -08:00
Aaron Son
6e61b3a771
go/store/types: Thread ctx through Value.Less.
2023-03-06 09:35:40 -08:00