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: v2.1.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: b6c1edb0b205f8d53f1a2e81abb997bfc693f144
Choose a head ref
  • 9 commits
  • 14 files changed
  • 7 contributors

Commits on Jan 13, 2023

  1. Bump to 2.2.0.dev0

    blink1073 committed Jan 13, 2023
    Copy the full SHA
    0948280 View commit details

Commits on Jan 14, 2023

  1. Pass in a logger to get_metadata (#1176)

    Without this, the log messages printed in
    #1171
    don't actually make it out. Whoops!
    
    LoggingConfigurable inherits from HasTraits, and sets up
    Logging appropriately so we can have a log passed through.
    yuvipanda authored Jan 14, 2023
    Copy the full SHA
    0edaf7c View commit details

Commits on Jan 15, 2023

  1. Copy the full SHA
    4e9d105 View commit details

Commits on Jan 17, 2023

  1. Only load enabled extension packages (#1180)

    closes undefined
    minrk authored Jan 17, 2023
    Copy the full SHA
    3d96cf8 View commit details

Commits on Jan 19, 2023

  1. Don't assume that resources entries are relative (#1182)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    ojarjur and pre-commit-ci[bot] authored Jan 19, 2023
    Copy the full SHA
    bc735a1 View commit details

Commits on Jan 21, 2023

  1. Copy the full SHA
    6153a8c View commit details
  2. Copy the full SHA
    a23562e View commit details

Commits on Jan 23, 2023

  1. Use repr in logging for exception. (#1185)

    And use exc_info=True instead of a separate log.exception to make sure
    the tb is attached to the right log message.
    
    Using `%s` can have issue when logging error as it may hide informations
    like the type of exception. If for example you have an assertion error,
    %s will give you the empty string, which is not informative.
    
    On the other hand, %r will _at least_ give you `AssertionError()`, which
    is a start.
    Carreau authored Jan 23, 2023
    Copy the full SHA
    91c5942 View commit details

Commits on Jan 26, 2023

  1. Copy the full SHA
    b6c1edb View commit details
Loading