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

Switch from CircleCI to GitHub Actions #1057

Merged
merged 95 commits into from
Nov 2, 2021
Merged

Switch from CircleCI to GitHub Actions #1057

merged 95 commits into from
Nov 2, 2021

Commits on Oct 28, 2021

  1. Add GitHub Actions config

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    70440fe View commit details
    Browse the repository at this point in the history
  2. Correct indent

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    811b621 View commit details
    Browse the repository at this point in the history
  3. Correct indent

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    dc70f89 View commit details
    Browse the repository at this point in the history
  4. Change quotes

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    698f1a8 View commit details
    Browse the repository at this point in the history
  5. Correct job name

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    e12cf4a View commit details
    Browse the repository at this point in the history
  6. Test pytest

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    0c64a30 View commit details
    Browse the repository at this point in the history
  7. Test make test

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    4334c29 View commit details
    Browse the repository at this point in the history
  8. Test make test

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    9c86431 View commit details
    Browse the repository at this point in the history
  9. Add test to build job

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    f390aa4 View commit details
    Browse the repository at this point in the history
  10. Test pytest in build

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    7b8f2f8 View commit details
    Browse the repository at this point in the history
  11. Add dist cache to test-python

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    0c6c8e0 View commit details
    Browse the repository at this point in the history
  12. Add cache coverage

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    080405c View commit details
    Browse the repository at this point in the history
  13. Test make test alone

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    de9ea78 View commit details
    Browse the repository at this point in the history
  14. Add install to test job

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    9d83e47 View commit details
    Browse the repository at this point in the history
  15. Add github token

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    935da56 View commit details
    Browse the repository at this point in the history
  16. Remove tests from build

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    f0f0fe2 View commit details
    Browse the repository at this point in the history
  17. Add build to test job

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    01ed806 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6ff431c View commit details
    Browse the repository at this point in the history
  19. Remove cache hit condition

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    7f37408 View commit details
    Browse the repository at this point in the history
  20. Remove build from test

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    c1f4f43 View commit details
    Browse the repository at this point in the history
  21. Remove restore keys

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    bfa5f73 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    daaa366 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    114f521 View commit details
    Browse the repository at this point in the history
  24. Test pytest

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    e090bd4 View commit details
    Browse the repository at this point in the history
  25. Add Python version patch

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    46efb5d View commit details
    Browse the repository at this point in the history
  26. Add env cache

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    bd1700f View commit details
    Browse the repository at this point in the history
  27. Cache entire home dir

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    1dd1240 View commit details
    Browse the repository at this point in the history
  28. Cache entire home dir

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    9164ab7 View commit details
    Browse the repository at this point in the history
  29. Add build to Python test job

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    0b68e0f View commit details
    Browse the repository at this point in the history
  30. Add coverage cache

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    1c5ebc7 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d0df310 View commit details
    Browse the repository at this point in the history
  32. Add missing quotes

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    e5b0819 View commit details
    Browse the repository at this point in the history
  33. Add coverage artifact

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    b8280e1 View commit details
    Browse the repository at this point in the history
  34. List all dir

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    e3567a6 View commit details
    Browse the repository at this point in the history
  35. List all dir

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    577cadb View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    f3ca36d View commit details
    Browse the repository at this point in the history
  37. Install coveralls

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    2a2f699 View commit details
    Browse the repository at this point in the history
  38. Change job order

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    1931d3d View commit details
    Browse the repository at this point in the history
  39. Add build to submit coverage

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    6baf1c0 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    2f1135c View commit details
    Browse the repository at this point in the history
  41. Remove circleci config

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    24b6b2f View commit details
    Browse the repository at this point in the history
  42. Add Circle Token to env

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    a639195 View commit details
    Browse the repository at this point in the history
  43. Change test-python name

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    2b26fc2 View commit details
    Browse the repository at this point in the history
  44. Rename cache keys

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    621b849 View commit details
    Browse the repository at this point in the history
  45. Add Python patch

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    319e96a View commit details
    Browse the repository at this point in the history
  46. Add comments

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    52c7529 View commit details
    Browse the repository at this point in the history
  47. Add new line

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    9cb521d View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    89b34fd View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    88c600f View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    50b05a8 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    efcdb62 View commit details
    Browse the repository at this point in the history
  52. Change core test command

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    13a99f1 View commit details
    Browse the repository at this point in the history
  53. Add term to env

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    2ae2360 View commit details
    Browse the repository at this point in the history
  54. Add build to test core

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    98241c5 View commit details
    Browse the repository at this point in the history
  55. Remove build from test core

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    ef397fe View commit details
    Browse the repository at this point in the history
  56. Add term to env

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    76ce8cf View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    2533bba View commit details
    Browse the repository at this point in the history
  58. Rename test core step

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    ab8cbbc View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    5bd0a08 View commit details
    Browse the repository at this point in the history
  60. Add term to env for every job

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    aaa094c View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    75e02a3 View commit details
    Browse the repository at this point in the history
  62. Test install instead of build

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    aa7546d View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    c673889 View commit details
    Browse the repository at this point in the history
  64. Replace install with build

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    e9d116e View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    0a9714e View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    151c5cf View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    dd29e5c View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    3c6e7c6 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    76f38ed View commit details
    Browse the repository at this point in the history
  70. Delete extra space

    Co-authored-by: Matti Schneider <matti.schneider@beta.gouv.fr>
    HAEKADI and MattiSG committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    8d90013 View commit details
    Browse the repository at this point in the history
  71. Improve comment phrasing

    Co-authored-by: Matti Schneider <matti.schneider@beta.gouv.fr>
    HAEKADI and MattiSG committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    da6e52a View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    3652b30 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    a32ba03 View commit details
    Browse the repository at this point in the history
  74. Add CircleCI doc token

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    32034cd View commit details
    Browse the repository at this point in the history
  75. Test deploy for this branch

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    8c8393d View commit details
    Browse the repository at this point in the history
  76. Update CHANGELOG and setup

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    2b5d199 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    41c5f8c View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    3bac99e View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    9f9e1ef View commit details
    Browse the repository at this point in the history
  80. Add missing quotation

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    72334e5 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    884929e View commit details
    Browse the repository at this point in the history
  82. Update CHANGELOG and setup

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    4614b6d View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    63951be View commit details
    Browse the repository at this point in the history
  84. Update branch name

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    1369f48 View commit details
    Browse the repository at this point in the history
  85. Change content type format

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    bfbe880 View commit details
    Browse the repository at this point in the history
  86. Use master branch for doc

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    57afac8 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    66afdb4 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    2f0e3dd View commit details
    Browse the repository at this point in the history
  89. Update CHANGELOG

    HAEKADI committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    dcd7005 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Configuration menu
    Copy the full SHA
    6de7779 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8453bff View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Replace env variable with direct mention

    Co-authored-by: Matti Schneider <matti.schneider@beta.gouv.fr>
    HAEKADI and MattiSG authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    ec1c377 View commit details
    Browse the repository at this point in the history
  2. Bump patch version

    HAEKADI committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    9b67a3c View commit details
    Browse the repository at this point in the history
  3. Delete patch bump

    HAEKADI committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    01ab4df View commit details
    Browse the repository at this point in the history
  4. Bump patch version

    HAEKADI committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    ff80338 View commit details
    Browse the repository at this point in the history