Commit Graph

14721 Commits

Author SHA1 Message Date
Dhruv Sringari 9758e697c8 Allows diff to be performed across primary key renames (#4156)
* allow diff across pk renames

* pr comments
2022-08-22 14:58:55 -07:00
Zach Musgrave 755c04b0af Merge pull request #4146 from dolthub/zachmu/refnames
Revamped ref name validation to allow the '.' character
2022-08-22 14:43:57 -07:00
Zach Musgrave 8d3636e43b Fix tests, remove spec.Pin 2022-08-22 14:04:23 -07:00
Zach Musgrave bac72dc0d1 Fixed more broken tests 2022-08-22 13:18:50 -07:00
Zach Musgrave 7542dc5866 Removed copyright notice checks for deleted noms files 2022-08-22 10:03:58 -07:00
Zach Musgrave 0e840275e8 Merge pull request #4150 from dolthub/james/error
[no-release-notes] print success not error
2022-08-22 09:56:19 -07:00
Zach Musgrave 87254afc05 Fixed branch test 2022-08-22 09:41:21 -07:00
Zach Musgrave 25c0874854 Fixing broken tests 2022-08-22 09:37:58 -07:00
Jason Fulghum 8383b9ba65 Merge pull request #4102 from dolthub/fulghum/revision-databases
Various fixes for database revision specifiers
2022-08-19 20:59:23 -07:00
Jason Fulghum cab5ff0c55 Merge pull request #4050 from tanyongzhi/commit-amend
Add amend option for commit
2022-08-19 16:04:16 -07:00
Jason Fulghum 8c3b8578f7 Adding a new enginetest for a commit-qualified database revision spec and some final tweaks to other database revision spec tests. 2022-08-19 16:03:23 -07:00
Jason Fulghum 2a38fd6dd2 Merge pull request #4116 from abmyii/dolt-diff-limit
Fix dolt diff --limit
2022-08-19 15:24:14 -07:00
Jason Fulghum c45a224504 Beefing up RevisionDatabase interface docs 2022-08-19 15:07:37 -07:00
Jason Fulghum 6da9ccf116 Adding back test cases with default branch deleting and asserting that dolt_checkout doesn't panic. 2022-08-19 14:58:40 -07:00
Jason Fulghum 4d3f00915c Merge pull request #4137 from dolthub/fulghum/sort-dump-docs
[no-release-notes] Sort subcommands in `dolt dump-docs` CLI reference output
2022-08-19 13:46:47 -07:00
Jason Fulghum 56812791e3 changing @test names to match Format Checker CI test 2022-08-19 13:12:39 -07:00
Jason Fulghum ee2199bdab changing @test names to match Format Checker CI test 2022-08-19 13:12:14 -07:00
Jason Fulghum e3e6fc25a2 changing @test names to match Format Checker CI test 2022-08-19 13:11:50 -07:00
Jason Fulghum b4cac435d0 Merge branch 'main' into commit-amend 2022-08-19 13:04:24 -07:00
James Cor b2ba96113f fixing test 2022-08-19 11:39:27 -07:00
James Cor a52471faf1 same for export 2022-08-19 10:58:52 -07:00
James Cor df905575b1 print success 2022-08-19 10:55:12 -07:00
Daylon Wilkins 257ccd397b Merge pull request #4148 from dolthub/Hydrocharged-5fc5b73c
[auto-bump] [no-release-notes] dependency by Hydrocharged
2022-08-19 08:44:13 -07:00
Hydrocharged 7f1a14783b [ga-bump-dep] Bump dependency in Dolt by Hydrocharged 2022-08-19 14:56:53 +00:00
abmyii da9d9d9016 dolt diff --limit undefined limit test
Co-authored-by: Tim Sehn <tim@dolthub.com>
2022-08-19 10:28:30 +01:00
zachmu 56186a3433 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-08-19 00:21:30 +00:00
Zach Musgrave 908c9e04d4 Additional tests and bug fixes for ref validation 2022-08-18 17:13:13 -07:00
Zach Musgrave 0acc8d1009 Remove redundant or unnecessary branch name rules 2022-08-18 16:40:14 -07:00
Zach Musgrave 3063cc2dc2 More tests of valid dataset names 2022-08-18 16:33:26 -07:00
Zach Musgrave 060e3e7230 New slightly more robust test for semver tag creation 2022-08-18 16:07:26 -07:00
Zach Musgrave 9db915832e Removed unused Path from AbsolutePath struct and killed off noms commands that require it 2022-08-18 16:06:57 -07:00
Zach Musgrave f15444148a Removed noms commands that need path parsing 2022-08-18 15:40:01 -07:00
Zach Musgrave 5aac031a69 Starting to rip out regular expression code for refs / paths 2022-08-18 15:07:08 -07:00
Dustin Brown 7e6f33d9a0 Merge pull request #4142 from dolthub/dependabot/npm_and_yarn/dot-github/actions/ses-email-action/actions/core-1.9.1
Bump @actions/core from 1.2.6 to 1.9.1 in /.github/actions/ses-email-action
2022-08-18 13:02:08 -07:00
Zach Musgrave 309afd40db Some more cleanup 2022-08-18 12:42:43 -07:00
dependabot[bot] 7c2f3936eb Bump @actions/core in /.github/actions/ses-email-action
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.9.1.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-18 19:36:17 +00:00
Zach Musgrave 39567762d2 Small cleanup 2022-08-18 12:30:45 -07:00
Zach Musgrave 8e305a1735 Implemented ValidateDatasetId function following git's rules for refnames 2022-08-18 12:28:02 -07:00
Jason Fulghum cb8bd9c71c Merge pull request #4028 from dolthub/fulghum/issue-4011
[no-release-notes] Adding Dolt engine tests to cover using views with as of expressions
2022-08-17 23:27:08 -07:00
max-hoffman c47128178f [ga-bump-release] Update Dolt version to 0.40.27 and release v0.40.27 v0.40.27 2022-08-18 01:21:46 +00:00
Dustin Brown 4d600d9c62 [ga-bump-dep] Bump dependency in Dolt by max-hoffman (#4136)
Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com>
2022-08-17 18:06:17 -07:00
Jason Fulghum a24f1724f6 Sorting subcommands before dumping out their docs 2022-08-17 17:23:17 -07:00
Jason Fulghum f48541ce33 Skipping views with as of prepared tests, because the automatic bind var extraction isn't working 2022-08-17 17:16:23 -07:00
Jason Fulghum 1a49c63256 updating show databases results now that the mysql database is included. 2022-08-17 17:12:57 -07:00
Jason Fulghum 9c5b0799f2 Switching to the right logrus warn function 2022-08-17 17:09:27 -07:00
Zach Musgrave d8fb87ada4 Merge pull request #4071 from dolthub/zachmu/ai
global auto increment tracking
2022-08-17 16:34:18 -07:00
Jason Fulghum 4711eb6fcd Merge branch 'main' into fulghum/issue-4011 2022-08-17 16:25:30 -07:00
Maximilian Hoffman 413b823a0d Lock new databases where source db is locked (#4091)
* Lock new databases where source db is locked

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* zach comments

* delete log comment

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2022-08-17 16:21:56 -07:00
fulghum 74cd2d0b28 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-08-17 23:21:49 +00:00
Jason Fulghum f1b08947bf Changing BATS tests names to match file name 2022-08-17 16:20:23 -07:00