Commit graph

176 commits

Author SHA1 Message Date
Richard Peter
60831564a0 Merge "Issue #1822 created DataDeliveryRetrievalWmoHeaderApplier to generate WMO Header for data delivery retrievals." into development
Former-commit-id: c4cc04a6b759f934a556004a242da4dfa4709653
2013-08-13 10:10:07 -05:00
Mike Duff
832e61f938 Issue #2254 - Fix the nightly automated junit tests
Change-Id: I8e595c097682ddd01cebf23fedbe5380d078085a

Former-commit-id: 96eddd84c4f1287fa56e5356831961209c76331a
2013-08-12 09:25:21 -05:00
Brad Gonzales
d5ee61dc2b Issue #1822 created DataDeliveryRetrievalWmoHeaderApplier to generate WMO Header for data delivery retrievals.
Change-Id: If1037781d8fbf0e3a88556ef4401fb77621187d7

Former-commit-id: 9ddb76125f51eb0ea73b7bb54a77e84fb32349e4
2013-08-09 15:42:38 -05:00
Nate Jensen
842f15ae12 Issue #2228 use TMemoryInputTransport for slight efficiency improvement
Change-Id: I280dacdd48f5e092b312a80916db6202a1138ebf

Former-commit-id: 3f3afa1fe36da04ce47b9af1e8bd34746b75e68f
2013-08-06 09:52:02 -05:00
Nate Jensen
d74a7639ba Merge "Issue #1726 change how swt is imported to tests, uncomment some tests that now work again" into development
Former-commit-id: c1b8ad9acaa8a5f5397c833a9edb5db23eaa5981
2013-08-05 12:45:29 -05:00
Matt Nash
ba5cacb5e5 Issue #1726 change how swt is imported to tests, uncomment some tests that now work again
Change-Id: Ib671f3240660368631483713e9619c836599fec4

Former-commit-id: a69fe2bc71ea77e941c9e20bfbc01d9c74ba94c7
2013-08-05 12:13:15 -05:00
Dave Hladky
db7c81a1df Issue #2236 Merged Mike's Code
Change-Id: I78943ceee3aeea1eeb6d815fefd3e82b46d677a6

Former-commit-id: 7cc09247bc4166f9586867fba097b4c40577464d
2013-07-31 16:16:47 -05:00
Nate Jensen
d364cfe32e Issue #2208 move remainder of unit-tests to tests project, disable building ones dependent on eclipse/swt, ignore ones that are failing
Change-Id: I49467fe6e9425a73985f729bc1ea4b10eb139c16

Former-commit-id: a53ff5142d15461a595adb8a6e8d6b96aee3a878
2013-07-25 14:59:01 -05:00
Nate Jensen
d7be59a97e Issue #2208 moving ncep unit tests to tests project
Change-Id: I723edf8936970d57108796ca1bc775b93e5e2507

Former-commit-id: b027914534dc808a616e2b5b2ee55ed3dd304b2e
2013-07-25 13:28:27 -05:00
Nate Jensen
15fae243c9 Issue #2208 moving edex unit tests to tests project
Change-Id: I9189ebd225df930d021855c19d338e74af800702

Former-commit-id: 37c1d3c5b1a60260a537951c8a4bbceef4204029
2013-07-25 12:29:46 -05:00
Dustin Johnson
ee505a7b63 Issue #2195 Fix ArchiveConfigManagerTest
Change-Id: I3f7dbe37d9fb14fa9eb5fb326c0e1eb18e901a9f

Former-commit-id: a86f2ef5cfa15fd8277dbe60e9a34c548af1f1c6
2013-07-16 08:33:39 -05:00
Dustin Johnson
5f38365571 Issue #2106 Create SubscriptionRetrievalAttributes to only load Subscription objects when required
Amend: Peer review comments, also fixed bug where subscriptions weren't being loaded on changing bandwidth

Change-Id: I8b5a122b0434d54dcfcbff9df6283edad68d7eb1

Former-commit-id: 4da045d4c13a7d14cdbea3269409f2020e0c78f1
2013-07-12 09:01:05 -05:00
Dustin Johnson
ec2ddd13b1 Issue #2106 Improve BandwidthManager performance, proposed changes are checked much quicker
Change-Id: I3a61de1904d7256de04a97f40f38bf18d78b1438

Former-commit-id: 59eafdd07754e3711e9c3babd946dfd18c161404
2013-07-10 15:59:36 -05:00
Dustin Johnson
6d84cb70a8 Merge "Issue #2173 - Update unit tests for Java 1.7 and SLF4J" into development
Former-commit-id: 67b9b463a2463036a47f62b45bf140be8a0567eb
2013-07-08 17:00:59 -05:00
Mike Duff
c76a29c074 Issue #2173 - Update unit tests for Java 1.7 and SLF4J
Change-Id: I7cd6378b17d1388d6006bc8ade9708f4797ff51a

Former-commit-id: 6c2646847984f3f8ef7a1640128bd06a2abb6a57
2013-07-08 16:22:05 -05:00
Dustin Johnson
ac8bed9a2f Issue #2106 Move deploy test properties to unit test code
Change-Id: I2463848448789858843cca436f236f71f57d2d95

Former-commit-id: ee39ca286312d9cd7629ba30e56faf3635c5b128
2013-07-08 16:19:21 -05:00
Dustin Johnson
59c1cd7a5e Merge "Issue #2106 Improve BandwidthManager performance - Use copy constructors - Separate BandwidthBucket handling into a DAO - Preparations to remove all in-memory object handling" into development
Former-commit-id: 1a45a8604e35d0b14caf8465905a806e79a2461d
2013-07-08 15:53:15 -05:00
Dustin Johnson
35305d2c1d Issue #2106 Add ability to run deploy tests again
Change-Id: I912137e02d4decb0ff07f9d73d1debeb9d9226a1

Former-commit-id: 290c1fb3bc7e9fd4871799e9884fcb10a28db46f
2013-07-08 14:00:40 -05:00
Dustin Johnson
a6575c3235 Issue #2106 Improve BandwidthManager performance
- Use copy constructors
- Separate BandwidthBucket handling into a DAO
- Preparations to remove all in-memory object handling

Amend: Copy more calendar and byte array objects

Change-Id: I72f4813c0780586585409a9a64c7915adc1ccbae

Former-commit-id: e11242447c3c93f403cd546df4315381486e465c
2013-07-08 10:22:30 -05:00
Richard Peter
76bc31aa77 Merge branch 'omaha_13.5.1' (13.5.1-4) into development
Conflicts:
	edexOsgi/build.edex/build.xml
	edexOsgi/com.raytheon.edex.feature.uframe/feature.xml

Former-commit-id: 3ec3b75f720bc7622430f69a81ae566936be4363
2013-07-01 00:04:43 -05:00
Brad Gonzales
276f05233f Issue #1965 added File filtering by file date extension in archive purge.
Amend: updated purge cron time to once every hour.
       moved archive.purge.cron to cron.properties.
       removed purge code from DataArchiver.
       added back isHoursToKeep in DataArchiver.
       updated CategoryFileDateHelper for CategoryConfig dirPattern lists.
       updates from peer review.
       updated test cases to work with Roger's refactoring.
       fixes for ArchiveConfigManager createArchive.
       clean up of ArchiveConfigManager purgeFile.

Change-Id: I096c2a103211caab7b7ec00f18111077cfe3e519

Former-commit-id: 2094b7f9fde97873c759da217498bcf62254a287
2013-06-27 11:46:44 -05:00
Dustin Johnson
69c09e530f 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: 8d1a47446927a3c6646fa0748d7096afb376b952
2013-06-25 08:33:55 -05:00
Richard Peter
b007d4a302 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: 98e25be1049113faf4b2cde1eea38ce7e432b6de
2013-06-24 18:51:56 -05:00
Dustin Johnson
554b43807e Issue #2106 Fix setting of data size on gridded subscriptions
Change-Id: I5dea937a9ad9f4691e58fb08a97ad6770cd8f925

Former-commit-id: c9138bb9d844ed7c38df420734c2723321ad450b
2013-06-20 16:00:08 -05:00
Dustin Johnson
a331cd2958 Issue #1802 Fix event processing in regards to transaction commits/rollbacks
Change-Id: If5988d96b7e7382e04879ca6126a61237d70bd22

Former-commit-id: 25398fcce99b15d3fda71cad34f39222e30458dd
2013-06-20 13:53:04 -05:00
Dave Hladky
47d18e42ab Issue #2120 Fixed SSL connection problem
Change-Id: I4a4e277ac75420bbaa621dcddb562e654211436c

Former-commit-id: 85d7c148e78a61025fa52f8c0996f99ab6075392
2013-06-20 12:51:30 -05:00
Steve Harris
532d41787b 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: df49d4d975e97a6b6c35e710dfd8244455eb21eb
2013-06-17 15:29:01 -05:00
Dustin Johnson
6cb4800e24 Issue #2106 Correct connection password logic, fix test code
Change-Id: I6f7f91542c324ac63214da5e231ab3f267b90f25

Former-commit-id: e1098a65c04a230590b8460b3da1d12b1046b9b5
2013-06-17 09:24:07 -05:00
Dustin Johnson
4f655f8690 Merge "Issue #2106 Speed up Bandwidth Manager subscription scheduling" into development
Former-commit-id: 14156b01cb7e4e4250c9e74f4e21116ab9c706b0
2013-06-14 10:33:48 -05:00
Dustin Johnson
8500856bc1 Issue #2106 Speed up Bandwidth Manager subscription scheduling
Change-Id: Iafceeb64a2b56c562ca737ba083ec3225524f7ba

Former-commit-id: 693bfd77ddc216e658f6e1e4a38f48a2df1fe3bf
2013-06-14 09:25:48 -05:00
Dave Hladky
5512104d86 Issue #2101 Subscription retrieval for WFS (MADIS) follow on of #1763, #2062 for 13.6.1
Change-Id: I5942d35c77eaa0232147581381e1ff96c690cc03

Former-commit-id: 00fcd53e94c1ff71d65c42b5f7644f653a1fd179
2013-06-13 22:13:49 -05:00
Roger Ferrel
a405684c7b Issue #1966 Added hooks for ArchiveRetentionDlg and changed CaseCreationDlg to extend AbstractArchiveDlg.
Change-Id: If485480b6d8727d830620464741c2e748f2209dd

Former-commit-id: a9dd52d07b3eb8fd616e24374f40197c4df9b105
2013-06-13 10:57:19 -05:00
Dustin Johnson
1c7d99f53f Issue #2086 Move data delivery phase 3 code into AWIPS_baseline
Change-Id: I60bf6ac9d886d27c70543a0b7df24d626639fc3e

Former-commit-id: c213b3b5552a2b11c69965bc6edcfb8acf7fa0a8
2013-06-10 18:47:17 -05:00
Richard Peter
286d19c182 Merge "Issue #2038 Add support for point data type subscriptions to BandwidthManager" into development
Former-commit-id: a64228266a146ecb9a27381d9422c7b9bef56dac
2013-06-10 11:46:13 -05:00
Dustin Johnson
c677ae32d7 Issue #2038 Add support for point data type subscriptions to BandwidthManager
Amend: Peer review comments, improve time considerations for Point subscriptions

Change-Id: I9dde7f7da9dab9c8f3163a87b1ebe64303fc7dc2

Former-commit-id: f7ed3ec86188635eb069878ac490af06ea98e4a2
2013-06-10 11:37:37 -05:00
Mike Duff
37cdcc0b0b Issue #1981 - OUPRequest is now a privileged request.
Also proctecting TafQueueRequest

Change-Id: I3a05a407a21b8f9d2e6426c4f456e2218479242a

Former-commit-id: acc1b993db8d78f7edfc3bd287b7d3ca39c0d391
2013-06-07 15:52:02 -05:00
Mike Duff
12e5155edc Issue #2064 - Add ability to subscribe to observational point data (MADIS)
Change-Id: I298af2d50ec972ab4e728c7aa5d41c0a757d39fa

Former-commit-id: 9142ab024fb870b6c9fa18d42d42ae869c4ec58c
2013-06-05 12:06:58 -05:00
Richard Peter
220e817e15 Merge "Issue #1965 Initial archive retention dialog work. updated archive creation, purge, and test cases after Roger's last checkin. added edex plugin for feature. added an abstract base archive dialog." into development
Former-commit-id: 1b5ab5d85b4f634357d0f52551b800378349b363
2013-06-04 15:08:09 -05:00
Richard Peter
9e3baaa87a Merge branch 'omaha_13.4.1' (13.4.1-13) into development
Conflicts:
	cave/com.raytheon.viz.ui.personalities.awips/META-INF/MANIFEST.MF
	edexOsgi/com.raytheon.uf.common.serialization/src/com/raytheon/uf/common/serialization/JAXBManager.java
	edexOsgi/com.raytheon.uf.common.stats/src/com/raytheon/uf/common/stats/StatsRecord.java
	edexOsgi/com.raytheon.uf.edex.stats/res/spring/edex-process-stats.xml
	edexOsgi/com.raytheon.uf.edex.stats/res/spring/stats-graph-request.xml
	edexOsgi/com.raytheon.uf.edex.stats/res/spring/stats-request.xml
	edexOsgi/com.raytheon.uf.edex.stats/src/com/raytheon/uf/edex/stats/AggregateManager.java
	edexOsgi/com.raytheon.uf.edex.stats/src/com/raytheon/uf/edex/stats/dao/AggregateRecordDao.java
	edexOsgi/com.raytheon.uf.edex.stats/src/com/raytheon/uf/edex/stats/dao/StatsDao.java
	tests/unit/com/raytheon/uf/edex/stats/AggregateManagerTest.java

Former-commit-id: ed63eaede59b2b8d388d6fa03394f5e8d91c51dd
2013-06-04 14:06:53 -05:00
Roger Ferrel
f53d6bf4ff Issue #1965 Initial archive retention dialog work.
updated archive creation, purge, and test cases after Roger's last checkin.
added edex plugin for feature.
added an abstract base archive dialog.

Change-Id: I7c9ca3df40a7591815a1aae4fabf660217d44574

Former-commit-id: 64b75031afaecd74649392a19cc0b10dcdb79a2b
2013-06-04 13:08:05 -05:00
Dustin Johnson
bc830e67f0 Issue #2038 Change registry code to use GenericRegistry, use Spring 3 embedded DB feature in tests
Change-Id: Ie9e0a4fa4fb457f1d85326c6c2ddcfa16cdc5b63

Former-commit-id: 121d9a02acfe528c524788a062c2d2034f80afe5
2013-06-03 14:54:53 -05:00
Dustin Johnson
76bdfc3a68 Issue #2038 Set attribute xml on mock opendap adapter
Change-Id: I2e2e68907b475848c7b5b556c9d33a7f07877083

Former-commit-id: 5bdb3c359d80edfcc0029fb7264809c49f682579
2013-05-31 13:54:41 -05:00
Dustin Johnson
87605571b2 Merge "Issue #2038 Change datadelivery retrieval to be plugin contributable" into development
Former-commit-id: 606b358ba6bfebf410151217f1a7ad92839025b0
2013-05-31 12:43:49 -05:00
Dustin Johnson
55aeff3422 Issue #2038 Change datadelivery retrieval to be plugin contributable
Amend: Fix class name resolution, no arguments to metadata adapter constructors

Change-Id: I2c08563499a34996502d22f0f9685602b8897139

Former-commit-id: fc6effe4993694944d5331038d24310dec44a5d8
2013-05-31 12:19:07 -05:00
Dustin Johnson
05bd3e113d Issue #2038 Fix ability to get shared subscriptions by id
Change-Id: Iff7d9ab52e8152e7f950a536e49d92acad45dd19

Former-commit-id: e308ea7b1bc786832d4414369f86cc2d02f71ae2
2013-05-31 09:29:44 -05:00
Roger Ferrel
3c875a6f44 Issue #1966 Changes to make manger stateless and updates for Case Creation.
Change-Id: I62118209fad2a28d6dd3cac4abf7bb86cc782387

Former-commit-id: 3f43fdc896ff616915a8aa5ef986d3a82e52aa51
2013-05-30 16:35:11 -05:00
Steve Harris
26bf27c70d Issue #1871 - Merge branch 'vlab' into development
Conflicts:
	edexOsgi/com.raytheon.uf.common.base.feature/feature.xml

Former-commit-id: 836c0d6a7873dd77dd58226fe389736652fb51a9
2013-05-30 14:33:24 -05:00
Dustin Johnson
9c9caf00d1 Merge "Issue #2038 Remove unused schemas from datadelivery spring files" into development
Former-commit-id: b1c288e1e4d9a4df409ac8c1156c0c91f3eb67a8
2013-05-30 11:32:09 -05:00
Dustin Johnson
b99a8bc4f9 Issue #2038 Remove unused schemas from datadelivery spring files
Change-Id: I65a53510e3e8f9aba3fc64f011dad0905cde8b26

Former-commit-id: 2c5b357da096c9c1e2cd76560d143b8009aaba0f
2013-05-30 09:49:09 -05:00
Brad Gonzales
321f153547 Issue #1965 Commit for purge and archive with tests.
A lot of this ended up being duplication of Roger's code. Roger's changes should go first,
and then this commit will be merged and refactored with his code in an amend.

Amend: better test coverage, fixes to old other pattern
       integrated with Roger's changes.
       added header comments, deleted FileArchiveElement.
       removed search and filter code.

Change-Id: I4e48842a75b9da27062349fee01099e1ea13f59e

Former-commit-id: 991622c763767a1e291be8c9f3c10da2b5fd7e32
2013-05-30 09:34:18 -05:00