-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Improve tasks CLI #821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Improve tasks CLI #821
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
45a548c
tasks: rewrite all test container sh scripts in node
etpinard 1291888
tasks: use node script to run image/export on circleci
etpinard 262e90d
fixup: docker pull testbed
etpinard 0fd57ba
tasks: sub fs.existsSync for fs.statSync
etpinard 3712e17
dry: look up container url in constants.js
etpinard 5758129
tasks: rename watch_plotly.js -> watch.js
etpinard bac6685
tasks: move test syntax script to tasks/
etpinard f564a85
tasks: add common task util module
etpinard 04096de
tasks: use common utils
etpinard 7040e49
lint: group preprocess in sub-routines
etpinard 5e04f37
lint: group stats in sub-routines
etpinard aca8fa0
tasks: hard code mapbox access token in constants.js
etpinard 30c1b86
tasks: merge CI vs local run cmd logic in container command module
etpinard 640bdb4
tasks: add docker run command
etpinard 584e644
tasks: refactor pretest
etpinard 0001833
tasks: use common module in container tasks
etpinard 1c91068
rm sub-tasks on circle.yml that are now part of `pretest`
etpinard a793734
fixup: make container commands work on CI
etpinard d5cb921
tasks: a few stats.js fixups
etpinard f662025
tasks: merge format bundle make watchified bundle script
etpinard 294cad0
DRY: use watchified bundle util in test dashboard server
etpinard c479fe6
rm useless eslintrc
etpinard 8a4f5ee
tasks: add formatTime common util
etpinard e5ee342
tasks: add get time last modified util
etpinard 7c0562f
lint & comment
etpinard cfda7d3
tasks: add sleep (try to make pretest make consistent)
etpinard File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the
npm run pretest
is a little more flaky than the previous list of shell commands on CIrcleCi.Not sure what's up.
I've added sleep delays:
nw
restart and the ping as well as asHopefully that will fix it. But we might have to look into this further.