You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Francis Chuang (JIRA)" <ji...@apache.org> on 2019/04/29 00:25:00 UTC

[jira] [Created] (CALCITE-3032) Improve docker-compose.yml and release scripts for Avatica-Go

Francis Chuang created CALCITE-3032:
---------------------------------------

             Summary: Improve docker-compose.yml and release scripts for Avatica-Go
                 Key: CALCITE-3032
                 URL: https://issues.apache.org/jira/browse/CALCITE-3032
             Project: Calcite
          Issue Type: Improvement
          Components: avatica-go
            Reporter: Francis Chuang
            Assignee: Francis Chuang
             Fix For: avatica-go-4.0.0


Some minor improvements to the docker-compose.yml file:
 # Use `docker-compose run test` instead `docker-compose up` to run tests for better UX.
 # Do the same for running in dev mode (live-reloading).
 # Allow release creation in docker container: `docker-compose run dry-run` and `docker-compose run release`.
 # Generate protobufs using docker.

Upgrades to the make release script:
 # Model behavior after calcite can calcite-avatica: Automatic tagging and pushing of release tags.
 # Support dry-run and actually releasing/pushing of tags.
 # Support uploading for voting via 1 command.
 # Support promoting rc release to final via 1 command.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)