You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by tf...@apache.org on 2018/02/07 17:42:29 UTC

lucene-solr:branch_7x: SOLR-11933: make DIH safer by not default checking the clean checkbox

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 359ae6fe6 -> 28aed9db0


SOLR-11933: make DIH safer by not default checking the clean checkbox

This closes #316


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/28aed9db
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/28aed9db
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/28aed9db

Branch: refs/heads/branch_7x
Commit: 28aed9db05784146242d514aa61841d1a2c03086
Parents: 359ae6f
Author: epugh <ep...@opensourceconnections.com>
Authored: Wed Jan 31 15:41:18 2018 -0500
Committer: Tomas Fernandez Lobbe <tf...@apache.org>
Committed: Wed Feb 7 09:41:20 2018 -0800

----------------------------------------------------------------------
 solr/CHANGES.txt                                     | 2 ++
 solr/webapp/web/js/angular/controllers/dataimport.js | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/28aed9db/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 08a1836..e2b7abb 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -240,6 +240,8 @@ Other Changes
 
 * SOLR-11613: Make message for missing dataimport config in UI more explicit. (Shawn Heisey, Amrit Sarkar via Cassandra Targett)
 
+* SOLR-11933: Make DIH UI page safer by not default checking the clean checkbox (Eric Pugh via Tomás Fernández Löbbe)
+
 ==================  7.2.1 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/28aed9db/solr/webapp/web/js/angular/controllers/dataimport.js
----------------------------------------------------------------------
diff --git a/solr/webapp/web/js/angular/controllers/dataimport.js b/solr/webapp/web/js/angular/controllers/dataimport.js
index cebf27a..c31b6f0 100644
--- a/solr/webapp/web/js/angular/controllers/dataimport.js
+++ b/solr/webapp/web/js/angular/controllers/dataimport.js
@@ -96,7 +96,7 @@ solrAdminApp.controller('DataImportController',
         $scope.form = {
             command: "full-import",
             verbose: false,
-            clean: true,
+            clean: false,
             commit: true,
             showDebug: false,
             custom: "",