Commit graph

25 commits

Author SHA1 Message Date
Benjamin Phillippe
ec69cdeb44 Issue #1802 Implemented ebxml registry replication
Change-Id: I9ddcb2f3a8410e5bae8f03b4c881625ecef8a531

Former-commit-id: 078545ff0fdbd591ebf69f22eb2e8400386c2bdf
2013-04-12 11:27:45 -05:00
Dustin Johnson
6bc69df127 Issue #1826 Remove delivery/notify options for subscriptions
Change-Id: Ife37bb70a5b54c3602d5f73de337cb83f37a9509

Former-commit-id: 0bf00ff025ea916aeb0ee4cb093163cbd9cfe931
2013-04-09 11:40:25 -05:00
Dustin Johnson
f3bdede2c8 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: 5a8249a78daaeed19079e78f6c4f07b08e817ff0
2013-04-05 12:41:02 -05:00
Dustin Johnson
6129d86be4 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: b91593c0a50114e4766ecf83d92e7f25b58bbbf8
2013-04-01 15:35:51 -05:00
Dave Hladky
81ad1ce2ed Issue #1796 Resurrected DPA code from old 5-DataDelviery repo, merged with current development!
Change-Id: I71b56de45f61bef15c03ee4fc3f45790c59b527d

Former-commit-id: a52596494feb2255269513a3cd19490628d4ae10
2013-03-19 13:08:14 -05:00
Steve Harris
2641d578e2 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: e768a3e3a5016a88a4f0a3faa4bc82cfe0d9709c
2013-02-21 15:41:39 -06:00
Steve Harris
d2a654625f 13.3.1-1 baseline
Former-commit-id: 34684c71436ce4c395ea523eb34ded6792476816
2013-02-20 16:19:40 -06:00
Dustin Johnson
c8760e5699 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
62a84aea76 Issue #1543 Use XML to represent retrieval
- Only include request identifier for serialized retrieval data
- RetrievalAttributes are now retrieved from the database
- Remove plugin data objects from class names
- Add retrievalDao to retrieval task constructor

Amend:
   Add call-through method to prepare for serialization.

Change-Id: Ic5d2243dd77e1aefd49057a0b7843329e95f0c9d

Former-commit-id: 2cd0aa465fe10282b4be9225011fa8c780204edb
2013-02-18 13:05:41 -06:00
Steve Harris
a46e33f06e 13.2.1-6 baseline
Former-commit-id: 75e7c2a9423a7caa7f97143fa871be6d0ffe34bb
2013-02-07 16:00:39 -06:00
Dustin Johnson
1a17e4a0f5 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
Ben Steffensmeier
5db16973bd Issue #1495 add ensemble to Subscription copy constructor
Former-commit-id: 9f7a3f505048009e076b81c2be9603cefe62577a
2013-01-29 13:42:01 -06:00
Dustin Johnson
4e9ecdf166 Issue #1530 Do not allow partial scheduling of subscriptions in BandwidthManager
Amend:
  Rebase to 13.2.1

Change-Id: Ied72baede3691957cf1155e1986428d1bfd16e81

Former-commit-id: 902feab2b1bdf0ffdadce76847ee76b9a8c7061e
2013-01-29 10:10:54 -06:00
Lee Venable
f98e5b35e1 Merge "Issue #1528 Fix subscription priorities to be the same from domain object to GUI Fix incorrect use of enum ordinal value mappings to priorities. Fix broken bandwidth priority scheduling." into 13.2.1_delivery
Former-commit-id: 19229d6f4fc871d462e8460c02bfb69975e7dada
2013-01-29 09:59:59 -06:00
Dustin Johnson
f88a5c1b95 Issue #1528 Fix subscription priorities to be the same from domain object to GUI
Fix incorrect use of enum ordinal value mappings to priorities.
Fix broken bandwidth priority scheduling.

Change-Id: Ic9e220966c20e95fcc3f81f0c647ffcdb2fcbca5

Former-commit-id: b6dbc5f3117832ce8bda1698043d7941398f11b1
2013-01-25 14:30:04 -06:00
Dave Hladky
04a955ff53 Issue #1527 Fix 0 Degree Isotherm displays For Data Delivery Grids
Change-Id: I326a25c3608d934d1b0183f2ad34109ab68e59f8

Former-commit-id: d29ebdf1323d836b2f1e254cdcb1da06fdb5da61
2013-01-25 10:58:22 -06:00
Steve Harris
328c6dccad 13.2.1-2 baseline
Former-commit-id: bd9eec1d4e6fd843c7bb594b8adb882d72edc6cf
2013-01-23 11:18:44 -05:00
Dustin Johnson
15c2c55ff9 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: 464b46dd4f4af60dbeb917f65c18c876d712e4ad
2013-01-22 11:45:18 -06:00
Ben Steffensmeier
94ba8511cb Issue #1495 enable ensemble subset requests in opendap.
Change-Id: I5c74b23f6c5c31b397855f102ee08f9c5737ac1a

Former-commit-id: ddaf9e6c69221600deedfbaf991a3936d0bb711e
2013-01-18 14:58:10 -06:00
Dustin Johnson
2cf52d976b Issue #1286 Fix bugs found during 1286 testing
Amend:
  Add time domain code.

Change-Id: Ib62ea23571a7e80877f8090064a8638e111fd2d2

Former-commit-id: 9b79cfc11541c737087fb613c686d50cf79e0a7b
2013-01-15 10:18:14 -06:00
Dustin Johnson
c4068d27bf Issue #1453 Fix handling of active period across year boundary
Change-Id: I6bd5f075d74d394eab2a47a2b5fee3e2d91fd272

Former-commit-id: eb1c45cff6c9b0a6b5d194e8f5b9b582646ebde2
2013-01-11 12:23:15 -06:00
Dustin Johnson
446f65776e 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
Richard Peter
73263e270e Issue #1454: Update Dataset size calculation
Change-Id: I5653bc1614945fb0dad2eec757e1de0831b809d5

Former-commit-id: 345344ed47305bc0698eec29cbae7e7922378cc7
2013-01-10 17:17:58 -06:00
Dustin Johnson
2635e05723 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
Bryan Kowal
d6b4cb65f4 Issue #1455 - Merge 5-Data_Delivery into AWIPS2_baseline
Former-commit-id: b535a90fb25287945485c10b3c85749c11285171
2013-01-07 12:16:01 -06:00