Commit graph

4350 commits

Author SHA1 Message Date
Dave Hladky
483ec5d22f Issue #1736 Add registry bandwidth tracking
Change-Id: Ic8b2a845095482aa117289c3fd68cd20b1bb87e6

Former-commit-id: 695365c03ac142960a22e6774f3a10fd5e16cd35
2013-12-04 11:58:49 -06:00
Benjamin Phillippe
212bbeb379 Issue #2534 Added reciprocated registry replication subscriptions
Change-Id: I6844d65ccab6c4246f37ce212fa17af09851da27

Former-commit-id: 2c52a6ee6f7d491d484c423359b8440975ad6d1e
2013-11-27 12:07:59 -06:00
Nate Jensen
9a4a4fba2d Merge "Issue #2537 point data code cleanup." into development
Former-commit-id: 8ccafcec9155bdab49d4d41c3a463323946f1850
2013-11-26 17:48:53 -06:00
Ben Steffensmeier
21f0abbca1 Issue #2574 Fix conversion of null grid coverage in dataURI.
Former-commit-id: 38352d01b6a4d85bd6961d791370db87d8800bf2
2013-11-26 15:19:31 -06:00
Ben Steffensmeier
a4e3a4a03b Issue #2537 point data code cleanup.
Former-commit-id: 8809ac9faa7669e7a0817b9b1c15c322b05e06a2
2013-11-26 15:16:54 -06:00
Ben Steffensmeier
08be03d3fa Issue #2574 Add DataURIFieldConverter for GridCoverages.
Former-commit-id: 452e129cda35ffe0b4b8d9bd262bd80bfa88d701
2013-11-25 12:17:36 -06:00
Nate Jensen
00fa91223b Merge "Issue #2359 add ability to ignore messages based on threads, ie ignore shef" into development
Former-commit-id: c4baf73e044c156a942290b8be603d9c9621d9fe
2013-11-25 08:34:40 -06:00
Nate Jensen
4a4f50155c Issue #2359 add ability to ignore messages based on threads, ie ignore
shef

Change-Id: I51d4b29e7accb3ce5bd90c7478c7f143bd76bb48

Former-commit-id: 4a9f2db86a148b58610680dbd2230b286d89e361
2013-11-22 15:54:22 -06:00
Richard Peter
b26e562845 Merge "Issue #2532 Fix grid displays of grids larger than the world." into development
Former-commit-id: f2df036fd63196cd8e7f29cbb80944099c2db92a
2013-11-22 12:38:05 -06:00
Nate Jensen
9de7c7f434 Merge "Issue #2361 fix style manager's jaxb context" into development
Former-commit-id: 0b018d8cd8f9738eb11897f07a83a5e370dcbcac
2013-11-22 10:08:13 -06:00
Nate Jensen
16329ab06b Issue #2361 fix style manager's jaxb context
Change-Id: I273c2361739e7860bd92a8c86d8f806b677f1f68

Former-commit-id: 2fddfc61fb8de88a67deb5b66a570ca548628ab3
2013-11-22 09:15:24 -06:00
Dave Hladky
04c7e2cffc Issue #2554 added explicit threading to WFS, ability to send GZIP requests, fixed maxfeatures, fixed adhoc display
Former-commit-id: e79ff905cbe3330dbe22b6663753e1d5e6dbe7bd
2013-11-21 14:46:47 -06:00
Nate Jensen
ddb0eaf0ff Merge "Issue #2033 fix plots working with multiple plotModels dirs contributed by different plugins" into development
Former-commit-id: 8f5078ce2a5369c62073a70b1772c2d0c96317fa
2013-11-21 10:12:11 -06:00
Nate Jensen
982a664301 Merge "Issue #2448 Fixed problem that set subscription start time to first cycle time. Fixed problem that set subscription end time to end of day." into development
Former-commit-id: 8c71361680cbe5860cbd4d76c3908cfbef23068f
2013-11-21 08:36:59 -06:00
Nate Jensen
9371c63c41 Issue #2033 fix plots working with multiple plotModels dirs contributed
by different plugins

Change-Id: I2d1ff75c62395ead5154398002610401faa4388d

Former-commit-id: 0ed68f5ec6b2b2f3413f7de5f9c7b15291afb85c
2013-11-20 17:33:53 -06:00
Brad Gonzales
93b47ce68b Issue #2448 Fixed problem that set subscription start time to first cycle time.
Fixed problem that set subscription end time to end of day.

Change-Id: Icccdbe4e38581f5194f6fde8d52f280d1a456a65

Former-commit-id: d8040be0d01c11fc7bfafe40a7afe509ba372ea0
2013-11-20 15:49:27 -06:00
Greg Armendariz
93daf9aff4 Merge "Issue #2545 Renamed datadelivery edex impl files to facilitate modes exclusion. Added monilithic impl config file for a registry that runs as an ncf and wfo for devRegistry mode. Added empty site and shared and local subscription handlers to enable the FindSubscriptionHandler bean to be configured through spring. Fix for re-routing Insert and Update registry events as data set metadata events which was lost when the registry was configured to distinguish between insert and update events. Moved subscriptionRoutesToSchedule bean (and other beans specific to an implementation) to the ncf, wfo, and monolithic edex impl spring files. Removed the wfo and ncf specific code from HibernateBandwidthInitializer.executeAfterRegistryInit() since the customized subscription handlers will be injected through spring. Removed the SBN route from wfo mode." into development
Former-commit-id: 243e06d507ee85bfa7e30f5da41c146afa4d1043
2013-11-20 12:26:30 -06:00
Brad Gonzales
053f20c70b Issue #2545 Renamed datadelivery edex impl files to facilitate modes exclusion. Added
monilithic impl config file for a registry that runs as an ncf and wfo for devRegistry mode.  Added empty site and
shared and local subscription handlers to enable the FindSubscriptionHandler bean to be configured through spring.
Fix for re-routing Insert and Update registry events as data set metadata events which was lost when the registry
was configured to distinguish between insert and update events.  Moved subscriptionRoutesToSchedule bean (and other
beans specific to an implementation) to the ncf, wfo, and monolithic edex impl spring files.  Removed the wfo and
ncf specific code from HibernateBandwidthInitializer.executeAfterRegistryInit() since the customized subscription
handlers will be injected through spring.  Removed the SBN route from wfo mode.

Amend: Comment updates from peer review.

Change-Id: Ic4c0dca8ebf1e86537e46a6231af58bb65c83cf8

Former-commit-id: c245f741b9e78d8e4503698336d9929536e72e0d
2013-11-20 11:58:33 -06:00
Ben Steffensmeier
d3ed1ba356 Issue #2532 Fix grid displays of grids larger than the world.
Former-commit-id: e607da0bb204d61cbc998595f52406605c1953e0
2013-11-20 11:11:03 -06:00
Brian Clements
fe58826a1e Issue #2393 removed pypies interpolation
updated datastore interface
updated pypies python code
updated python generated from java classes
moved in-java interpolation code from sat dao to utility classes
changed ncep mcidas dao to use in-java interpolation
changed VIIRS dao to use common interpolation code


Former-commit-id: 6f9ad823de5d0b30ae7c8206b4a4fdf1e3a2b22b
2013-11-20 08:40:12 -06:00
Bryan Kowal
ff968c9884 Issue #2552 - replace Logger with UFStatus
Former-commit-id: 10971eca8d10817c97073c6142ea7cf08b28fa27
2013-11-19 17:11:36 -06:00
Lee Venable
f8f0a0e41e Merge "Issue #1531 - Made bandwidth utilization graph resizable." into development
Former-commit-id: 6d5026a25af31f0ae8c29d1036d9358366550f75
2013-11-19 15:12:38 -06:00
Nate Jensen
c6d6b07e3f Merge "Issue #2361 don't initialize derived parameters on shutdown" into development
Former-commit-id: 4ae0820b630f25bda177572ffe77fbea52b4fd82
2013-11-19 14:11:01 -06:00
Richard Peter
4c9bcf718a Merge "Issue #2458 - Fixed product browser for DD so only active subs from local site are displayed" into development
Former-commit-id: d3559746302f09db933f9b8deecfe410e63d8430
2013-11-19 13:18:05 -06:00
Nate Jensen
c90a7d7b3c Issue #2361 don't initialize derived parameters on shutdown
Change-Id: I0f735d9843d87aaef593cf6df8c9fdad03cd9583

Former-commit-id: 13cc948c57d52261c700157f8e86b6e6c75b4fe1
2013-11-19 12:59:10 -06:00
Mike Duff
ed73a7e55a Issue #1531 - Made bandwidth utilization graph resizable.
Change-Id: I31752b94cd4a53aa08270e75a6adb8a70199b475

Former-commit-id: d6de10ca2c0609899bdb1f4c5f3de22a62d58998
2013-11-19 12:51:06 -06:00
Nate Jensen
6927e960b2 Merge "Issue #2552 - it is now possible to dynamically inject packages into the JaxbManager via Spring." into development
Former-commit-id: 59c62c673625d7e87b3b86575b8ebfb9e328ff28
2013-11-19 11:25:19 -06:00
Steve Harris
c37908caa8 Issue #2214 - restoring the libjep.so files I clobbered in the omaha_14.1.1 -> development merge
Former-commit-id: f0792ba7de783225b4c13970dff87bb7b17f4f94
2013-11-19 10:08:45 -06:00
Mike Duff
c908647259 Issue #2458 - Fixed product browser for DD so only active subs from local site are displayed
Change-Id: I271a325fc0720070716d3d51ac606350d952b7e2

Former-commit-id: cacc7a8560c589b24ea98191f152c31479c5631e
2013-11-19 08:55:27 -06:00
Nate Jensen
edf51dffc9 Merge "Issue #2543 fix gl buffer formating problems Change-Id: I305dfb7eadcf69b47d56e3f937abd8c2aa0edfdc" into development
Former-commit-id: b6420738e49d37840789c88089ecc8bab1103284
2013-11-18 12:50:38 -06:00
Nate Jensen
0dbe79344a Merge "Issue #2544 Fix recycling issues with Satellite resources." into development
Former-commit-id: 3a4eb4f997dd19469e88cff0f873bf7647793b2d
2013-11-18 12:50:19 -06:00
Ben Steffensmeier
105e3e359a Issue #2543 fix gl buffer formating problems
Change-Id: I305dfb7eadcf69b47d56e3f937abd8c2aa0edfdc

Former-commit-id: fe32d4ed93b583f0363b39edeb5b715bbe465dd8
2013-11-18 11:51:51 -06:00
Ben Steffensmeier
e392185d78 Issue #2544 Fix recycling issues with Satellite resources.
Former-commit-id: 166957a22c3447fa2407b13362eece24943675c9
2013-11-18 11:44:56 -06:00
Nate Jensen
4f47800cae Merge "Issue #2361 don't initialize SerializationUtil's JAXBContext in CAVE startup" into development
Former-commit-id: c27baf85e0eaf7f6dd6f2d36d19243ae37dc0dac
2013-11-18 11:39:12 -06:00
Steve Harris
0a36987a01 Merge branch 'omaha_14.1.1' (14.1.1-9) into development
Conflicts:
	cots/org.jep.linux32/libjep.so
	cots/org.jep.linux64/libjep.so
	nativeLib/files.native/awipsShare/hydroapps/lib/native/linux32/library.ohd.pproc.so
	nativeLib/files.native/edex/lib/native/linux32/library.ohd.pproc.so
	rpms/awips2.core/Installer.python/nativeLib/x86_64/grib2.so
      (took all the omaha_14.1.1 versions)

Former-commit-id: 42b0235982d6d03e6e14057a1072842fcadc4b85
2013-11-15 13:15:25 -06:00
Steve Harris
1015e180f1 Merge branch 'master_14.1.1' into omaha_14.1.1
Conflicts:
	rpms/awips2.core/Installer.python/nativeLib/x86_64/grib2.so (took master_14.1.1 version)

Former-commit-id: 5388a8206a9f447f2ff9030a9e6cfad76efc4cee
2013-11-15 13:05:40 -06:00
Steve Harris
f8f995b697 14.1.1-9 baseline
Former-commit-id: 0d10fff4b09db0e4b0b8bcf7481f5f13af0943f5
2013-11-15 12:47:49 -05:00
Brad Gonzales
aa8fb36fc1 Issue #2545 EdexBandwidthManager check for subsription event types before sending notifications.
Added missing comma to com.raytheon.edex.plugin.text.

Change-Id: Ifc970d31d8f2db29dc5a4749967cdedad84b6162

Former-commit-id: f570f6fcd64a96b7c61eecdfae6a765ec643e718
2013-11-15 08:00:47 -06:00
Nate Jensen
dd99aa3f47 Issue #2361 don't initialize SerializationUtil's JAXBContext in CAVE
startup

Change-Id: Iefa9c48f264c3ab4cf9d225d3e6420399c8b6700

Former-commit-id: 264b7c80cbd0559c175aef0a99d8f8407b6af7d0
2013-11-14 17:41:24 -06:00
Mike Duff
414cb1cf68 Issue #2548 - fix malformed comment
Change-Id: I365f5311fe28e0cbbf0dd94dcc88fd723f4f4034

Former-commit-id: 52462f299735aacee3db09faa6db9f28ba91f552
2013-11-14 17:30:55 -06:00
Richard Peter
14b1e924a1 Merge "Issue #2548 - Add a subscription type slot for uniqueness." into development
Former-commit-id: dba301df2f593baa951c14b684e7ce4794e32019
2013-11-14 17:21:48 -06:00
Brian Clements
cacdf313c5 Issue #2361 fixed ncwf hibernate pickup
the new way of finding hibernate classes requires project names to match package names
fixed ncwf to have matching package and project names


Former-commit-id: 4924917e28275d9bb8bb21feceb6016ce2c91c40
2013-11-14 17:12:02 -06:00
Mike Duff
47011a70db Issue #2548 - Add a subscription type slot for uniqueness.
Change-Id: I5cf04bde4a345606af72bf2091e423dd6aa555aa

Former-commit-id: 1ad7f83443c33f8b73d2ad8a9b2f574fd37db9e2
2013-11-14 17:07:54 -06:00
Nate Jensen
b4bcd14a85 Merge "Issue #2361 remove StyleManager's use of SerializationUtil and ISerializableObject" into development
Former-commit-id: f4d52a5312ba3352c99eb6a51f9ebf71d4ff0356
2013-11-14 16:34:28 -06:00
Bryan Kowal
be78fab116 Issue #2552 - it is now possible to dynamically inject packages into the JaxbManager via Spring.
Amend: datadelivery jaxables are now injected
Amend: created a getInstance method for EbxmlJaxbManager
Amend: use value instead of bean in spring configuration

Change-Id: Ib6c11b03964fbaeee24db352a8f0acc1b43fa3c0

Former-commit-id: 283853ead3588ef8ea296507b11a9ee9a23e9236
2013-11-14 15:17:28 -06:00
Richard Peter
8fb79e7b73 Merge branch 'development' into development_on_RHEL6
Former-commit-id: 13d284277bed2f0f731547ec443a262556df997c
2013-11-14 14:56:59 -06:00
Lee Venable
834c2ac8da Merge "Issue #2538 - Check for existing adhoc queries in registry. Peer review comments" into development
Former-commit-id: 83b799d6d2475898a547fa7763c5613bd1c163d9
2013-11-14 14:43:18 -06:00
Mike Duff
87a4b1bec4 Issue #2538 - Check for existing adhoc queries in registry.
Peer review comments

Change-Id: I95ca889847b230bf5bb93302dfe956593846f1b0

Former-commit-id: 5fe100c7b1397373c91ac02bf7a6c7c1778fd19a
2013-11-14 14:40:33 -06:00
Richard Peter
79bdd34f4f Merge branch 'omaha_14.1.1' (14.1.1-8) into development_on_RHEL6
Conflicts:
	cave/com.raytheon.uf.viz.monitor/src/com/raytheon/uf/viz/monitor/ui/dialogs/TableComp.java
	edexOsgi/build.edex/build.xml
	edexOsgi/build.edex/esb/conf/log4j-ingest.xml
	edexOsgi/com.raytheon.edex.feature.uframe/feature.xml
	edexOsgi/com.raytheon.edex.plugin.modelsounding/META-INF/MANIFEST.MF
	edexOsgi/com.raytheon.edex.plugin.text/META-INF/MANIFEST.MF
	edexOsgi/com.raytheon.uf.common.time/src/com/raytheon/uf/common/time/util/TimeUtil.java
	edexOsgi/com.raytheon.uf.edex.archive/src/com/raytheon/uf/edex/archive/DatabaseArchiver.java
	edexOsgi/com.raytheon.uf.edex.archive/src/com/raytheon/uf/edex/archive/DefaultPluginArchiveFileNameFormatter.java
	edexOsgi/com.raytheon.uf.edex.archive/src/com/raytheon/uf/edex/archive/IDataArchiver.java
	edexOsgi/com.raytheon.uf.edex.archive/src/com/raytheon/uf/edex/archive/IPluginArchiveFileNameFormatter.java
	edexOsgi/com.raytheon.uf.edex.archive/src/com/raytheon/uf/edex/archive/IPluginArchiver.java
	nativeLib/rary.meteorological/src/solax.f

Change-Id: I188bbccdb3c6f4036577aa90074a990e2832b822

Former-commit-id: f7f30006cdaf3c8e99d166463c226b504f458b83
2013-11-14 14:40:23 -06:00
Lee Venable
d431f3c0f4 Merge "Issue #2540 - pure python module merge implementation" into development
Former-commit-id: dbb67d3e8dd56c057626f499b2e3aa6b06eac41f
2013-11-14 14:33:18 -06:00