Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jupyter-server/jupyter_server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.0
Choose a base ref
...
head repository: jupyter-server/jupyter_server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f712734c4f7005f6a844abec9f57b993e7b004b0
Choose a head ref
  • 10 commits
  • 22 files changed
  • 11 contributors

Commits on May 20, 2021

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

Commits on May 24, 2021

  1. [Notebook port 4835] Add UNIX socket support to notebook server (#525)

    * [Notebook port 4835] Add UNIX socket support to notebook server
    
    * Address some codeQL issues
    
    Co-authored-by: Kevin Bates <kbates4@gmail.com>
    jtpio and kevin-bates authored May 24, 2021
    Configuration menu
    Copy the full SHA
    40c477b View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. fix jp_ws_fetch not work by its own #441 (#527)

    Co-authored-by: yi suo <pumpkinday2012@gmail.com>
    eastonsuo and yi suo authored May 26, 2021
    Configuration menu
    Copy the full SHA
    fd19cdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19ab0a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. argon2 as an optional dependency (#532)

    In setups where passwords are not used, it is preferential to not have argon2 be an optional dependency:
    - If not used, let us not import it
    - argon2 has C-extensions, so it should ideally not be a hard requirement unless we can avoid it
    
    It should still be a install requirement, as it is used by default, but pip allows you to side step that if you insist.
    vidartf authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    86b68e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f29bb11 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

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

Commits on Jun 17, 2021

  1. enable a way to run a task when an io_loop is created (#531)

    * fix jp_ws_fetch not work by its own #441
    
    * add a method for create a task immediately after io_loop is ready
    
    * create io_loop earlier to solve 'enable a way to run a task when an io_loop is created #531'
    
    Co-authored-by: yi suo <pumpkinday2012@gmail.com>
    eastonsuo and yi suo authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    450010e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

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