ben leinfelder's activity
From 06/10/2009 to 07/09/2009
07/09/2009
- 10:46 PM Kepler Bug #4228: Not all tokens seem to be written when running WF from commandline
- closing for now
07/08/2009
- 11:23 AM Kepler Bug #4197: Waterflow TPC demo - tracking bug
- when I add another port named "trigger" to the "Plot base flow" actor and connect a similar output port from the upst...
- 11:21 AM Kepler Bug #4197: Waterflow TPC demo - tracking bug
- when running from the command line the "Plot base flow" R actor is not fired and no tokens are being recorded (as you...
- 11:14 AM Kepler Bug #4228: Not all tokens seem to be written when running WF from commandline
- tracked down one issue - was looking up token type/value based on the read row in provenance even though we were inte...
- 08:26 AM Kepler Bug #4228 (Resolved): Not all tokens seem to be written when running WF from commandline
- I'm still trying to isolate the problem, but I'm finding that a RecordToken is not "fully" being written to provenanc...
07/07/2009
- 12:58 PM Kepler Bug #4197: Waterflow TPC demo - tracking bug
- "nil" DoubleTokens will remain "nil" (rather than NaN)
- 09:29 AM Kepler Bug #4197: Waterflow TPC demo - tracking bug
- For the tutorial:
-we will use the "base" workflow with production data. Most slides and hands-on activities will use... - 09:21 AM Kepler Bug #4197: Waterflow TPC demo - tracking bug
- Changes made by Jim:
-month and river are now strings (rather than factors (ie. ints).
-rounding done to 4 places.
C... - 09:52 AM Kepler Bug #4204: Report Designer - finding drag area on components is hard
- Is this being addressed or are we postponing until later?
- 09:51 AM Kepler Bug #4161: Develop kepler workflow execution engine
- we've had a couple successful "round trip" runs:
-upload a workflow KAR (indus)
-schedule execution (indus)
-execute ... - 09:47 AM Kepler Bug #4227 (Resolved): Provenance - use Integer return type in Queryable interface
- Found out that resultset.getInt(x) will return 0 when in fact there was a null (no result). Changed to not start IDs ...
- 09:42 AM Kepler Bug #4225: Provenance - start auto-incremented IDs at 1 not 0
- Dan changed the auto-increment start for HSQLDB to be 1. Works great.
Merged from trunk to our sanparks branch
There... - 09:25 AM Kepler Bug #4226 (Resolved): Report Designer - use 16pt bold for Report Title text field
- The stylesheet for rendering the report (as pdf) has the following defaults:
Title: 16pt bold
Section Header: 14pt ... - 09:05 AM Kepler Bug #4221: Report Viewer - Need more space between each element
- added padding to the top and bottom of item cells - seems better. re-open if this did not address the specific concerns.
07/06/2009
- 10:55 PM Kepler Bug #4221: Report Viewer - Need more space between each element
- which ones in particular?
- 10:48 PM Kepler Bug #4222: Report Designer - icon for the static graphic image switches back to generic icon after a drop
- I think keeping the proportions of the original image is better. Yes, it's nice to have consistent icons on the items...
- 02:31 PM Kepler Bug #4222: Report Designer - icon for the static graphic image switches back to generic icon after a drop
- is it still scaling it to a square so that some images look squashed in certain directions?
- 10:42 PM Kepler Bug #4220: Report Viewer - South label is not being rendered
- was using the wrong xpath for the south label.
- 12:40 PM Kepler Bug #4220: Report Viewer - South label is not being rendered
- retarget for 2a1
- 10:21 PM Kepler Bug #4223: Report Viewer - Text runs over edge of button for 'Refresh using current layout'
- commented out the button for now. It was also confusing for most users - especially since it could result in wildly d...
- 09:49 PM Kepler Bug #4223: Report Viewer - Text runs over edge of button for 'Refresh using current layout'
- I've been meaning to remove the button altogether - this seems like just the motivation to do it!
- 10:11 PM Kepler Bug #4225 (Resolved): Provenance - start auto-incremented IDs at 1 not 0
- I inadvertently noticed that when I queried for the last execution of a workflow that never ran I was still getting b...
- 04:33 PM Kepler Bug #4224 (Resolved): New LSID generated when opened from KAR
- When a KAR is opened on a computer that did not save it, the LSID of the workflow/model is changed.
See attached KAR... - 10:37 AM Kepler Bug #4219 (New): "Kepler Repositories" should be retrieved from the registry
- Currently we use a combination of 2 .properties files to make actor/workflow/run library repositories available for u...
07/02/2009
- 03:56 PM Kepler Bug #4218 (Resolved): Report Designer - difficult to enter text for Item labels
- Clicking in the text area for a dynamic item label rarely keeps my cursor in the field - so I can't really type a lab...
- 10:53 AM Kepler Bug #4217: Report Viewer - "nil" not rendering consistently/correctly
- committed to the branch.
- 08:36 AM Kepler Bug #4217: Report Viewer - "nil" not rendering consistently/correctly
- This is also happening for DoubleTokens - but they show as NaN rather than nil - which I believe is acceptable.
Boole... - 10:52 AM Kepler Bug #4211: Report Designer - do not allow dropping of actors on report
- now in branch and head
- 09:31 AM Kepler Bug #4211: Report Designer - do not allow dropping of actors on report
- wait - keeping this open until i merge to the branch
- 09:30 AM Kepler Bug #4211: Report Designer - do not allow dropping of actors on report
- now checking if the dropped object contains any children - reject the drop if it does
NEED TO COMMIT TO BRANCH
07/01/2009
- 06:11 PM Kepler Bug #4217: Report Viewer - "nil" not rendering consistently/correctly
- added special handling when we have IntToken.NIL in the report instance
NEED TO COMMIT TO BRANCH - 06:00 PM Kepler Bug #4217: Report Viewer - "nil" not rendering consistently/correctly
- After some digging, I'm going to conclude that this is being introduced by the "deep copy" serialization technique fo...
- 05:41 PM Kepler Bug #4217: Report Viewer - "nil" not rendering consistently/correctly
- The PDF seems to render "nil" as "nil" whereas the AWT rendering (from Apache-FOP) sometimes shows a huge integer ins...
- 04:37 PM Kepler Bug #4217 (Resolved): Report Viewer - "nil" not rendering consistently/correctly
- When outputting arrays of numbers and booleans that contain "nil" entries in R, they are not converted to NULL for us...
- 04:35 PM Kepler Bug #4197: Waterflow TPC demo - tracking bug
- tpc02-water-flow-high.xml:
-using record-based data table rendering
-including status actor
-"nil" values are showing... - 03:43 PM Kepler Bug #4197: Waterflow TPC demo - tracking bug
- -hsqldb 1.8 looks good.
-removed the browser call
-added naive "status" example - needs to be meaningful
Jim will do ... - 09:31 AM Kepler Bug #4197: Waterflow TPC demo - tracking bug
- The EML actors throw those exceptions - that is expected.
As for the newer HSQLDB - I will take a look.
06/30/2009
- 04:44 PM Kepler Bug #4212: Report Designer - Clicking the delete button removes unselected items
- If nothing is selected, don't delete anything.
- 04:42 PM Kepler Bug #4188: Report Designer - Issues with text fields
- chad and I do not see this happening anymore
- 04:40 PM Kepler Bug #4209: Report Designer - Text randomly disappears when dragging new components
- not seeing this after latest update
- 04:40 PM Kepler Bug #4210: Report Designer - scrollbar goes off the screen
- switched to BorderLayout for the tab
- 04:07 PM Kepler Bug #4197: Waterflow TPC demo - tracking bug
- -column headers are capitalized.
-header rows are shaded
-overflowing cell contents are truncated
TODO: remove browse... - 07:48 AM Kepler Bug #4197: Waterflow TPC demo - tracking bug
- In the tpc02-water-flow-base.xml workflow I have the table rendering in reporting not using the R data2html method no...
- 03:37 PM Kepler Bug #4213: Report Designer - north and south labels swap
- this appears to be fixed now - north and south are maintained
- 03:07 PM Kepler Bug #4213: Report Designer - north and south labels swap
- The ROML is being serialized to XML corrected (i.e. the label entered for "north" is stored in that label) so it's ju...
- 03:02 PM Kepler Bug #4213 (Resolved): Report Designer - north and south labels swap
- Typically happening with another item is dropped on the layout.
The swap seems to only happen once. - 11:20 AM Kepler Bug #4211 (Resolved): Report Designer - do not allow dropping of actors on report
- We should only allow "leaves" (ports/parameters) that have no children to be reported on.
- 11:18 AM Kepler Bug #4103: Add the capability of creating SECTIONS in the report.
- we have "section" headers now
- 10:56 AM Kepler Bug #4176: Report Designer - opening KAR omits title
- found the place where the title was being set to blank - fixed it
- 09:25 AM Kepler Bug #4200: wrp suite - blank workflow says you've made changes upon exit
- committed this change to provenance
- 09:23 AM Kepler Bug #4200: wrp suite - blank workflow says you've made changes upon exit
- In org.kepler.provenance.gui.ProvenanceConfigureAction.addProvenanceRecorder() there was a call to effigy.setModified...
- 07:54 AM Kepler Bug #4200: wrp suite - blank workflow says you've made changes upon exit
- Reporting an Provenance both inject top level attributes in the model if they do not exist: a ProvenanceRecorder for ...
06/29/2009
- 01:06 PM Kepler Bug #4197: Waterflow TPC demo - tracking bug
- Opening from the exported KAR is causing some problems - that's in another bug.
There are two files for this TPC (in ... - 01:01 PM Kepler Bug #4197 (Resolved): Waterflow TPC demo - tracking bug
- Will be using this as a demonstration of the TPC reporting system. Logging development here (might overlap with the t...
- 12:59 PM Kepler Bug #3992: Report Designer - finalize Report item properties
- closing - will add properties as needed
- 12:47 PM Kepler Bug #3992: Report Designer - finalize Report item properties
- i'm going to postpone adding the "repeat labels for all" option and all of the "which token of multiple tokens did yo...
- 08:59 AM Kepler Bug #4102: Add the ability to insert a static image into the report.
- this seems to be in the model when i render it - is it "done"?
- 08:53 AM Kepler Bug #4188: Report Designer - Issues with text fields
- retarget to 2a1 release
- 08:53 AM Kepler Bug #3638: Report design features, Stage 2
- this appears to be working now
- 08:52 AM Kepler Bug #4103: Add the capability of creating SECTIONS in the report.
- now rendering this in the report instance
- 07:43 AM Kepler Bug #4186: Metacat assumes (revision > 1) means "update" not "insert"
- committed to svn
06/26/2009
- 04:51 PM Kepler Bug #4193 (Resolved): ActorMetadata - clone() error when opening workflow from KAR
- Error:
....blah blah blah....
Caused by: ptolemy.kernel.util.IllegalActionException: Could not find a port named 'o... - 04:46 PM Kepler Bug #4186: Metacat assumes (revision > 1) means "update" not "insert"
- i have this working locally - will check into seek (svn) next
- 02:48 PM Kepler Bug #4186: Metacat assumes (revision > 1) means "update" not "insert"
- This is actually in ecogrid. I can see where the check is in the ecogrid implementation.
My plan: check if the id exi... - 11:48 AM Kepler Bug #4186 (Resolved): Metacat assumes (revision > 1) means "update" not "insert"
- When trying to upload workflows from Kepler we often (almost ALWAYS) have generated LSIDs that have revision > 1.
Fo... - 04:04 PM Kepler Bug #4192 (Resolved): WRM - do not prompt for KAR file when uploading to repository
- When you select a run in the workflow run manager, right click, select "Upload" you are prompted to specify a save lo...
- 10:29 AM Kepler Bug #4148: Workflow Run Manager - Upload to Repository feature
- okay - i'm happy with this feature closing
- 10:22 AM Kepler Bug #4148: Workflow Run Manager - Upload to Repository feature
- now checking for existing workflows - will not attempt to upload again if it already exists
06/25/2009
- 04:46 PM Kepler Bug #2493: actor repository tracking bug
- We're now using the "repository" for many different things:
-actors
-workflows
-workflow runs
-kars (which might cont... - 04:40 PM Kepler Bug #4020: WRP - create WorkflowRun object to encapsulate provenance/report instances
- We've got this working as we need it for SANParks
- 03:57 PM Kepler Bug #4020: WRP - create WorkflowRun object to encapsulate provenance/report instances
- using this:
<property name="ReportInstance0"
class="ptolemy.kernel.util.StringAttribute" value="RIO.5.pdf">
might b... - 04:05 PM Kepler Bug #4148: Workflow Run Manager - Upload to Repository feature
- I want to add more specific error handling around each of the put() calls so that we know exactly what is happening. ...
- 04:03 PM Kepler Bug #4148: Workflow Run Manager - Upload to Repository feature
- We are allowing for a "-repository" parameter as well. It will let us specify which of the configured Repositories we...
- 01:16 PM Kepler Bug #4148: Workflow Run Manager - Upload to Repository feature
- "-server" is now a commandline option that will set a Configuration attribute. ReportingListener will check this and ...
- 04:01 PM Kepler Bug #3992: Report Designer - finalize Report item properties
- i'm thinking "HIDE" will be a good one too, especially if we want to hide the TPC Status item that we'll be putting o...
- 03:59 PM Kepler Bug #4163: erroneous hsql database creation
- we're now using the cache's hsqldb instance and not doing anything to make a separate provenance database.
i'm closin... - 03:47 PM Kepler Bug #4176: Report Designer - opening KAR omits title
- Just verified that this is still a bug.
My test includes a kar file with a report layout that has a title and two ite... - 03:42 PM Kepler Bug #4001: WRP - Save/Open KARs containing MOMLs and ROMLs
- we can do this from within the GUI.
we can do this on the command-line (thanks chad!)
- 03:38 PM Kepler Bug #4000: WRP - upload PRAs to repository
- we've now done a preliminary upload to indus - this looks good. will refine, but closing this
- 02:14 PM Kepler Bug #4184: EML 2 Dataset disregarding selectedEntity from XML
- was "resetting" too many things in the actor when the recordID was updated (after changing latest version).
now only ... - 01:19 PM Kepler Bug #4149: Workflow Run Manager - Export Runs feature
- marking as fixed - for sanparks.
As we extend this feature for REAP, we can add a new bug.
06/24/2009
- 01:07 PM Kepler Bug #4148: Workflow Run Manager - Upload to Repository feature
- Looks like derik has this non-gui portion working.
I'm now using his classes (in the provenance module) to do the exp... - 11:45 AM Kepler Bug #4151: exported RIO and ROML doc run-pairs have same KeplerLSID
- reading the history - i believe we can close this bug (again)
- 10:19 AM Kepler Bug #3632: TPC exceedence notification feature
- entry in the config.xml allows us to include many report items in the run metadata:
<!-- Reporting configuration -->... - 08:26 AM Kepler Bug #4182: Composite Actor input port tokens not recorded
- i guess i'll close this then!
06/23/2009
- 05:35 PM Kepler Bug #4182 (Resolved): Composite Actor input port tokens not recorded
- I have a String Constant actor connected to an input port of a composite actor (see attached) and there is no port ev...
- 04:19 PM Kepler Bug #3632: TPC exceedence notification feature
- Okay - fairly easy to look up values from the ReportInstance.
Now it's just a matter of making a standard report elem... - 01:53 PM Kepler Bug #3632: TPC exceedence notification feature
- i'm going to take a stab at extracting a field from the reportinstance (post run) and adding a field to the WorkflowR...
- 01:46 PM Kepler Bug #4102: Add the ability to insert a static image into the report.
- Can now specify a header image in the ReportLayout (cascades into the rendered version, too).
Not yet a way to specif... - 01:44 PM Kepler Bug #4181: WRM - provenance sql.properties "DB Name" ignored
- now pointing to the cache's hsqldb instance (running in server mode).
no longer need to treat the dbname in the prope... - 08:11 AM Kepler Bug #4181 (Resolved): WRM - provenance sql.properties "DB Name" ignored
- my sql.properties bundle has a different DB Name setting (so that I can connect to the cache's hsqldb instance).
Whe... - 07:48 AM Kepler Bug #3672: Open/Save Workflow as KAR Archive
- this is not actually a bug about "Opening" a workflow - it has to do with "Importing"
I'd previously misunderstood. R... - 07:42 AM Kepler Bug #4180 (Resolved): Kepler command-line execution with cache
- For the webservice execution implementation, we need to be able to run workflows w/o the gui but with the cache enabl...
- 07:37 AM Kepler Bug #3992: Report Designer - finalize Report item properties
- [image] width and whether to scale-to-fit are now optional properties on every item.
06/22/2009
- 05:19 PM Kepler Bug #4170: Ensure reporting/provenance do not rely on any GUI classes
- as far as reporting is concerned, this is done. need to make sure the -nogui ("withcache") run is working.
- 01:42 PM Kepler Bug #4170: Ensure reporting/provenance do not rely on any GUI classes
- ReportingListener is now added to the MOML model by the Initializer if not already present.
Once the model is saved (... - 04:21 PM Kepler Bug #3996: Report Model - [de]serialize Items of Interest
- closing this - not needed since we are using the Outline viewer as a source for items of interest
- 03:58 PM Kepler Bug #3994: Report Designer - use "workflow outline" rather than Items of Interest
- now the top portion of the ItemsOfInterestPanel [re]uses the workflow outline view of the workflow contents. you can ...
06/19/2009
- 09:39 PM Kepler Bug #3994: Report Designer - use "workflow outline" rather than Items of Interest
- This is now a viable source for ports AND parameters.
I'd like to use it as the sole source for Dynamic Report Items.
- 08:17 PM Kepler Bug #3994: Report Designer - use "workflow outline" rather than Items of Interest
- I've modified the designer panel to allow it to accept dragged objects (NamedObjs) from the outline view.
This is a m... - 09:27 PM Kepler Bug #4177: WRP - look up Parameter values from Provenance
- added a method to provenance to look up the type (port/parameter/etc).
using that to decide where/how to retrieve the... - 08:31 PM Kepler Bug #4177 (Resolved): WRP - look up Parameter values from Provenance
- Turns out Parameter values are stored differently than the tokens that are passed among actors.
Will need to augment... - 07:24 PM Kepler Bug #2493: actor repository tracking bug
- this isn't just for Actors - this is for Workflows. Just want to make sure we're all keeping that in mind.
The same "... - 05:57 PM Kepler Bug #4036: WRM - connect to configurable provenance store
- the config dialog is not being shown now - so we don't really need to worry too much about this [for SANParks].
I'm g... - 05:54 PM Kepler Bug #4176 (Resolved): Report Designer - opening KAR omits title
- When I:
-design a report layout and "Export to KAR"
-close Kepler
-run Kepler
-open the kar "Open KAR"
I get mos... - 04:56 PM Kepler Bug #3992: Report Designer - finalize Report item properties
- augmented the style sheet (XSLT) to handle some Item Properties:
handle:
-new subclasses of StaticReportItem (HR)
-It... - 03:53 PM Kepler Bug #3992: Report Designer - finalize Report item properties
- all static report items currently have: HEIGHT and WIDTH properties.
HR Items have only WIDTH.
more to come... - 03:52 PM Kepler Bug #3992: Report Designer - finalize Report item properties
- doing some work on this
- 12:42 PM Kepler Bug #4160: EML - Dynamic data retrieval
- Jim has this working in the riverflow tpc.
And I've recently made the "check for latest" feature of EML work as it ne... - 12:41 PM Kepler Bug #3672: Open/Save Workflow as KAR Archive
- related to other bug that is slightly reporting-specific.
same functionality, however - 12:18 PM Kepler Bug #3999: WRP - create event-driven states for Kepler
- using this to update the Report Viewer when the view is selected. Also alerts the Report View TOC of a report instanc...
- 12:15 PM Kepler Bug #4172: Use DEV server for registry in the WRP suite
- WRP is pointing to dev for:
registry
authentication
repository - 12:07 PM Kepler Bug #4175: EML - Verify check latest revision
- tested with the attached workflow - i'm happy with this.
- 12:05 PM Kepler Bug #4175: EML - Verify check latest revision
- NOTE: in order for this to function properly, it must be run in the WRP suite of kepler that currently points to the ...
- 12:02 PM Kepler Bug #4175: EML - Verify check latest revision
- When the EML actor initializes, it will check for the latest and get the latest if the checkbox is selected.
When a W... - 09:13 AM Kepler Bug #4175 (Resolved): EML - Verify check latest revision
- Need to make sure this is working correctly when a WF is [re]opened and run.
It needs to pull in any new (or deleted...
06/18/2009
- 05:15 PM Kepler Bug #4160: EML - Dynamic data retrieval
- looks like we got this going in terms of getting the existing tables.
next up: check for latest revision! - 08:38 AM Kepler Bug #4160: EML - Dynamic data retrieval
- testing this new output format with R actor downstream - looks promising, but deferring to Jim's R expertise to get t...
- 05:11 PM Kepler Bug #4151: exported RIO and ROML doc run-pairs have same KeplerLSID
- I've prepended the workflow name to the ROML.xml entry that is generated.
While it's non-unique, perhaps it's the fir... - 04:58 PM Kepler Bug #4151: exported RIO and ROML doc run-pairs have same KeplerLSID
- Okay - that makes more sense: same kar entry name (ROML.xml) but different LSIDs
That'll definitely need to be addres... - 11:50 AM Kepler Bug #4151: exported RIO and ROML doc run-pairs have same KeplerLSID
- i thought we made it so that if they had the same LSID and the same name, we'd only include the last one that was add...
- 08:58 AM Kepler Bug #4151: exported RIO and ROML doc run-pairs have same KeplerLSID
- for the time being, both ROMLs will be included.
- 01:54 PM Kepler Bug #4172: Use DEV server for registry in the WRP suite
- http://dev.nceas.ucsb.edu/registry/services/RegistryService is now providing services that point to DEV (not producti...
- 01:28 PM Kepler Bug #4172: Use DEV server for registry in the WRP suite
- The servers are set up and ready to go.
I'm currently updating the registry entries so that we point to the correct ... - 01:26 PM Kepler Bug #4172 (Resolved): Use DEV server for registry in the WRP suite
- For testing and training it will be very useful to have dev.nceas.ucsb.edu and kepler-dev.nceas.ucsb.edu set up as ou...
- 11:11 AM Kepler Bug #4161: Develop kepler workflow execution engine
- In the client-side GUI version of Kepler we open/run workflows and reports like so:
1-Open KAR (contains the workflow... - 09:08 AM Kepler Bug #4161: Develop kepler workflow execution engine
- After discussion with Jing and Derik yesterday:
1-we need to make sure we have a server-side version of Kepler that i... - 10:40 AM Kepler Bug #4021: KAREntry Handler
- We have the following KAREntryHandlers:
-ActorMetadata (for workflows/momls)
-ReportLayout (for ROML)
-ReportInstance... - 10:28 AM Kepler Bug #4170 (Resolved): Ensure reporting/provenance do not rely on any GUI classes
- I'm not entirely sure how much of the "GUI" code is ever called when we execute a workflow fromthe command line. But ...
- 10:18 AM Kepler Bug #4169 (Resolved): Build "server-side" installation of Kepler
- Sounds like the Kepler webservice uses a snapshot (jar?) of Kepler to execute workflows via the webservice.
For sanp... - 09:11 AM Kepler Bug #4163: erroneous hsql database creation
- retargeting - be good if this was resolved.
I'm also thinking we should change the default provenance store to use th... - 08:47 AM FIRST Bug #3522: Allow specification of points possible for each question during data upload
- Made them both floats in the metadata descriptions now
06/17/2009
- 12:37 PM Kepler Bug #4160: EML - Dynamic data retrieval
- new data output format emits information about each datatable (including the pointer to the cache file).
This allows ...
06/16/2009
- 12:13 PM Kepler Bug #4164: Associated Data - wf_exec_id behavior
- i'm not finding this as a problem - changed a bunch of stuff with how files are written and it seems to be happy now....
06/15/2009
- 07:44 PM Kepler Bug #4164 (Resolved): Associated Data - wf_exec_id behavior
- Derik and I are running into a rather odd problem when querying the ASSOCIATED_DATA table for records. It appears tha...
- 03:04 PM Kepler Bug #3672: Open/Save Workflow as KAR Archive
- we absolutely need to Save and Open KARs that contain:
-1 workflow (MOML)
-1 report layout (ROML) - 03:01 PM Kepler Bug #3649: determine if Provenance has everything needed by Reporting
- we do have all the file artifacts being inserted.
I note the comment about provenance storing things from plotting ac... - 02:54 PM Kepler Bug #3936: Report Viewer - handle Image items
- we are able to serialize to the XML file - even better!
- 02:48 PM Kepler Bug #4160 (Resolved): EML - Dynamic data retrieval
- The existing EML actor is able to get the latest revision of a datapackage.
We need to augment EML data access and a... - 02:30 PM Kepler Bug #3992: Report Designer - finalize Report item properties
- Some recommendations for 2a1:
Images:
-height/width
-scale-to-fit (either)
HR:
-width
-weight
Labels:
-N/S/E/W
-re... - 02:28 PM Kepler Bug #3957: Report Designer - remove items of interest from the list
- leave out of 2a1 - not needed if we use Outline view for the designer
- 02:10 PM Kepler Bug #3942: Report Designer - add/edit item labels
- we definitely need labels for the items
- 02:01 PM Kepler Bug #4102: Add the ability to insert a static image into the report.
- i believe this was also identified as important for the training
- 01:57 PM Kepler Bug #4103: Add the capability of creating SECTIONS in the report.
- i believe this was identified as a high priority for 2a1. we can retarget if i was mistaken
- 01:56 PM Kepler Bug #3994: Report Designer - use "workflow outline" rather than Items of Interest
- i'm going to push that this be the approach we take for the 2a1 release.
- 01:40 PM Kepler Bug #3638: Report design features, Stage 2
- I believe section headers are a must for this 2a1 release.
Headers and footers are more or less already there (the co... - 01:36 PM Kepler Bug #3635: Create ReportItem Type Hierarchy
- not a 2a1-critical bug. leaving in sanparks release
- 01:35 PM Kepler Bug #3632: TPC exceedence notification feature
- for 2a1 release - we'll be using a "special" report item that will identify a TPC as being Normal or Exceeded. This n...
- 01:33 PM Kepler Bug #3996: Report Model - [de]serialize Items of Interest
- still advocating for shifting our efforts toward an Outline-view-based approach to items of interest.
Leaving this ou... - 01:32 PM Kepler Bug #3995: Report Model - [de]serialize Report Item properties
- item properties are being handled as expected
- 01:31 PM Kepler Bug #4000: WRP - upload PRAs to repository
- this overlaps with the KAR upload. almost entirely. maybe even entirely
- 01:28 PM Kepler Bug #4149: Workflow Run Manager - Export Runs feature
- perhaps split this bug into two - one for the very near 2a1 release and another for the full-REAP/2.0 version?
- 01:26 PM Kepler Bug #4148: Workflow Run Manager - Upload to Repository feature
- crucial for the 2a1 release
- 01:25 PM Kepler Bug #4036: WRM - connect to configurable provenance store
- retarget for release. sounds as though it can be closed [soon].
06/14/2009
- 09:14 AM Kepler Bug #4002: RExpression2 - handle arbitrary R data structures
- added handling (from the old RExpression1 implementation) for [un]serializing complex R data objects to disk.
This is...
06/12/2009
- 12:25 PM Kepler Bug #4151: exported RIO and ROML doc run-pairs have same KeplerLSID
- now generating a new LSID when the reportInstance is assembled from provenance data
06/10/2009
- 07:32 AM Kepler Bug #3951: Report Viewer - improve TOC panel
- now updating the TOC when the report instance in the viewer is updated/refreshed
Also available in: Atom