-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
e3d66af
commit 5685c09
Showing
46 changed files
with
12,110 additions
and
8,043 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |
Oops, something went wrong.