forked from jupyterlab/jupyterlab
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
squash without the embedded yarn-*.js Fix clean:slate script and update docs clean the yarn cache Try with no concurrency delete the lock file Try mutex try without prefer-offline try with no options Restore prefer-offline Force npm on pack wip yarn updates Use yarn legacy and finish commands Use a function for the app version Code order Add background task handling add handling of abort callback Update docs Add option to skip watch build Update docs cleanup Add the yarn lock update to the release workflow cleanup wip update tests switch to 1.3.2 legacy to avoid cafile error cleanup wip updates wip wip Cleanup and finish tests fix handling of node_modules wip Suppress build warning if watching cleanup reinstate build command selection Package integrity updates Release [email protected] Release [email protected] Update the app versions for themes cleanup Clean up process behavior Update lock files Streamline watch modes fix detection of sys vs app dir remove jupyter widgets from lockfile try disabling python tests try with one test try without finally cleanup cleanup Add check for nodejs Fix inclusion of yarnrc file Do not override lockfile if the version has not changed Use more explicit handling of lock file Fix travis script Fix rmtree handling on appveyor Clean up handling of yarn.lock update Fix handling of appveyor errors add pytest-check-links to test deps Add note about shasum [ci skip] some prose fixes, fix up test extension use binary for file read/write Catch console errors in selenium test fix test Copy assets on emit and cleanup fix syntax Use jlpm in appveyor fix webpack plugin fix handling of tar directory remove use of deprecated ioloop.instance wip clean up subprocess handling clean up and streamline jlpm command Add proces.py Clean up build handler and tests Convert to class and add shutdown handling cleanup docs Cleanup fix jlpm and process return values Fix ioloop lookup Clean up handling of jlpmapp use pty for rich output cleanup Run pdb on failure cleanup fixes Fix dev watch mode Fix settings tests Fix dev watch mode on Windows Update lock file Add a process app refactor Debug travis test Use pexpect and winpty fix handling of popenspawn Add type guard docs refactor the process helper update yarn.lock Fix test runners Add python 2 handling cleanup debugging Fix python 2 handling and add more debug out more debug out more debug out simplified processes wait for all of webpack output before starting cleanup docs cleanup Add windows specific requirements always decode wip clean up decoding wip Fix encoding on posix remove pexpect dependency Handle other stdout encodings cleanup and debug debug out on appveyor build handler cleanup make builds silent cleanup switch back to popen more travis debug Try limiting test scope Make starting a new session configurable Do not start a new process group in process app Fix argument passing Try with no pty Clean up handling of pty and starting a new session More cleanup of pty handling Prefer to use a pty try travis with no pty Make using a pty configurable and use it in when building Use shell on windows Try without starting session Try with no pty but with new session try only the build test on appveyor Try with no actual build Only capture stdout when watching fix appveyor script Clean up handling of subprocess args add startup error handling Reinstate travis test Uniformly handle the command name Clean up handling of node check docs try with just settings api cleanup more appveyor tests fix appveyor script Improve handling of process errors Try not loading the server extension Cleanup handling of process termination reinstate test clean up url resolver test Clean up selenium check Clean up selenium check Clean up selenium check Revert selenium changes fix rendermime test Add debug on each test export a which command import subprocess Clean up the selenium test make the first test a no-op avoid copying mock packages download miniconda to the home directory more test debug more test debug more test debug test cleanup syntax fix more test debug Fix handling of mock packages reinstate tests clean up process app docs cleanup remove debug out fix handling of el clean up appveyor More explicit stop handling forcible exit Clean up Clean up terminate function do not wait for kernel ready on url resolver shutdown debug python 2 cleanup use threadpool for simple task runners Fix import Cleanup docs Switch to yarn workspaces Use workspaces config clean up release script syntax fix syntax fix ci cleanup add a quick check for buildutils debug cleanup update ci fix handling of build asset extraction Use a checked in binary yarn Add the binary yarn.js file fix handling of task runner cleanup clean up handling of threads Fix process cleanup build the packages wip refactor clean up process classes Add an explicit ioloop stop Revert run-test for python 2 compat Fix clean:slate to work on windows add clean slate check to windows Fix clean script Do not run clean slate script on appveyor Use npm for registry, cf lerna/lerna/688 Update yarn.lock
- Loading branch information
Showing
66 changed files
with
150,981 additions
and
1,440 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 @@ | ||
jupyterlab/yarn.js binary |
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
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,3 @@ | ||
yarn-path "./jupyterlab/yarn.js" | ||
workspaces-experimental true | ||
registry "https://registry.npmjs.org" |
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.