-
Notifications
You must be signed in to change notification settings - Fork 13
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
Feat: Upgrade to Quince #20
Conversation
We'll have to migrate to plugin API v1 and to the newest releases of superset/clickhouse/vector.
This is to address overhangio/tutor-mfe#122 As a consequence of this change, images will be tagged with a "-nightly" suffix. Next, we'll probably have to build them periodically in CI.
The package version number may not include the "-nightly" suffix. Otherwise, installation fails with: setuptools.extern.packaging.version.InvalidVersion: Invalid version: '15.0.7-nightly'
__version__ = "17.0.0" |
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.
Please rebase on top of nightly. From then on there should be just the __version__
variable here.
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.
I got only minor comments. Can we deploy this on the demo server? https://github.com/overhangio/openedx-release-demo
@@ -18,6 +18,10 @@ | |||
# https://superset.apache.org/docs/installation/configuring-superset/#configuration-behind-a-load-balancer | |||
ENABLE_PROXY_FIX = True | |||
|
|||
{% if not ENABLE_HTTPS %} |
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.
What's talisman? Can you please add a comment to explain what it is, maybe with a link?
"sl": {"flag": "si", "name": "Slovenian"}, | ||
"nl": {"flag": "nl", "name": "Dutch"}, |
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.
Nice to get new languages! Please sort languages by key. Also, update the blob/dc57508... link above to point to version 3.0.1.
fb85393
to
476a856
Compare
Upgrade to Quince