-
Notifications
You must be signed in to change notification settings - Fork 7
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
Mount public wpsoutputs data #360
Merged
Merged
Changes from 8 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
e57d421
mount public wpsoutputs data with cowbird and jupyterlab instances
cwcummings c040992
bump cowbird to 2.0.0 and mongo to 5.0 to support the new cowbird ver…
cwcummings 438b3de
isolate mongodb 5.0 required for cowbird
cwcummings d5f9ded
update changelog
cwcummings fce59da
review changelog
cwcummings 5ed155c
remove unused wpsoutputs mount
cwcummings 53c5cb8
Merge branch 'master' of github.com:bird-house/birdhouse-deploy into …
cwcummings d800550
updates after pr feedback
cwcummings 3bc3133
add secure-data-proxy name variable to cowbird
cwcummings 2520f80
add new optional cowbird config parameters as comments
cwcummings 71fc669
Merge branch 'master' of github.com:bird-house/birdhouse-deploy into …
cwcummings 5673593
review wps outputs variables
cwcummings 7afd194
bump cowbird version and move changes in changelog
cwcummings c8c8728
small adjust cowbird vars
cwcummings 1c66ed4
use 'build.os' instead of deprecated 'build.image' in readthedocs config
cwcummings cadd9f4
try newer python version for readthedocs
cwcummings 90611a7
Merge branch 'master' of github.com:bird-house/birdhouse-deploy into …
cwcummings 7119db0
Merge branch 'master' of github.com:bird-house/birdhouse-deploy into …
cwcummings 5ffcb0f
Bump version: 1.32.0 → 1.33.0
cwcummings 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
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.
Unless something breaks during build, 3.8 at least, since this is already EOL for a while.
(could also be a separate PR)
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.
Version updated to 3.10, readthedocs seems to build successfully.
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.
Very weird that even latest commit built RTD without problem with the options that you found were causing errors:
ce5c14d
But your latest one is also good:
90611a7
(#360)Funky stuff happening recently on RTD it seems...
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.
The reason the latest build on master could be successful was because RTD is deprecating the option progressively, doing temporary deprecation enforcements until in a few weeks where the option becomes fully deprecated (see blog here). I just happened to build it on Sept. 18th where I got the deprecation error.