-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Poetry install pypi release #18
base: main
Are you sure you want to change the base?
Commits on Jan 23, 2023
-
Add action to check for code quality
crisp-snakey committedJan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 274043e - Browse repository at this point
Copy the full SHA 274043eView commit details -
crisp-snakey committed
Jan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 51ff643 - Browse repository at this point
Copy the full SHA 51ff643View commit details -
crisp-snakey committed
Jan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 6033355 - Browse repository at this point
Copy the full SHA 6033355View commit details -
crisp-snakey committed
Jan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for f5cc333 - Browse repository at this point
Copy the full SHA f5cc333View commit details -
Replace build action with unit tests
crisp-snakey committedJan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for d49a67d - Browse repository at this point
Copy the full SHA d49a67dView commit details -
Mark expected failure of
test_working
crisp-snakey committedJan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for d4f9c2c - Browse repository at this point
Copy the full SHA d4f9c2cView commit details -
Add typing for
create_test_table
fixturecrisp-snakey committedJan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 0421186 - Browse repository at this point
Copy the full SHA 0421186View commit details -
Add typing for
init_empty_test_repo
fixturecrisp-snakey committedJan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 76cf4a9 - Browse repository at this point
Copy the full SHA 76cf4a9View commit details -
crisp-snakey committed
Jan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for b3974a3 - Browse repository at this point
Copy the full SHA b3974a3View commit details -
Add
ORDER BY
clause to make test reliablecrisp-snakey committedJan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for cd790ce - Browse repository at this point
Copy the full SHA cd790ceView commit details -
test_merge_conflict
has incorrect logiccrisp-snakey committedJan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 1d35d39 - Browse repository at this point
Copy the full SHA 1d35d39View commit details -
Fix fixture to set up a doltdb
crisp-snakey committedJan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for e4733e9 - Browse repository at this point
Copy the full SHA e4733e9View commit details -
crisp-snakey committed
Jan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 8f88c7d - Browse repository at this point
Copy the full SHA 8f88c7dView commit details -
Add action to block fixup commits
crisp-snakey committedJan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 52def37 - Browse repository at this point
Copy the full SHA 52def37View commit details -
Disable fail-fast on unit tests
crisp-snakey committedJan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 5c218d2 - Browse repository at this point
Copy the full SHA 5c218d2View commit details -
crisp-snakey committed
Jan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 40677d0 - Browse repository at this point
Copy the full SHA 40677d0View commit details -
Remove metrics api from unit tests action
crisp-snakey committedJan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 4357fad - Browse repository at this point
Copy the full SHA 4357fadView commit details -
crisp-snakey committed
Jan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for ab3cf51 - Browse repository at this point
Copy the full SHA ab3cf51View commit details -
crisp-snakey committed
Jan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for a6ba196 - Browse repository at this point
Copy the full SHA a6ba196View commit details -
crisp-snakey committed
Jan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 78ab876 - Browse repository at this point
Copy the full SHA 78ab876View commit details -
Add project metadata to pyproject.toml
crisp-snakey committedJan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 593814a - Browse repository at this point
Copy the full SHA 593814aView commit details -
crisp-snakey committed
Jan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 91ad0e9 - Browse repository at this point
Copy the full SHA 91ad0e9View commit details -
Add pragmas for lines that will never be covered
Some of the lines in the `types.py` file will never be covered as they are part of an abstract base class. As such, marking them with the `pragma: no cover` comment signals that to the coverage checker.
crisp-snakey committedJan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 2dc2534 - Browse repository at this point
Copy the full SHA 2dc2534View commit details -
crisp-snakey committed
Jan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 9e03406 - Browse repository at this point
Copy the full SHA 9e03406View commit details -
Run unit tests against pinned and latest version
However, running the tests against the latest version shouldn't result in an error.
crisp-snakey committedJan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 86530d5 - Browse repository at this point
Copy the full SHA 86530d5View commit details -
crisp-snakey committed
Jan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 3ccfe80 - Browse repository at this point
Copy the full SHA 3ccfe80View commit details -
Remove conda and publish actions
crisp-snakey committedJan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 80f3350 - Browse repository at this point
Copy the full SHA 80f3350View commit details -
crisp-snakey committed
Jan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 90f70cd - Browse repository at this point
Copy the full SHA 90f70cdView commit details -
crisp-snakey committed
Jan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 25e0d19 - Browse repository at this point
Copy the full SHA 25e0d19View commit details -
Try adding a windows configuration for the tests
crisp-snakey committedJan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 1250f3f - Browse repository at this point
Copy the full SHA 1250f3fView commit details -
Mark tests that fail on windows as expected
Turns out that the tests on windows are flaky. As such, we basically mark any of them as expected to fail.
crisp-snakey committedJan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 9dbcd87 - Browse repository at this point
Copy the full SHA 9dbcd87View commit details
Commits on Jan 24, 2023
-
Rename package to
lumicks-doltcli
to avoid clashcrisp-snakey committedJan 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 06ec4cf - Browse repository at this point
Copy the full SHA 06ec4cfView commit details -
Merge pull request #1 from lumicks/fix-github-actions
Fix errors in github actions
Configuration menu - View commit details
-
Copy full SHA for b448e2a - Browse repository at this point
Copy the full SHA b448e2aView commit details -
Add
track
argument to checkoutcrisp-snakey committedJan 24, 2023 Configuration menu - View commit details
-
Copy full SHA for d83dda0 - Browse repository at this point
Copy the full SHA d83dda0View commit details -
Add option to specify the branch to pull from
crisp-snakey committedJan 24, 2023 Configuration menu - View commit details
-
Copy full SHA for b0afc9c - Browse repository at this point
Copy the full SHA b0afc9cView commit details -
crisp-snakey committed
Jan 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 47826f7 - Browse repository at this point
Copy the full SHA 47826f7View commit details -
Merge pull request #4 from lumicks/checkout-track
Checkout track and pull remote branch
Configuration menu - View commit details
-
Copy full SHA for e7b32ba - Browse repository at this point
Copy the full SHA e7b32baView commit details
Commits on Jan 26, 2023
-
Fix version in change log header
crisp-snakey committedJan 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 7298329 - Browse repository at this point
Copy the full SHA 7298329View commit details -
Merge pull request #6 from lumicks/changelog-version-fix
Fix version in change log header
Configuration menu - View commit details
-
Copy full SHA for f0789be - Browse repository at this point
Copy the full SHA f0789beView commit details
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f4727bf - Browse repository at this point
Copy the full SHA f4727bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5200607 - Browse repository at this point
Copy the full SHA 5200607View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e1e359 - Browse repository at this point
Copy the full SHA 5e1e359View commit details -
Merge pull request #8 from lumicks/7-bump-dolt-version
Bump to dolt version 1.7.5
Configuration menu - View commit details
-
Copy full SHA for cd80402 - Browse repository at this point
Copy the full SHA cd80402View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e48f33 - Browse repository at this point
Copy the full SHA 4e48f33View commit details -
Merge pull request #10 from lumicks/0.2.0-release
Prepare for new release
Configuration menu - View commit details
-
Copy full SHA for 40f9562 - Browse repository at this point
Copy the full SHA 40f9562View commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8d84e5c - Browse repository at this point
Copy the full SHA 8d84e5cView commit details -
Merge pull request #11 from lumicks/9-publish-lumicks-doltcli-to-pypi
Release to PyPi
Configuration menu - View commit details
-
Copy full SHA for e9c1dc9 - Browse repository at this point
Copy the full SHA e9c1dc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5731ee3 - Browse repository at this point
Copy the full SHA 5731ee3View commit details -
Merge pull request #13 from lumicks/12-fix-packaging
Set content type of long description
Configuration menu - View commit details
-
Copy full SHA for a171896 - Browse repository at this point
Copy the full SHA a171896View commit details -
Configuration menu - View commit details
-
Copy full SHA for de65911 - Browse repository at this point
Copy the full SHA de65911View commit details -
Configuration menu - View commit details
-
Copy full SHA for dea5f34 - Browse repository at this point
Copy the full SHA dea5f34View commit details
Commits on Jul 19, 2023
-
Merge pull request #15 from lumicks/14-publish-using-poetry
Publish using poetry
Configuration menu - View commit details
-
Copy full SHA for 22f63fc - Browse repository at this point
Copy the full SHA 22f63fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52a8829 - Browse repository at this point
Copy the full SHA 52a8829View commit details -
Merge pull request #16 from lumicks/0.2.1-release
Prepare for 0.2.1 release
Configuration menu - View commit details
-
Copy full SHA for ae09537 - Browse repository at this point
Copy the full SHA ae09537View commit details