Commit Graph

22679 Commits

Author SHA1 Message Date
coffeegoddd 7eafa0cf56 /.github/{scripts,workflows}: set issue number in regressions job 2024-01-10 14:28:49 -08:00
Dustin Brown 6bdb53871c Update run-correctness.sh 2024-01-10 13:50:28 -08:00
Dustin Brown 5fbec72f8a Merge pull request #7293 from dolthub/db/fix-workflow
[no-release-notes] /.github/workflows/k8s-sql-correctness.yaml: fix typo in workflow
2024-01-10 13:43:29 -08:00
Neil Macneale IV a09856fd31 [no-release-notes] Human Readable CommitClosure printing (#7288) 2024-01-10 13:23:40 -08:00
coffeegoddd 7b17aa88d4 /.github/workflows/k8s-sql-correctness.yaml: fix typo in workflow 2024-01-10 13:23:31 -08:00
Dustin Brown 4de2aef9b8 Merge pull request #7291 from dolthub/db/correctness-regression
[no-release-notes] /.github/scripts/sql-correctness/run-correctness.sh: log pr number too
2024-01-10 13:20:17 -08:00
coffeegoddd e0c292d70a /.github/scripts/sql-correctness/run-correctness.sh: log pr number too 2024-01-10 13:19:45 -08:00
Dustin Brown 461e25ab3e Merge pull request #7289 from dolthub/db/correctness-regression
[no-release-notes] /.github/{scripts,workflows}: add test regressions workflow, add regressions job config script
2024-01-10 13:17:10 -08:00
coffeegoddd 3fe6ae2e1e /.github/{scripts,workflows}: some adjustments for pr comments 2024-01-10 13:11:33 -08:00
coffeegoddd 7d6dffc999 only create job for me during testing 2024-01-10 12:53:22 -08:00
coffeegoddd a56ab945d1 /.github/{scripts,workflows}: update scripts to work with regressions job maybe 2024-01-10 12:25:54 -08:00
coffeegoddd 1689ab8951 /.github/workflows/sql-regressions.yaml: fix versions 2024-01-10 11:56:10 -08:00
coffeegoddd d1c491f707 /.github/{scripts,workflows}: add test regressions workflow, add regressions job config script 2024-01-10 11:44:50 -08:00
Dustin Brown 231d8bcb9a Merge pull request #7287 from dolthub/db/correctness-config
[no-release-notes] /.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh: add resource limit
2024-01-10 10:15:55 -08:00
coffeegoddd 023c6dc5d6 /.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh: add resource limit 2024-01-10 10:12:49 -08:00
Dustin Brown 668426ea0b Merge pull request #7286 from dolthub/db/correctness-config
[no-release-notes] /.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh: configure job to run on dedicated host
2024-01-10 10:09:51 -08:00
coffeegoddd 42df3f079f /.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh: configure job to run on dedicated host 2024-01-10 10:08:51 -08:00
stephanie 84b9180295 Merge pull request #7284 from dolthub/steph/import-default-fix
`dolt table import --all-text` correctly infers pk if none given
2024-01-09 17:13:51 -08:00
Brian Hendriks 46cb2a02af Merge pull request #7283 from dolthub/bh/minver-comments
add comments to help devs when a failure occurs
2024-01-09 15:57:57 -08:00
stephanie 2642a49da5 Update go/cmd/dolt/commands/tblcmds/import.go
Co-authored-by: Jason Fulghum <jason@dolthub.com>
2024-01-09 15:40:41 -08:00
Stephanie You 38d60af3a2 dolt table import --all-text correctly infers pk if none given 2024-01-09 15:23:55 -08:00
Brian Hendriks 9cbeb2fc02 add comments to help devs when a failure occurs 2024-01-09 14:12:24 -08:00
stephanie 49aa415610 Merge pull request #7278 from dolthub/steph/import-default-type
default to text option for `dolt table import`
2024-01-09 13:06:25 -08:00
Dustin Brown 52dd9b1a99 Merge pull request #7281 from dolthub/db/concurrent-correctness
[no-release-notes] /.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh: make correctness job run tests concurrently
2024-01-09 12:55:45 -08:00
coffeegoddd 8092e13060 /.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh: make correctness job run tests concurrently 2024-01-09 12:48:16 -08:00
stephkyou 1e3a1f37f5 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2024-01-09 18:29:45 +00:00
Stephanie You c987400439 add --all-text for dolt table import 2024-01-09 10:16:12 -08:00
Stephanie You e910e2017a tests for dolt table import --all-text 2024-01-09 10:16:12 -08:00
Brian Hendriks ecc6607f2a Merge pull request #7264 from dolthub/bh/minver_improvements
Bh/minver improvements
2024-01-08 15:54:39 -08:00
Brian Hendriks b1b2f72b71 fixes 2024-01-08 14:02:22 -08:00
fulghum b509444f4c [ga-bump-release] Update Dolt version to 1.31.0 and release v1.31.0 v1.31.0 2024-01-08 21:45:32 +00:00
Brian Hendriks 62a7632376 Merge branch 'bh/minver_improvements' of github.com:liquidata-inc/dolt into bh/minver_improvements 2024-01-08 13:44:10 -08:00
Brian Hendriks 39a3f70615 trim whitespace 2024-01-08 13:43:52 -08:00
Jason Fulghum 1023ba86f7 Merge pull request #7273 from dolthub/fulghum-04b8f308
[auto-bump] [no-release-notes] dependency by fulghum
2024-01-08 13:13:32 -08:00
bheni f96922fa3e [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2024-01-08 20:52:19 +00:00
Brian Hendriks 38945b8029 update headers 2024-01-08 12:45:13 -08:00
Brian Hendriks 073829468a add multiple files 2024-01-08 12:35:34 -08:00
Brian Hendriks 59e612e561 fixes and debug output 2024-01-08 12:26:28 -08:00
fulghum 1984753efd [ga-bump-dep] Bump dependency in Dolt by fulghum 2024-01-08 19:55:46 +00:00
Brian Hendriks fa85002f6d move genminver_validation 2024-01-08 11:31:20 -08:00
Nick Tobey 2c58d53cc9 Merge pull request #7230 from dolthub/nicktobey/json
Allow for three way merges to automatically resolve concurrent changes to a JSON object when the changes affect different keys.
2024-01-08 09:33:51 -08:00
Dustin Brown 66c6f493e9 [auto-bump] [no-release-notes] dependency by max-hoffman (#7269)
* [ga-bump-dep] Bump dependency in Dolt by max-hoffman

* fix join op tests

---------

Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com>
2024-01-06 20:06:45 -08:00
Brian Hendriks 9ef8e53cd4 update release process 2024-01-05 16:37:37 -08:00
Nick Tobey 56a32f67c5 Add tests for dont_merge_json, both as a command line flag and as a system variable. 2024-01-05 16:37:14 -08:00
Brian Hendriks 3126105235 fix packages 2024-01-05 16:37:11 -08:00
Brian Hendriks 9c4b4085a8 improve minver checking 2024-01-05 16:35:58 -08:00
Brian Hendriks 6b6de81d29 Merge pull request #7267 from dolthub/bh/walk
recursively walk the fields of structs
2024-01-05 16:34:30 -08:00
nicktobey 79c5f72363 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2024-01-05 23:32:59 +00:00
Nick Tobey b73483b18d Update tests. 2024-01-05 15:26:17 -08:00
bheni 5bd9f780cb [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2024-01-05 23:08:25 +00:00