[ARVADOS] updated: 1.1.1-116-g0e2cc74

Git user git at public.curoverse.com
Mon Dec 4 12:26:33 EST 2017


Summary of changes:
 tools/crunchstat-summary/MANIFEST.in               |  2 +-
 .../crunchstat_summary/synchronizer.js             | 26 +++++++++++++++++++++-
 2 files changed, 26 insertions(+), 2 deletions(-)

       via  0e2cc747caebc3e07cbbf0ed6ee18e8141646080 (commit)
       via  59a04ec098d646b97f5b11da19d380bddedf59fd (commit)
      from  f24bdaa4bebace7d4959053b47a6ef139e4b02a7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 0e2cc747caebc3e07cbbf0ed6ee18e8141646080
Author: Tom Morris <tfmorris at veritasgenetics.com>
Date:   Mon Dec 4 12:24:22 2017 -0500

    12731: Remove webchart.js. Add synchronizer.js.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Morris <tfmorris at veritasgenetics.com>

diff --git a/tools/crunchstat-summary/MANIFEST.in b/tools/crunchstat-summary/MANIFEST.in
index f87ccca..d1c3037 100644
--- a/tools/crunchstat-summary/MANIFEST.in
+++ b/tools/crunchstat-summary/MANIFEST.in
@@ -4,4 +4,4 @@
 
 include agpl-3.0.txt
 include crunchstat_summary/dygraphs.js
-include crunchstat_summary/chartjs.js
+include crunchstat_summary/synchronizer.js

commit 59a04ec098d646b97f5b11da19d380bddedf59fd
Author: Tom Morris <tfmorris at veritasgenetics.com>
Date:   Mon Dec 4 12:22:39 2017 -0500

    12731: Add copyright notice, MIT license text, and source commit hash.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Morris <tfmorris at veritasgenetics.com>

diff --git a/tools/crunchstat-summary/crunchstat_summary/synchronizer.js b/tools/crunchstat-summary/crunchstat_summary/synchronizer.js
index 43c65a7..78c8d42 100644
--- a/tools/crunchstat-summary/crunchstat_summary/synchronizer.js
+++ b/tools/crunchstat-summary/crunchstat_summary/synchronizer.js
@@ -32,7 +32,31 @@
  * The `range` option has no effect unless `zoom` is true (the default).
  *
  * SPDX-License-Identifier: MIT
- * Original source: https://github.com/danvk/dygraphs/blob/master/src/extras/synchronizer.js 
+ * Original source: https://github.com/danvk/dygraphs/blob/master/src/extras/synchronizer.js
+ * at commit b55a71d768d2f8de62877c32b3aec9e9975ac389
+ *
+ * Copyright (c) 2009 Dan Vanderkam
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
  */
 (function() {
 /* global Dygraph:false */

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list