You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by fr...@apache.org on 2018/08/31 00:27:02 UTC

[1/2] calcite-avatica-go git commit: [CALCITE-2513] Fix dockerfile to work with Go modules when running tests using docker-compose

Repository: calcite-avatica-go
Updated Branches:
  refs/heads/master 6899ac1b2 -> f564cfa42


[CALCITE-2513] Fix dockerfile to work with Go modules when running tests using docker-compose


Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/commit/ad49f04c
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/tree/ad49f04c
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/diff/ad49f04c

Branch: refs/heads/master
Commit: ad49f04c0199ff013dd1449f015ed332d2a7e4b4
Parents: 6899ac1
Author: Francis Chuang <fr...@apache.org>
Authored: Fri Aug 31 10:23:56 2018 +1000
Committer: Francis Chuang <fr...@apache.org>
Committed: Fri Aug 31 10:23:56 2018 +1000

----------------------------------------------------------------------
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/ad49f04c/Dockerfile
----------------------------------------------------------------------
diff --git a/Dockerfile b/Dockerfile
index 0972007..92b8bd4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,6 +15,6 @@
 
 FROM golang:1.11-alpine
 
-WORKDIR /go/src/github.com/apache/calcite-avatica-go
+WORKDIR /source
 COPY . .
 RUN apk --no-cache --no-progress add build-base git
\ No newline at end of file


[2/2] calcite-avatica-go git commit: [CALCITE-2501] Update release notes and news item for 3.1.0

Posted by fr...@apache.org.
[CALCITE-2501] Update release notes and news item for 3.1.0


Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/commit/f564cfa4
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/tree/f564cfa4
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/diff/f564cfa4

Branch: refs/heads/master
Commit: f564cfa42948b9a5c4c7f98f3e43ab5971bcaeda
Parents: ad49f04
Author: Francis Chuang <fr...@apache.org>
Authored: Fri Aug 31 10:26:48 2018 +1000
Committer: Francis Chuang <fr...@apache.org>
Committed: Fri Aug 31 10:26:48 2018 +1000

----------------------------------------------------------------------
 site/_docs/go_history.md                        |  4 ++-
 .../2018-09-04-release avatica-go-3.1.0.md      | 37 --------------------
 .../2018-09-05-release avatica-go-3.1.0.md      | 37 ++++++++++++++++++++
 3 files changed, 40 insertions(+), 38 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/f564cfa4/site/_docs/go_history.md
----------------------------------------------------------------------
diff --git a/site/_docs/go_history.md b/site/_docs/go_history.md
index f390cc9..a814fc9 100644
--- a/site/_docs/go_history.md
+++ b/site/_docs/go_history.md
@@ -28,7 +28,7 @@ For a full list of releases, see
 Downloads are available on the
 [downloads page]({{ site.baseurl }}/downloads/avatica-go.html).
 
-## <a href="https://github.com/apache/calcite-avatica-go/releases/tag/v3.1.0">3.1.0</a> / 2018-04-27
+## <a href="https://github.com/apache/calcite-avatica-go/releases/tag/v3.1.0">3.1.0</a> / 2018-09-05
 {: #v3-1-0}
 
 Apache Calcite Avatica Go 3.1.0 is a minor release of Avatica Go with support for Go modules.
@@ -56,6 +56,8 @@ Features and bug fixes
 * [<a href="https://issues.apache.org/jira/browse/CALCITE-2500">CALCITE-2500</a>]
   Test against Avatica 1.12.0 and Apache Phoenix 5.0.0 and regenerate protobuf definitions
 * Fix release script
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-2513">CALCITE-2513</a>]
+  Fix dockerfile so that Go modules work correctly when running tests using docker-compose
 
 Web site and documentation
 

http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/f564cfa4/site/_posts/2018-09-04-release avatica-go-3.1.0.md
----------------------------------------------------------------------
diff --git a/site/_posts/2018-09-04-release avatica-go-3.1.0.md b/site/_posts/2018-09-04-release avatica-go-3.1.0.md
deleted file mode 100644
index e8fc99c..0000000
--- a/site/_posts/2018-09-04-release avatica-go-3.1.0.md	
+++ /dev/null
@@ -1,37 +0,0 @@
----
-layout: news_item
-date: "2018-09-04 00:00:00 +0000"
-author: francischuang
-version: 3.1.0
-categories: [release]
-tag: v3-1-0
-sha: d328101
-component: avatica-go
----
-<!--
-{% comment %}
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to you under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-{% endcomment %}
--->
-
-Apache Calcite Avatica Go 3.1.0 is a minor release of the Avatica Go client to bring in support for Go modules.
-This release includes updated dependencies, testing against more targets and [support for Go Modules]({{ site.baseurl }}/docs/go_history.html#v3-1-0).
-
-Go 1.11 along with Go modules support was released at the end of August 2018. Go modules will become the
-official package management solution for Go projects. As the Go team currently supports both Go 1.11 and Go 1.10,
-the Gopkg.toml and Gopkg.lock files are still available for those using dep for package management. We plan to
-remove support for dep when Go 1.12 is released in early 2019, so we encourage users to upgrade to Go 1.11 and use
-Go modules where possible.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/f564cfa4/site/_posts/2018-09-05-release avatica-go-3.1.0.md
----------------------------------------------------------------------
diff --git a/site/_posts/2018-09-05-release avatica-go-3.1.0.md b/site/_posts/2018-09-05-release avatica-go-3.1.0.md
new file mode 100644
index 0000000..e8fc99c
--- /dev/null
+++ b/site/_posts/2018-09-05-release avatica-go-3.1.0.md	
@@ -0,0 +1,37 @@
+---
+layout: news_item
+date: "2018-09-04 00:00:00 +0000"
+author: francischuang
+version: 3.1.0
+categories: [release]
+tag: v3-1-0
+sha: d328101
+component: avatica-go
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+Apache Calcite Avatica Go 3.1.0 is a minor release of the Avatica Go client to bring in support for Go modules.
+This release includes updated dependencies, testing against more targets and [support for Go Modules]({{ site.baseurl }}/docs/go_history.html#v3-1-0).
+
+Go 1.11 along with Go modules support was released at the end of August 2018. Go modules will become the
+official package management solution for Go projects. As the Go team currently supports both Go 1.11 and Go 1.10,
+the Gopkg.toml and Gopkg.lock files are still available for those using dep for package management. We plan to
+remove support for dep when Go 1.12 is released in early 2019, so we encourage users to upgrade to Go 1.11 and use
+Go modules where possible.
\ No newline at end of file