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

[do not merge] Demonstrate registering committed models via GitHub Actions #71

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

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    7e69137 View commit details
    Browse the repository at this point in the history
  2. Add env vars

    liuverta authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    4699e35 View commit details
    Browse the repository at this point in the history
  3. Add script

    liuverta authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    c0182c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfb86ec View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    ad826c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a4e71d View commit details
    Browse the repository at this point in the history
  3. Add requirements.txt

    liuverta committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    8e70046 View commit details
    Browse the repository at this point in the history
  4. Use secret dev key

    liuverta committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    b22fb58 View commit details
    Browse the repository at this point in the history
  5. Only trigger on model files

    liuverta committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    cb1e6cc View commit details
    Browse the repository at this point in the history
  6. Register new models

    liuverta committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    4ff7bd8 View commit details
    Browse the repository at this point in the history
  7. Log model filenames

    liuverta committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    d6efd95 View commit details
    Browse the repository at this point in the history
  8. Add first model

    liuverta committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    5abb4f5 View commit details
    Browse the repository at this point in the history
  9. Try removing leading ./

    liuverta committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    44c84c4 View commit details
    Browse the repository at this point in the history
  10. Remove paths filter

    liuverta committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    b7a1487 View commit details
    Browse the repository at this point in the history
  11. Revert "Remove paths filter"

    This reverts commit a059995.
    liuverta committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    4fa57ef View commit details
    Browse the repository at this point in the history
  12. Export MODEL_FILENAMES

    liuverta committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    1746585 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0d1078e View commit details
    Browse the repository at this point in the history
  14. Import cloudpickle

    liuverta committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    65327d1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f770406 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4d73ea5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a2e3d5b View commit details
    Browse the repository at this point in the history
  18. Log INFO

    liuverta committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    e79baea View commit details
    Browse the repository at this point in the history
  19. Clear out existing models

    liuverta committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    39964ce View commit details
    Browse the repository at this point in the history
  20. Print instead of logging

    liuverta committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    097733c View commit details
    Browse the repository at this point in the history
  21. Include renamed files

    liuverta committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    738704a View commit details
    Browse the repository at this point in the history
  22. Add model

    liuverta committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    06f0ae6 View commit details
    Browse the repository at this point in the history
  23. Add model

    liuverta committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    f8cd314 View commit details
    Browse the repository at this point in the history
  24. Add model

    liuverta committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    57d7c36 View commit details
    Browse the repository at this point in the history
  25. Add 2 models

    liuverta committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    bfc00ae View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Remove leading ./

    liuverta committed May 1, 2023
    Configuration menu
    Copy the full SHA
    38b5d7a View commit details
    Browse the repository at this point in the history
  2. Add model

    liuverta committed May 1, 2023
    Configuration menu
    Copy the full SHA
    d3a8827 View commit details
    Browse the repository at this point in the history
  3. Add docstrings

    liuverta committed May 1, 2023
    Configuration menu
    Copy the full SHA
    9894c52 View commit details
    Browse the repository at this point in the history
  4. Add model

    liuverta committed May 1, 2023
    Configuration menu
    Copy the full SHA
    8691eb0 View commit details
    Browse the repository at this point in the history
  5. Reorganize subdirs

    liuverta committed May 1, 2023
    Configuration menu
    Copy the full SHA
    e36b1d8 View commit details
    Browse the repository at this point in the history
  6. Use filename as RMV name

    liuverta committed May 1, 2023
    Configuration menu
    Copy the full SHA
    b529c58 View commit details
    Browse the repository at this point in the history
  7. Add model

    liuverta committed May 1, 2023
    Configuration menu
    Copy the full SHA
    bb063ad View commit details
    Browse the repository at this point in the history