Merge branch 'master_13.5.1' (13.5.1-4) into omaha_13.5.1
Conflicts: cave/com.raytheon.uf.viz.archive.feature/feature.xml cave/com.raytheon.uf.viz.archive/src/com/raytheon/uf/viz/archive/ui/AbstractArchiveDlg.java cave/com.raytheon.uf.viz.archive/src/com/raytheon/uf/viz/archive/ui/ArchiveTableComp.java cave/com.raytheon.uf.viz.archive/src/com/raytheon/uf/viz/archive/ui/CaseCreationDlg.java cave/com.raytheon.uf.viz.monitor.ffmp/src/com/raytheon/uf/viz/monitor/ffmp/ui/dialogs/FfmpBasinTableDlg.java cave/com.raytheon.viz.pointdata/src/com/raytheon/viz/pointdata/rsc/PlotResource2.java edexOsgi/com.raytheon.uf.common.archive/build.properties edexOsgi/com.raytheon.uf.common.archive/src/com/raytheon/uf/common/archive/config/ArchiveConfigManager.java edexOsgi/com.raytheon.uf.common.archive/src/com/raytheon/uf/common/archive/config/CategoryConfig.java edexOsgi/com.raytheon.uf.edex.archive/res/spring/archivepurger-spring.xml edexOsgi/com.raytheon.uf.edex.archive/src/com/raytheon/uf/edex/archive/purge/ArchivePurger.java edexOsgi/com.raytheon.uf.edex.archive/utility/common_static/base/archive/PROCESSED_DATA.xml edexOsgi/com.raytheon.uf.edex.archive/utility/common_static/base/archive/RAW_DATA.xml rpms/awips2.core/Installer.ldm/patch/etc/pqact.conf.template tests/unit/com/raytheon/uf/common/archive/ArchiveConfigManagerTest.java Former-commit-id:da54766cc8
[formerly53258be797
] [formerlyda54766cc8
[formerly53258be797
] [formerly582f38bdd4
[formerly e9ab10a54853ed6e7550cbbafea1d2d6231ce3f9]]] Former-commit-id:582f38bdd4
Former-commit-id:69f8807963
[formerly1757da59ee
] Former-commit-id:7ceb1bb9ab
This commit is contained in:
commit
da3eb1e75c
5 changed files with 13 additions and 17 deletions
|
@ -118,8 +118,9 @@ import com.raytheon.viz.ui.dialogs.ICloseCallback;
|
|||
* Mar 29, 2013 1790 rferrel Bug fix for non-blocking dialogs.
|
||||
* Apr 15, 2013 1904 mpduff Remove calls to reset FFMPConfig.
|
||||
* Apr 25, 2013 1902 mpduff Fixed Thresholds dialog on multiple opens, needed an isDisposed check.
|
||||
* Jun 04, 2013 #1984 lvenable removed unnecessary code.
|
||||
* Jun 04, 2013 1984 lvenable removed unnecessary code.
|
||||
* Jun 06, 2013 2075 njensen Removed loading labels
|
||||
* Jun 20, 2013 14907 gzhang Thresholds menu ColorCell check fix.
|
||||
* </pre>
|
||||
*
|
||||
* @author lvenable
|
||||
|
@ -1086,8 +1087,7 @@ public class FfmpBasinTableDlg extends CaveSWTDialog implements
|
|||
|
||||
// Loop over enum from config singleton to create menu items
|
||||
for (ThreshColNames colName : ThreshColNames.values()) {
|
||||
if (ffmpConfig.isColorCell(colName)
|
||||
&& (colName != ThreshColNames.GUID)) {// DR 14907
|
||||
if (ffmpConfig.isColorCell(colName)) {// DR 14907
|
||||
// only add a menu item if colorCell is true
|
||||
MenuItem mi = new MenuItem(popupMenu, SWT.NONE);
|
||||
mi.setText(colName.name());
|
||||
|
|
|
@ -307,6 +307,7 @@ public class PlotResource2 extends
|
|||
if (curFrame == null) {
|
||||
curFrame = startFrameInit(time);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -24,7 +24,6 @@ import java.util.Collection;
|
|||
import com.raytheon.uf.common.archive.config.ArchiveConfig;
|
||||
import com.raytheon.uf.common.archive.config.ArchiveConfigManager;
|
||||
|
||||
|
||||
/**
|
||||
* Purge task to purge archived data based on configured expiration.
|
||||
*
|
||||
|
|
|
@ -388,7 +388,8 @@ IDS|DDPLUS ^(T[BCHPRTWXY][A-Z]{2}[0-9]{2}) ([A-Z]{4}) (..)(..)(..)
|
|||
# Change submitted by Dale Morris
|
||||
IDS|DDPLUS ^(A[AC-FH-RT-Z]..[0-9][0-9]) (.{4}) (..)(..)(..)
|
||||
FILE -overwrite -log -close -edex /data_store/summaries/(\3:yyyy)(\3:mm)\3/\4/\1_\2_\3\4\5_(seq).%Y%m%d%H
|
||||
IDS|DDPLUS ^(AG..[0-9][0-9]) (KWB.) (..)(..)(..)
|
||||
#DR 16188 - Changed IDS|DDPLUS to ANY to handle products over both nwstg and nwstg2 channels
|
||||
ANY ^(AG..[0-9][0-9]) (KWB.) (..)(..)(..)
|
||||
FILE -overwrite -log -close -edex /data_store/summaries/(\3:yyyy)(\3:mm)\3/\4/\1_\2_\3\4\5_(seq).%Y%m%d%H
|
||||
#shef
|
||||
IDS|DDPLUS ^(A[BS]..[0-9][0-9]) (....) (..)(..)(..)
|
||||
|
|
|
@ -132,17 +132,15 @@ fi
|
|||
|
||||
if [ "${1}" = "-postgres" ]; then
|
||||
buildRPM "awips2-postgres"
|
||||
#buildRPM "awips2-database-server-configuration"
|
||||
buildRPM "awips2-database-server-configuration"
|
||||
buildRPM "awips2-database-standalone-configuration"
|
||||
buildRPM "awips2-database"
|
||||
buildRPM "awips2-maps-database"
|
||||
buildRPM "awips2-pgadmin3"
|
||||
buildRPM "awips2-tools"
|
||||
buildRPM "awips2-notification"
|
||||
buildRPM "awips2-edex-environment"
|
||||
#buildRPM "awips2-database-standalone-configuration"
|
||||
#buildRPM "awips2-database"
|
||||
buildRPM "awips2-data.hdf5-gfe.climo"
|
||||
buildRPM "awips2-data.hdf5-topo"
|
||||
#buildRPM "awips2-maps-database"
|
||||
buildRPM "awips2-python-dynamicserialize"
|
||||
buildRPM "awips2-notification"
|
||||
buildRPM "awips2-tools"
|
||||
|
||||
exit 0
|
||||
fi
|
||||
|
@ -350,7 +348,7 @@ fi
|
|||
|
||||
if [ "${1}" = "-viz" ]; then
|
||||
buildRPM "awips2"
|
||||
# buildRPM "awips2-common-base"
|
||||
buildRPM "awips2-common-base"
|
||||
buildRPM "awips2-rcm"
|
||||
buildRPM "awips2-hydroapps-shared"
|
||||
buildCAVE
|
||||
|
@ -368,9 +366,6 @@ if [ "${1}" = "-edex" ]; then
|
|||
buildRPM "awips2-cli"
|
||||
buildRPM "awips2-gfesuite-client"
|
||||
buildRPM "awips2-gfesuite-server"
|
||||
buildRPM "awips2-python-dynamicserialize"
|
||||
buildRPM "awips2-python-ufpy"
|
||||
buildRPM "awips2-edex-environment"
|
||||
buildEDEX
|
||||
if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue