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

Python hook #95

Closed
wants to merge 30 commits into from
Closed

Python hook #95

wants to merge 30 commits into from

Commits on Oct 10, 2020

  1. Begin addition of pre-build hook

    Added keys pre-build-hook and pre-run-hook to valid calibanconfig
    configurations (by modifying caliban/config/__init__.py), and added code
    to caliban/docker/build.py to look for a pre-build hook, run it if
    found, and only proceed with the build if the hook returns w/ exit code
    0.
    ramasesh committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    a591dc1 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

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

Commits on Oct 12, 2020

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

Commits on Oct 13, 2020

  1. Cleaned up hook error handeling (caught stderr and raised a single ex…

    …ception).
    DeepLearning VM committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    391397e View commit details
    Browse the repository at this point in the history
  2. Changed commit hash storing from file to docker image label.

    DeepLearning VM committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    82a87ca View commit details
    Browse the repository at this point in the history
  3. Cleaned up logging.

    DeepLearning VM committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    8c69892 View commit details
    Browse the repository at this point in the history
  4. Added git commit hooks.

    DeepLearning VM committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    0bc1e41 View commit details
    Browse the repository at this point in the history
  5. Added docker requirement.

    DeepLearning VM committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    0ae32fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b20e687 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    98ac780 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8207b8b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Configuration menu
    Copy the full SHA
    fcf7a56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74c159e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a65267 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49fabe2 View commit details
    Browse the repository at this point in the history
  5. pretend things are immutable

    ramasesh committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    5761271 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7203533 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Configuration menu
    Copy the full SHA
    6f7f718 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7eee0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ad2b70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    771c0ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a0c6e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e8cad0b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0904dde View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    73ae5a9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    00c5a5a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. add validation for Hooks

    ramasesh committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    8e09455 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc5504c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    092977f View commit details
    Browse the repository at this point in the history