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: 1.5.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: c3303cde880ecd1103118b8c7f9e5ebc19f0d1ba
Choose a head ref
  • 5 commits
  • 3 files changed
  • 3 contributors

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    920b5f6 View commit details
    Browse the repository at this point in the history
  2. Back to dev version

    blink1073 committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    6b43fa7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #454 from afshin/config-dir

    Ensure jupyter config dir exist
    blink1073 authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    a6a5d10 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. allow pre_save_hook to cancel save with HTTPError

    currently, all errors in pre_save_hook are ignored,
    making it impossible for pre_save_hook to be used for validation / quota enforcement / etc.
    
    By allowing HTTPErrors to raise, save will be cancelled and the error message will be shown to the user
    minrk committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    40f653d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #456 from minrk/allow-pre-save-raise

    allow pre_save_hook to cancel save with HTTPError
    blink1073 authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    c3303cd View commit details
    Browse the repository at this point in the history
Loading