Andy Arthur
|
d9b5509e3d
|
find common ancestor using transitive ref closure
|
2021-07-31 10:50:29 -07:00 |
|
Zach Musgrave
|
58bf08407a
|
Update roadmap.md
|
2021-07-30 16:55:35 -07:00 |
|
Zach Musgrave
|
dd5f99df1a
|
Update faq.md
|
2021-07-30 16:55:06 -07:00 |
|
Zach Musgrave
|
ec97fbb436
|
Update faq.md
|
2021-07-30 16:54:44 -07:00 |
|
Maximilian Hoffman
|
903684b6c8
|
Max/push panic (#1959)
* Fix push panic
* Fmt
|
2021-07-30 13:24:12 -07:00 |
|
Aaron Son
|
d57a17733d
|
Merge pull request #1951 from dolthub/aaron/improve-branch-edit-workingset-management
go: env/actions/branch: Move and delete branch also update working sets.
|
2021-07-30 12:34:32 -07:00 |
|
Aaron Son
|
ed25a7149d
|
go: doltdb: Add a method comment to DoltDB.CopyWorkingSet.
|
2021-07-30 12:33:16 -07:00 |
|
andrew-wm-arthur
|
fcf5fa814e
|
[ga-bump-release] Update Dolt version to 0.27.1 and release v0.27.1
v0.27.1
|
2021-07-30 02:06:37 +00:00 |
|
AndyA
|
154370c3d8
|
Merge pull request #1958 from dolthub/andy/stage-with-conflicts
[no-release-notes] Remove conflict/constraint checks from staging
|
2021-07-29 19:02:50 -07:00 |
|
Andy Arthur
|
6a37b7e12d
|
update test
|
2021-07-29 18:32:08 -07:00 |
|
Andy Arthur
|
221f0ae258
|
pr feedback
|
2021-07-29 18:01:04 -07:00 |
|
Andy Arthur
|
0f97c93811
|
func docs
|
2021-07-29 17:55:30 -07:00 |
|
Andy Arthur
|
ee63506d2e
|
rename function
|
2021-07-29 17:54:20 -07:00 |
|
Andy Arthur
|
cf47e0cc2a
|
putting conflict/constraint pruning logic back
|
2021-07-29 17:53:34 -07:00 |
|
Andy Arthur
|
1a1b051f27
|
more test updates
|
2021-07-29 17:29:57 -07:00 |
|
Andy Arthur
|
7571fc46c4
|
update test
|
2021-07-29 17:21:06 -07:00 |
|
Andy Arthur
|
723607870e
|
remove conflict/constraint checks from staging
|
2021-07-29 17:13:01 -07:00 |
|
Zach Musgrave
|
b2f6e9df48
|
Merge pull request #1957 from dolthub/zachmu/session-vars
Allow setting head ref session var, e.g. @@mydb_head_ref to change branches
|
2021-07-29 17:10:59 -07:00 |
|
Zach Musgrave
|
e320ec692e
|
Removed custom session var management during session.AddDB, moved it all to setSessionVarsForDb
|
2021-07-29 16:42:20 -07:00 |
|
Zach Musgrave
|
a367bda243
|
Fixed dolt_checkout to correctly update the head ref var, added a bats test
|
2021-07-29 16:24:35 -07:00 |
|
Zach Musgrave
|
e54107bc74
|
Allow switching branches by setting the head ref system variable. Added a bats test
|
2021-07-29 15:51:51 -07:00 |
|
Zach Musgrave
|
c674d817a8
|
bats test for switching heads with a session var
|
2021-07-29 15:43:56 -07:00 |
|
Zach Musgrave
|
2091b10b48
|
Merge pull request #1949 from dolthub/zachmu/use-branch
Branch and commit-qualified database names enabled by default
|
2021-07-29 14:46:37 -07:00 |
|
Daylon Wilkins
|
fb7759009e
|
Merge pull request #1955 from dolthub/Hydrocharged-aca74186
[auto-bump] [no-release-notes] dependency by Hydrocharged
|
2021-07-29 14:32:11 -07:00 |
|
Aaron Son
|
bb90b57e9a
|
Merge pull request #1954 from dolthub/aaron/commitwalk-cache-meta
go/libraries/doltcore/env/actions/commitwalk: Cache commit meta during the topological walk to avoid n^2 work materializing it over and over.
|
2021-07-29 14:22:42 -07:00 |
|
Daylon Wilkins
|
6148bded9d
|
Changed commit force to ignore conflicts and constraint violations
|
2021-07-29 14:12:59 -07:00 |
|
Hydrocharged
|
87cde98422
|
[ga-bump-dep] Bump dependency in Dolt by Hydrocharged
|
2021-07-29 20:57:21 +00:00 |
|
Aaron Son
|
3f1977561d
|
Iterate on bats/branch.bats for windows.
|
2021-07-29 13:51:47 -07:00 |
|
Aaron Son
|
40596d4c53
|
go/libraries/doltcore/env/actions/commitwalk: Cache commit meta during the topological walk to avoid n^2 work materializing it over and over.
|
2021-07-29 13:49:15 -07:00 |
|
Zach Musgrave
|
856c7256c4
|
Fixed a couple typos
|
2021-07-29 12:56:47 -07:00 |
|
Aaron Son
|
b561946f86
|
go: env/actions/branch: When moving a branch, also move its working set.
|
2021-07-29 11:11:23 -07:00 |
|
Zach Musgrave
|
1fa0f2b644
|
Merge branch 'zachmu/use-branch' of github.com:dolthub/dolt into zachmu/use-branch
|
2021-07-28 18:39:29 -07:00 |
|
Zach Musgrave
|
4c7f804563
|
Added a server test for connecting to database at a commit hash. Added the ability to assert an exception string in the python script
|
2021-07-28 18:39:20 -07:00 |
|
Zach Musgrave
|
2655b0d495
|
Fixed test failing due to new default
|
2021-07-28 16:37:30 -07:00 |
|
Aaron Son
|
5427c4e408
|
go: env/actions/branch: When deleting a branch, also delete its working set ref.
|
2021-07-28 16:23:18 -07:00 |
|
zachmu
|
2e5b38b60e
|
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
|
2021-07-28 21:48:31 +00:00 |
|
Vinai Rachakonda
|
fe231a0ad1
|
Vinai/dolt merge ret type (#1941)
Change dolt merge ret type
|
2021-07-28 14:10:56 -07:00 |
|
Zach Musgrave
|
82ed59272e
|
Tests for read-only error cases
|
2021-07-28 12:19:31 -07:00 |
|
Zach Musgrave
|
56f7ea3661
|
Somewhat hacky fix to get commit hash qualified DBs working
|
2021-07-28 11:42:07 -07:00 |
|
Aaron Son
|
c4b1b08d6c
|
Merge pull request #1946 from dolthub/aaron/bump-mongo-driver
go/go.mod: Override indirect mongo-driver version to keep vulnerability scanner clean.
|
2021-07-28 08:51:53 -07:00 |
|
Zach Musgrave
|
2938edeeb5
|
Allow commit hashes to be used for DB qualifiers. This means we don't have a working set in this case, still many bugs there.
|
2021-07-27 20:39:28 -07:00 |
|
Zach Musgrave
|
eec245b055
|
Tests of using branch qualified db names in select and insert statements
|
2021-07-27 17:41:32 -07:00 |
|
Zach Musgrave
|
e4bb58d477
|
Un-feature-gate branch-qualified connection strings
|
2021-07-27 17:33:07 -07:00 |
|
Zach Musgrave
|
d554276ab6
|
Enabled named db revisions for SQL command (previously only in server)
|
2021-07-27 17:25:33 -07:00 |
|
Zach Musgrave
|
793979690d
|
Added test for USE branch syntax in SQL shell
|
2021-07-27 17:24:14 -07:00 |
|
Zach Musgrave
|
a0eaa87db7
|
Added tests for branch-based connection strings and USE syntax
|
2021-07-27 15:21:35 -07:00 |
|
Zach Musgrave
|
fa32453e31
|
Added a repo name param to all server tests
|
2021-07-27 13:11:14 -07:00 |
|
Zach Musgrave
|
a94a02d7d1
|
Increase default max connections to 100
|
2021-07-27 12:07:17 -07:00 |
|
Zach Musgrave
|
163a68eb5a
|
Merge master
|
2021-07-27 11:11:25 -07:00 |
|
Daylon Wilkins
|
4a6e9844c2
|
Small fixes
|
2021-07-26 16:32:36 -07:00 |
|