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

JupyterHub integration #6451

Merged
merged 46 commits into from Jun 9, 2019
Merged

Commits on Jun 5, 2019

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

Commits on Jun 6, 2019

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

Commits on Jun 7, 2019

  1. wip hub integration

    blink1073 committed Jun 7, 2019
    Copy the full SHA
    e80fbf7 View commit details
    Browse the repository at this point in the history
  2. integrity

    blink1073 committed Jun 7, 2019
    Copy the full SHA
    09782b7 View commit details
    Browse the repository at this point in the history
  3. integry

    blink1073 committed Jun 7, 2019
    Copy the full SHA
    2ed5f9a View commit details
    Browse the repository at this point in the history
  4. integrity

    blink1073 committed Jun 7, 2019
    Copy the full SHA
    2f0d850 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0f74dcb View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    6de3310 View commit details
    Browse the repository at this point in the history
  7. Use JupyterFrontEnd.IPaths.

    ian-r-rose authored and blink1073 committed Jun 7, 2019
    Copy the full SHA
    610c1a1 View commit details
    Browse the repository at this point in the history
  8. Use the right pageConfig.

    ian-r-rose authored and blink1073 committed Jun 7, 2019
    Copy the full SHA
    570d6a9 View commit details
    Browse the repository at this point in the history
  9. Fix LabHubApp.

    ian-r-rose authored and blink1073 committed Jun 7, 2019
    Copy the full SHA
    ed42fa8 View commit details
    Browse the repository at this point in the history
  10. This is an extension.

    ian-r-rose authored and blink1073 committed Jun 7, 2019
    Copy the full SHA
    8f3c6e7 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    d99a4e3 View commit details
    Browse the repository at this point in the history
  12. If running im JupyterHub, provide a dialog that prompts the user to

    restart the server.
    ian-r-rose authored and blink1073 committed Jun 7, 2019
    Copy the full SHA
    a33f18d View commit details
    Browse the repository at this point in the history
  13. Disable chunksSort in HtmlWebpackPlugin

    Due to a bug in HtmlWebpackPlugin 3.x (jupyterlab#870), disabling
    chunksSortMode is required for some extensions to be bundled
    correctly. This is fixed in HtmlWebpackPlugin 4.x and can be
    removed when we upgrade, but at the time of this writing, 4.x is
    still in alpha.
    mlucool authored and Marc Udoff committed Jun 7, 2019
    Copy the full SHA
    65c7866 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    864aa69 View commit details
    Browse the repository at this point in the history
  15. Merge pull request jupyterlab#6500 from mlucool/fix-htmlwebpack-plugin

    Disable chunksSort in HtmlWebpackPlugin
    blink1073 committed Jun 7, 2019
    Copy the full SHA
    e7cd812 View commit details
    Browse the repository at this point in the history
  16. Make kernel message typing follow the spec more closely.

    All kernel message replies have a status field. This ensures that reply messages reflect this and handle the abort and error status appropriately.
    
    We also simplify typings since we can refer to most content typings using the field accessor.
    jasongrout committed Jun 7, 2019
    2
    Copy the full SHA
    726ce5e View commit details
    Browse the repository at this point in the history
  17. Fix a promise typing.

    @ian-r-rose figured out this fix. This may be already in master and the commit could be removed.
    jasongrout committed Jun 7, 2019
    Copy the full SHA
    ca4a22e View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    681d7da View commit details
    Browse the repository at this point in the history
  19. Fix services test errors.

    jasongrout committed Jun 7, 2019
    Copy the full SHA
    7eba2ae View commit details
    Browse the repository at this point in the history
  20. Only write to text if the text would change

    Fixes jupyterlab#5996
    
    It seems that Safari loses track of mouse events when we replace the text, which means that clicking/double-clicking on filenames (which calls this update function) never register click/dblclick events, just mousedown events in Safari.
    jasongrout committed Jun 7, 2019
    Copy the full SHA
    3d998b3 View commit details
    Browse the repository at this point in the history
  21. Make the DefaultSession own (create and dispose) its kernel connection.

    Fixes jupyterlab#6142
    
    Before, a kernel was handed to the session, so it was confusing who was responsible for disposing the kernel connection. Now the API is changed so that the DefaultSession creates the kernel connection, so it is responsible for disposing it.
    jasongrout committed Jun 7, 2019
    Copy the full SHA
    129b2b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2019

  1. Merge pull request jupyterlab#6472 from duarteocarmo/docs/exporting

    Clarifies workflow to export as Reveal.js slides
    blink1073 committed Jun 8, 2019
    Copy the full SHA
    eafd1f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jupyterlab#6502 from jasongrout/safari

    Only write to filebrowser listing text if the text would change
    blink1073 committed Jun 8, 2019
    Copy the full SHA
    a276231 View commit details
    Browse the repository at this point in the history
  3. Merge pull request jupyterlab#6503 from jasongrout/duplicatekernel

    Make the DefaultSession own (create and dispose) its kernel connection.
    blink1073 committed Jun 8, 2019
    Copy the full SHA
    244f6be View commit details
    Browse the repository at this point in the history
  4. Merge pull request jupyterlab#6433 from jasongrout/kerneltypings

    Make kernel message typings more correct
    blink1073 committed Jun 8, 2019
    Copy the full SHA
    bd04328 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    fbdaeff View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    a12b762 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    d25118b View commit details
    Browse the repository at this point in the history
  8. Clarify comment.

    ian-r-rose committed Jun 8, 2019
    Copy the full SHA
    a918f2c View commit details
    Browse the repository at this point in the history
  9. Merge pull request jupyterlab#6513 from ian-r-rose/no-append-on-rerender

    Don't append content in rendered output upon rerendering.
    blink1073 committed Jun 8, 2019
    Copy the full SHA
    8d36127 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2019

  1. wip hub integration

    blink1073 committed Jun 9, 2019
    Copy the full SHA
    a9cc9d2 View commit details
    Browse the repository at this point in the history
  2. integrity

    blink1073 committed Jun 9, 2019
    Copy the full SHA
    f034683 View commit details
    Browse the repository at this point in the history
  3. integry

    blink1073 committed Jun 9, 2019
    Copy the full SHA
    b08ea7e View commit details
    Browse the repository at this point in the history
  4. integrity

    blink1073 committed Jun 9, 2019
    Copy the full SHA
    654a4f8 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a699f51 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    43028a1 View commit details
    Browse the repository at this point in the history
  7. Use JupyterFrontEnd.IPaths.

    ian-r-rose authored and blink1073 committed Jun 9, 2019
    Copy the full SHA
    3da56c7 View commit details
    Browse the repository at this point in the history
  8. Use the right pageConfig.

    ian-r-rose authored and blink1073 committed Jun 9, 2019
    Copy the full SHA
    9f14551 View commit details
    Browse the repository at this point in the history
  9. Fix LabHubApp.

    ian-r-rose authored and blink1073 committed Jun 9, 2019
    Copy the full SHA
    908c2a5 View commit details
    Browse the repository at this point in the history
  10. This is an extension.

    ian-r-rose authored and blink1073 committed Jun 9, 2019
    Copy the full SHA
    83ac052 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    16f274a View commit details
    Browse the repository at this point in the history
  12. If running im JupyterHub, provide a dialog that prompts the user to

    restart the server.
    ian-r-rose authored and blink1073 committed Jun 9, 2019
    Copy the full SHA
    d5e1c61 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    3293670 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    a2f9d2d View commit details
    Browse the repository at this point in the history