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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate CI to GH Actions #2964

Merged
merged 155 commits into from
Feb 10, 2021
Merged

Migrate CI to GH Actions #2964

merged 155 commits into from
Feb 10, 2021

Commits on Dec 28, 2020

  1. Configuration menu
    Copy the full SHA
    9369cb6 View commit details
    Browse the repository at this point in the history
  2. Fix events

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    a6e3889 View commit details
    Browse the repository at this point in the history
  3. Dup key

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    015a0b7 View commit details
    Browse the repository at this point in the history
  4. Fix path

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    1f3b0c0 View commit details
    Browse the repository at this point in the history
  5. Update env vars

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    26fc5e0 View commit details
    Browse the repository at this point in the history
  6. More fixes

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    2397f75 View commit details
    Browse the repository at this point in the history
  7. Fix env vars again

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    485fa77 View commit details
    Browse the repository at this point in the history
  8. add doxygen

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    314e6d2 View commit details
    Browse the repository at this point in the history
  9. add sudo

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    7dfe73e View commit details
    Browse the repository at this point in the history
  10. Typo

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    a8e34d7 View commit details
    Browse the repository at this point in the history
  11. upgrade CUDA

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    1fa8767 View commit details
    Browse the repository at this point in the history
  12. escape newlines

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    37957a3 View commit details
    Browse the repository at this point in the history
  13. more backslashes

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    fa29eda View commit details
    Browse the repository at this point in the history
  14. fix CUDA_APT

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    831dc9d View commit details
    Browse the repository at this point in the history
  15. more env vars fixes

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    9fe6294 View commit details
    Browse the repository at this point in the history
  16. fix missing file

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    c7ac3ce View commit details
    Browse the repository at this point in the history
  17. acumulate env_vars

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    523ccfb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    995b976 View commit details
    Browse the repository at this point in the history
  19. add pytest

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    42dc260 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3cb4606 View commit details
    Browse the repository at this point in the history
  21. use ${GITHUB_WORKSPACE}

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    7dd582c View commit details
    Browse the repository at this point in the history
  22. Pin older gromacs

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    4e2235e View commit details
    Browse the repository at this point in the history
  23. add windows

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    9968592 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8fb66e5 View commit details
    Browse the repository at this point in the history
  25. fixes

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    fe16c5b View commit details
    Browse the repository at this point in the history
  26. this is powershell not cmd

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    96df1b2 View commit details
    Browse the repository at this point in the history
  27. update envs

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    55c4fcd View commit details
    Browse the repository at this point in the history
  28. win fix

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    c9711e0 View commit details
    Browse the repository at this point in the history
  29. make windows use cmd

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    64eb871 View commit details
    Browse the repository at this point in the history
  30. Change install prefix

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    e6af33e View commit details
    Browse the repository at this point in the history
  31. fixes

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    cb21bef View commit details
    Browse the repository at this point in the history
  32. better env files

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    5f977ba View commit details
    Browse the repository at this point in the history
  33. Increase timeout threshold

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    1940396 View commit details
    Browse the repository at this point in the history
  34. set xcode to 10.x

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    b568a40 View commit details
    Browse the repository at this point in the history
  35. specify action version

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    88fa0df View commit details
    Browse the repository at this point in the history
  36. fix sdk in macos

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    9dfcaa2 View commit details
    Browse the repository at this point in the history
  37. split jobs a bit more

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    29c161c View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    3e1775b View commit details
    Browse the repository at this point in the history
  39. revert & resort build/test

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    bace253 View commit details
    Browse the repository at this point in the history
  40. fix run logic?

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    7860274 View commit details
    Browse the repository at this point in the history
  41. install envs in D:\

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    8849fad View commit details
    Browse the repository at this point in the history
  42. add more cudas

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    83f271c View commit details
    Browse the repository at this point in the history
  43. allow longer test times

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    0713da2 View commit details
    Browse the repository at this point in the history
  44. sudo that

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    875bfb5 View commit details
    Browse the repository at this point in the history
  45. fix cuda ver checks

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    cf58e75 View commit details
    Browse the repository at this point in the history
  46. another little fix

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    21f9513 View commit details
    Browse the repository at this point in the history
  47. one more

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    5aebace View commit details
    Browse the repository at this point in the history
  48. missing package

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    7135719 View commit details
    Browse the repository at this point in the history
  49. missing dev packages

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    0ad4a21 View commit details
    Browse the repository at this point in the history
  50. missing backslash

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    7ccee57 View commit details
    Browse the repository at this point in the history
  51. add nvprof

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    8e38f7c View commit details
    Browse the repository at this point in the history
  52. factor scripts out

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    ca2ff71 View commit details
    Browse the repository at this point in the history
  53. export CUDA_PATH

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    52f355d View commit details
    Browse the repository at this point in the history
  54. no quotes in env var

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    1cb6ca2 View commit details
    Browse the repository at this point in the history
  55. add more cudas

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    4d072ec View commit details
    Browse the repository at this point in the history
  56. fix ci name

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    37d3a95 View commit details
    Browse the repository at this point in the history
  57. fix flags

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    7b488e7 View commit details
    Browse the repository at this point in the history
  58. typo

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    e6893b9 View commit details
    Browse the repository at this point in the history
  59. missing parenthesis

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    5a601d9 View commit details
    Browse the repository at this point in the history
  60. add cuda 11.2 urls

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    444de45 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    7e137d3 View commit details
    Browse the repository at this point in the history
  62. add library existence tests

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    8d513c7 View commit details
    Browse the repository at this point in the history
  63. verbose

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    827b5f9 View commit details
    Browse the repository at this point in the history
  64. fix sets

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    f1870f6 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    91b5343 View commit details
    Browse the repository at this point in the history
  66. quote?

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    2b0dfd0 View commit details
    Browse the repository at this point in the history
  67. fix windows checks

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    2dd9c94 View commit details
    Browse the repository at this point in the history
  68. add macos opencl

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    48fe142 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    d82975b View commit details
    Browse the repository at this point in the history
  70. add docs

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    98b167d View commit details
    Browse the repository at this point in the history
  71. cd into build for docs!

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    fa9357e View commit details
    Browse the repository at this point in the history
  72. install then cd

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    dae3bb9 View commit details
    Browse the repository at this point in the history
  73. pin sphinxcontrib-bibtex

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    730f7bc View commit details
    Browse the repository at this point in the history
  74. we need tex in the system

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    9f10251 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    6f4ef48 View commit details
    Browse the repository at this point in the history
  76. simplify retrying

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    0935146 View commit details
    Browse the repository at this point in the history
  77. simplify retrying 2

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    3408cfc View commit details
    Browse the repository at this point in the history
  78. do install

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    1f7a963 View commit details
    Browse the repository at this point in the history
  79. fix tlmgr installation

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    1d0b866 View commit details
    Browse the repository at this point in the history
  80. more tex packages

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    bb0726c View commit details
    Browse the repository at this point in the history
  81. one more

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    cfef83a View commit details
    Browse the repository at this point in the history
  82. one more

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    d8790eb View commit details
    Browse the repository at this point in the history
  83. add textcomp to docs

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    3e225d0 View commit details
    Browse the repository at this point in the history
  84. usepackage[utf8]{inputenc}

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    0fd5c14 View commit details
    Browse the repository at this point in the history
  85. switch to xelatex?

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    34a1738 View commit details
    Browse the repository at this point in the history
  86. add xetex

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    81abc90 View commit details
    Browse the repository at this point in the history
  87. more fonts

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    b578b52 View commit details
    Browse the repository at this point in the history
  88. do not use xindy

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    4bf6be3 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    ef80de1 View commit details
    Browse the repository at this point in the history
  90. build libs in docs too

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    6caee3d View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    45091e4 View commit details
    Browse the repository at this point in the history
  92. kill server after 404 checks

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    44373c1 View commit details
    Browse the repository at this point in the history
  93. chage 404 checker

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    f498f44 View commit details
    Browse the repository at this point in the history
  94. explicit locations needed

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    3366144 View commit details
    Browse the repository at this point in the history
  95. cumulative exit codes

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    f888d1c View commit details
    Browse the repository at this point in the history
  96. override set -e

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    60c21cb View commit details
    Browse the repository at this point in the history
  97. update README badges

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    3da74c3 View commit details
    Browse the repository at this point in the history
  98. add ppc / arm

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    4462c8d View commit details
    Browse the repository at this point in the history
  99. missing vbar

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    e3b8478 View commit details
    Browse the repository at this point in the history
  100. not it

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    fc83a35 View commit details
    Browse the repository at this point in the history
  101. one too many extensions

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    c021af9 View commit details
    Browse the repository at this point in the history
  102. do not test gromacs

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    eb9aed3 View commit details
    Browse the repository at this point in the history
  103. manage workspace

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    98e20d9 View commit details
    Browse the repository at this point in the history
  104. source conda.sh

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    bcfe057 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    7575a5f View commit details
    Browse the repository at this point in the history
  106. source first thing

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    d6a69c4 View commit details
    Browse the repository at this point in the history
  107. disable unbound checks

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    f3e7b39 View commit details
    Browse the repository at this point in the history
  108. add compilers

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    97b10d7 View commit details
    Browse the repository at this point in the history
  109. some more cuda stuff

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    73929ec View commit details
    Browse the repository at this point in the history
  110. add CPU only ppc64le

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    71aad40 View commit details
    Browse the repository at this point in the history
  111. link through stubs

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    955d442 View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    8c309d9 View commit details
    Browse the repository at this point in the history
  113. let cmake find cf's opencl

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    d7c8318 View commit details
    Browse the repository at this point in the history
  114. Try with GCC7

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    1217f4e View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    59bf99a View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    2092ed1 View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    1c6c3ce View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    5135c01 View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    5610d20 View commit details
    Browse the repository at this point in the history
  120. enable ccache

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    a9e9af7 View commit details
    Browse the repository at this point in the history
  121. forgot conda shell

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    2350e4f View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    bc48bf1 View commit details
    Browse the repository at this point in the history
  123. \ -> ^

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    a299ecb View commit details
    Browse the repository at this point in the history
  124. fix timestampt windows

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    d43a750 View commit details
    Browse the repository at this point in the history
  125. Configuration menu
    Copy the full SHA
    ccaaf36 View commit details
    Browse the repository at this point in the history
  126. unneeded quotes windows?

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    42ab9ec View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    21923a8 View commit details
    Browse the repository at this point in the history
  128. add ccache in docker too

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    e885631 View commit details
    Browse the repository at this point in the history
  129. group commands

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    3dfa700 View commit details
    Browse the repository at this point in the history
  130. fix syntax error

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    eaf98b2 View commit details
    Browse the repository at this point in the history
  131. fix version spec

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    8954335 View commit details
    Browse the repository at this point in the history
  132. Configuration menu
    Copy the full SHA
    5f447b7 View commit details
    Browse the repository at this point in the history
  133. heh, it's double colon

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    ab32cb6 View commit details
    Browse the repository at this point in the history
  134. Configuration menu
    Copy the full SHA
    0e93f78 View commit details
    Browse the repository at this point in the history
  135. escape % with %%

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    b3b726f View commit details
    Browse the repository at this point in the history
  136. ccache in docs too

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    13c3684 View commit details
    Browse the repository at this point in the history
  137. Configuration menu
    Copy the full SHA
    525d7ab View commit details
    Browse the repository at this point in the history
  138. More docker variants

    jaimergp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    824229f View commit details
    Browse the repository at this point in the history
  139. Configuration menu
    Copy the full SHA
    c764f16 View commit details
    Browse the repository at this point in the history
  140. Configuration menu
    Copy the full SHA
    807e887 View commit details
    Browse the repository at this point in the history
  141. Configuration menu
    Copy the full SHA
    9c13aab View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. add some comments

    jaimergp committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    0ce6944 View commit details
    Browse the repository at this point in the history
  2. Update badge URL

    jaimergp committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    6945f40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    448cbd0 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. add CI-README

    jaimergp committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    32c2cf2 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Reduce CI matrix

    jaimergp committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    cb73b87 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. increase timeouts

    jaimergp committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    f83bf04 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Configuration menu
    Copy the full SHA
    d0a6d06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a30b80 View commit details
    Browse the repository at this point in the history
  3. fix start_docker_locally

    jaimergp committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    274eb38 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Configuration menu
    Copy the full SHA
    df23627 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef7ae1d View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

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

Commits on Feb 2, 2021

  1. Use new package name

    jaimergp committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    103fde3 View commit details
    Browse the repository at this point in the history
  2. update link

    jaimergp committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    53c1851 View commit details
    Browse the repository at this point in the history