Skip to content
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

Draft
wants to merge 54 commits into
base: main
Choose a base branch
from
Draft

Commits on Jan 23, 2023

  1. Add action to check for code quality

    crisp-snakey committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    274043e View commit details
    Browse the repository at this point in the history
  2. Fix styling errors

    crisp-snakey committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    51ff643 View commit details
    Browse the repository at this point in the history
  3. Fix flake8 problems

    crisp-snakey committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    6033355 View commit details
    Browse the repository at this point in the history
  4. Fix mypy typing errors

    crisp-snakey committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    f5cc333 View commit details
    Browse the repository at this point in the history
  5. Replace build action with unit tests

    crisp-snakey committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    d49a67d View commit details
    Browse the repository at this point in the history
  6. Mark expected failure of test_working

    crisp-snakey committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    d4f9c2c View commit details
    Browse the repository at this point in the history
  7. Add typing for create_test_table fixture

    crisp-snakey committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    0421186 View commit details
    Browse the repository at this point in the history
  8. Add typing for init_empty_test_repo fixture

    crisp-snakey committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    76cf4a9 View commit details
    Browse the repository at this point in the history
  9. Pin dolt version to 0.52.0

    crisp-snakey committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    b3974a3 View commit details
    Browse the repository at this point in the history
  10. Add ORDER BY clause to make test reliable

    crisp-snakey committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    cd790ce View commit details
    Browse the repository at this point in the history
  11. test_merge_conflict has incorrect logic

    crisp-snakey committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    1d35d39 View commit details
    Browse the repository at this point in the history
  12. Fix fixture to set up a doltdb

    crisp-snakey committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    e4733e9 View commit details
    Browse the repository at this point in the history
  13. Refer to proper dolt version

    crisp-snakey committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    8f88c7d View commit details
    Browse the repository at this point in the history
  14. Add action to block fixup commits

    crisp-snakey committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    52def37 View commit details
    Browse the repository at this point in the history
  15. Disable fail-fast on unit tests

    crisp-snakey committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    5c218d2 View commit details
    Browse the repository at this point in the history
  16. Remove conda configurations

    crisp-snakey committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    40677d0 View commit details
    Browse the repository at this point in the history
  17. Remove metrics api from unit tests action

    crisp-snakey committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    4357fad View commit details
    Browse the repository at this point in the history
  18. Remove poetry lock file

    crisp-snakey committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    ab3cf51 View commit details
    Browse the repository at this point in the history
  19. Add standard gitignore

    crisp-snakey committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    a6ba196 View commit details
    Browse the repository at this point in the history
  20. Remove Makefile

    crisp-snakey committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    78ab876 View commit details
    Browse the repository at this point in the history
  21. Add project metadata to pyproject.toml

    crisp-snakey committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    593814a View commit details
    Browse the repository at this point in the history
  22. Remove run_tests script

    crisp-snakey committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    91ad0e9 View commit details
    Browse the repository at this point in the history
  23. 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 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    2dc2534 View commit details
    Browse the repository at this point in the history
  24. Remove unused mixin file

    crisp-snakey committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    9e03406 View commit details
    Browse the repository at this point in the history
  25. Run unit tests against pinned and latest version

    However, running the tests against the latest version shouldn't result
    in an error.
    crisp-snakey committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    86530d5 View commit details
    Browse the repository at this point in the history
  26. Pin dolt version to v0.52.8

    crisp-snakey committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    3ccfe80 View commit details
    Browse the repository at this point in the history
  27. Remove conda and publish actions

    crisp-snakey committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    80f3350 View commit details
    Browse the repository at this point in the history
  28. Add release workflow

    crisp-snakey committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    90f70cd View commit details
    Browse the repository at this point in the history
  29. Add change log

    crisp-snakey committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    25e0d19 View commit details
    Browse the repository at this point in the history
  30. Try adding a windows configuration for the tests

    crisp-snakey committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    1250f3f View commit details
    Browse the repository at this point in the history
  31. 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 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    9dbcd87 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Rename package to lumicks-doltcli to avoid clash

    crisp-snakey committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    06ec4cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from lumicks/fix-github-actions

    Fix errors in github actions
    crisp-snakey authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    b448e2a View commit details
    Browse the repository at this point in the history
  3. Add track argument to checkout

    crisp-snakey committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    d83dda0 View commit details
    Browse the repository at this point in the history
  4. Add option to specify the branch to pull from

    crisp-snakey committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    b0afc9c View commit details
    Browse the repository at this point in the history
  5. Update for new release

    crisp-snakey committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    47826f7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4 from lumicks/checkout-track

    Checkout track and pull remote branch
    crisp-snakey authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    e7b32ba View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Fix version in change log header

    crisp-snakey committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    7298329 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from lumicks/changelog-version-fix

    Fix version in change log header
    crisp-snakey authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    f0789be View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Bump dolt version

    radao authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    f4727bf View commit details
    Browse the repository at this point in the history
  2. Fix paths

    radao authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    5200607 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e1e359 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8 from lumicks/7-bump-dolt-version

    Bump to dolt version 1.7.5
    radao authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    cd80402 View commit details
    Browse the repository at this point in the history
  5. Prepare for new release

    radao authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    4e48f33 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #10 from lumicks/0.2.0-release

    Prepare for new release
    radao authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    40f9562 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Release to pypi

    radao authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8d84e5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9c1dc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5731ee3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #13 from lumicks/12-fix-packaging

    Set content type of long description
    radao authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a171896 View commit details
    Browse the repository at this point in the history
  5. Publish with poetry

    radao committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    de65911 View commit details
    Browse the repository at this point in the history
  6. Add reference to readme

    radao committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    dea5f34 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Merge pull request #15 from lumicks/14-publish-using-poetry

    Publish using poetry
    radao authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    22f63fc View commit details
    Browse the repository at this point in the history
  2. Prepare for 0.2.1 release

    radao authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    52a8829 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16 from lumicks/0.2.1-release

    Prepare for 0.2.1 release
    radao authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ae09537 View commit details
    Browse the repository at this point in the history