Commit graph

12 commits

Author SHA1 Message Date
Dustin Johnson
71365cd945 Issue #1784 Move NCF bandwidth manager code to data delivery repo
Amend:
  Publish JUnit test reports as XML, in support of Jenkins.
  Fix build/merge of 13.3.1 code so it compiles.

Change-Id: Ida653ee4ea8cd9d37f0b7d51f2d00db8fda38ca4

Former-commit-id: 60efd125706d618ae06eb84f959302213da2f7f1
2013-03-13 08:39:08 -05:00
Dustin Johnson
1161125c84 Issue #1644 WFO bandwidth manager delegates to NCF bandwidth manager for SBN subscriptions
Amend:
  Use isEmpty() where possible in BandwidthManager.

Change-Id: I85fe54982245e088f60dd33148aed72e6abfc9ec

Former-commit-id: 28c97849800c624bdaa161f05777703ee2a510ac
2013-03-04 14:55:50 -06:00
Dustin Johnson
d8659e742e Issue #1543 Use separate RetrievalPlan configurations for NCF and WFO
- Change new registry modes to explicitly list includes/excludes.
- Add separate bandwidth manager creation capabilities for NCF and WFO.
- Add deltaScript to add a "route" slot to subscriptions.
- Remove unnecessary schemas from Spring files.

Change-Id: If3d4d310166bb6a201e191e0480d25829d25bcfa

Former-commit-id: 10775068a3e54d8b48b1da4a3e8a6d952ec9c0ee
2013-02-20 10:42:51 -06:00
Dustin Johnson
dd8ca33fc4 Issue #1543 Serialize DODS response rather than plugin data objects directly
- Remove proxy classes for Spring transactions, use interfaces as Spring recommends.

Amend:
   Peer review comments.
   Set retrieval status to failed when payload is null.

Change-Id: I458b13856302c8faceeef985c1c41115644520b7

Former-commit-id: 69f294183da4bbeb535b11c81550b1e9b4124ac6
2013-02-14 09:49:22 -06:00
Dustin Johnson
4bcd75c091 Issue #1543 Clean up test files after changing to Spring transactions
Change-Id: I83199fd60f0e84c4b6e7b9b400d9f7cafbc2c680

Former-commit-id: e7e146c79b11d33ad6755acdeb11f58fa789b4c6
2013-02-12 11:59:45 -06:00
Dustin Johnson
8307af022c Issue #1543 Add testing of current OpenDAP type retrievals.
- Add test for current behavior of SBN-like retrievals.
- Change session management to use a factory implementation.
- Add service locator strategy to find jaxbables.
- Tests cleanup.
- Add mock versions of OpenDAP service classes to test more OpenDAP retrieval functionality.

Amend:
  Peer review comments.
  Change to use Spring transactions.

Change-Id: Ifce73361a5d864c54fdd493240c40d5ae66ef366

Former-commit-id: bb9ab0ceb479a8c6a727b9764433edb70eec31f1
2013-02-11 14:21:57 -06:00
Mike Duff
1b1d00f8a9 Issue #1580 - Refactor events framework so EventBus is available from CAVE or EDEX.
Change-Id: If8d9c18108ca244b044b1ddc5a80e9e5de623c7a

Former-commit-id: 1d3f9e0d5b32f96fc4eff47f040d5eb159a38d3c
2013-02-05 15:13:51 -06:00
Dustin Johnson
3b20efeb7d 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: 120296239cfa021507b4ce9bc3f7333509b1dfb9
2013-02-04 09:00:33 -06:00
Dustin Johnson
b627dfc054 Issue #1487 Use XML to store stats grouping information in the database
Amend:
  Increase length of grouping column to 1024.
  Add deltaScript to convert the grouping column to xml.
  Change regex to replace any pluginName fields with dashes, not just satellite-mcidas.

Change-Id: I0d5081645c5f11909e5778c8e555d5da3cf77e1a

Former-commit-id: 38ecb1f36dce4717d0ba9066c8cd22116770d34b
2013-01-16 12:21:11 -06:00
Dave Hladky
5cf3eee426 Issue #1466 Updated parsing for NCOM, revamped MetaDataParser to make more efficient, unit updates, tests, params
Change-Id: I5177209c25cb08c0ffe74104ceb6e16874ce3208

Former-commit-id: 9b8169d2523480750bb3cf557fb8902a9cafcc03
2013-01-11 11:59:36 -06:00
Dustin Johnson
4ae1a9645c Issue #1441 Cleaned up editing/deleting groups and handling of user permissions
Amend:
  Split creation and edit group dialogs.
  Add some javadoc and remove sysouts.
  Add missing test data causing broken tests.
  Rebased.

Change-Id: I00d48f2a97bf8398b74bf8ed568cb19126d2c185

Former-commit-id: 797f570e28086b43b5d851275fba457c5920f57e
2013-01-11 11:53:02 -06:00
Dustin Johnson
6a90779214 Issue #1453 Fix the handling of subscription active period dates.
Amend:
  Move tests project over that was missed while moving datadelivery code

Change-Id: I10611f8a4b6c2efe6af1813e5181fadc059e4f9a

Former-commit-id: 0e1397db6ca1a7a577d20507bc2c4daf823188fe
2013-01-08 12:44:29 -06:00