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

PR: Refactor the way clients are created (IPython console) #19062

Merged
merged 35 commits into from
Sep 19, 2022

Commits on Aug 24, 2022

  1. refactor kernel connection

    Quentin Peter committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    b21b0ca View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. remove comm less eagerly

    Quentin Peter committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    f208b16 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'spyder_kernels_version' into tmp

    Quentin Peter committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    c8b6be6 View commit details
    Browse the repository at this point in the history
  3. put back close comm

    Quentin Peter committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    8c56302 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/master' into refactor_createCl…

    …ientWidget
    Quentin Peter committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    dbc7b38 View commit details
    Browse the repository at this point in the history
  5. move restart message

    Quentin Peter committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    e2d2a8f View commit details
    Browse the repository at this point in the history
  6. remove after shutdown

    cleanup shutdown thread
    Quentin Peter committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    232827e View commit details
    Browse the repository at this point in the history
  7. PYTEST_CURRENT_TEST

    Quentin Peter committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    e1c49eb View commit details
    Browse the repository at this point in the history
  8. only closing

    Quentin Peter committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    708c797 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. replace std files

    Quentin Peter committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    58dcb03 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Apply suggestions from code review

    Co-authored-by: Carlos Cordoba <[email protected]>
    impact27 and ccordoba12 authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    d73660f View commit details
    Browse the repository at this point in the history
  2. fix

    Quentin Peter committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    ba03b92 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. kernel handler

    Quentin Peter committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    3da1619 View commit details
    Browse the repository at this point in the history
  2. fix import

    Quentin Peter committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    2b9a68d View commit details
    Browse the repository at this point in the history
  3. fix import

    Quentin Peter committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    295811f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Merge branch 'master' into refactor_createClientWidget

    Quentin Peter committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    4087e34 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. Merge branch 'master' into refactor_createClientWidget

    Quentin Peter committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    8f19ede View commit details
    Browse the repository at this point in the history
  2. move send spyder kernel configuration

    Quentin Peter committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    307a877 View commit details
    Browse the repository at this point in the history
  3. move fault

    Add fault functions
    Quentin Peter committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    d26b5fb View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Merge remote-tracking branch 'upstream/master' into refactor_createCl…

    …ientWidget
    Quentin Peter committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    91d6546 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Merge remote-tracking branch 'upstream/master' into refactor_createCl…

    …ientWidget
    Quentin Peter committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    ffbf471 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. remove unused import

    Quentin Peter committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    c0b45b4 View commit details
    Browse the repository at this point in the history
  2. fix error on start

    Quentin Peter committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    cf4ace9 View commit details
    Browse the repository at this point in the history
  3. fix text

    Quentin Peter committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    a6b496b View commit details
    Browse the repository at this point in the history
  4. only setup after checking version

    Quentin Peter committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    50e2da9 View commit details
    Browse the repository at this point in the history
  5. remove double call to config

    Quentin Peter committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    88e59c8 View commit details
    Browse the repository at this point in the history
  6. improve test

    Quentin Peter committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    f4cecc8 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. do not interrupt on setup

    Quentin Peter committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    d573177 View commit details
    Browse the repository at this point in the history
  2. remove _read_stderr

    Quentin Peter committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    6bf2300 View commit details
    Browse the repository at this point in the history
  3. notify_deleted

    Quentin Peter committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    62caab8 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. pep8

    Quentin Peter committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    3ffc521 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. Merge remote-tracking branch 'upstream/master' into refactor_createCl…

    …ientWidget
    Quentin Peter committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    eb157ee View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Apply suggestions from code review

    Co-authored-by: Carlos Cordoba <[email protected]>
    impact27 and ccordoba12 authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    66b9a15 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Carlos Cordoba <[email protected]>
    impact27 and ccordoba12 authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    2db91a1 View commit details
    Browse the repository at this point in the history
  3. move CachedKernelMixin

    Quentin Peter committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    0fee0f4 View commit details
    Browse the repository at this point in the history