Ron Anderson
dc7c9edb87
Issue #1608 Fixed group deletes in H5pyDataStore.py
...
Change-Id: I9cd6e186646f9db40b0e498740fb4c63bc99b79a
Former-commit-id: 7c0a5d74bf
[formerly dc9ac54903107224633b4e18d5caa345649d8266]
Former-commit-id: a2a89fb4e7
2013-02-15 09:03:41 -06:00
Bryan Kowal
fba28ea69b
Issue #1469 - pypies will now read the hdf5 root directory from configuration. Relative paths can now be passed to pypies. Rebased to fix merge conflict.
...
Change-Id: I38873e478729a3644db7ce2813e9bd6c15d9bdf3
Former-commit-id: 4db9c6c321
[formerly ed2e78738b391bcb9a40ddde7b7a6acf7ccd1b30]
Former-commit-id: e2a12845d3
2013-01-15 14:56:01 -06:00
Dave Hladky
b24402b21d
Issue #1372 Make Ingest DAT log stats.
...
Change-Id: Icf9914a53ea384fe51c28c995b8834dfa9071612
Former-commit-id: 502d3d7b47
[formerly 38cd4be2fa86df03580dc87824e7270066de298a]
Former-commit-id: 0b250b2483
2012-11-30 16:03:10 -06:00
Ben Steffensmeier
9dd5c8d545
Issue #189 clean up unneeded references to grib.
...
Former-commit-id: 7e1463f328
[formerly b25e86c8f369297b8e21efe7cdc0a9874c0cc470]
Former-commit-id: 7226decbe2
2012-11-19 13:33:02 -06:00
Benjamin Phillippe
44519995ee
Issue #1335 Fixed EHCache warnings. Changes to necessary config files
...
Change-Id: Ib6ad30965f32a046a1414bdfb534ec44ed875ce8
Former-commit-id: 5c31b34e12
[formerly 6bb4fb29b5dd8e30a19ec63412fbd05348bd87a0]
Former-commit-id: 5bf46d468d
2012-11-15 13:35:25 -06:00
Max Schenkelberg
fe11e31bfb
Issue #1243 Made localization lock more intelligently to avoid files getting out of sync and causing errors.
...
Amend: Fixed LocalizationFileOutputStream so it has option to close and save file and made LocalizationFile.write so it is more clear as to
what it is doing. Made CloudHeightData and AdaptivePlotResourceData not create FileUpdateMessages.
Amend: Rebased
Change-Id: I5aff6402004f4b4d3040c8c71f5ee16dfeb33567
Former-commit-id: 28e61c8285
[formerly 85a0b9bb03887b9ef50e67a1ae3a36afd24b3a58]
Former-commit-id: dcde9e8951
2012-11-14 16:19:37 -06:00
Dustin Johnson
afd9a767ea
Issue #1322 Common baseline changes to support BandwidthManager
...
Amend:
Revert EDEXLocalizationAdapter and duplicate getPath() in test version.
Change-Id: I72205aadeba1f894ee49cb4d146519df10d941f8
Former-commit-id: 7c59f9ea41
[formerly 07aeec469a83ce07286bc27ea3e6bda41909be8d]
Former-commit-id: 7d9e7567bd
2012-11-14 12:19:10 -06:00
Max Schenkelberg
f069f34a96
Issue #1308 Wrote custom OSGI spring handler that could support multiple XML contexts per bundle, merge dependency contexts and scan res spring folder like EDEX. Two changes were required, one for menu generation registration and one for apache beanutils converter registration.
...
Change-Id: If392126da6b7b27be20bbcb2423ab0e851307345
Former-commit-id: ca4177dd08
[formerly a9c7374d162296c170f7c1b80e1fb2978b854cfd]
Former-commit-id: 2f90120248
2012-11-07 10:44:42 -06:00
Dustin Johnson
8e69107b5a
Issue #1302 Merge branch '5-Data_Delivery' into development
...
Conflicts:
edexOsgi/build.edex/deploy-common/external-rules.xml
edexOsgi/build.edex/deploy-common/plugin-methods.xml
edexOsgi/com.raytheon.edex.plugin.text/src/com/raytheon/edex/plugin/text/dao/TextDao.java
edexOsgi/com.raytheon.uf.edex.database/src/com/raytheon/uf/edex/database/plugin/PluginDao.java
edexOsgi/com.raytheon.uf.edex.esb.camel/src/com/raytheon/uf/edex/esb/camel/Executor.java
edexOsgi/build.edex/build.xml
edexOsgi/build.edex/esb/conf/modes.xml
edexOsgi/com.raytheon.edex.feature.uframe/feature.xml
edexOsgi/com.raytheon.edex.plugin.grib/res/spring/grib-ingest.xml
edexOsgi/com.raytheon.edex.plugin.grib/src/com/raytheon/edex/plugin/grib/Grib1Decoder.java
edexOsgi/com.raytheon.edex.plugin.grib/src/com/raytheon/edex/plugin/grib/GribDecoder.java
edexOsgi/com.raytheon.uf.common.gridcoverage/src/com/raytheon/uf/common/gridcoverage/GridCoverage.java
Change-Id: I32226e8c316eb393d6f372eaa53b8811d0a954a0
Former-commit-id: 31d7d09c10
[formerly 89583d97c8823818f87dc1a234078d85ba7bea4a]
Former-commit-id: 98d7beae50
2012-11-01 13:36:06 -05:00
Max Schenkelberg
ab120dfec6
Issue #1138 Added null check to base ProtectedFile object since will be null when called recursively first time when constructing the base object. Organized static functions together from member functions.
...
Change-Id: I5dbef82932c9dc8623061361fad64fd0e8706546
Former-commit-id: c4398c09a4
[formerly edbff1f2b607d53e8247155a5526a7c21e40ac71]
Former-commit-id: fffe220e05
2012-09-11 14:04:14 -05:00
Max Schenkelberg
6d78afd423
Issue #1138 Changed LocalizationFile.protectedFile from boolean to LocalizationLevel so the protected level is specified if the file is protected. That way the file browser knows what level the file can be copied or moved to. Made speed improvements to perspective when refreshing files and consolidated different ways of doing same thing. Made all localization actions check protected level when setting if enabled or not. Added tool tip to protected files to show they are protected in view.
...
Change-Id: Id6862f29f431dd79758e39282659a670fe3a1536
Former-commit-id: 84658dd03a
[formerly 1d5b8912fe38bd21496c7b9f4ba385e27d7dedcd]
Former-commit-id: 80439b309b
2012-09-10 10:45:37 -05:00
Steve Harris
62cf6a9f92
Revert "12.6.1-10 baseline"
...
This reverts commit 06f1c7b73c
[formerly ddde63eee0
] [formerly a2c0893d1a
[formerly 5e2f5e9bc2b0559c3101cc0c3af708858e3b95d1]].
Former-commit-id: 25198a5cd6
[formerly 8cdb21fda317373a0dc95e5048716d0e31412ab4]
Former-commit-id: b4b1f6975f
2012-06-21 08:51:08 -05:00
Steve Harris
06f1c7b73c
12.6.1-10 baseline
...
Former-commit-id: a2c0893d1a
[formerly 5e2f5e9bc2b0559c3101cc0c3af708858e3b95d1]
Former-commit-id: ddde63eee0
2012-06-21 08:38:48 -05:00
Steve Harris
09f73b0601
12.6.1-5 baseline
...
Former-commit-id: 8947efbc7f
[formerly 052cb99a833ed45e1d7a6e965bf8c996c39e2ffb]
Former-commit-id: c99afab05f
2012-06-11 16:23:47 -05:00
Steve Harris
750b7543dd
12.4.1-4 baseline
...
Former-commit-id: 2a216f333c
[formerly ad648deaf4d3edaabdda15184289b3a927308bd7]
Former-commit-id: 67a5a68300
2012-04-18 15:18:16 -05:00
Ben Steffensmeier
e2141b574e
Issue #176 remove id from dataURI notifications
...
Change-Id: I418de45a0daf13c9656161cc4ef67b755052ea58
Former-commit-id: 2995d2b29b
[formerly 32b8f723ebf64d97636705911c0b7b22a9cd2148]
Former-commit-id: 100b4c4ba0
2012-02-14 12:59:42 -06:00
Matt Nash
580e2938d7
Moving 12.1.1 into ss_sync
...
Former-commit-id: c83e5ff474
[formerly 2a9569942c48542cf708b6c0b9189146fd954c11]
Former-commit-id: 66be3bec40
2012-01-19 11:53:12 -06:00
root
a02aeb236c
Initial revision of AWIPS2 11.9.0-7p5
...
Former-commit-id: 06a8b51d6d
[formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]
Former-commit-id: 9f19e3f712
2012-01-06 08:55:05 -06:00