Jeremy Tuloup
e7b5c3701b
File browser CSS tweaks ( #6738 )
...
* File browser CSS tweaks
* Set tabsMovable to false
* Style file browser buttons
* Add missing headers
* Update Playwright Snapshots
* Update Playwright Snapshots
* Lint
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3 years ago
Jeremy Tuloup
dc3c26f93f
Add trusted indicator ( #6736 )
...
* Add trusted indicator
* Lint
* Add docstring
* Fix retro names
* Update Playwright Snapshots
* Update Playwright Snapshots
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3 years ago
Jeremy Tuloup
ef67879306
Update to JupyterLab 4.0.0a34 ( #6732 )
...
* Update `@jupyterlab` and `@lumino`packages
* Remove docprovider and collaboration packages
* Fix rendermime
* Drop `@types/react`
* Fix `ICompletionProviderManager`
* Bump jupyterlab Python package
* Update Jupyter Server config
* Ignore F821 for now
* Try `LabServerApp`
* Update Playwright Snapshots
* Update Playwright Snapshots
* Remove the `--collaborative` flag
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3 years ago
Jeremy Tuloup
80c04e1aa2
Hide the debugger button on mobile ( #6731 )
...
* Hide the debugger button on mobile
* Update Playwright Snapshots
* Update Playwright Snapshots
* Update Playwright Snapshots
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3 years ago
Nicolas Brichet
905553e6dd
Resolving some accessibility issues ( #6719 )
...
* Uses different ID for the running-session widgets, the one in main view and the one in panel
* Append kernel logo image only if necessary
* Add title to the button which close sidebar
* Add landmarks roles
* Fix UI-test
* lint
3 years ago
Jeremy Tuloup
61b2ad27ea
Use Playwright `webServer` ( #6720 )
...
* Use Playwright `webServer`
* Try `jlpm start`
* Lint
3 years ago
Jeremy Tuloup
27c2bfbb80
Update to JupyterLab 4.0.0a33 ( #6713 )
...
* Update to JupyterLab 4.0.0a33
* Update Lumino packages
* Update to React 18
* Fix default browser
* Add defaultFileBrowser plugin
* Update yarn.lock
* Require Python 3.8
* Remove docprovider
* Bump Python dependencies
* Move Python bumps
* Unbump `jupyterlab_server`
* Align `jupyterlab_server`dep
* Bump jupyterlab_server
* Try with 3.10
* Manually set checkpoint text in UI tests
* Fix checkpoints value in UI tests
* Update snapshots
3 years ago
Jeremy Tuloup
df4a6bfc55
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
3 years ago
Nicolas Brichet
a0b3a8088c
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
3 years ago
Jeremy Tuloup
6205bf376f
Update to JupyterLab 4.0.0a32 ( #6678 )
...
* Update packages to JupyterLab 4.0.0a32
* Update python dependency
* Update `@jupyterlab/galata`
* Require `jupyter_server>=2.0.1,<3`
* Undo `jupyter_server` bump for now
* Update to Jest 29
* More jest fixes
* Update to the latest Lumino
* Fix yarn.lock
* Fix JSON background color
* Update snapshots
3 years ago
dependabot[bot]
84579902e4
Bump json5 from 2.2.1 to 2.2.3 in /ui-tests ( #6684 )
...
Bumps [json5](https://github.com/json5/json5 ) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Steven Silvester
48fb973071
CI Cleanup ( #6667 )
...
* ci cleanup
* lint
* run ui tests on ubuntu 20.04
3 years ago
Steven Silvester
22475a39ab
Adopt ruff and typing ( #6658 )
...
* adopt ruff and typing
* reinstate local hooks
* fix classifier
* fix lint
* limit ruff target
* fix doc8 test
* add integrity check
* lint
* lint
* only use mdformat for changelog
* prettier
3 years ago
Nicolas Brichet
c4a6e8bd90
Move panel related objects to a dedicated module file to improve readability
3 years ago
Jeremy Tuloup
ea495dec66
Update ui-tests yarn.lock
4 years ago
Jeremy Tuloup
1ba273e43b
Update ui tests dependencies
4 years ago
Jeremy Tuloup
820ee98806
Update kernel menu snapshot for firefox
4 years ago
Jeremy Tuloup
708928b2f0
Try resize workaround in tests for now
...
Fix order of selectors
4 years ago
Jeremy Tuloup
b893cf0d06
Wait for kernel ready before menu screenshots
4 years ago
Jeremy Tuloup
12119f97b3
Fix what looks like a rebase issue
4 years ago
Jeremy Tuloup
f6b65e3bae
Tweak menu tests
4 years ago
Jeremy Tuloup
02a164d7f0
Remove shutdownAll in the menu tests
4 years ago
Jeremy Tuloup
3f8c55831a
Update toc snapshot for Firefox
4 years ago
Jeremy Tuloup
55cd158fa0
Update more reference snapshots
4 years ago
Jeremy Tuloup
7d5691ed9a
Try fixing UI test race conditions
4 years ago
Jeremy Tuloup
1ed8e02e7b
Update viewport width for mobile tests
4 years ago
Jeremy Tuloup
d9635e35a2
Try fixing the test opening JupyterLab
4 years ago
Jeremy Tuloup
ffadcbc543
Update some reference snapshots
4 years ago
foo
22089cd1ac
update snapshot
4 years ago
foo
4463ed842f
Specify the 'Shut Down All' button to click in smoke tour test (the one from main panel), as there is now a side panel containing the same button
4 years ago
foo
239e5b931c
Updates after rebasing v7.0.0a6
4 years ago
Nicolas Brichet
7f33dbed84
Fix tests on panels and add snapshots
4 years ago
Nicolas Brichet
e2592c3a0b
Some refactoring and cleaning
4 years ago
Nicolas Brichet
6fec146471
update snapshots and selector in ui-tests
4 years ago
Nicolas Brichet
45deda1f6c
Add NotebookTools widget in right panel
4 years ago
Nicolas Brichet
b02eb05750
Fix some test snapshots and css
4 years ago
Nicolas Brichet
86283fe5fd
Add a test on Table of Contents
4 years ago
Nicolas Brichet
60dc750718
Update screenshot of View menu which have a new entry
4 years ago
Jason Weill
73a64bbf12
Incorporates files from retrolab PR 275 and fix rebase changes
4 years ago
Jeremy Tuloup
c1cd7b7159
Update ref snapshot for Chromium
4 years ago
Jeremy Tuloup
2ac5247234
Try fix the autoscroll tests
4 years ago
Jeremy Tuloup
4200fb56ad
Fix some test wait conditions
4 years ago
Jeremy Tuloup
6cc6a105af
Add explicit video retain-on-failure
4 years ago
Jeremy Tuloup
6ac4a95ad4
Fix selectors for autoscroll tests
4 years ago
Jeremy Tuloup
4ae8e8d7c0
Update helper to run a cell
4 years ago
Jeremy Tuloup
7e185651ab
Update notebook reference snapshot
4 years ago
Jeremy Tuloup
b475821c49
Select kernel in the ui tests
4 years ago
Jeremy Tuloup
993fc056dc
Update firefox snapshot
4 years ago
Jeremy Tuloup
de04c3f4a0
Update more reference snapshots
4 years ago
Jeremy Tuloup
228dbb2712
Update one more reference snapshot
4 years ago