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

JupyterLab Server as Server Extension #79

Merged
merged 84 commits into from
Aug 4, 2020

Commits on Oct 22, 2019

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

Commits on Oct 30, 2019

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

Commits on Oct 31, 2019

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

Commits on Nov 7, 2019

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

Commits on Nov 10, 2019

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

Commits on Nov 17, 2019

  1. use jupyter_server master

    echarles committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    f66a3db View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. user master jupyter server

    echarles committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    1c9d80d View commit details
    Browse the repository at this point in the history
  2. revert the py deps

    echarles committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    0ce6400 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07d0106 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. dependency links

    echarles committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    8023f2a View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. deps from git

    echarles committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    e6ef85d View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Configuration menu
    Copy the full SHA
    18a3449 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    380cb03 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

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

Commits on Feb 12, 2020

  1. extensionhandler is a mixin

    echarles committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    8bc8ce5 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

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

Commits on Feb 14, 2020

  1. settings api test ok

    echarles committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    9a6f180 View commit details
    Browse the repository at this point in the history
  2. test workspaces are ok

    echarles committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    1f2aabc View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Configuration menu
    Copy the full SHA
    9d9fb55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    307ac45 View commit details
    Browse the repository at this point in the history
  3. add py3.7 and 3.8 to travis

    echarles committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    89c16c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. handler loading

    echarles committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    2f3aa4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f404917 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7bc7ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a1bb47 View commit details
    Browse the repository at this point in the history
  5. add missing import

    echarles committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    6230114 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. ensure default mathlab_url

    echarles committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    20323ff View commit details
    Browse the repository at this point in the history
  2. add todo to remove cdn usage

    echarles committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    6c2e388 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2020

  1. Configuration menu
    Copy the full SHA
    accd8c3 View commit details
    Browse the repository at this point in the history
  2. use zach repo

    echarles committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    7ac4405 View commit details
    Browse the repository at this point in the history
  3. use zach repo

    echarles committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    1c153cb View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

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

Commits on Mar 6, 2020

  1. Configuration menu
    Copy the full SHA
    aa004ff View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Zsailer/jupyter_server_patches

    [WIP] patches to support new extension loading module in jupyterlab
    echarles authored Mar 6, 2020
    Configuration menu
    Copy the full SHA
    57f9a9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f953e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. working tests

    Zsailer committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    1dacf6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83ff6a3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from Zsailer/jupyter_server_patches

    Get JupyterLab Server Tests working
    echarles authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    7fcfbe5 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Make examples test green

    echarles committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    141cc41 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

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

Commits on Mar 21, 2020

  1. ProcessApp comment

    echarles committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    1ef00a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

  1. Order methods

    echarles committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    2f79861 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

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

Commits on Apr 8, 2020

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

    echarles committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    93973f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. Configuration menu
    Copy the full SHA
    a10d8e0 View commit details
    Browse the repository at this point in the history
  2. app fixture link to server

    echarles committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    c0ddeed View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. use jupyter_server master

    echarles committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    afaf711 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c753dc2 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

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

Commits on May 21, 2020

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

Commits on Jun 8, 2020

  1. Configuration menu
    Copy the full SHA
    0c4c544 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0edc2d View commit details
    Browse the repository at this point in the history
  3. listings url

    echarles committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    35a199e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    1cc0654 View commit details
    Browse the repository at this point in the history
  2. Use ZSailer repo

    echarles committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    425bc3c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

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

Commits on Aug 1, 2020

  1. Merge pull request #3 from Zsailer/jupyter_server_patches

    renamed linking method in pytest plugin
    echarles authored Aug 1, 2020
    Configuration menu
    Copy the full SHA
    298c848 View commit details
    Browse the repository at this point in the history
  2. Fix more tests

    echarles committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    9c21993 View commit details
    Browse the repository at this point in the history
  3. Better handlers

    echarles committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    f500459 View commit details
    Browse the repository at this point in the history
  4. Add back tree_url

    echarles committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    6066844 View commit details
    Browse the repository at this point in the history
  5. Remove space

    echarles committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    89b711c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2020

  1. Migrate transation test

    echarles committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    545c420 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    195c98d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2adfe1a View commit details
    Browse the repository at this point in the history
  4. Fix deps for tests

    echarles committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    e6be9b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    197659f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39c9c14 View commit details
    Browse the repository at this point in the history
  7. Try to clone jupyter_server

    echarles committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    34ddd99 View commit details
    Browse the repository at this point in the history
  8. Try to clone jupyter_server

    echarles committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    2cafbda View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    32213f3 View commit details
    Browse the repository at this point in the history
  2. relax pytest coverage

    echarles committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    03b6264 View commit details
    Browse the repository at this point in the history
  3. Use MASTER_URL_PATTERN

    echarles committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    d841d79 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Remove travis.yml

    echarles committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    ae27f6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e3feb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56ba6cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe38e36 View commit details
    Browse the repository at this point in the history
  5. Correct url pattern

    echarles committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    075e965 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    679b609 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5363e19 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    04b5aa4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    91e06fa View commit details
    Browse the repository at this point in the history
  10. upgrade pip user

    Zsailer committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    a052cfb View commit details
    Browse the repository at this point in the history