-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
[Dashboard] Turn on new dashboard by default pt 2 #11510
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
284f7ac
fix wheel?
30195ce
fix osx wheel
5bbe42e
another attempt at building a wheel that includes the built dashboard
0d21203
issue not excluding the dashboard/client dir in the git clean cmd bui…
64b9639
Remove some other instances I found of new_dashboard
fc0e2ea
revert change that made setup.py include all dash dependencies
7c5f875
when modules get imported in a wheel they break because the conftest …
6dd6b20
move pytest import back out of main block
cacadf9
oops
98056a8
lint
54595a4
take the conftest imports out of the main blocks and instead add a fi…
8df7d9e
try putting dash module tests into their own folder
85f4e3d
Revert "Revert "[Dashboard] Turn on New Dashboard by Default (#11321)…
mfitton 4bc2dad
Merge branch 'dash-wheels' into turn-on-new-dashboard-take2
e7e70d5
Change dashboard log and temp directories to be required arguments to…
404da76
Add a test_dashboard script back to the wheel tests
55e3b51
oops left test broken
bf2bf86
Try to fix failing linux wheel builds by adding keep_alive before the…
19f96e7
Remove the suppress_output on docker command to get more insight into…
f928f95
Merge branch 'master' into turn-on-new-dashboard-take2
ea465fd
lint
73c8058
remove exception that prevented test_webui in Windows because the bac…
1a4a077
Make some calls verbose and add echo statements to aid in debugging t…
5db656b
Pin version 14 of node, 15 breaks the dashboard build rn
95f04e9
Revert change to suppressing output of docker build.
mfitton 5a922ee
Merge branch 'fix-failing-wheels' into turn-on-new-dashboard-take2
mfitton c935c79
lint front end
mfitton 82541c3
switch os.uname -> platform.uname for windows support
mfitton 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 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.
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.
can we just use
socket.gethostname
here instead? I think that's what we use in other places in the code