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
QUA-958: Push images to Dockerhub instead of GCR (#379)
* Push images to Dockerhub instead of GCR
* change make release image name
* override RELEASE_TAG on empty string
Python: don't crash on complex-number literals (#364)
Complex literals cannot be serialised directly to JSON, but Python's AST
reports them as constant numeric values. Ruby's `to_json` method
serialies complex numbers to their string representations, so we do
similar here. An alternative would be to serialise to a two-element
list of the real and imaginary parts.
Do not run relase-images on forked prs (#366)
* Do not run relase-images on forked prs
* Remove deploy script and modify ci release filters to run only on master and channel branches