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/notebook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.0a10
Choose a base ref
...
head repository: jupyter/notebook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6d4eeed9d176e2523be7874ae4d9f46a99422d72
Choose a head ref
  • 8 commits
  • 26 files changed
  • 5 contributors

Commits on Jan 12, 2023

  1. Tree view enhancement (#6588)

    * Opens by default the newly created tab in tree view
    
    * Adds a command to open the file browser when in tree view, which also fixes the broken menu entry 'file Browser' in view
    
    * (1) Remove the menu entry 'Open Files' in tree view, which was opening a new browser tab with the same contents, and was like a duplication of 'File Browser' entry, and (2) rename the menu entry 'Open Files' to 'File Browser' for consistency
    
    * Add test on 'File Browser' menu entry
    
    * Fix pre-commit
    
    * Fix test on File Browser menu entry
    
    * update snapshots of view menu
    
    * Do not activate newly created tree tab by default
    
    * Do not add 'openTree' command if it already exists (meaning that the current page contains a filebrowser plugin)
    
    * Wait for the file browser commands from JupyterLab to be fully created before create a new one
    
    * File Browser menu entry execution depends on the current page ('tree' or other)
    
    * Add the dependency to @jupyter-notebook/tree in application-extension
    
    * Fix typo
    
    * Remove dependency to tree in application-extension
    
    * Clean unused dependency
    
    * Delete a remaining comment
    brichet authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    a0b3a80 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Add the Settings Editor to the landing page (#6316)

    * Add the Settings Editor to the landing page
    
    * Fix tab panel tabs
    
    * Do not include JSON editor for now
    
    * Hide Settings Editor command from the menu
    
    * Update yarn.lock
    
    * Fix integrity
    
    * Fix yarn.lock and resolutions
    
    * Update yarn.lock
    
    * Allow adding and closing the settings editor
    
    * Do not include JSON editor for now
    
    * Update snapshots
    
    * More snapshot updates
    
    * More snapshot update
    
    * Fix resolutions
    jtpio authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    df4a6bf View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Add back # type:ignore (#6695)

    * Add back `# type:ignore`
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    jtpio and pre-commit-ci[bot] authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    534b6f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7eb832d View commit details
    Browse the repository at this point in the history
  3. Fix console error when adding a widget to a side panel (#6694)

    * Fix console error when adding a widget to a side panel
    
    * Remove child-added logic
    jtpio authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    ffc7d8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b82dbb View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Add releaser workflows (#6698)

    * add releaser workflows
    
    * add workflow files
    blink1073 authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    4e6282c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Help-extension split into multiple plugins (#6700)

    * help-extension split into multiple plugins
    
    * Update packages/help-extension/src/index.tsx
    
    Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
    
    * rename schema json file
    
    Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
    RRosio and jtpio authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    6d4eeed View commit details
    Browse the repository at this point in the history
Loading