You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by ar...@apache.org on 2014/08/21 19:30:56 UTC

[14/18] git commit: FALCON-612 Create CHANGES.txt for falcon-regression contributed by Arpit Gupta

FALCON-612 Create CHANGES.txt for falcon-regression contributed by Arpit Gupta


Project: http://git-wip-us.apache.org/repos/asf/incubator-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-falcon/commit/bf28b31f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-falcon/tree/bf28b31f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-falcon/diff/bf28b31f

Branch: refs/heads/FALCON-585
Commit: bf28b31fd26d203614f348ca0d2a037ea21c3842
Parents: a349aed
Author: Samarth Gupta <sa...@inmobi.com>
Authored: Wed Aug 20 20:49:30 2014 +0530
Committer: Samarth Gupta <sa...@inmobi.com>
Committed: Wed Aug 20 20:49:30 2014 +0530

----------------------------------------------------------------------
 CHANGES.txt                   |  7 +------
 falcon-regression/CHANGES.txt | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/bf28b31f/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 3521216..5a1d682 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -27,15 +27,10 @@ Trunk (Unreleased)
    FALCON-263 API to get workflow parameters. (pavan kumar kolamuri via Shwetha GS)
 
   IMPROVEMENTS
+   FALCON-612 Create CHANGES.txt for falcon-regression(Arpit Gupta via SamarthG)
    FALCON-470 Add support for pagination, filter by, etc. to Entity and
    Instance List API (Balu Vellanki via Venkatesh Seetharam)
 
-   FALCON-581 merlin: Refactor code for cross product and make it a method 
-   (Raghav Kumar Gautam via Arpit Gupta) 
-   
-   FALCON-597 String logged at the start and end of the merlin test are slightly 
-   mismatched (Raghav Kumar Gautam via Arpit Gupta)
-
    FALCON-327 - Simplify message passing framework (Venkatesh Seetharam)
     FALCON-484 - Refactor workflow related code into context, listener and Notification
     FALCON-485 - Simplify JMS Message Sender/Consumer and use Workflow Context

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/bf28b31f/falcon-regression/CHANGES.txt
----------------------------------------------------------------------
diff --git a/falcon-regression/CHANGES.txt b/falcon-regression/CHANGES.txt
new file mode 100644
index 0000000..be15010
--- /dev/null
+++ b/falcon-regression/CHANGES.txt
@@ -0,0 +1,18 @@
+Apache Falcon (incubating) Regression Change log
+
+Trunk (Unreleased)
+
+  INCOMPATIBLE CHANGES
+
+  NEW FEATURES
+
+  IMPROVEMENTS
+   FALCON-581 merlin: Refactor code for cross product and make it a method 
+   (Raghav Kumar Gautam via Arpit Gupta) 
+   
+   FALCON-597 String logged at the start and end of the merlin test are slightly 
+   mismatched (Raghav Kumar Gautam via Arpit Gupta)
+
+  OPTIMIZATIONS
+
+  BUG FIXES