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 migration example #186

Closed
wants to merge 36 commits into from

Commits on Feb 4, 2022

  1. wip: add pyproject config file

    Erick G. Islas-Osuna authored and erickisos committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    dd4f3d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8855afd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b82bf8f View commit details
    Browse the repository at this point in the history
  4. feat: pre-commit suggestion

    In order to keep this as a working project, we can recommend the usage of a pre-commit pipeline in order to just commit code which could be whithin our expectations of "code quality".
    Erick G. Islas-Osuna authored and erickisos committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    836fda3 View commit details
    Browse the repository at this point in the history
  5. feat: lint and test jobs

    Erick G. Islas-Osuna authored and erickisos committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    4336fa1 View commit details
    Browse the repository at this point in the history
  6. feat: dependabot to keep everything updated

    Erick G. Islas-Osuna authored and erickisos committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    c52d833 View commit details
    Browse the repository at this point in the history
  7. fix: python location

    Erick G. Islas-Osuna authored and erickisos committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    1d548fe View commit details
    Browse the repository at this point in the history
  8. feat: type and pip checking

    Erick G. Islas-Osuna authored and erickisos committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    ecf77a5 View commit details
    Browse the repository at this point in the history
  9. fix: code quality runs on every branch except main

    Erick G. Islas-Osuna authored and erickisos committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    37b8346 View commit details
    Browse the repository at this point in the history
  10. wip: build and release workflows

    Erick G. Islas-Osuna authored and erickisos committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    16d6cea View commit details
    Browse the repository at this point in the history
  11. feat: add build docs to code-quality workflow

    Also, add the usage of secrets as environment vars for tags.
    Erick G. Islas-Osuna authored and erickisos committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    b625a55 View commit details
    Browse the repository at this point in the history
  12. fix: typo

    Erick G. Islas-Osuna authored and erickisos committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    bd26f40 View commit details
    Browse the repository at this point in the history
  13. fix: build docs

    Erick G. Islas-Osuna authored and erickisos committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    1b7950c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8ffc79c View commit details
    Browse the repository at this point in the history
  15. add docs deps as optional

    erickisos committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    39e898e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7caf5ce View commit details
    Browse the repository at this point in the history
  17. fix: python version

    erickisos committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    a2851d8 View commit details
    Browse the repository at this point in the history
  18. fix: python minors

    erickisos committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    e88bba6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    12cf92b View commit details
    Browse the repository at this point in the history
  20. fix: tox config

    erickisos committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    4749103 View commit details
    Browse the repository at this point in the history
  21. fix: build-docs

    erickisos committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    e0550be View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    cd235f9 View commit details
    Browse the repository at this point in the history
  23. fix: workflows

    erickisos committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    9a50df7 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3012f12 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ad2a4fb View commit details
    Browse the repository at this point in the history
  26. fix: add cython to dependencies

    Erick G. Islas-Osuna committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    d773658 View commit details
    Browse the repository at this point in the history
  27. fix: statsmodels

    Erick G. Islas-Osuna committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    b6837b4 View commit details
    Browse the repository at this point in the history
  28. wip: first step to install deps

    Erick G. Islas-Osuna committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    435c45e View commit details
    Browse the repository at this point in the history
  29. fix: cache is shared between jobs

    Erick G. Islas-Osuna committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    86a126d View commit details
    Browse the repository at this point in the history
  30. short version to change cache

    Erick G. Islas-Osuna committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    5d1757a View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. rollback to circleci

    Erick G. Islas-Osuna committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    3f0114f View commit details
    Browse the repository at this point in the history
  2. fix: pipeline image

    Erick G. Islas-Osuna committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    1d94a3a View commit details
    Browse the repository at this point in the history
  3. fix: lack of alias

    Erick G. Islas-Osuna committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    e92988f View commit details
    Browse the repository at this point in the history
  4. fix: paths

    Erick G. Islas-Osuna committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    0608f80 View commit details
    Browse the repository at this point in the history
  5. fix: build-docs

    Erick G. Islas-Osuna committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    17447ae View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. wip: install all deps

    Erick G. Islas-Osuna committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    e9aa06a View commit details
    Browse the repository at this point in the history