Changes

#135 (Jul 4, 2024 9:01:47 AM)

  1. bug 2600: whoops, new code assumed that RECORD_BYTES would always be used. — Jeremy Faden / detail
  2. more test URIs. — Jeremy Faden / detail
  3. release notes — Jeremy Faden / detail
  4. support ROW_PREFIX_BYTES and ROW_SUFFIX_BYTES, which are typically 0. — Jeremy Faden / detail
  5. correct recLength, which should be recordBytes, not rowBytes. — Jeremy Faden / detail
  6. keep track of the delegate_uri — Jeremy Faden / detail
  7. support datatype "UNSIGNED_INTEGER" with 1 byte. — Jeremy Faden / detail
  8. bugfix: bytes was incorrect when items>1, normalize bytes by items. — Jeremy Faden / detail
  9. support /project/cassini/pds/DATA/RPWS_WAVEFORM_FULL/T20090XX/T2009096/T2009096_2_5KHZ1_WFRFR.LBL — Jeremy Faden / detail
  10. documentation improvements — Jeremy Faden / detail
  11. allow LABEL to come from "LABEL" common directory. — Jeremy Faden / detail
  12. correct bug in getDataSets, where a monitor being finished wasn't considered. — Jeremy Faden / detail
  13. appendResultsPendingCSV should be synchronized so that threads don't step on one another. — Jeremy Faden / detail
  14. release notes — Jeremy Faden / detail
  15. catch special case where colon is used in filename on Windows, causing obscure FileNotFoundException. — Jeremy Faden / detail
  16. release notes — Jeremy Faden / detail
  17. release notes — Jeremy Faden / detail
  18. https://sourceforge.net/p/autoplot/bugs/2518/: keep track of which images are actually visible. — Jeremy Faden / detail

#134 (Jun 15, 2024 8:27:03 AM)

  1. release notes — Jeremy Faden / detail
  2. release notes — Jeremy Faden / detail
  3. release notes — Jeremy Faden / detail
  4. https://sourceforge.net/p/autoplot/feature-requests/805/: Support File type in Run Batch. — Jeremy Faden / detail
  5. https://sourceforge.net/p/autoplot/feature-requests/805/: Support File type in Run Batch. — Jeremy Faden / detail
  6. https://sourceforge.net/p/autoplot/feature-requests/805/: improve support for File parameter types, and introduce "stringType":"file" to constraints — Jeremy Faden / detail
  7. improve support for File parameter types, and introduce "stringType":"file" to constraints — Jeremy Faden / detail

#133 (Jun 11, 2024 12:42:05 PM)

  1. release notes — Jeremy Faden / detail
  2. release notes — Jeremy Faden / detail
  3. bugfix https://sourceforge.net/p/autoplot/bugs/2594/: type= getParam( 'type', 'e', 'electric or magnetic', { 'values':['e','m'], 'labels': ['Ey wrt B', 'Bz wrt B'] } ) didn't work for string values. — Jeremy Faden / detail
  4. add completion for filePollUpdates — Jeremy Faden / detail

#132 (May 21, 2024 11:01:52 AM)

  1. limit the length of the label, since long labels broke Sadie's GUI on a mac. — Jeremy Faden / detail

#131 (May 21, 2024 9:40:04 AM)

  1. release notes — Jeremy Faden / detail
  2. initial implementation of filter for parameters — Jeremy Faden / detail
  3. allow the tooltip to be set — Jeremy Faden / detail
  4. release notes — Jeremy Faden / detail
  5. rfe829: whoops handle setScriptDescription('''...'''). Thanks Sadie! — Jeremy Faden / detail
  6. release notes — Jeremy Faden / detail
  7. bugfix: Alt+Run and Shift+Run really are the same thing.  Alt+Run and Shift+Run always enter the GUI, even if there are no parameters.
    Jeremy Faden / detail

#130 (May 14, 2024 9:37:45 AM)

  1. release notes — Jeremy Faden / detail
  2. rfe829: add script editor dialog for setScriptDescription — Jeremy Faden / detail
  3. javadoc — Jeremy Faden / detail
  4. add no-arg constructor so that it can be used with the Netbeans Matisse GUI builder's Pallette Manager — Jeremy Faden / detail
  5. finally figured this out after walking though carefully and making no assumptions — Jeremy Faden / detail
  6. finally figured this out after walking though carefully and making no assumptions — Jeremy Faden / detail
  7. finally figured this out after walking though carefully and making no assumptions — Jeremy Faden / detail
  8. more experiments — Jeremy Faden / detail
  9. don't just execute "java" on the command line, since Java 8 doesn't provide return codes (I think). — Jeremy Faden / detail

#129 (May 13, 2024 2:42:05 PM)

  1. use -13 for the return code, since 100 doesn't seem to get through with Jenkins — Jeremy Faden / detail

#128 (May 13, 2024 2:25:40 PM)

  1. return negative exit code — Jeremy Faden / detail
  2. Still can't get the return code out to jenkins... — Jeremy Faden / detail
  3. Still can't get the return code out to jenkins... — Jeremy Faden / detail
  4. Still can't get the return code out to jenkins... — Jeremy Faden / detail
  5. remove debug println — Jeremy Faden / detail
  6. return with exit code for TestRunScripts — Jeremy Faden / detail
  7. return with exit code for TestRunScripts — Jeremy Faden / detail
  8. return with exit code for Jenkins — Jeremy Faden / detail
  9. --script=.../test.jy  should be used — Jeremy Faden / detail
  10. release notes — Jeremy Faden / detail
  11. scriptExit explcitly says exit code will be set — Jeremy Faden / detail
  12. introduce code for running scripts and setting exit code when there is an exception, to support systemmonitor
    Jeremy Faden / detail

#127 (May 7, 2024 7:20:02 AM)

  1. release notes — Jeremy Faden / detail

#125 (May 2, 2024 10:51:33 AM)

  1. release notes — Jeremy Faden / detail
  2. whoops, support version 1.1 server at U. Iowa — Jeremy Faden / detail

#124 (May 1, 2024 9:34:53 AM)

  1. release notes — Jeremy Faden / detail
  2. bug 2589: add resetUnits — Jeremy Faden / detail
  3. bug 2593: handle where the channel names are not unique properly. — Jeremy Faden / detail

#123 (Apr 29, 2024 12:41:45 PM)

  1. release notes — Jeremy Faden / detail
  2. correctly make URI canonical using DataSetURI.toUri and URISplit.makeCanonical — Jeremy Faden / detail
  3. release notes sentences were out of context. — Jeremy Faden / detail

#122 (Apr 27, 2024 8:05:03 AM)

  1. back out foreground property while there are still issues (https://github.com/autoplot/dev/blob/master/rfe/sf/826/demoPinkForeground.vap) — Jeremy Faden / detail
  2. release notes — Jeremy Faden / detail
  3. rfe https://sourceforge.net/p/autoplot/feature-requests/826/: special handling for changing the background color, and handling when old vap with black background is loaded. — Jeremy Faden / detail
  4. release notes — Jeremy Faden / detail
  5. release notes — Jeremy Faden / detail
  6. add axisOffset property to axes. — Jeremy Faden / detail
  7. add color property to axes. — Jeremy Faden / detail
  8. kludgey fix for bug where old server would trigger — Jeremy Faden / detail
  9. improve feedback when URI data source cannot be identified. — Jeremy Faden / detail

#121 (Apr 20, 2024 7:53:15 AM)

  1. release notes — Jeremy Faden / detail

#120 (Apr 20, 2024 6:38:28 AM)

  1. release notes — Jeremy Faden / detail
  2. bugfix: recent change to grab labels from image rich png metadata contained runtime error in some cases. — Jeremy Faden / detail
  3. release notes — Jeremy Faden / detail
  4. bugfix 2588: single-record waveform dataset didn't autorange properly. — Jeremy Faden / detail
  5. release notes — Jeremy Faden / detail
  6. let the resolution parameter limit the resolution of the data requests, just as it would if it were using the URI in a script. — Jeremy Faden / detail
  7. bug 2585: don't cache idlsav listing.  It doesn't seem to be necessary and is confusing — Jeremy Faden / detail
  8. bugfix: jython expression is shown again — Jeremy Faden / detail
  9. catch a null getting into the labels early since it would cause problems later. — Jeremy Faden / detail

#119 (Apr 11, 2024 6:52:09 AM)

  1. release notes — Jeremy Faden / detail
  2. disable cancel button to clarify that cancel was pressed and to make behavior consistent with pressing cancel on progress bar. — Jeremy Faden / detail