Commit graph

4470 commits

Author SHA1 Message Date
Brian Clements
7d4cfb14a5 Issue #1998 fixed NPE in PointDataPluginDao
StorageStatus was not being checked after operation


Former-commit-id: 401cd813f1 [formerly 401cd813f1 [formerly 82736d581767831f426a17b0ee9d264fdda7dd64]]
Former-commit-id: 1e6ae5a98e
Former-commit-id: 25765f2fb6
2014-01-09 14:02:52 -06:00
Brian Clements
30521ee989 Issue #2563 added user server add/remove functionality
now persists user entered servers to localization


Former-commit-id: 487aa58778 [formerly 487aa58778 [formerly 43fc94e9cc2a7f518971d509478f3b9a65588d19]]
Former-commit-id: c8cfc788f3
Former-commit-id: 0c5b0eaf69
2014-01-09 13:19:59 -06:00
Ben Steffensmeier
00ed5a277c Issue #2648 Hprof analysis utility.
Change-Id: Ib450c48a88e8a485a2461e1f4a5c81e1be4fee68

Former-commit-id: de58f318cb [formerly de58f318cb [formerly 1bfc1a31ed9052795e1ab0e83cd4bede3eb8e17c]]
Former-commit-id: 30ac7d37a5
Former-commit-id: 3f7a5c135f
2014-01-08 16:47:03 -06:00
Nate Jensen
93e15999b3 Merge "Issue #2563 fixed room id creation" into development
Former-commit-id: cbad156c05 [formerly cbad156c05 [formerly a5d7f0a46a5304defe6ebde0b73418c0da168437]]
Former-commit-id: a8e9db0dde
Former-commit-id: 5beb950218
2014-01-07 13:50:41 -06:00
Brian Clements
33b9ecb2ab Issue #2563 fixed room id creation
room ids were being generated with the hostname used to connect to the server
they needed to be generated with what the server calls itself


Former-commit-id: 82716fa147 [formerly 82716fa147 [formerly 99fb102b270baa5c45f1c9963f47344ede93a34a]]
Former-commit-id: 66df912a4e
Former-commit-id: 649483d3fd
2014-01-07 13:04:24 -06:00
Nate Jensen
3606a4fdcf Merge "Issue #2563 fixed default xmpp port" into development
Former-commit-id: 92e1df8856 [formerly 92e1df8856 [formerly 4aa2f1689442ce630c94b73ad6747acd93a9c1ff]]
Former-commit-id: 87876790f8
Former-commit-id: 365c11c9db
2014-01-07 12:39:46 -06:00
Nate Jensen
100b29fc76 Merge "Issue #2563 added packet extension to openfire plugin" into development
Former-commit-id: 5846b324f3 [formerly 5846b324f3 [formerly 343de55a9a845657304d72779ee1d4aec46ed678]]
Former-commit-id: dae995730e
Former-commit-id: ff62284a75
2014-01-07 11:17:04 -06:00
Brian Clements
22f322d887 Issue #2563 fixed default xmpp port
The default port for postgres was there by mistake


Former-commit-id: e263cdb63a [formerly e263cdb63a [formerly c6e76f765aa6cbb50b238bb3d01de7fe365d150d]]
Former-commit-id: dfcf6e9ade
Former-commit-id: 27b4ec6df6
2014-01-07 10:52:50 -06:00
Slav Korolev
4fd070dd46 Issue #2653. Corrected decoding of SNOW monitor data.
Former-commit-id: 714fd018ef [formerly 714fd018ef [formerly 050f002ff7af3e68c31f5c1949ff5f82fa2e7a9b]]
Former-commit-id: ab7fc816b4
Former-commit-id: 0fb9810e91
2014-01-07 11:48:13 -05:00
Brian Clements
d028af1800 Issue #2563 added packet extension to openfire plugin
openfire plugin now sends configuration in packet extension
legacy method of putting config in chat message still supported by default
added configuration to web gui to toggle legacy message method


Former-commit-id: 2e53fcbccb [formerly 2e53fcbccb [formerly a26eeaae28de6e41fdc49a2b75ad6814ece478cd]]
Former-commit-id: a2c709fb34
Former-commit-id: b42d2f5528
2014-01-07 10:33:37 -06:00
Nate Jensen
9e7c5fc54a Merge "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." into development
Former-commit-id: 6c5b954cf1 [formerly 6c5b954cf1 [formerly 8b4fb3f49556903dba6e0459adddd8850a373960]]
Former-commit-id: 23b4da6615
Former-commit-id: 72e77fc4b1
2014-01-07 08:46:02 -06:00
Max Schenkelberg
789a279475 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 16046a4dde [formerly b65366dcdfa48e431b5c8bf10a72879b111cfd8d]]
Former-commit-id: cc2080449c
Former-commit-id: f58795f460
2014-01-06 17:03:45 -06:00
Brian Clements
37be43af82 Issue #2563 modified server config parsing to allow for custom port
Replaced parsing code that assumed no colon in the server name, which prevented connecting to servers that didn't use the default XMPP port.


Former-commit-id: cea12a1a1d [formerly cea12a1a1d [formerly b995fe2036d4c0e26e25edd7f4bffd956d82921f]]
Former-commit-id: b01e6f0c98
Former-commit-id: d64d95d0c6
2014-01-06 14:14:38 -06:00
Brian Clements
70d4484473 Issue #2563 fixed label issue for non-grouped roster entry
the old code assumed that the username was populated in the roster object
new code uses the userId which is always populated


Former-commit-id: 73347283b6 [formerly 73347283b6 [formerly 5fe0f88b3465ba65efabe2a41d1df392c85e041f]]
Former-commit-id: d07bc465d4
Former-commit-id: 0f4be44a23
2013-12-20 14:40:00 -06:00
Brian Clements
98fd3e6a4c Issue #2563 roster updates for stock servers
added functionality that makes the contact list compatible with server rosters that could be modified with other clients
added support for roster entries that aren't in a local or server group


Former-commit-id: 2b8668a4eb [formerly 2b8668a4eb [formerly 23d898308fb3aa673d85fdf00495d43e4c02a08f]]
Former-commit-id: e4bd8a3e2c
Former-commit-id: 4b4c7ba50c
2013-12-20 12:03:04 -06:00
Brian Clements
e5430b4510 Issue #2563 compatibility features for stock xmpp servers
added more listener handling for venue events and server disconnection
added capability to connect to a different server from UI
added better error messages for failed connection/login to server
fixed assumptions that server always sends HTTP url and has feed chatroom


Former-commit-id: 09c0267237 [formerly 09c0267237 [formerly b3173727f3f685119be3668779eb5da7e075df50]]
Former-commit-id: af83c0cf87
Former-commit-id: 43021ae281
2013-12-20 10:41:13 -06:00
Nate Jensen
8cfa9e9e15 Merge "Issue #2562 moved session data from chat to packet extension" into development
Former-commit-id: 54a986613a [formerly 54a986613a [formerly 2bfedeebc2051fa8f1be5277224cafa598796bdf]]
Former-commit-id: 67ba8bb713
Former-commit-id: c61ac618ea
2013-12-19 12:41:32 -06:00
Brian Clements
aa8d869635 Issue #2562 moved session data from chat to packet extension
delegated compression to smack
added timeout for http config
fixed getting all joined venues
fixed room invitation from non-cave client
create session checks for session name already used


Former-commit-id: 80650337ce [formerly 80650337ce [formerly 3781483ef6dd1889aa0ecd6ccc83bfb2461713b5]]
Former-commit-id: ce0a34b53c
Former-commit-id: 4015dc23ee
2013-12-19 12:08:21 -06:00
Steve Harris
bb449e689e Merge branch 'omaha_14.2.1' into development
Former-commit-id: 0950a8a1ba [formerly 0950a8a1ba [formerly 71a8fd9b0659b06e366e734c06fa74232787238b]]
Former-commit-id: 64f8564cd8
Former-commit-id: 5d6bae317d
2013-12-18 13:14:27 -06:00
Richard Peter
4059813742 Merge branch 'master_14.2.1' (14.1.1-13) into omaha_14.2.1
Conflicts:
	cave/com.raytheon.uf.viz.monitor.scan/src/com/raytheon/uf/viz/monitor/scan/commondialogs/SCANUnwarnedDlg.java
	cave/com.raytheon.uf.viz.monitor.scan/src/com/raytheon/uf/viz/monitor/scan/resource/ScanResourceData.java
	cave/com.raytheon.uf.viz.monitor.scan/src/com/raytheon/uf/viz/monitor/scan/tables/AbstractTableDlg.java
	cave/com.raytheon.uf.viz.monitor.scan/src/com/raytheon/uf/viz/monitor/scan/tables/SCANCellTableDlg.java
	cave/com.raytheon.uf.viz.monitor.scan/src/com/raytheon/uf/viz/monitor/scan/tables/SCANDmdTableDlg.java
	cave/com.raytheon.uf.viz.monitor.scan/src/com/raytheon/uf/viz/monitor/scan/tables/SCANMesoTableDlg.java
	cave/com.raytheon.uf.viz.monitor.scan/src/com/raytheon/uf/viz/monitor/scan/tables/SCANTvsTableDlg.java
	cave/com.raytheon.viz.gfe/GFESuite/ifpIMAGE
	cave/com.raytheon.viz.gfe/src/com/raytheon/viz/gfe/GfeClient.java
	cave/com.raytheon.viz.gfe/src/com/raytheon/viz/gfe/vtec/GFEVtecUtil.java
	edexOsgi/com.raytheon.edex.plugin.gfe/src/com/raytheon/edex/plugin/gfe/server/GridParmManager.java

Change-Id: Ic1f763baa305eb65f7f5373dea34e01a6373fec7

Former-commit-id: 1de516964b [formerly 1de516964b [formerly 31f410bcf6ab8d069a1f1a2e1af0c25a0daabad9]]
Former-commit-id: 2e7fd9ddba
Former-commit-id: 62fa535744
2013-12-17 21:04:53 -06:00
Nate Jensen
3141f76bff Merge "Issue #2574 fix DatabaseQuery conversion of grid coverage objects. Change-Id: I06b98101960775ebe76dcd5d4c4b562f43990309" into omaha_14.2.1
Former-commit-id: 66f5000243 [formerly 66f5000243 [formerly 69cbbcc3c88565c35c1453412f031669306adf0f]]
Former-commit-id: 84e3cf0988
Former-commit-id: 42bd8ccde4
2013-12-17 12:20:37 -06:00
Brad Gonzales
4f6b8a79bb Issue #2636 fixes for the scheduling gaps in the middle of subscription schedules.
Amend: Added max checks to prevent negative bucket sizes in RetrievalPlan remove methods.  Wrapped debug logging in is debug on checks.

Change-Id: I5ab6d3c103e82bf2b1aa0eaf167f0993e5778c90

Former-commit-id: cc75442fa3 [formerly cc75442fa3 [formerly 3db5d79b914436b8d0feed600fc586d7d3884706]]
Former-commit-id: b2b352a5ae
Former-commit-id: 0df42dacfd
2013-12-17 11:57:06 -06:00
Richard Peter
ac39c12815 Merge "Issue #2635 Remove unneeded retrieval plan plan for sbn data on the wfo." into omaha_14.2.1
Former-commit-id: d233a5161a [formerly d233a5161a [formerly adb1a2efc0e5d0389047b79e2bbb95de16f69a0c]]
Former-commit-id: 253aab3dde
Former-commit-id: d78cbc8222
2013-12-17 11:00:44 -06:00
Brian Clements
110b7c67dc Issue #2562 fixed smack buid properties
removed src folder


Former-commit-id: fdb5504f33 [formerly fdb5504f33 [formerly e844d36335795a022a6d2180c0a38bfea6f3eac4]]
Former-commit-id: f4c657de4d
Former-commit-id: 92f1087bcf
2013-12-17 10:55:28 -06:00
Brad Gonzales
f0f1abea6b Issue #2635 Remove unneeded retrieval plan plan for sbn data on the wfo.
Change-Id: Icb4ce20d0fa5c8bfc8af90020bbdcade0c396168

Former-commit-id: d324400d65 [formerly d324400d65 [formerly f4c1739687685a22847a09490724e84825032146]]
Former-commit-id: d0ae47d053
Former-commit-id: 8476a13e41
2013-12-17 09:43:12 -06:00
Mike Duff
b54ab4df6a Issue #2633 - Fix refresh issues with Bandwidth Utilization Graph
Former-commit-id: 66f5585774 [formerly 66f5585774 [formerly 9b73b9db1ff2e7aeab888118348c66090ef7e2ae]]
Former-commit-id: 6406bcdd05
Former-commit-id: 54f7feef03
2013-12-17 09:41:30 -06:00
Greg Armendariz
d2e4a4a504 Issue #2182 - Change release number
Former-commit-id: 85703b9919 [formerly 85703b9919 [formerly f9b49df162e36376f96897db77e0504cba87f28a]]
Former-commit-id: e994e19877
Former-commit-id: fad73466a7
2013-12-17 08:46:15 -06:00
Bryan Kowal
9e0e6662c8 Issue #2182 - PostgreSQL port is now configurable in postgresql.conf; Java path is no longer relative in wrapper.conf
Amend: wrap file access in try..finally; move StringBuilder outside of a loop

Change-Id: Iafa7493ef79a0a891f36923f1695cefdb47e16da

Former-commit-id: 43008f4698 [formerly 43008f4698 [formerly 71f74d7b8125994537ef5520fe59134a7f86e9af]]
Former-commit-id: 120ebd045a
Former-commit-id: fac9d72cc8
2013-12-16 16:39:10 -06:00
Ben Steffensmeier
9f30c14fca Issue #2574 fix DatabaseQuery conversion of grid coverage objects.
Change-Id: I06b98101960775ebe76dcd5d4c4b562f43990309

Former-commit-id: 7e5349bbff [formerly 7e5349bbff [formerly 33033c354a783ab58d89599eb78355c6b354594f]]
Former-commit-id: cc5d9edc92
Former-commit-id: 23a26f5d4a
2013-12-16 14:31:44 -06:00
Richard Peter
fcd5955a0f Merge "Issue #2170: Fix PluginNotifier direct-vm endpoints" into omaha_14.2.1
Former-commit-id: 3758a9532c [formerly 3758a9532c [formerly 840448d17e58f7d98ebe09b7df17d2d5d4bb4a6f]]
Former-commit-id: 84b64dac81
Former-commit-id: f4ba1cac8c
2013-12-16 13:43:37 -06:00
Richard Peter
7125f2eca0 Merge "Issue #2613 Replication subscription start time correctly set" into omaha_14.2.1
Former-commit-id: 35299e917d [formerly 35299e917d [formerly b21de50d989fa341b99c0632e908c6c1f7b6853f]]
Former-commit-id: 624c51e393
Former-commit-id: c05162ed1a
2013-12-13 16:09:13 -06:00
Mike Duff
4127267b78 Issue #2545 - Prevent negatvie values in the BandwidthBucket's current size
Former-commit-id: b310cf0388 [formerly b310cf0388 [formerly f68aaea220b8ad7dcc886bb3bdeab362b977061e]]
Former-commit-id: eb591030d8
Former-commit-id: 0deef9b6dd
2013-12-13 16:03:36 -06:00
Benjamin Phillippe
7d1f693fd9 Issue #2613 Replication subscription start time correctly set
Change-Id: I3d00be2b82282a339c7d13a085abe82ee36850d5

Former-commit-id: 70e6212353 [formerly 70e6212353 [formerly 6f3bc8a63cbd5480d65875815de4cdffa63c266c]]
Former-commit-id: e0d32db91c
Former-commit-id: 80c01c7117
2013-12-13 14:17:11 -06:00
Richard Peter
689a74ec89 Issue #2170: Fix PluginNotifier direct-vm endpoints
Change-Id: If41bfdadbb4bc6ccda3d53f94d1ee493329f0b0c

Former-commit-id: 595a655dfd [formerly 595a655dfd [formerly b9415039acdc85ee7975e9d6bd27047cce623723]]
Former-commit-id: 6267bee5d5
Former-commit-id: 55a21685ea
2013-12-13 12:32:46 -06:00
Lee Venable
b7d5aa748a Issue #2583 - Procedure dialog fixes and clean up.
Change-Id: I9255d9bb21bc8794aacddffe571e62149dd08c10

Former-commit-id: aa0e9121f8 [formerly aa0e9121f8 [formerly c88681909d99025be43e5d77dd2a89bbc6e929e2]]
Former-commit-id: 7ee6053c22
Former-commit-id: f3c8b69e2e
2013-12-12 16:15:56 -06:00
Steve Harris
ff08301890 14.1.1-13 baseline
Former-commit-id: c88b10039a [formerly c88b10039a [formerly 6eef3022653638f9031a85932d8d551aba5600d2]]
Former-commit-id: b0b55a676b
Former-commit-id: 61d4adc979
2013-12-12 16:59:57 -05:00
Richard Peter
3543625506 Issue #2170: Add registration of Router to Notification Framework
Change-Id: Ib2bc29d82395a021cee3a8f98b894010303f06ad

Former-commit-id: 312fcc2b2f [formerly 312fcc2b2f [formerly 6ea46281b904c99c9b6c9f364293bec96be16f7d]]
Former-commit-id: ded9c782fc
Former-commit-id: b4fc76c03a
2013-12-12 13:47:37 -06:00
Ben Steffensmeier
a92f15a8fa Issue #2619 Fix rare dateline bug.
Former-commit-id: 399c579671 [formerly 399c579671 [formerly 8231fde4fdcb25ad19e31dd8e4f5716becba347c]]
Former-commit-id: 607b5edb69
Former-commit-id: d0f4b18b78
2013-12-12 10:30:22 -06:00
Richard Peter
d0fbf8df6b Merge "Issue #2613 Fixed build" into omaha_14.2.1
Former-commit-id: ffab0f1669 [formerly ffab0f1669 [formerly c1630accf918363334c4d558cda8810341d0a2b7]]
Former-commit-id: 2f2f755110
Former-commit-id: 4e5cd81df9
2013-12-12 09:54:19 -06:00
Benjamin Phillippe
b960d13fd8 Issue #2613 Fixed build
Change-Id: I699c50d3404d155d6435c2ff4f33a465cfd96d14

Former-commit-id: 7529f5bbe8 [formerly 7529f5bbe8 [formerly ce2bffa120b722cb3337658584a83c5161f07a51]]
Former-commit-id: 2e909bc207
Former-commit-id: 620e838f59
2013-12-12 09:44:05 -06:00
Richard Peter
e4af4c8b58 Merge "Issue #2566 Update BandwidthGraphDataAdaptor to handle case when there are no reservations." into omaha_14.2.1
Former-commit-id: 91dc7825ce [formerly 91dc7825ce [formerly 08a46b28d5fb5f2e5d28a5f4138ee4fea3fad05d]]
Former-commit-id: 3cc5ebc43e
Former-commit-id: 74c73c8ee1
2013-12-11 18:00:10 -06:00
Richard Peter
022ee8929e Merge "Issue #2625 - fix no data errors in bandwidth utilization graph remove datauri from RetrievalGeneratorUtilities Set queries for DPA data to query by insertTime rather than obsTime" into omaha_14.2.1
Former-commit-id: 49def8a4b2 [formerly 49def8a4b2 [formerly 4da283cae33cca8264007e246fa3d02b9809a114]]
Former-commit-id: a0f59f2059
Former-commit-id: 7673b97152
2013-12-11 17:59:43 -06:00
Brad Gonzales
133918fba6 Issue #2566 Update BandwidthGraphDataAdaptor to handle case when there are no reservations.
Change-Id: Ie9eb7e3e1a5bc8ac4a8ccf9532686d97f584bf1c

Former-commit-id: 112649eff2 [formerly 112649eff2 [formerly 14171c13dd5f127df0b90a5db9a9e11b301ffc5f]]
Former-commit-id: 96dc3b65b1
Former-commit-id: 79efc3b53a
2013-12-11 17:06:41 -06:00
Richard Peter
fb3ccd066c Merge "Issue #2616 - Set overwrite allowed flag on madis records when decoded Added delta script for table MADIS with the hibernate generated key name" into omaha_14.2.1
Former-commit-id: 63bd2b26eb [formerly 63bd2b26eb [formerly 3d887a288459b786718a59d0c4a368408c3419f0]]
Former-commit-id: 6f57e14406
Former-commit-id: 2f0e43e5a4
2013-12-11 16:19:02 -06:00
Richard Peter
1c5dc1b952 Merge "Issue #2613 Registry performance enhancements" into omaha_14.2.1
Former-commit-id: 375c532376 [formerly 375c532376 [formerly 6a3b2d31829b4f6d39a6a06ec06c901b58506deb]]
Former-commit-id: 0ed2ba8024
Former-commit-id: 890f038a54
2013-12-11 16:11:26 -06:00
Richard Peter
7788a51f89 Merge "Issue #2566 fix bandwidthmanager spring file resource resolution." into omaha_14.2.1
Former-commit-id: d9d19a1515 [formerly d9d19a1515 [formerly 4ea822a22d2b21b4b3172a1f93773f01c2af20de]]
Former-commit-id: 51e46e08c5
Former-commit-id: 561706ef1e
2013-12-11 16:08:06 -06:00
Jonathan Sanchez
a2e5cdeae5 Issue #2604 Refactored portions util out of viz.warngen.
Change-Id: I58fad25e0a53d34b3369d6b6463f29e753cb6d10

Former-commit-id: 125e747fc9 [formerly 125e747fc9 [formerly ae9f22dbfce191c79e170b242bfc0c905b61e9bf]]
Former-commit-id: 2ecfe79516
Former-commit-id: 5796d108c3
2013-12-11 14:59:16 -06:00
Mike Duff
3f98d329c9 Issue #2616 - Set overwrite allowed flag on madis records when decoded
Added delta script for table MADIS with the hibernate generated key name

Change-Id: Id8cfee5bfba68aa686b9d998bdbf85e5de5c7519

Former-commit-id: 9a02ae7d68 [formerly 9a02ae7d68 [formerly b3a18fd5270f2ce109b0560fba6e11e76e721bc9]]
Former-commit-id: 5a42580c2b
Former-commit-id: dc6ab027b5
2013-12-11 14:12:05 -06:00
Richard Peter
3204af5ce8 Merge "Issue #2581 remove LSR dataURI column" into omaha_14.2.1
Former-commit-id: e441b548cc [formerly e441b548cc [formerly e1e34142baebc23917a975a60f9f45aab750a775]]
Former-commit-id: 6e86c98c04
Former-commit-id: 3ebbced489
2013-12-11 13:56:38 -06:00
Greg Armendariz
23f6e3ecdf Merge "Issue #2622 - Update scripts to query with FILENAMES value, update .spec for version change" into omaha_14.2.1
Former-commit-id: 45c9f7352e [formerly 45c9f7352e [formerly 00ef95580fa8ad1fe64694b1bc0a6cdf4ffe6823]]
Former-commit-id: 4c1eb198d2
Former-commit-id: 0e0bfc0521
2013-12-11 13:54:17 -06:00