-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Fix missing schedule name #830
Conversation
85dee79
to
93725dc
Compare
37f228e
to
84f4a04
Compare
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.
Thank you ; I think we can skip the condition in entrypoint.
dispatcher/frontend-ui/entrypoint.sh
Outdated
@@ -1,11 +1,14 @@ | |||
#!/bin/sh | |||
|
|||
JS_PATH=/usr/share/nginx/html/environ.json | |||
echo "dump ZIMFARM_* environ variables to $JS_PATH" | |||
if [ -z "${ENVIRON_PATH}" ] |
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 think we'd better set it in both Dockerfile and minimize this
Thank you, I've fixed and resolved obvious conversations. |
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.
LGTM 👍
Rationale
Changes
frontend-dev-ui
development container with hot reload of development changes, very useful for UI developmentoriginal_schedule_name
inrequested_tasks
andtasks
original_schedule_name
to the API along theschedule_name
which will remain empty in youzimitschedule_name
and use the original one.dev
folder which is more appropriate