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

[WIP] PR: Connect console and ipdb kernels #52

Open
wants to merge 30 commits into
base: ipdb
Choose a base branch
from

Commits on Sep 30, 2018

  1. Configuration menu
    Copy the full SHA
    f822094 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d656319 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    207f3cc View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. IPdb: Pass to its kernelspec the console kernel connection info

    - This is much more robust than passing the connection file.
    ccordoba12 committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    7ebf634 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9badef3 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. IPdb: Create its own console kernel client for testing purposes

    This way the IPdb kernel could stand on its own
    ccordoba12 committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    4dccd51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08f3b7c View commit details
    Browse the repository at this point in the history
  3. IPdb: Make code completions work again

    Completions are obtained from the remote Pdb instance now
    ccordoba12 committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    925c946 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e412fba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74a0818 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2098d24 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2018

  1. Configuration menu
    Copy the full SHA
    f574a12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b030a5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5a84d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba41206 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7cd5ad3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bcc6f8a View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. Merge with ipdb

    ccordoba12 committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    0887f19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9861649 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3ed33d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    febfe0d View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2018

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

Commits on Dec 31, 2018

  1. IPdb: Refactor code to get a response from the remote Pdb instance

    This will allow us to get the response of other methods in the instance
    ccordoba12 committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    16e495f View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. Configuration menu
    Copy the full SHA
    642627d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57d8598 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d04bc48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    861ada3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb32eae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d62e2e View commit details
    Browse the repository at this point in the history