Aaron Son
404caa50d9
Merge pull request #9957 from dolthub/aaron/handle-aws-remote-urls
...
go/libraries/utils/earl: Add special handling for AWS URLs with non-compliant host components so that we can bump the Golang version.
2025-10-15 19:09:50 +02:00
Elian
d037ac7b59
Merge pull request #9952 from dolthub/elian/mariadb
...
dolthub/dolt#9904 : Add MariaDB connectors integration tests
2025-10-14 13:24:44 -07:00
Aaron Son
06a1e9bb3a
go/libraries/utils/earl: Add special handling for AWS URLs with non-compliant host components so that we can bump the Golang version.
2025-10-14 11:56:26 +02:00
Aaron Son
5e67de9f61
go-sql-server-driver: 1.25.1 here too.
2025-10-14 11:13:51 +02:00
elianddb
d8216be4b3
fix ruby
2025-10-13 19:49:35 -07:00
elianddb
287bba5959
amend image vers
2025-10-13 17:06:26 -07:00
elianddb
17ab809bd1
add odbc and swift test
2025-10-13 15:17:27 -07:00
elianddb
1b05f9bc3a
rm glob copy of other repos
2025-10-13 10:03:15 -07:00
elianddb
02b7c04b83
amend R deps layer
2025-10-12 20:25:47 -07:00
elianddb
9fe5cf744e
amend workflow to use correct dir
2025-10-12 19:41:46 -07:00
elianddb
5db5aac06c
add mariadb connectors for existing langs
2025-10-12 17:33:54 -07:00
elianddb
8f377dc999
add c and cpp mariadb
2025-10-12 17:33:54 -07:00
elianddb
891ef9592f
fix entrypoint
2025-10-12 17:33:54 -07:00
elianddb
c38d3827c1
amend Dockerfile to embed interpreters from diff build stages
...
# Conflicts:
# go/cmd/dolt/doltversion/version.go
# go/go.mod
# go/go.sum
2025-10-12 17:33:51 -07:00
elianddb
49592b4bdf
docker process
2025-10-12 17:33:41 -07:00
David Dansby
e14ec93553
feat(sql): make dolt_diff_summary respect dolt_ignore patterns
...
Add ignore pattern filtering to dolt_diff_summary table function to
match dolt diff command behavior. Tables matching patterns in
dolt_ignore are now filtered out from diff summary results.
Changes include:
- Add getIgnorePatternsFromContext() to retrieve ignore patterns from
dolt_ignore
- Add shouldIgnoreDelta() to check if table deltas should be ignored
- Add shouldFilterSystemTable() to filter out system tables (dolt_*
prefix)
- Apply filtering to both general queries and specific table queries
- Only ignore added/dropped tables, not modified/renamed tables
Tests added:
- 5 integration tests in dolt_queries_diff.go
- 4 bats tests in ignore.bats covering basic patterns, wildcards,
dropped tables, and specific table queries
Refs: #5861
2025-10-09 16:54:54 -07:00
Nick Tobey
6215a9583c
Skip nonlocal.bats for remote bats testing.
2025-10-07 01:13:06 -07:00
Nick Tobey
c7fd393be7
Fix nonlocal.bats
2025-10-06 21:26:19 -07:00
Nick Tobey
3e78701608
Rename global_tables -> nonlocal_tables
2025-10-06 21:03:20 -07:00
Nick Tobey
ff3c6cb490
Amend implementation
2025-10-06 20:53:09 -07:00
Nick Tobey
a750a4de1c
Add support for dolt_global_tables "immediate" mode.
2025-10-06 13:24:13 -07:00
Jason Fulghum
a2a9a34205
Merge pull request #9921 from dolthub/fulghum/bugfix
...
Bug fix: multi-line commit messages with dolt rebase
2025-10-03 14:47:37 -07:00
Jason Fulghum
eb7bd16246
Bug fix for multi-line commit messages with dolt rebase
2025-10-03 11:36:15 -07:00
Neil Macneale IV
cefb562dba
Merge pull request #9891 from dolthub/macneale4/dynamic-hook
...
Runtime update support for `dolt_replicate_to_remote`
2025-10-02 15:40:09 -07:00
Neil Macneale IV
b95084809f
Update integration-tests/bats/replication.bats
...
Co-authored-by: Jason Fulghum <jason@dolthub.com >
2025-10-02 12:51:44 -07:00
Neil Macneale IV
4332b26659
Update integration-tests/bats/replication.bats
...
Co-authored-by: Jason Fulghum <jason@dolthub.com >
2025-10-02 12:50:56 -07:00
Daylon Wilkins
cc3a05a221
Added collation ignoring for information_schema
2025-10-01 15:58:31 -07:00
Nick Tobey
e0f9ddcc45
Re-add accidentally removed bats tests for dolt_ignore
2025-10-01 11:46:59 -07:00
coffeegoddd☕️✨
f375ab9267
/{go,integration-tests}: add patch version
2025-10-01 09:30:19 -07:00
elianddb
2c3f784ecd
amend test name
2025-09-30 17:43:14 -07:00
elianddb
8db416bd51
amend dolt sql-server failing to launch with timeout
2025-09-30 17:43:14 -07:00
elianddb
4da866c03b
amend go.mod/sum
...
# Conflicts:
# go/go.mod
# go/go.sum
2025-09-30 17:43:10 -07:00
elianddb
3a9a96ad6f
fix param setup to use env vars for root and desync issues
2025-09-30 17:42:58 -07:00
elianddb
6d12ff7562
fix unnecessary || true
2025-09-30 17:42:58 -07:00
elianddb
1fc2b97b54
amend comments
2025-09-30 17:42:58 -07:00
elianddb
7cc4f36046
add CONFIG_PROVIDED global var
2025-09-30 17:42:58 -07:00
elianddb
66ab21830a
amend server check and add sequential bats to test desync on startup
2025-09-30 17:42:58 -07:00
elianddb
84a25b59e8
add health checks for config requirements
2025-09-30 17:42:58 -07:00
Neil Macneale IV
4134c22915
Add remote replication hot updates
2025-09-30 09:07:16 -07:00
James Cor
0ab5d6f943
[no-release-notes] bump truncation refactor and fix some tests ( #9880 )
2025-09-29 16:24:23 -07:00
Taylor Bantle
65559c410f
Remove echo
2025-09-24 13:27:08 -07:00
Taylor Bantle
1283304c19
Fix dolt conflicts cat . after resolving conflicts
2025-09-24 13:19:42 -07:00
Taylor Bantle
b5dd0540a8
Fix dolt conflicts resolve for resolving one table at a time
2025-09-24 11:55:55 -07:00
Tim Sehn
8f048a342c
Even more thorough testing
2025-09-19 15:13:56 -07:00
Tim Sehn
67d5ae99a4
New branch create test works
2025-09-19 14:55:20 -07:00
Tim Sehn
bce98dd384
Not that simple. The branch is fetched
2025-09-19 14:52:59 -07:00
Tim Sehn
f9cc60d1ba
Bats test for branch create not being replicated
2025-09-19 14:41:55 -07:00
James Cor
09f7c7043b
[no-release-notes] bump golang version ( #9859 )
2025-09-18 13:39:41 -07:00
Dustin Brown
9c07e9b49c
Merge pull request #9833 from dolthub/db/dolt-ci-tests
...
support dolt tests in dolt ci
2025-09-18 11:00:55 -07:00
Neil Macneale IV
428e459d35
Merge pull request #9850 from dolthub/macneale4-claude/archive-debug
...
[no-release-notes] add `dolt admin archive-inspect` cmd
2025-09-18 09:53:14 -07:00