You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2019/08/20 03:45:45 UTC

[flink] branch builds created (now d5e3853)

This is an automated email from the ASF dual-hosted git repository.

jark pushed a change to branch builds
in repository https://gitbox.apache.org/repos/asf/flink.git.


      at d5e3853  remove license to fail fast

This branch includes the following new commits:

     new 9955bb0  add webhook to travis
     new d5e3853  remove license to fail fast

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[flink] 02/02: remove license to fail fast

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jark pushed a commit to branch builds
in repository https://gitbox.apache.org/repos/asf/flink.git

commit d5e3853681bfbb7cee7c47e43e4f4269d3171366
Author: Jark Wu <im...@gmail.com>
AuthorDate: Tue Aug 20 11:44:43 2019 +0800

    remove license to fail fast
---
 .../flink/api/common/accumulators/Accumulator.java     | 18 +-----------------
 1 file changed, 1 insertion(+), 17 deletions(-)

diff --git a/flink-core/src/main/java/org/apache/flink/api/common/accumulators/Accumulator.java b/flink-core/src/main/java/org/apache/flink/api/common/accumulators/Accumulator.java
index bf56cfe..dd8d839 100644
--- a/flink-core/src/main/java/org/apache/flink/api/common/accumulators/Accumulator.java
+++ b/flink-core/src/main/java/org/apache/flink/api/common/accumulators/Accumulator.java
@@ -1,20 +1,4 @@
-/*
- * 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.
- */
+
 
 package org.apache.flink.api.common.accumulators;
 


[flink] 01/02: add webhook to travis

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jark pushed a commit to branch builds
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 9955bb0afda2cadedf2ee4ea5138e1e24e2a3657
Author: Jark Wu <im...@gmail.com>
AuthorDate: Tue Aug 20 11:44:11 2019 +0800

    add webhook to travis
---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index f114152..50e270d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -61,6 +61,11 @@ notifications:
       - secure: ikPQn5JTpkyzxVyOPm/jIl3FPm6hY8xAdG4pSwxGWjBqF+NmmNTp9YZsJ6fD8xPql6T5n1hNDbZSC14jVUw/vvXGvibDXLN+06f25ZQl+4LJBXaiR7gTG6y3nO8G90Vw7XpvCme6n5Md9tvjygb17a4FEgRJFfwzWnnyPA1yvK0=
     on_success: never
     on_pull_requests: false
+  webhooks:
+    urls:
+      secure: gOR0ayYgTHvx2QsFxxH07KzI8fgrDk2vqp/6q2eN/RuWHJa6kHecXz/9F0JOXNI1siXrSJ1FwCKOxiMmTbnImJP4015L9VGMS++us6AYtnFp6SIRorRqA1QS5tHNrpBIM38ANxQvuPhFj8S6216BsonQOqBu9sp0jQCOZGKwBLg=
+    on_success: change
+    on_pull_requests: false
 
 stages:
   - name: compile