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

GH action CI/CD integration - #404 (massive thx+kudos to s-weigand) #443

Merged
merged 43 commits into from
Feb 24, 2021

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    afeb863 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cbcfa6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d91458 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    008607a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5c0c07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b5bcf9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e32e83 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e63f28d View commit details
    Browse the repository at this point in the history
  9. Added flake8 to pre-commit config and set flake8 to ignore E203

    E203 needs to be ignore due to a false positive alert for slicing. See. PyCQA/pycodestyle#373 (comment)
    s-weigand committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    8e47ebf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dc06053 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    616705d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    41ce871 View commit details
    Browse the repository at this point in the history
  13. Added coverage config

    s-weigand committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    aec3e1e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    03f3673 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    864feef View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5b7623b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1666e60 View commit details
    Browse the repository at this point in the history
  18. Added dependabot config to receive automatics update PR's

    for python runtime dependencies and used github-actions
    s-weigand committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    7673946 View commit details
    Browse the repository at this point in the history
  19. Fixed pytest config

    quoting the addopts made them not being recognized properly
    s-weigand committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    7035c8a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    95aadcd View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    575a7ba View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    10aa24a View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Configuration menu
    Copy the full SHA
    0b4656b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

  1. Configuration menu
    Copy the full SHA
    38c2a27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1774c25 View commit details
    Browse the repository at this point in the history
  3. precommit tasks run

    dr-prodigy committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    0cc3ac2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9041a8f View commit details
    Browse the repository at this point in the history
  5. flake8 config fixes

    dr-prodigy committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    2cdc76f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dbd6426 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e542366 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3bdfa24 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. tests tree reviewed

    dr-prodigy committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    d41731a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f31bc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4fa424 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d2a31c View commit details
    Browse the repository at this point in the history
  5. copyright 2021

    dr-prodigy committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    4b1af4a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8629d0b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c9ad094 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    20ee170 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dea034 View commit details
    Browse the repository at this point in the history
  3. Copied files from 'holiday' and 'tests' over and ran 'pre-commit run -a'

    This should catch all changes on beta which were missing.
    I left changes which were added in the cleanup of 'unstable' e.g. 'holidays.utils.is_leap_year'
    
    'test/countries/test_saudiarabia.py' was renamed to 'test/countries/test_saudi_arabia.py' to be consistent with 'holidays/countries/saudi_arabia.py'
    s-weigand committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    cf62b78 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Configuration menu
    Copy the full SHA
    61c7980 View commit details
    Browse the repository at this point in the history
  2. is_leap_year removal

    dr-prodigy committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    919aa63 View commit details
    Browse the repository at this point in the history