Ron Anderson
a2a89fb4e7
Issue #1608 Fixed group deletes in H5pyDataStore.py
...
Change-Id: I9cd6e186646f9db40b0e498740fb4c63bc99b79a
Former-commit-id: dc9ac54903107224633b4e18d5caa345649d8266
2013-02-15 09:03:41 -06:00
Dustin Johnson
dd8ca33fc4
Issue #1543 Serialize DODS response rather than plugin data objects directly
...
- Remove proxy classes for Spring transactions, use interfaces as Spring recommends.
Amend:
Peer review comments.
Set retrieval status to failed when payload is null.
Change-Id: I458b13856302c8faceeef985c1c41115644520b7
Former-commit-id: 69f294183da4bbeb535b11c81550b1e9b4124ac6
2013-02-14 09:49:22 -06:00
Dustin Johnson
8307af022c
Issue #1543 Add testing of current OpenDAP type retrievals.
...
- Add test for current behavior of SBN-like retrievals.
- Change session management to use a factory implementation.
- Add service locator strategy to find jaxbables.
- Tests cleanup.
- Add mock versions of OpenDAP service classes to test more OpenDAP retrieval functionality.
Amend:
Peer review comments.
Change to use Spring transactions.
Change-Id: Ifce73361a5d864c54fdd493240c40d5ae66ef366
Former-commit-id: bb9ab0ceb479a8c6a727b9764433edb70eec31f1
2013-02-11 14:21:57 -06:00
Max Schenkelberg
bb68c95589
Issue #1500 Sped up warngen text creation by calculating hatched polygon and area in Job when polygon or area changes, initializing velocity for template running when warngen starts, only requesting full warning records when they are requested for use from CurrentWarnings, and only requesting partial ActivateTableRecords for determining active watch info.
...
Change-Id: Ia120f2d20b99e4d152554727597b22af762413ac
Former-commit-id: 26af6badfffd930b8051af8e33ff6897d6c87073
2013-02-06 17:21:13 -06:00
Steve Harris
83e9157df7
13.2.1-2 baseline
...
Former-commit-id: bd9eec1d4e6fd843c7bb594b8adb882d72edc6cf
2013-01-23 11:18:44 -05:00
Bryan Kowal
4939e96872
Issue #1414 - adding Satellite to the Data Access Framework
...
- addressed peer review comments
- includes the CAVE generic grid resource and resource data
- the generic grid resource now utilizes the populateData method of IGridData
- the data time methods of the satellite factory will now throw data retrieval exceptions
Change-Id: I763cddc8ba8cac715eb0605594904bd9f9c21db9
Former-commit-id: b084e4a721edc9400fc7a8f25c7da539d6dd8480
2013-01-15 18:08:17 -06:00
Bryan Kowal
e2a12845d3
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: ed2e78738b391bcb9a40ddde7b7a6acf7ccd1b30
2013-01-15 14:56:01 -06:00
Steve Harris
8e5f9e0e6c
13.1.2-6 baseline
...
Former-commit-id: 184f16c9f91fb06efa7aeaf5499ace33f4f17bf7
2013-01-06 14:55:11 -06:00
Steve Harris
c0c1d56f3a
13.1.2-2 baseline
...
Former-commit-id: 221d0aaf0e19a054387134e72a76a278159bf4d0
2013-01-06 14:32:24 -06:00
Richard Peter
513dd75a23
Issue #1421 : Make hdf5 and database purge the same, update H5pyDataStore
...
Change-Id: I9cbe9c5cb185b4eb999b0c0a2d6ff6b6d754d0e7
Former-commit-id: fb25e736d298225d217a1775891a65de7e0bd50c
2012-12-13 11:02:07 -06:00
Steve Harris
45f5150eb6
12.12.1-10 baseline
...
Former-commit-id: 07d77ee5ca986f9762ec9c3276e8320e3f363ebc
2012-12-06 09:12:15 -06:00
Ben Steffensmeier
69fc030bb4
Merge branch 'ss_builds'(12.12.1-1) into development
...
Conflicts:
cave/com.raytheon.viz.aviation/src/com/raytheon/viz/aviation/editor/TafViewerEditorDlg.java
cave/com.raytheon.viz.gfe/src/com/raytheon/viz/gfe/dialogs/DefineRefSetDialog.java
cave/com.raytheon.viz.gfe/src/com/raytheon/viz/gfe/dialogs/FormatterLauncherDialog.java
cave/com.raytheon.viz.grid/src/com/raytheon/viz/grid/inv/GribDataCubeAlertMessageParser.java
edexOsgi/com.raytheon.edex.plugin.grib/res/spring/grib-request.xml
edexOsgi/com.raytheon.edex.plugin.grib/src/com/raytheon/edex/plugin/grib/dao/GribDao.java
edexOsgi/com.raytheon.edex.plugin.grib/utility/common_static/base/purge/gribPurgeRules.xml
edexOsgi/com.raytheon.uf.common.gridcoverage/src/com/raytheon/uf/common/gridcoverage/GridCoverage.java
edexOsgi/com.raytheon.uf.common.serialization/src/com/raytheon/uf/common/serialization/DynamicSerializationManager.java
edexOsgi/com.raytheon.uf.edex.database/src/com/raytheon/uf/edex/database/plugin/PluginDao.java
edexOsgi/com.raytheon.uf.edex.database/src/com/raytheon/uf/edex/database/purge/PurgeRuleSet.java
edexOsgi/com.raytheon.uf.edex.database/src/com/raytheon/uf/edex/database/purge/PurgeRuleTree.java
edexOsgi/com.raytheon.uf.tools.cli/impl/src/purgeallmodeldata/purgeAllModelData.py
pythonPackages/dynamicserialize/dstypes/com/raytheon/uf/common/dataplugin/__init__.py
Change-Id: Iefdb4f7ba08dc052250d432bb0363a9f83031fcc
Former-commit-id: 911c845199714c07e93f9847ab00fcd6d28a4223
2012-11-13 16:00:19 -06:00
Dustin Johnson
ddaa681d8a
Issue #1302 Fix spring/project errors pointed out by CAVE spring changes
...
Change-Id: I2b39071348bea5394c4f275051f19a2853f61f1c
Former-commit-id: 217a17fe79d9156f03597d72e51ab47325b00991
2012-11-08 12:00:15 -06:00
Dustin Johnson
064ef82d1e
Issue #1302 Address peer review comments for 5-Data_Delivery/development merge
...
Amend:
More peer review comments
Restore PreferencesHandler
Change-Id: Ib995f58c31ce844466674dbe29bf3048b78048f7
Former-commit-id: c04f7dca6f980ab7f3d77825312ddc34ba3b188d
2012-11-08 09:57:16 -06:00
Steve Harris
e4bd20a515
12.12.1-1 baseline
...
Former-commit-id: 7699acd8cfc5cfa4e902ba98d5fdc2f7c474a535
2012-11-07 12:41:20 -06:00
Max Schenkelberg
2f90120248
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: a9c7374d162296c170f7c1b80e1fb2978b854cfd
2012-11-07 10:44:42 -06:00
Richard Peter
45b25ead66
Issue #1257 : Fix Tropical Test Tool
...
Change-Id: I50c1d7e703d0d5e825ab9825f7fdbcd17ac0e49b
Former-commit-id: ffb46aa8beab26ce61aa27eaeb8da41a417a24c0
2012-11-06 08:47:41 -06:00
Richard Peter
023bed9bcf
Issue #1257 : Fix hdf5 purge as well as obs defining multiple default rules. Clean up old purgeRules in deleted plugin. Fix concurrency on ProcessUtil"
...
Change-Id: I984bb34f88ecda1e57ccac462acbced7240846a0
Former-commit-id: 3d04fdb509db0a5d46e215bdc2595c07d15575b2
2012-11-05 15:19:04 -06:00
Richard Peter
da5a8fc3d9
Issue #1257 : Fix hdf5 purge
...
Change-Id: I90c54ad6494f7ff3bdf576f12098e8bafddfee95
Former-commit-id: 9b4e8adccfdc94e9f8cfb7705855b1376b892cdd
2012-11-02 11:06:27 -05:00
Richard Peter
ed20220923
Issue #1257 : Address peer review comment and cleanup bufrmos.
...
Change-Id: I37f4714a3b350924fd86c016dea7de8aff023def
Former-commit-id: 2fbcf67a963c3a174a5bd096e3dc11550cdff723
2012-11-01 16:23:41 -05:00
Dustin Johnson
98d7beae50
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: 89583d97c8823818f87dc1a234078d85ba7bea4a
2012-11-01 13:36:06 -05:00
Richard Peter
275398778f
Issue #1257 : Update PurgeRules to not be hard linked to path keys
...
Change-Id: I8eb68c527ddafae2ee2b3af8d22eed905f547ea4
Former-commit-id: 73bca27407552c864765d5924e8609a253493f4c
2012-10-31 18:19:44 -05:00
Ben Steffensmeier
d0a2ed32b5
merge branch Unifeid_Grid into developement
...
Former-commit-id: 85a18d2cfdd70a24356f6e5ae490ec0c3fdb73e7
2012-10-30 12:24:54 -05:00
Brad Gonzales
b2656df2f8
Issue # 1292 Migrate the common and edex projects required for stats from the 5-Data_Delivery branch to the development branch in the AWIPS2_baseline repository:
...
edexOsgi/com.raytheon.uf.common.event
edexOsgi/com.raytheon.uf.common.stats
edexOsgi/com.raytheon.uf.edex.event.feature
edexOsgi/com.raytheon.uf.edex.event
edexOsgi/com.raytheon.uf.edex.stats
update the edex feature and edex build.xml to include the edex stat projects.
Change-Id: I8d3232a765124eefa5d6f8387d6ca386163382c4
Former-commit-id: 6db4ef518672ee4fdfde9109ea4b606ccf6c5e55
2012-10-26 14:00:55 -05:00
Ben Steffensmeier
6a9ff88b33
merge Unified_Grid with ss_builds to 12.11.1-7
...
Former-commit-id: ab80625b5c573d8ab1350b4c251414ea036ef016
2012-10-25 12:22:11 -05:00
Steve Harris
03f3f3c36a
12.11.1-5 baseline
...
Former-commit-id: a2b34f5c48d7a8e6e73a35d18dd565222bc7caa7
2012-10-18 15:46:42 -05:00
Richard Peter
ca0c9b7502
Issue #1257 : Change Radar and GFE hdf5 file layouts. Update PluginDao to use ThreadLocal for date formatting instead of sync blocks. Fix for NSharp with different grid path.
...
Change-Id: I426718d765dfad3aba24e504b2d01ab9b194625f
Former-commit-id: 535a9c40538da25dd493c7bdfa6a731160819f85
2012-10-15 09:52:14 -05:00
Ben Steffensmeier
bd8eb7fc15
Issue #189 checkin of gridcoverage plugin and switch existing grib to use new plugin
...
Change-Id: I060f13ce68e7947e54d62d25d90ebdad2666bece
Former-commit-id: 8f164a7b948e462b14caf6576de2b898a9a4e880
2012-09-18 15:19:05 -05:00
Steve Harris
61f269f54c
12.9.1-5 baseline
...
Former-commit-id: d85b989f77196d20eb2d2a21cf4daa13d50474ae
2012-08-21 15:27:03 -05:00
James Korman
38a2e426d9
Issue #798 - Code review changes
...
Issue #798 - Code review updates
Change-Id: I5447574392a42c79fa4295ce4f9bb5ac295d06bb
Former-commit-id: cb05a9f95384806537106dc804833331d6c7db48
2012-07-31 13:38:23 -05:00
Nate Jensen
a65e9608fd
Issue #882 improved use of SimulatedTime
...
Change-Id: I624427fe42f0d74bc62900216596e724857830fc
Former-commit-id: 0deb4ff6eb3dc1aa794916b84a6530b5d77a8b25
2012-07-31 08:57:54 -05:00
David Gillingham
3fffc47ba5
Issue #828 : Ensure all baseline PurgeRules files live in only COMMON_STATIC, modify
...
PluginDao.getPurgeRulesForPlugin to search just COMMON_STATIC.
Change-Id: If0e9b37d423a5cdfe317194f952bbfb9697b9581
Former-commit-id: 7cd8ebbf86bd1b6725e990fc2c36317e15cc1fc0
2012-06-29 13:01:42 -05:00
Bryan Kowal
e32406ca8a
Merge branch 'development' of ssh://lightning.omaha.us.ray.com:29418/AWIPS2_baseline into development
...
Former-commit-id: 1290be4ea8aab292b6f8d2ce1f1beda5fa15395d
2012-06-19 13:17:17 -05:00
Bryan Kowal
95a5887b06
Issue #708 - ensure that spring and other resources are packaged in the edex jars created by the pde build. Updated the edex pde build to handle foss dependencies correctly.
...
Former-commit-id: 1afabfa6e3621f0cfda1084e95c0e5a91a313812
2012-06-19 13:15:53 -05:00
Nate Jensen
ae384ddf24
Issue #765 fix so data can be retrieved with or without hdfFileId
...
Former-commit-id: 2931a63a74885e4594eb6f3b1539336e6b4bd4c9
2012-06-18 17:20:48 -05:00
Steve Harris
37793c86b1
Merge branch 'ss_sync' (OB12.5.1-15) into 9-Wes2Bridge
...
Conflicts:
cots/org.jboss.cache/.project
edexOsgi/build.edex/esb/conf/spring/project.properties
edexOsgi/com.raytheon.edex.plugin.text/src/com/raytheon/edex/plugin/text/dao/TextDao.java
edexOsgi/com.raytheon.uf.edex.decodertools/src/com/raytheon/uf/edex/decodertools/bufr/BUFRSection1.java
edexOsgi/com.raytheon.uf.edex.decodertools/src/com/raytheon/uf/edex/decodertools/time/TimeTools.java
javaUtilities/com.raytheon.wes2bridge.utility.product/.project
ncep/gov.noaa.nws.ncep.common.dataplugin.sgwh/src/gov/noaa/nws/ncep/common/dataplugin/sgwh/SgwhRecord.java
ncep/gov.noaa.nws.ncep.common.dataplugin.sgwhv/src/gov/noaa/nws/ncep/common/dataplugin/sgwhv/SgwhvRecord.java
ncep/gov.noaa.nws.ncep.common.dataplugin.ssha/src/gov/noaa/nws/ncep/common/dataplugin/ssha/SshaRecord.java
ncep/gov.noaa.nws.ncep.common.staticdata/.project
Former-commit-id: a435e6464a78345b5036e3060430375dc53e4faf
2012-06-11 15:24:03 -05:00
Steve Harris
b13cbb7e00
12.5.1-15 baseline
...
Former-commit-id: 4909e0dd166e43c22a34d96aa744f51db8a7d6c0
2012-06-08 13:39:48 -05:00
Steve Harris
092efd6072
Merge branch 'ss_sync' (OB12.4.1-10) into 9-Wes2Bridge
...
Conflicts:
ncep/gov.noaa.nws.ncep.common.dataplugin.mcidas/src/gov/noaa/nws/ncep/common/dataplugin/mcidas/McidasRecord.java
ncep/gov.noaa.nws.ncep.common.dataplugin.ncpafm/src/gov/noaa/nws/ncep/common/dataplugin/ncpafm/NcPafmRecord.java
ncep/gov.noaa.nws.ncep.common.dataplugin.ncuair/src/gov/noaa/nws/ncep/common/dataplugin/ncuair/NcUairRecord.java
ncep/gov.noaa.nws.ncep.edex.plugin.mosaic/src/gov/noaa/nws/ncep/edex/plugin/mosaic/common/MosaicRecord.java
All of these were 'self-resolved' when kdiff3 invoked
Former-commit-id: f98354aae305ad227eaf3b36e4393b8aefc80f02
2012-05-09 13:19:47 -05:00
Dave Hladky
1b7473572f
Issue #15 Re-wrote SimDate integration for menus, alert observers after
...
merge headache.
Former-commit-id: 647b7ac154dbdaf945231b231f491bbca86d2a24
2012-04-30 13:43:34 -05:00
Steve Harris
67a5a68300
12.4.1-4 baseline
...
Former-commit-id: ad648deaf4d3edaabdda15184289b3a927308bd7
2012-04-18 15:18:16 -05:00
David Gillingham
845e6c19af
Issue #20 : Merge all changes from previous SVN repo to GIT.
...
Former-commit-id: 926a2a6a5af5b3514c29097deb0fc24b093643a2
2012-01-26 17:38:43 -06:00
Dave Hladky
594412a5b5
Issue #15 Wes2Bridge time settings
...
Former-commit-id: 61cb464263b06c01f4ea0b7270628f03e9e48d5a
2012-01-25 10:53:51 -06:00
Matt Nash
66be3bec40
Moving 12.1.1 into ss_sync
...
Former-commit-id: 2a9569942c48542cf708b6c0b9189146fd954c11
2012-01-19 11:53:12 -06:00
root
9f19e3f712
Initial revision of AWIPS2 11.9.0-7p5
...
Former-commit-id: 64fa9254b946eae7e61bbc3f513b7c3696c4f54f
2012-01-06 08:55:05 -06:00