Skip to content

Commit

Permalink
Add support for JupyterLab 4 (#105)
Browse files Browse the repository at this point in the history
* Upgrade extension for Lab 4

* Fix view and integration test selectors

* Add support for Notebook 7

* Group linter steps

* Fix CI job

* fix extra name

* Upgrade init file

* Don't execute server from playwright
Apply fix from 55fa89c

* Install NPM packages before starting the server

* Need to install jlab first...

* Unskip and one fix

* Fix integration test

* Undo editor change not fixed

* Fix undo

* Fix packages spec

* Fix integration tests

* Fix test
  • Loading branch information
fcollonval authored Oct 15, 2023
1 parent e3d66af commit 5685c09
Show file tree
Hide file tree
Showing 46 changed files with 12,110 additions and 8,043 deletions.
14 changes: 14 additions & 0 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: v4.2.1
_src_path: https://github.com/jupyterlab/extension-template
author_email: [email protected]
author_name: Frederic Collonval
has_binder: true
has_settings: true
kind: server
labextension_name: jupyterlab-search-replace
project_short_description: Search and replace across files
python_name: jupyterlab_search_replace
repository: https://github.com/jupyterlab-contrib/search-replace.git.git
test: true

5 changes: 0 additions & 5 deletions .eslintignore

This file was deleted.

39 changes: 0 additions & 39 deletions .eslintrc.js

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/binder-on-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Binder Badge
on:
pull_request_target:
types: [opened]

jobs:
binder:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: jupyterlab/maintainer-tools/.github/actions/binder-link@v1
with:
github_token: ${{ secrets.github_token }}
Loading

0 comments on commit 5685c09

Please sign in to comment.