Commit graph

224 commits

Author SHA1 Message Date
Dave Hladky
91bd735d47 Issue #3012 Various fixes.
Change-Id: I3c71c6aefede685438e55e5aceb8cae6ffb7dded

Former-commit-id: 45059e722a [formerly 212e15c397fe22c3bc074e054d608c0094ce8dad]
Former-commit-id: 61fc2fea51
2014-04-21 12:26:47 -05:00
Lee Venable
f38afb0976 Issue #2833 - fixed a widget disposed error.
Former-commit-id: 980e21ca5a [formerly eb3cf0ade9203766a437512b85e55f32108db1e3]
Former-commit-id: e71dad9c80
2014-03-05 08:37:13 -06:00
Lee Venable
e34e636dc7 Issue #2795 - removed test code.
Former-commit-id: f94bcc4d3f [formerly 0e1db42a04b15b8815d59db272b4b2f7b3e79fb9]
Former-commit-id: 28fe1e99e2
2014-02-27 15:46:30 -06:00
Lee Venable
5546b537cf Issue #2795 - added code to check for null images.
Former-commit-id: 49530206f4 [formerly 64cde69f612f25bf6c4a60db24791e3842b956a9]
Former-commit-id: 0c7395d423
2014-02-26 15:50:46 -06:00
Lee Venable
bb4b034375 Issue #2833 - fixed subset dialog from disappearing when the subscription button double clicked.
Former-commit-id: e0ee93bab3 [formerly a075d26c10bf7459419180f416d3e9ccefb94075]
Former-commit-id: 94cede8153
2014-02-26 13:21:58 -06:00
Brad Gonzales
379c0fb46c 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: ba4e308328 [formerly d2fa3dfb4a61e8d0fd68654afb1c18e49f063fcb]
Former-commit-id: 19460ed0d7
2014-02-18 11:10:44 -06:00
Mike Duff
43ea3b0918 Issue #2806 - Disable activate/deactivate buttons when viewing subscriptions from another site.
Former-commit-id: 346dc4afff [formerly a2dcb434e8d72e0046c6af9900e0abd093f9bcbc]
Former-commit-id: ac62d322ed
2014-02-14 08:53:40 -06:00
Mike Duff
61c57d2254 Issue #2453 - Notification Center refactor
Former-commit-id: 2c9d603e50 [formerly f570a3945ad8e9e8bc4f88989a0ec10da191856a]
Former-commit-id: eeb78f7f20
2014-02-07 16:50:50 -06:00
Richard Peter
82fc0a2ed3 Merge "Issue #2677 - Don't do overlap checks when updating subs to deactivated." into omaha_14.2.1
Former-commit-id: 36d3d21b57 [formerly daacb19de029a15f94338c84a85116d0435f79be]
Former-commit-id: 64f0cabaef
2014-02-05 18:20:36 -06:00
Mike Duff
bafe19bbd5 Issue #2677 - Don't do overlap checks when updating subs to deactivated.
Change-Id: Ia974111d9810f27ef2b073304cd248de292275bd

Former-commit-id: 6b01c2957f [formerly 2e406f02b0abbdeee0f553df430f5a58977d9af2]
Former-commit-id: 101c08818d
2014-02-05 16:08:01 -06:00
Mike Duff
227eb23157 Issue #2722 - Add auto refresh to sub manager dialog
Former-commit-id: ab9621698f [formerly f678a39b37040bd637cf210f73aaef0841bda36e]
Former-commit-id: 04ee397f2b
2014-02-04 12:45:33 -06:00
Mike Duff
3766f6a0f4 Issue #2459 - Last change from unscheduled to deactivated.
Former-commit-id: 81aa9ce0cb [formerly 09494558cae046e97ff2126673c5a5c4fd1f0105]
Former-commit-id: e46c226489
2014-01-26 18:57:26 -06:00
Mike Duff
fb6194c464 Issue #2452 - Changed label based on feedback.
Former-commit-id: 6dcd1a7969 [formerly dd74aef827f0892c64a7efd60b0edd1156ef31ec]
Former-commit-id: 1da1285311
2014-01-25 14:41:20 -06:00
Mike Duff
9bd8e84b9f Issue #2538 - Add AdhocSubscripionHander to SubscriptionHandler. Fix problem querying for adhoc subs.
Former-commit-id: 9a2d2af4a9 [formerly 5fc6b9fcc55b6e93c9837c7b99347df8f28fc90a]
Former-commit-id: bdf6a002f6
2014-01-20 17:44:02 -06:00
Lee Venable
39e8124ef7 Issue #2291 - Fixed resizing of components.
Former-commit-id: d3eb6c16ec [formerly 9956936125611cd67aaaf6ba6e617e01b004a738]
Former-commit-id: 1927ba49ea
2014-01-20 17:26:28 -06:00
Mike Duff
0cfa9ee36c Issue #2459 - Remove unscheduled status from UI
Former-commit-id: 25d1d39fc2 [formerly ddbef8fd122a6be6c32ff9a58659e712c2912a07]
Former-commit-id: 93cb80cfc7
2014-01-17 15:34:48 -06:00
Mike Duff
d03c012a54 Issue #2459 - Refactor the subscription status
Former-commit-id: 245d76358e [formerly 3ab5b072627d0a8b0eabe12fb700f6a74319b5f9]
Former-commit-id: f94593867e
2014-01-15 09:21:30 -06:00
Richard Peter
bc4ad18fe9 Merge "Issue #2452 - Add label stating all lat/lons will be converted to easting." into omaha_14.2.1
Former-commit-id: e6d7acb609 [formerly 1855c0e2d601fd3c5b20d8ba58d157e9fb993b8b]
Former-commit-id: 7bbefddcc1
2014-01-10 15:42:48 -06:00
Mike Duff
67f6311354 Issue #2452 - Add label stating all lat/lons will be converted to easting.
Former-commit-id: 7081c26823 [formerly 84bff804bc089aefcf126a586539eab590e1d04a]
Former-commit-id: 69ca0dd0d2
2014-01-10 12:05:30 -06:00
Mike Duff
5d669a97af Issue #2642 - Update header comment
Former-commit-id: 28114764a5 [formerly 389426adddf3a78d9859f704ecc2241e453b5dc2]
Former-commit-id: 101d9939d6
2014-01-10 10:57:18 -06:00
Richard Peter
b37d6e9c91 Merge "Issue #2642 - Make shared sub deletions remove the site from the list" into omaha_14.2.1
Former-commit-id: 52850fe95a [formerly f5e5e1e66bf7264408e31b95ebf73d083b3cff0f]
Former-commit-id: 8ca1217f03
2014-01-09 16:58:39 -06:00
Richard Peter
0bd52b65e7 Merge "Issue #2633 - Keep graph data visible while resizing. Keep bottom of graph visible." into omaha_14.2.1
Former-commit-id: f45a281935 [formerly 8f3f97302417e256cd110feb4ed56ca366cb1db8]
Former-commit-id: b711c35c68
2014-01-09 16:53:52 -06:00
Mike Duff
e4f56affd3 Issue #2633 - Keep graph data visible while resizing. Keep bottom of graph visible.
Former-commit-id: 9b5adfaba2 [formerly 87dd0df07a9ef0e7881ed0cf7b8aa1d41f0c9d4d]
Former-commit-id: 16a8f16ee4
2014-01-09 13:02:08 -06:00
Mike Duff
7b8964d9b2 Issue #2643 - Fixed the mouse checking on DD maps
Former-commit-id: 56499a77c3 [formerly 775e99924e098387e4ca5042823ef20d1a0d2afe]
Former-commit-id: 4fe2dc76af
2014-01-09 10:18:34 -06:00
Mike Duff
0cb61d4d50 Issue #2642 - Make shared sub deletions remove the site from the list
Former-commit-id: 4e6b4eaa4c [formerly a8f57c338a8a06c6d40842f56c329fd9f215bc5b]
Former-commit-id: 6cff7aaf0c
2014-01-09 10:15:48 -06:00
Mike Duff
e26bea423e Issue #2633 - Fix refresh issues with Bandwidth Utilization Graph
Former-commit-id: 6406bcdd05 [formerly 9b73b9db1ff2e7aeab888118348c66090ef7e2ae]
Former-commit-id: 66f5585774
2013-12-17 09:41:30 -06:00
Slav Korolev
85bc26b5a3 Issue #2570. Show All subscriptions in Subscription manager.
Former-commit-id: 67e18055cc [formerly 27e177b2425db0a0241884b18e2501a923d02be4]
Former-commit-id: b59e9499d2
2013-12-11 08:57:13 -05:00
Mike Duff
a412a19583 Issue #2545 - Get bandwidth graph data by network
Change-Id: I4de455a4da43f180ff37eb72370addec77a29314

Former-commit-id: 0c452e2434 [formerly 9102f16c8a6409e92ded498b82a6a4e6a531f2c0]
Former-commit-id: 4796f43495
2013-12-05 13:35:31 -06:00
Slav Korolev
b6a1724218 Issue #2387. Added system status refresh.
Former-commit-id: f7f00b77d0 [formerly f3530467b1845a488fa0996ee7100a2dc145394a]
Former-commit-id: 1be43bc76c
2013-12-02 16:14:45 -05:00
Dave Hladky
233238d8df Issue #2554 added explicit threading to WFS, ability to send GZIP requests, fixed maxfeatures, fixed adhoc display
Former-commit-id: a9a3973319 [formerly e79ff905cbe3330dbe22b6663753e1d5e6dbe7bd]
Former-commit-id: 04c7e2cffc
2013-11-21 14:46:47 -06:00
Lee Venable
b6321334e6 Merge "Issue #1531 - Made bandwidth utilization graph resizable." into development
Former-commit-id: d42c36f365 [formerly 6d5026a25af31f0ae8c29d1036d9358366550f75]
Former-commit-id: f8f0a0e41e
2013-11-19 15:12:38 -06:00
Mike Duff
c7c20c6ce8 Issue #1531 - Made bandwidth utilization graph resizable.
Change-Id: I31752b94cd4a53aa08270e75a6adb8a70199b475

Former-commit-id: 71093a685e [formerly d6de10ca2c0609899bdb1f4c5f3de22a62d58998]
Former-commit-id: ed73a7e55a
2013-11-19 12:51:06 -06:00
Mike Duff
f8d5563973 Issue #2458 - Fixed product browser for DD so only active subs from local site are displayed
Change-Id: I271a325fc0720070716d3d51ac606350d952b7e2

Former-commit-id: 665d9e7651 [formerly cacc7a8560c589b24ea98191f152c31479c5631e]
Former-commit-id: c908647259
2013-11-19 08:55:27 -06:00
Mike Duff
0d83797a4e Issue #2548 - fix malformed comment
Change-Id: I365f5311fe28e0cbbf0dd94dcc88fd723f4f4034

Former-commit-id: 95fda38cc5 [formerly 52462f299735aacee3db09faa6db9f28ba91f552]
Former-commit-id: 414cb1cf68
2013-11-14 17:30:55 -06:00
Mike Duff
8cc9c1de59 Issue #2548 - Add a subscription type slot for uniqueness.
Change-Id: I5cf04bde4a345606af72bf2091e423dd6aa555aa

Former-commit-id: 47a0477587 [formerly 1ad7f83443c33f8b73d2ad8a9b2f574fd37db9e2]
Former-commit-id: 47011a70db
2013-11-14 17:07:54 -06:00
Mike Duff
f6c4ca2bc0 Issue #2538 - Check for existing adhoc queries in registry.
Peer review comments

Change-Id: I95ca889847b230bf5bb93302dfe956593846f1b0

Former-commit-id: a80964bc7c [formerly 5fe100c7b1397373c91ac02bf7a6c7c1778fd19a]
Former-commit-id: 87a4b1bec4
2013-11-14 14:40:33 -06:00
Brad Gonzales
62e4cafa27 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: aea0e847aa [formerly 7684f7bd51770a41e68700f1d4408a6aad5cd877]
Former-commit-id: 8f70fb1d0c
2013-11-12 12:42:16 -06:00
Slav Korolev
2d002ccde3 Issue #2291. Fixed Shared Subscription Dialog.
Former-commit-id: 7b7754982c [formerly f04678733c2368ca05b7b8fdbcfeb096940854df]
Former-commit-id: 59d1de165d
2013-11-08 11:09:21 -05:00
Lee Venable
326e4e31a7 Merge "Issue #2358 - Move config file management code to the subscription manager dialog." into development
Former-commit-id: 20726d4e7c [formerly 13672783e6a5e452cb4105669a98708329b35541]
Former-commit-id: 8585080cd1
2013-11-06 15:42:40 -06:00
Slav Korolev
cc90a7af4b Issue #2486. Fixed an error of editing subset box. Corrected the regions and zoom handling defects.
Former-commit-id: c25204d75b [formerly 04a119deb8248366e9efe9b5ac19c76e60a925e2]
Former-commit-id: 076865bb61
2013-11-06 14:38:55 -05:00
Mike Duff
65f9da04a9 Issue #2358 - Move config file management code to the subscription manager dialog.
Change-Id: I61b8093b1306404006c5d01b73874997054c4f2f

Former-commit-id: 35c4911e7e [formerly 100fe3e61e5156dba32419005da4473bcd6d1e8b]
Former-commit-id: e1180868e7
2013-11-06 12:00:04 -06:00
Lee Venable
bfc83fa74e Merge "Issue #2486. Fixed an error of editing subset box. Corrected mouse wheel handler." into development
Former-commit-id: 3e7b7cec8f [formerly 325439c2d4243f775d3ccb8af7f332bf13d4aad0]
Former-commit-id: 0b3346d699
2013-11-02 10:43:48 -05:00
Slav Korolev
8874f76878 Issue #2431. Changed labels on the table.
Former-commit-id: 0801f8dedd [formerly 5599d13b9cbac3806c636b629d502aacc1f621b4]
Former-commit-id: dd1ff63737
2013-11-01 15:06:19 -04:00
Slav Korolev
feb9d8db5a Issue #2486. Fixed an error of editing subset box. Corrected mouse wheel handler.
Former-commit-id: f7d1939b36 [formerly 7d16b7dd07d83975366505140d7a8df2c5c89cf2]
Former-commit-id: 7ca47690af
2013-11-01 11:03:06 -04:00
Nate Jensen
b17891ba0e Merge "Issue #2491 Bug fixes and clean up all remaining resource datas. Change-Id: I6cb8948a984f298d938e1b6baa9bf4af5fe6d4c6" into development
Former-commit-id: de50a9214b [formerly fc3adf193a8afacfec4c36feae4a3f1384119922]
Former-commit-id: ccf3d5b1e9
2013-10-31 12:24:23 -05:00
Richard Peter
5048d010f5 Merge "Issue #2292 - refactor and move overlap/duplicate checks to edex. Peer review comments" into development
Former-commit-id: b482eb2b48 [formerly 1f07e88f442c0426a9006a2f139d6eef9395ad51]
Former-commit-id: 3139055873
2013-10-31 11:46:25 -05:00
Mike Duff
c1bd170f8a Issue #2292 - refactor and move overlap/duplicate checks to edex.
Peer review comments

Change-Id: I33df9cc7e368778943e25420d18b343781304c7a

Former-commit-id: 3fc811102e [formerly f7405c2acfef95b57b79cf6d8ac3348017e64a59]
Former-commit-id: f123fa11f5
2013-10-31 09:22:50 -05:00
Ben Steffensmeier
e15fecc459 Issue #2491 Bug fixes and clean up all remaining resource datas.
Change-Id: I6cb8948a984f298d938e1b6baa9bf4af5fe6d4c6

Former-commit-id: 27a392f90e [formerly 2412d6f094f98a8c24491ab43a2a88cf696758af]
Former-commit-id: 5b395f7417
2013-10-29 17:35:55 -05:00
Mike Duff
2d7c38290e Issue #2430 - Implement the percent used bandwidth utilization graph.
Change-Id: Iad1d750ec1bb0a66a833f8358e27a80d0d6b42c5

Former-commit-id: 25e4a4741c [formerly 5b628ac782fc8b76729c74fe8bf995a7fc634aaa]
Former-commit-id: 6d5f697300
2013-10-29 13:49:47 -05:00
Dave Hladky
577e2b84e9 Issue #2484 Added originatingSite to id for Subscription registry objects.
Former-commit-id: 36d7c60914 [formerly f3bd999abcbed2cfb78ebd88604fbe3128e6de34]
Former-commit-id: 3c33f6e5ea
2013-10-24 13:52:45 -05:00