Commit graph

45 commits

Author SHA1 Message Date
Dave Hladky
f26450c40d Issue #2889 user who issued change now shows in notification center
Change-Id: I424b965fed273c491f2d80e220a0936eaa79f7cc

Former-commit-id: 1671baaf10 [formerly adc364d92a7fcb2a255a2f448efb56ef48492280]
Former-commit-id: 9479219b73
2014-04-02 14:06:25 -05:00
Richard Peter
f13c86bc3e Merge branch 'omaha_14.2.1' (14.2.1-8) into development
Conflicts:
	cave/com.raytheon.uf.viz.core/src/com/raytheon/uf/viz/core/localization/LocalizationManager.java
	cave/com.raytheon.viz.gfe/src/com/raytheon/viz/gfe/ui/zoneselector/ZoneSelectorResource.java
	cave/com.raytheon.viz.grid/src/com/raytheon/viz/grid/rsc/general/GeneralGridData.java
	cave/com.raytheon.viz.warngen/src/com/raytheon/viz/warngen/gui/WarngenLayer.java
	edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/config/gfe/serverConfig.py
	edexOsgi/com.raytheon.edex.plugin.textlightning/src/com/raytheon/edex/plugin/textlightning/impl/TextLightningParser.java
	edexOsgi/com.raytheon.uf.common.comm/src/com/raytheon/uf/common/comm/HttpClient.java
	edexOsgi/com.raytheon.uf.common.dataaccess/src/com/raytheon/uf/common/dataaccess/response/GridResponseData.java
	edexOsgi/com.raytheon.uf.common.dataaccess/src/com/raytheon/uf/common/dataaccess/util/PDOUtil.java
	edexOsgi/com.raytheon.uf.edex.datadelivery.bandwidth.ncf/src/com/raytheon/uf/edex/datadelivery/bandwidth/sbn/SbnSimulator.java

Change-Id: Ia74f80ced9091ff0497ccc6d93e876b5a9807f75

Former-commit-id: 0e25ae35c1 [formerly a47eaa9af45db41391fe46e36ec0793f70d06ad6]
Former-commit-id: 1c150e6e8b
2014-02-27 15:18:26 -06:00
Brad Gonzales
5ce1939d01 Issue #2386 fixed spatial overlap rule application.
Amend: updates from peer review.

Change-Id: Icd33c9175f210d864bd5117fc54c76362b76ac22

Former-commit-id: 783afb1585 [formerly 807f278d542bc36331aa83b46a86a3af9dbb6675]
Former-commit-id: 8b2b50baaf
2014-02-25 09:22:08 -06:00
Brad Gonzales
90d34f7386 Issue #2386 Added unit tests to cover full test procedures in ticket 2386 and fixed issues.
Amend: updated test envlope sizes.
       fixed ticket numbers in software history.

Change-Id: Id2fa1638d31e3b03092587769063123c838c49c5

Former-commit-id: 36a24c1cb5 [formerly 4c3148df4e85ccfa1d5b123fcb605d97249833d7]
Former-commit-id: 794bbc3c9b
2014-02-18 12:11:02 -06:00
Brad Gonzales
3be3380944 Issue #2771 For Data Delivery CAVE now request current id from
the registry EDEX.  Added DATA_DELIVERY_ID to environment that is used instead
of site id for identification when participating in the federation
and subscription identification.

Amend: Created common data delivery package com.raytheon.uf.edex.datadelivery. Moved DataDeliveryIdUtil there.
       Created ClusterIdUtil.  DataDeliveryIdUtil uses that utility.  It also verifies the id against the awips sites.
       Changed centralRegistry.sh to  set CLUSTER_ID to NCF.
       Handle cases where site id is HAK or HUS.
       Check for empty id setting in Cluster ID Util.
       Return full id for Data Delivery ID.
       Simplify Data Delivery ID and return Cluster ID.

Change-Id: Iee140b5626e1962217cca2deb6d1483ebf265911

Former-commit-id: 19460ed0d7 [formerly d2fa3dfb4a61e8d0fd68654afb1c18e49f063fcb]
Former-commit-id: ba4e308328
2014-02-18 11:10:44 -06:00
Steve Harris
252c7ee40a Merge branch 'omaha_14.2.1' into development
Conflicts:
	cave/com.raytheon.viz.gfe/src/com/raytheon/viz/gfe/perspective/GFEPerspectiveManager.java
	cave/com.raytheon.viz.grid/src/com/raytheon/viz/grid/rsc/general/GeneralGridData.java
	cave/com.raytheon.viz.product.awips/awips.product
	edexOsgi/com.raytheon.uf.edex.plugin.fssobs/src/com/raytheon/uf/edex/plugin/fssobs/FSSObsUtils.java
	edexOsgi/com.raytheon.uf.edex.pointdata/src/com/raytheon/uf/edex/pointdata/PointDataPluginDao.java

Former-commit-id: 24ab7cff49 [formerly 2d255c9772a017e84b0d1b4b42cdc5de8fd53b90]
Former-commit-id: 69dc3d835b
2014-01-21 12:36:54 -06:00
Mike Duff
9112366cae Issue #2538 - Add AdhocSubscripionHander to SubscriptionHandler. Fix problem querying for adhoc subs.
Former-commit-id: bdf6a002f6 [formerly 5fc6b9fcc55b6e93c9837c7b99347df8f28fc90a]
Former-commit-id: 9a2d2af4a9
2014-01-20 17:44:02 -06:00
Max Schenkelberg
f58795f460 Issue #2620 Made plugins include utility/resources folders in build.properties for deployment of precompiled jars. Cleaned up manifest versioning in base cots plugins to avoid possible ambiguity between eclipse plugins and repo plugins.
Amend: Changed version numbers per discussion
Amend: Actually added changed files to the index

Change-Id: Ife7063ed538efe48a264b69c441e6f2dc3746dd5

Former-commit-id: 16046a4dde [formerly b65366dcdfa48e431b5c8bf10a72879b111cfd8d]
Former-commit-id: cc2080449c
2014-01-06 17:03:45 -06:00
Brad Gonzales
866a11a9f0 Issue #2506 BandwidthManagers now sends notifications for Subscription/BandwidthSubscription creates and deletes.
Amend: Separate update from create notifications in LifecycleManagerImpl.
       Refactored notification sending in EdexBandwidthManager.
       Fixed error in LifecycleManagerImpl refactor.
       Added comment to isRecurringSubscription.

Change-Id: Idc9e8544b156fed40d6aed41511c07138f302f77

Former-commit-id: 8f70fb1d0c [formerly 7684f7bd51770a41e68700f1d4408a6aad5cd877]
Former-commit-id: aea0e847aa
2013-11-12 12:42:16 -06:00
Dave Hladky
ca1f2fc340 Issue #2292 Stopped subscriptions from checking against themselves. This prevented subscriptions from being updatable.
Former-commit-id: e5896397f6 [formerly 6edfeb94cfb14785d68d90b41fc636faa2ece074]
Former-commit-id: 422dabf3eb
2013-11-01 10:23:56 -05:00
Mike Duff
4da0648461 Issue #2292 - refactor and move overlap/duplicate checks to edex.
Peer review comments

Change-Id: I33df9cc7e368778943e25420d18b343781304c7a

Former-commit-id: f123fa11f5 [formerly f7405c2acfef95b57b79cf6d8ac3348017e64a59]
Former-commit-id: 3fc811102e
2013-10-31 09:22:50 -05:00
Dave Hladky
639019eff1 Issue #2460 Product browser display of adhoc subscriptions
Change-Id: I9c045b781adb41468d395b67a837c9a862744447

Former-commit-id: 6076f46549 [formerly c504c44750f5f441be41c20fdb78a363c620fb3d]
Former-commit-id: 477fbd3d59
2013-10-16 09:06:00 -05:00
Dave Hladky
41ba230de0 Issue #2388 Multiple code jars in path, Nate's logger finds.
Former-commit-id: 8e5d3d9742 [formerly ad02f4640d747328257f9b7a3f2ca2300fcc7bba]
Former-commit-id: f184d2ba9c
2013-09-19 10:59:07 -05:00
Mike Duff
4b572b038f Issue #2180 - handle delete of credentials
Change-Id: Ie8f1cdba92df03d94a4d7b009b8330eced10e036

Former-commit-id: 0d602a6c3f [formerly 1dfcfc80308a182f0f21f028e19285fa39c53d6e]
Former-commit-id: aaf7a3778f
2013-09-11 12:08:12 -05:00
Mike Duff
70b186d19a Issue #2180 - Pass messages back to CAVE
Change-Id: Ia5b88d577fc51b449a77389354e14808515e67bc

Former-commit-id: 20e6396c48 [formerly 37de8f85f870ca494e5a641967f544e359df77b9]
Former-commit-id: 5f462ebf6f
2013-08-23 13:47:26 -05:00
Dave Hladky
fe9e969142 Issue #2236 Merged Mike's Code
Change-Id: I78943ceee3aeea1eeb6d815fefd3e82b46d677a6

Former-commit-id: e21cc84d16 [formerly 7cc09247bc4166f9586867fba097b4c40577464d]
Former-commit-id: db7c81a1df
2013-07-31 16:16:47 -05:00
Dave Hladky
703614af1d Issue #2180 encrypt credential storage
Change-Id: If617535df024216c8d089a67c326c098e906724e

Former-commit-id: a2260ac6d3 [formerly f912ce7c2806abdce17c2b994d9226cdacf1ff34]
Former-commit-id: adf02a83c0
2013-07-30 08:33:59 -05:00
Richard Peter
16e182d70b Issue #2170: Initial plugin rename for notification framework
Change-Id: I3414d802e419433dcd6918422a12ce7105ae8b13

Former-commit-id: 359ee5d1af [formerly 8a8eff74685abb8a709480fa33f2c56dd7923ab9]
Former-commit-id: 8ba840f1d9
2013-07-26 14:36:46 -05:00
Dustin Johnson
f67d02a394 Issue #2106 Fix transactional semantics
- No longer continuously suspend/resume transactions caused by invoking static methods
- Mark registry top-level query/store classes as requiring existing transactions
- Invoke registry initialized listeners in their own transaction
- Data changes denoted by registry events are now visible when the transaction commits

Change-Id: Ic78cbf00afc93aa5fcf1357000ea6c8b5e32cea9

Former-commit-id: fac7d3a9d9 [formerly 8d1a47446927a3c6646fa0748d7096afb376b952]
Former-commit-id: 69c09e530f
2013-06-25 08:33:55 -05:00
Richard Peter
af1099b3fb Merge branch 'omaha_13.5.1' (omaha_13.5.1-3) into development
Conflicts:
	edexOsgi/com.raytheon.uf.edex.datadelivery.bandwidth/src/com/raytheon/uf/edex/datadelivery/bandwidth/BandwidthManager.java

Change-Id: Idbf62886d6dbb4a4feeedb6ac17e8978cad2d59c

Former-commit-id: d262c02612 [formerly 98e25be1049113faf4b2cde1eea38ce7e432b6de]
Former-commit-id: b007d4a302
2013-06-24 18:51:56 -05:00
Dustin Johnson
d2faa3b600 Issue #1802 Fix event processing in regards to transaction commits/rollbacks
Change-Id: If5988d96b7e7382e04879ca6126a61237d70bd22

Former-commit-id: ecae75ecd8 [formerly 25398fcce99b15d3fda71cad34f39222e30458dd]
Former-commit-id: a331cd2958
2013-06-20 13:53:04 -05:00
Steve Harris
cb3e34813f Merge branch 'omaha_13.5.1' into development
Conflicts:
	cave/com.raytheon.uf.viz.datadelivery/src/com/raytheon/uf/viz/datadelivery/subscription/subset/GriddedSubsetManagerDlg.java
	cave/com.raytheon.uf.viz.datadelivery/src/com/raytheon/uf/viz/datadelivery/subscription/subset/PointSubsetManagerDlg.java
	cave/com.raytheon.uf.viz.datadelivery/src/com/raytheon/uf/viz/datadelivery/subscription/subset/SubsetManagerDlg.java
	edexOsgi/com.raytheon.uf.common.datadelivery.registry/src/com/raytheon/uf/common/datadelivery/registry/SiteSubscription.java

Former-commit-id: 43316cbff9 [formerly df49d4d975e97a6b6c35e710dfd8244455eb21eb]
Former-commit-id: 532d41787b
2013-06-17 15:29:01 -05:00
Bryan Kowal
c5c6d1d4d4 Issue #1924 - standardize build.properties files
Former-commit-id: cebb5f8d5f [formerly 739e93988616fefbb235ab3e023b7a7e0394b5e9]
Former-commit-id: ec78ee1838
2013-06-13 16:04:18 -05:00
Dustin Johnson
582c618ace Issue #2038 Delta script should also update providers in the database
Change-Id: I07f058af1702d43f3aa60f0a8646b016f6866b3b

Former-commit-id: f361c49484 [formerly de9efbe2f2a74f5c2b2d730153f4831f0c17336e]
Former-commit-id: 14c7d2d81e
2013-06-10 15:36:47 -05:00
Dustin Johnson
b1d66a0450 Issue #2038 Remove unused schemas from datadelivery spring files
Change-Id: I65a53510e3e8f9aba3fc64f011dad0905cde8b26

Former-commit-id: efc3c6a2f2 [formerly 2c5b357da096c9c1e2cd76560d143b8009aaba0f]
Former-commit-id: b99a8bc4f9
2013-05-30 09:49:09 -05:00
Nate Jensen
6214f529a7 Issue #1989 remove unused schemas
Change-Id: Ia040164481647fc384a264cd2126b8f9438df594

Former-commit-id: f3258e77f7 [formerly b0ad25ccd9e20b6bf994a3a46ce38298c363adff]
Former-commit-id: fc691cbb2f
2013-05-29 16:19:28 -05:00
Nate Jensen
a1f314948f Issue #1989 update spring xsd references to 3.1, fix ingestDat.sh
Change-Id: I478c31b72267fe7fd3b7a6559de87e8600c3c0c3

Former-commit-id: 99b4a21414 [formerly b7b619e1a3a85ac8c5f22a36317e22e15ad557a2]
Former-commit-id: 3f3e0a788d
2013-05-29 14:49:43 -05:00
Mike Duff
a9004667b7 Issue #2020 - Implement Shared Subscriptions Cave-side.
Change-Id: I96e156043ec34e7ec98c2d8c3aafb6916c31e7cf

Former-commit-id: 192ce891d0 [formerly 1e00c7f935cf22ac5064060069164af6044f2150]
Former-commit-id: b6b01c3e81
2013-05-24 09:20:55 -05:00
Nate Jensen
49b20e5d20 Issue #1989 remove activemq references from spring xml, fix deprecated javadoc
Change-Id: I7e076e0d31561e9a436f212c7a1d7f24d499ba61

Former-commit-id: 1978133177 [formerly a9330ce9247b05a0044778aeea46e0e986f05f2d]
Former-commit-id: 1fd2f8965f
2013-05-23 11:20:40 -05:00
Dustin Johnson
7858a3b57f Issue #2000 Subscription overlap configuration GUI
Amend:
  Peer review comments.

Change-Id: Ie951ca4ce61099d0e25ed4938fc71981f34833d6

Former-commit-id: 5b62669f8e [formerly c7ad25ab90220a2aa25e704b10c9a7a96af2a8a8]
Former-commit-id: 38249cd7b9
2013-05-20 17:12:47 -05:00
Dustin Johnson
085058e788 Issue #2000 Subscription duplication/overlap detection
Change-Id: If43818e854e69ab756f4e96a05fce664e28262a5

Former-commit-id: db2e3cd9bb [formerly 95df3d38914f451471f10d6095ad2bc6badbab72]
Former-commit-id: fdf3ac7897
2013-05-14 15:34:08 -05:00
Dustin Johnson
8c52cd190f Issue #1841 Split up PendingSubscription hierarchy in support of shared subscriptions.
Add ability to store/approve shared subscriptions.
Back out generics on subscription/pending subscriptions until guis are updated.

Change-Id: I84e1651ebcad0d398396752529981f28dbc341bf

Former-commit-id: 61346b1388 [formerly 5a8249a78daaeed19079e78f6c4f07b08e817ff0]
Former-commit-id: f3bdede2c8
2013-04-05 12:41:02 -05:00
Dustin Johnson
dd8f4d8454 Issue #1841 Split up Subscription hierarchy in support of shared subscriptions.
Amend:
   Use TimeUtil.newGmtCalendar() and remove whitespace only change
   Add TODO for point data types.

Change-Id: If232ef50a63066e85b122d4247fa767fc31313d3

Former-commit-id: c981b7250f [formerly b91593c0a50114e4766ecf83d92e7f25b58bbbf8]
Former-commit-id: 6129d86be4
2013-04-01 15:35:51 -05:00
Steve Harris
a4bf236cc7 Merge branch 'omaha_13.3.1' into development
Conflicts:
	cave/com.raytheon.viz.ui/src/com/raytheon/viz/ui/perspectives/AbstractVizPerspectiveManager.java
	edexOsgi/com.raytheon.edex.plugin.grib/src/com/raytheon/edex/plugin/grib/decoderpostprocessors/EnsembleGridAssembler.java
	edexOsgi/com.raytheon.uf.edex.common.core.feature/feature.xml
	edexOsgi/com.raytheon.uf.edex.database/src/com/raytheon/uf/edex/database/plugin/PluginDao.java
	edexOsgi/com.raytheon.uf.edex.datadelivery.feature/feature.xml
	edexOsgi/com.raytheon.uf.edex.registry.feature/feature.xml

Former-commit-id: 9a321b6ac8 [formerly d05c9f3a6a4b080b0da71c856f1ba6cd0d6d264e]
Former-commit-id: 3073951b3d
2013-03-27 22:16:15 -05:00
Dustin Johnson
f27ebfbc1b Issue #1827 Create registry/datadelivery client features
Amend: Add event plugins and their dependencies to client features

Change-Id: Ib80522161740857d4332b84bbedad10e19683602

Former-commit-id: 52c27ec57f [formerly 0011ef9ba9d014decf30acc2913fa535562d0de2]
Former-commit-id: 1684507bdb
2013-03-27 15:38:36 -05:00
Benjamin Phillippe
4d1a8805ab Issue #1802 Refactored DD transaction management
Change-Id: Idec6238188f29f51f3738d2e40f95d6c562cfe39

Former-commit-id: b10b1150be [formerly 534777d96a45b275abd9cc26818b7df200974595]
Former-commit-id: af05feb5a7
2013-03-25 15:15:38 -05:00
Steve Harris
33dd2589f1 Merge branch 'development' into omaha_13.3.1
Conflicts:
	cave/com.raytheon.uf.viz.core.maps/META-INF/MANIFEST.MF
	cave/com.raytheon.uf.viz.monitor.ffmp/src/com/raytheon/uf/viz/monitor/ffmp/ui/dialogs/FfmpBasinTableDlg.java
	cave/com.raytheon.viz.hydro/src/com/raytheon/viz/hydro/resource/MultiPointResource.java
	cave/com.raytheon.viz.hydro/src/com/raytheon/viz/hydro/timeseries/TimeSeriesDisplayDlg.java
	cave/com.raytheon.viz.hydro/src/com/raytheon/viz/hydro/timeseries/TimeSeriesDlg.java
	cave/com.raytheon.viz.hydro/src/com/raytheon/viz/hydro/timeseries/TimeSeriesconfigAction.java
	cave/com.raytheon.viz.texteditor/src/com/raytheon/viz/texteditor/dialogs/TextEditorDialog.java
	cave/com.raytheon.viz.volumebrowser/src/com/raytheon/viz/volumebrowser/vbui/ProductTableComp.java

Former-commit-id: a0573644c4 [formerly e768a3e3a5016a88a4f0a3faa4bc82cfe0d9709c]
Former-commit-id: 2641d578e2
2013-02-21 15:41:39 -06:00
Steve Harris
46d28be4a4 13.3.1-1 baseline
Former-commit-id: 71e8990021 [formerly 34684c71436ce4c395ea523eb34ded6792476816]
Former-commit-id: d2a654625f
2013-02-20 16:19:40 -06:00
Steve Harris
30d38334cc 13.2.1-6 baseline
Former-commit-id: d0752de66c [formerly 75e7c2a9423a7caa7f97143fa871be6d0ffe34bb]
Former-commit-id: a46e33f06e
2013-02-07 16:00:39 -06:00
Mike Duff
4400265394 Issue #1580 - Refactor events framework so EventBus is available from CAVE or EDEX.
Change-Id: If8d9c18108ca244b044b1ddc5a80e9e5de623c7a

Former-commit-id: 1b1d00f8a9 [formerly 1d3f9e0d5b32f96fc4eff47f040d5eb159a38d3c]
Former-commit-id: 36909dd6c0
2013-02-05 15:13:51 -06:00
Dustin Johnson
b5f69e21d8 Issue #1543 Break apart the retrieval process to support SBN capabilities.
Made interfaces for various aspects of retrieval that are Spring injectable.
Created an initial SBN retrieval task that will watch the /awips2/crawl directory, for proof of concept.

Amend:
  Check whether debug is enabled prior to debug message.
  Move log of request xml inside null check.

Change-Id: I5e3fe835f028cb93c98abce9735d3d59cfc663dc

Former-commit-id: 3b20efeb7d [formerly 120296239cfa021507b4ce9bc3f7333509b1dfb9]
Former-commit-id: 1a17e4a0f5
2013-02-04 09:00:33 -06:00
Steve Harris
47cc08ac79 13.2.1-2 baseline
Former-commit-id: 83e9157df7 [formerly bd9eec1d4e6fd843c7bb594b8adb882d72edc6cf]
Former-commit-id: 328c6dccad
2013-01-23 11:18:44 -05:00
Dustin Johnson
a3c99f86bb Issue #1441 Create new datadelivery services plugin
Add GroupDefinition service.
Update subscriptions to not have a group name when their group is deleted.

Amend:
  Rebase to HEAD of 13.2.1.

Change-Id: I817ca1912f76ccf347907ddb12e3f6fd8de7e5aa

Former-commit-id: 557de162b0 [formerly 464b46dd4f4af60dbeb917f65c18c876d712e4ad]
Former-commit-id: 15c2c55ff9
2013-01-22 11:45:18 -06:00
Dustin Johnson
0d5bb5ba95 Issue #1412 User Admin dialog should refresh with changes made to authentication data
Change-Id: I407dc061a50bf30cb2b37a5fa3b1fe8c5e63ce23

Former-commit-id: b7ed75896b [formerly 5e89b4f6c1cbb9db68b5ac185ba09ca5a6543e3b]
Former-commit-id: a354bac4da
2013-01-09 15:40:36 -06:00
Bryan Kowal
146c43a606 Issue #1455 - Merge 5-Data_Delivery into AWIPS2_baseline
Former-commit-id: c8a43edd9e [formerly b535a90fb25287945485c10b3c85749c11285171]
Former-commit-id: d6b4cb65f4
2013-01-07 12:16:01 -06:00