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

Kernel Provisioning - initial implementation #612

Merged
merged 42 commits into from
Jul 26, 2021

Commits on Jan 23, 2021

  1. Configuration menu
    Copy the full SHA
    f61c4db View commit details
    Browse the repository at this point in the history
  2. Add initial tests

    kevin-bates committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    bb13c98 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

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

Commits on Feb 3, 2021

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

Commits on Feb 15, 2021

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

Commits on Feb 20, 2021

  1. Configuration menu
    Copy the full SHA
    76f45e9 View commit details
    Browse the repository at this point in the history
  2. Use popen on Windows

    kevin-bates committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    cac893c View commit details
    Browse the repository at this point in the history
  3. Use abstract base class

    kevin-bates committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    7db3d97 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

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

Commits on Feb 23, 2021

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

Commits on Feb 26, 2021

  1. Enhance tests

    kevin-bates committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    e064f37 View commit details
    Browse the repository at this point in the history
  2. Fix "enhanced" tests

    kevin-bates committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    b0ee134 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Fix configurable behaviors

    This enables the ability to specify provisioner traits on command line
    or config file and override via kernelspec config stanza.
    kevin-bates committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    6bd9f56 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

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

Commits on Apr 21, 2021

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

Commits on Apr 23, 2021

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

Commits on Apr 25, 2021

  1. Get tests passing again

    kevin-bates committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    654549d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

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

Commits on Apr 28, 2021

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

Commits on Apr 29, 2021

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

Commits on Apr 30, 2021

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

Commits on May 8, 2021

  1. Configuration menu
    Copy the full SHA
    73fa0fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    516d9df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53cb496 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

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

Commits on May 21, 2021

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

Commits on Jun 4, 2021

  1. Initial docs update

    kevin-bates committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    57c70ff View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

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

Commits on Jun 18, 2021

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

Commits on Jun 24, 2021

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

Commits on Jun 30, 2021

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

Commits on Jul 9, 2021

  1. Update docs/provisioning.rst

    Co-authored-by: David Brochart <[email protected]>
    Steven Silvester and davidbrochart authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    489b6b2 View commit details
    Browse the repository at this point in the history
  2. Update docs/provisioning.rst

    Co-authored-by: David Brochart <[email protected]>
    Steven Silvester and davidbrochart authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    31dcb88 View commit details
    Browse the repository at this point in the history
  3. Update docs/provisioning.rst

    Co-authored-by: David Brochart <[email protected]>
    Steven Silvester and davidbrochart authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    cc2130f View commit details
    Browse the repository at this point in the history
  4. Update jupyter_client/tests/test_provisioning.py

    Fix typo.
    
    Co-authored-by: David Brochart <[email protected]>
    kevin-bates and davidbrochart authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    fe75742 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Configuration menu
    Copy the full SHA
    3c40b56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f206e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d697fb4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3e01ea View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2021

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