You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the desired outcome from the user's perspective
As devops, I want to deploy zilla with zilla.yaml and referenced resources served remotely with change detection.
Acceptance criteria
Support retrieval of zilla.yaml and relative resources via http(s) with relative paths
Support long polling via prefer: wait=N and if-none-match: <etag> to detect change
Support (sparse) polling when prefer: wait=N is not supported
Additional context
Change detection may currently require a new identical zilla.yaml to trigger awareness of other resource change.
The text was updated successfully, but these errors were encountered:
Describe the desired outcome from the user's perspective
As devops, I want to deploy zilla with zilla.yaml and referenced resources served remotely with change detection.
Acceptance criteria
zilla.yaml
and relative resources viahttp(s)
with relative pathsprefer: wait=N
andif-none-match: <etag>
to detect changeprefer: wait=N
is not supportedAdditional context
Change detection may currently require a new identical zilla.yaml to trigger awareness of other resource change.
The text was updated successfully, but these errors were encountered: