Releases: Caltech-IPAC/firefly
2019.3.1
Docker:
- This release:
release-2019.3.1
- Latest firefly release is
latest
- Latest 2019.3 release is
release-2019.3
See the docker page for help starting Firefly: Docker Page
2019.3.0
Docker:
- This release:
release-2019.3.0
- Latest firefly release is
latest
- Latest 2019.3 release is
release-2019.3
See the docker page for help starting Firefly: Docker Page
Firefly Standalone v2018.2.0 Development
This standalone release enable Firefly to run without additional dependencies beside Java 1.8.
It comes with an embedded Tomcat 7.
To start Firefly:
java -jar firefly-exec.war
By default, it will start up on port 8080. Goto to http://localhost:8080/firefly/ after it has started.
To start it on a different port, add -httpPort to the java command.
This will extract the content of the war file into a directory called ".extract" in your current directory.
To change this, add -extractDirectory to the java command.
Changelog:
510641b - add missing function used by publishDocs task [2019-08-08]
8c13b86 - Merge pull request #840 from Caltech-IPAC/FIREFLY-166_link_substitution_error_handling [2019-08-08]
6324190 - Merge pull request #845 from Caltech-IPAC/IRSA-3009_sort_proprietary_rows [2019-08-08]
08e3a4e - fixed jsdoc warning during the build [2019-08-07]
340b37e - bug fix: in slate view, when we add another table (so that the tables are displayed in TabsView), the tabs shrink, test: firefly/demo/ffapi-slate-test.html [2019-08-07]
183f3a1 - FIREFLY-114: merge pr #844 from Caltech-IPAC/firefly-114_apiErr [2019-08-07]
897dc8d - IRSA-3009: Table sort wrongly interpret proprietary data [2019-08-07]
a934c4b - FIREFLY-114: improved error message for an API user for a non-existent column. [2019-08-06]
3dd2439 - Merge pull request #842 from Caltech-IPAC/FIREFLY-172_sofia_table_stopped_working [2019-08-06]
d085ead - FIREFLY-172: put back read from URL in VoTableReader - set higher logging level for starlink to avoid repetitive warning messages [2019-08-05]
6d0d1a4 - Firefly-88: Merge PR #835 from firefly-88-coverage-map [2019-07-30]
6382f34 - Firefly-88: Improve coverage/Catalog layer handling [2019-07-30]
5b23be4 - Fixing test after FF-148 merged [2019-07-29]
846b2a1 - Fixed a bug (introduced by firefly-148): column name should not contain quotes [2019-07-25]
6b778eb - Bug Fix: coverage should not allow for deleting plot [2019-07-25]
ff881b2 - Merge branch 'rc-2019.2' into dev [2019-07-25]
2cb760c - FIREFLY-94 follow-up: merge pr #837 from Caltech-IPAC/ff94_webdav_bug [2019-07-25]
6746653 - Merge branch 'rc-2019.1' into dev [2019-07-24]
a39db7c - Bug Fix/CSS cleanup: add some more specific css to fix conflicts with NED [2019-07-24]
c73cc3c - Setting babel debugger to false, to prevent verbose builds [2019-07-22]
19e9280 - Merge pull request #838 from Caltech-IPAC/FIREFLY-109_delete_crop.java_croptest.java [2019-07-22]
f397d39 - Merge pull request #836 from Caltech-IPAC/FIREFLY-158_uplaod_panel_buttons_are_too_down_in_ts [2019-07-22]
3beb806 - FIREFLY-166: fixed condition when Link Substitution fails, table fail to load. [2019-07-19]
0e26acc - Merge pull request #839 from Caltech-IPAC/FIREFLY-162_save_firefox_safari [2019-07-19]
61a4aaf - if workspace host url is empty, derive the url from request's host and protocol [2019-07-19]
1083657 - When getting a table from URL, HTTP failures should trigger an exception. Added missing authorization info. [2019-07-19]
3eae0d8 - FIREFLY-162: fixed download feature not working in firefox and safari - also, minor tweaked to File Upload layout [2019-07-18]
18521a3 - Use POST when saving to workspace [2019-07-18]
fc8bd0c - Merge pull request #834 from Caltech-IPAC/FIREFLY-148_refactor_file_analysis [2019-07-18]
c746962 - FIREFLY-148: fixed a variety of issues - change ImageNoData to HeaderOnly - replace Types with Format - use sizeAsString to display file size - change Parts to Extensions when file is FITS - add more prominent format error - details paney spiney not going away - fix bad Sloan votable not showing the right number of columns [2019-07-18]
f3401bd - FIREFLY-109_delete_crop.java_croptest.java [2019-07-18]
021177a - Merge pull request #833 from Caltech-IPAC/FIREFLY-74_upgrade_babel_and_eslint [2019-07-18]
aafa005 - use shared work directory for uploads [2019-07-17]
4877497 - FIREFLY-74:fixing jest plugins [2019-07-17]
fcb548d - FIREFLY-148 fix code bug for MOC file upload. [2019-07-17]
49b7489 - FIREFLY-74:romving stage-3 from jest.transform, required by reviewer Trey [2019-07-17]
3c1964d - FIREFLY-74:removing extra plugins from webpack config, required by reviewers Loi and Trey [2019-07-17]
5ef34e7 - FIREFLY-158_uplaod_panel_buttons_are_too_down_in_ts [2019-07-17]
2437a45 - FIREFLY-74:removing extra devDependencies, required by reviewer Loi. [2019-07-17]
18c9f59 - fixed exception when columns are undefined, for example on error [2019-07-16]
a583ddb - FIREFLY-148: fix LSST footprint and add total rows into VOTable even when nrows is not given [2019-07-16]
ebc6c9b - follow-up for FF-94: WebDAV selected folder bug fix and logging more info on failures [2019-07-16]
89b574b - FIREFLY-148: Refactor file analysis to make it more general Server-side - refactor AnyFileUpload. - much easier to read - dramatically improve table upload due to bad logic from previous implementation - added ability to ask for different types of analysis report (Brief, Normal, Details) - added FileAnalysisCmd to get an analysis report from a file already on the server - define a model for the analysis report - every data product must returns the same model, this includes fits, votable, ipactable, csv, and tsv. - Remove error-prone guessing of file format based on file extension - tests added and updated where applicable. [2019-07-16]
f8df2e9 - FIREFLY-74_upgrade_babel_and_eslint [2019-07-15]
f81bc3e - FIREFLY-106: label fixed [2019-07-12]
0e10ee2 - Update firefly-docker.md [2019-07-10]
6cada13 - Update firefly-docker.md [2019-07-10]
8fd5b0c - Firefly-91: Merge PR #831 from Caltech-IPAC/firefly-91-center-dropdown [2019-07-02]
78148cd - Firefly-91: requested changes from review [2019-07-02]
2295512 - Firefly-91: Add centering drop down menu [2019-06-28]
5b1508a - Merge pull request #829 from Caltech-IPAC/FIREFLY-53_bad_request_table_save [2019-06-25]
34c6736 - Merge pull request #828 from Caltech-IPAC/FIREFLY-59_filter_semicolon [2019-06-25]
7416535 - Merge pull request #830 from Caltech-IPAC/FIREFLY-25_firefly_footprint_menu_should_be_able_to_dropdown_wherever_there_is_space [2019-06-25]
c23d856 - FIREFLY-25: removing some commented-out code [2019-06-25]
8c45bb6 - FIREFLY-25: changes required by reviewer Trey [2019-06-25]
b0a1132 - FIREFLY-25_firefly_footprint_menu_should_be_able_to_dropdown_wherever_there_is_space [2019-06-25]
5a67975 - Firefly-75: Bug fix: match by pixel, if master was rotated the a bug [2019-06-25]
16e4411 - Revert the Wavelength.java to the previous version to let unit test pass. Wavelenth.java is deprecated now. [2019-06-25]
03e613c - Firefly-75: bug fix: fix crash bug that Luisa found [2019-06-25]
e764206 - fixed PtfIbeTest tests failing [2019-06-24]
22a405a - Firefly-75: Merge PR #825 firefly-75-wcsmatch [2019-06-24]
42e452a - Firefly-75: Implement new WCS matching scheme [2019-06-24]
970e80e - FIREFLY-53: Saving a table with large number of columns results in HTTP 400 (Bad Request) [2019-06-24]
7cf323a - FIREFLY-59: fix IpacTableTest failing [2019-06-20]
b424085 - Firefly-116: minor change on checking the undefied field of "mijMatrixKeyRoot" variable [2019-06-20]
b18a737 - Merge pull request #827 from Caltech-IPAC/FIREFLY-116 [2019-06-20]
247c9dd - FIREFLY-116: 1. Fixed the 0 wavelength at the first plane bug 2. Fixed the wrong read out in _data_SOFIA_FIFI-LS_L4_2016-07-05_FI_F316_p3993_g10_F0316_FI_IFS_04015210_BLU_WXY_600284-700065.fits 3. Disable the wavelength read out if the header is not the standard header for wavelength [2019-06-20]
4b3ba27 - FIREFLY-59: Filtering fail when value contains semicolon - added ability to separate condition with 'and' or 'or' [2019-06-20]
c7f261f - Merge pull request #823 from Caltech-IPAC/FIREFLY-49_null_enum_val [2019-06-17]
8aa045d - Firefly-94: merge pr #826, WebDAV depth 'Infinity' from Caltech-IPAC/dm-13112_lsstworkspace [2019-06-13]
357b59d - fixing compile bug [2019-06-13]
991f0bc - Merge pull request #824 from Caltech-IPAC/IRSA-2894-compass-fix [2019-06-13]
7e99b1d - FIREFLY-49: fixed bugs reported by reviewers - fail on 'in' instead of 'IN' - on table error, a 'Back' reset everything causes Coverage to fail [2019-06-12]
b2d3570 - FIREFLY-29: merge pr #822 from Caltech-IPAC/firefly-29_tgtresolver [2019-06-12]
49a7bc7 - Optional support of WebDAV depth=infinity, bug fixes when adding files and in error propagation [2019-06-12]
90fb2c3 - IRSA-2894: orient N-E correctly in thumbnail view [2019-06-12]
2fc2a29 - IRSA-2894: flip compass in mirror-reversed image [2019-06-11]
8d9d87d - FIREFLY-49: Table filter shows 'null' in the column category but fails to filter - substitue NULL with %NULL so it can be used in an IN condition - show NULL as and empty string as <EMPTY_STR> - add same behavior to client table - add IS and IS NOT support for client table - add multiple tests - add clear link to column's enum values drop-down - fix AsyncTapQuery not failing on UNKNOWN returned state [2019-06-11]
36d4f1c - DM-13112: workspace viewer - fetching the content of the expanded folder dynamically [2019-06-10]
d839565 - DM-13112: Connect portal to user file workspace when available (TODO: support for dynamic updates to file list on client side, when folder node is clicked) [2019-06-10]
4b45742 - Merge pull request #816 from Caltech-IPAC/FIREFLY-106-sofiaFootPrint [2019-06-07]
01035fc - FIREFLY-29: inadequate interpretation of the value in input field for object or position [2019-06-07]
5c7c5a2 - Merge pull request #817 from Caltech-IPAC/IRSA-2442-add-issa-images [2019-06-07]
c4ebdbb - Merge pull request branch 'IRSA-2895-debug-test-tpv' into dev [2019-06-06]
783206a - Merge pull request #820 from Caltech-IPAC/FIREFLY-136_numeric_column_justification [2019-06-06]
cbb53d6 - IRSA-2895: update test after David's last fix (IRSA-2894) and improvements [2019-06-06]
67d410d - Merge pull request #821 from Caltech-IPA...
Firefly-Standalone v1.0.0 Beta
This standalone release enable Firefly to run without additional dependencies beside Java 1.8.
It comes with an embedded Tomcat 7.
To start Firefly:
java -jar firefly-exec.war
By default, it will start up on port 8080. Goto to http://localhost:8080/firefly/ after it has started.
To start it on a different port, add -httpPort to the java command.
This will extract the content of the war file into a directory called ".extract" in your current directory.
To change this, add -extractDirectory to the java command.
Changelog:
b1c73d5 - fix test with latest fix DM-12268 [2017-11-15]
ccc6a36 - Merge pull request #500 from Caltech-IPAC/DM-12268-ImageRequestFix [2017-11-15]
b8cd6ca - DM-12268 update the way to add HeaderCard into cloned Header in cloneHeaderFrom() (FitsRead.java) [2017-11-15]
d1ca020 - IRSA-782: update error message [2017-11-14]
816c9ec - DM-12616 Partial decimated data returned by a duplicate request; merge pr #499 [2017-11-14]
cf997a7 - DM-12268 Fix fits image rendering problem since latest FITS library update [2017-11-14]
f06b4d1 - DM-12616 Partial decimated data returned by a duplicate request [2017-11-14]
6e4a096 - Merge branch 'IRSA-1008_image_select_single_mode' into dev [2017-11-14]
d8830ec - IRSA-1019: AKARI ibe2 fix to appear in generated pdf [2017-11-13]
5a54968 - IRSA-793 IRSA-798 Add ImageSelet.css back [2017-11-13]
e3ee018 - Merge pull request #496 from Caltech-IPAC/IRSA-793-IRSA-798-ImageSourceTypeOptions [2017-11-13]
f43624c - IRSA-909-927: Merge PR #494 from IRSA-909-927 [2017-11-13]
c92f541 - IRSA-909-927: added support or expand to grid [2017-11-13]
238c6fa - Merge pull request #491 from Caltech-IPAC/IRSA-964_download_selected_row [2017-11-13]
427073c - IRSA-1008: New image search needs a single selection mode [2017-11-13]
bd954f9 - IRSA-793 IRSA-798- Add source and type options Changed the RadioGroupInputField and RadioGroupInputFieldView to allow a customized label style [2017-11-10]
90861c7 - IRSA-909-927: fixed 2 issues: [2017-11-09]
5656cbc - Merge pull request #493 from Caltech-IPAC/DM-10982_generate_jsdoc [2017-11-09]
9e13d77 - remove the extra word 'see' [2017-11-09]
09e86f5 - fix VO test [2017-11-08]
a6cec1d - fixing https redirect for ibe [2017-11-08]
1e236e8 - - fix PTF may not have column 'pfilename' in its resultset [2017-11-08]
2c6e19c - DM-12205: added icons [2017-11-08]
e8245db - Merge pull request #490 from Caltech-IPAC/dm-12305-HiPS [2017-11-08]
1082c5f - DM-12305: HIPS: begin proof of concept [2017-11-08]
504d4dd - Bux fix: modal on top of popup [2017-11-08]
53da784 - DM-9787: Ensure that Firefly package's JSDoc content is updated on firefly.lsst.io - add JsDoc generation to Firefly standalone build procedure and publish it to firefly.lsst.io - move .md files in ./tutorial back into ./docs - stage jsdocs related files before build, so it can be modified without touching source. this is needed to convert md style links to docstrap url and tutorial creation. [2017-11-07]
d63cafb - Fix master-table csv filter column values [2017-11-06]
f535748 - - fix table save stopped working after previous PR. [2017-11-06]
5d2b9c9 - IRSA-964: TimeSeries tool: downloading images from selected rows is broken - Converted code relying on an ipac table file as source of the table data. - Added unit testing for EmbeddedDbUtil [2017-11-06]
176acae - Merge DM-12248 Chart options as a dialog, pr #487 [2017-11-06]
44e7511 - DM-12248 bug fixes (options while loading, fireflyHistogram) and cleanup [2017-11-06]
0c4fa4d - using fixed position for modal, fixed a bug I have introduced in pull down on the image tool bar, fixed react warning in PlotlyWrapper [2017-11-02]
df7a50c - Merge pull request #489 from Caltech-IPAC/IRSA-975_NED_vosearch_dup_columns [2017-11-02]
3ceb3e7 - - add quotes where needed. [2017-11-02]
87bd411 - - fix FireflyHeatmap's mappings disapeared after component remounted [2017-11-02]
7ccd732 - Bug fixes: avoid non-unique legendgroup, errors should be shown in chart area, center modal in app [2017-11-01]
4f76229 - Bug fixes: dialog on top of modal should be visible; 1x should remove range, but not change the reverse setting; warning for empty selection. [2017-11-01]
b696702 - IRSA-975: NED searching seems not to work - column names must be enclose by double-quotes - remove caching done at the search processor’s level - introduce SharedDbProcessor: results from same processor share the same database - convert IBE’s template into a search processor - convert XYGenericProcessor into an EmbeddedDbProcessor - use firefly’s config file where applicable. - limit log message to 2k characters [2017-11-01]
5341186 - DM-12248 Chart options as a dialog [2017-11-01]
ea94f21 - Merge pull request #486 from Caltech-IPAC/IRSA-810_SearchPanel_horizontal_view [2017-10-31]
37e1f42 - disable test for now [2017-10-30]
55da72b - Merge pull request #484 from Caltech-IPAC/DM-11856_client_global_var [2017-10-26]
b7f27f9 - - fix selected search item not updated [2017-10-25]
ea91118 - IRSA-810: Replace left hand options links to top left hand tabs (FinderChart) - added flow:horizontal option to SearchPanel to display search items horizontally on top - clean up FinderChart's form layout [2017-10-25]
35eff48 - - add documentation and remove typeof check. [2017-10-25]
a77f6b3 - - resolve circular dependency between WebUtil.js and BrowerUtil.js [2017-10-25]
0234d73 - DM-11856: framework for client properties defined at build time [2017-10-24]
db6ddb3 - Merge pull request #483 from Caltech-IPAC/IRSA-811_pdf_download_issues [2017-10-24]
3eb6840 - IRSA-811: updates in response to review's comments [2017-10-24]
b3b2f2e - Merge branch 'dev' of https://github.com/Caltech-IPAC/Firefly into dev [2017-10-20]
9fa5ee3 - fix FITS tests by checking if the value is not null [2017-10-20]
5d85142 - Merge pull request #479 from Caltech-IPAC/IRSA-403_TS_period_finder_remove_reset_button [2017-10-20]
e64ae06 - Merge pull request #482 from Caltech-IPAC/IRSA-870-fc-fits-download [2017-10-20]
a01d5aa - Merge pull request #477 from Caltech-IPAC/IRSA-729-add-ws-commands [2017-10-20]
0c98957 - IRSA-811: create framework for submitting download tasks with masking and 'send to background' feature - adapter new finderchart to the newly created framework. - introduce 'watchers' concept to MasterSaga - use web.xml from firefly by default - use web-fragment.xml to add additional settings at the project level [2017-10-20]
8804c16 - cleanup from reviewers feedbacks. [2017-10-19]
b22d4b8 - IRSA-870: added seip and akari also. Fixing rounding size problem for packaging. [2017-10-19]
0f8063a - Merge pull request #481 from Caltech-IPAC/IRSA-924_cleanup_new_image_select [2017-10-18]
5e28c67 - - fix wavebank incorrectly filtered out the bands. Should only filter projects. [2017-10-18]
56b291c - fix removing dataset [2017-10-18]
810ee4c - fixing upper case missionid and added wavelength description for dss [2017-10-18]
4ac813a - added wavelength description for external sources [2017-10-18]
6a3e1d8 - fixed table statistics bug [2017-10-17]
e1a6014 - IRSA-924: fix issues found in new image search - add select/deselect all at the dataproduct(project) level - fix mission filter now that mission info is available - make count returns the number of dataproduct instead of bands(images) - make CollapsiblePanel's header takes a string or a component. - make ImageSelect requires a way to register changeListener - fix firefly-dev.html not showing images - add option to FormPanel to allow unmounted fields in the request - set NewImageSearchPanel to take unmounted fields [2017-10-17]
9c9fdf3 - [Dm 10833] merge multitrace charts in tri-view; pr #474 [2017-10-16]
50222e1 - statistics tracing resultSetID [2017-10-16]
ba416a2 - DM-10833 multi-trace charts as the default charts in triview [2017-10-16]
b1b8a14 - DM-10833 multi-trace charts as the default charts in triview [2017-10-16]
d54d2a2 - Merge pull request #462 from Caltech-IPAC/DM-11814_table_embedded_db [2017-10-16]
cc1a277 - DM-11814: adjust db cleanup log [2017-10-16]
1fc1f6e - DM-12208: Merge PR #475 from dm-12208-onload [2017-10-14]
4dddd02 - fixing master table to agree with json client expected [2017-10-13]
4a09289 - DM-11814: replace ipac-table with embedded database - create decimate_key custom function in hsqldb - create listener to monitor and cleanup databases on startup and shutdown [2017-10-12]
96de54a - IRSA-403 Remove Reset button next to the manually input box in the Set Period section for both LcPeriod and LcPeriodPlotly. [2017-10-12]
6a329d1 - IRSA-729: return boolean string if response is ok or not instead [2017-10-12]
5e0b03e - DM-11814: replace ipac-table with embedded database - convert decimation into new interface - remove decimate from general TableServerRequest's param and made it a separate function - move table request util functions into a separate TableRequestUtil.js file. [2017-10-12]
9bfd465 - Merge pull request #472 from Caltech-IPAC/DM-11883-UpgradeFITSSPackage [2017-10-12]
fe469b2 - DM-12208: Check if the document is loaded before rendering firefly [2017-10-12]
9bb0466 - IRSA-729: added server commands [2017-10-11]
bd5d77d - IRSA-729: get credentials from one place [2017-10-11]
08f5061 - DM-11814: added cleanup thread to release memory when database has been idle for more than 5 minutes. - fix XY erros processors querying wrong data when there's more than one chart is displayed with different xy columns selected. - fix wrong log message - add database information into admin/status - fixed sorting on calculated columns. - fixed missing gator column descriptions - fixed not caching liked queries - fixed displaying empty table [2017-10-11]
c7b96b8 - - introduce session caching - combined related tables into one database - generate dd and meta for all tables - combined statistics into one sql query. - fix StatisticsProcessorTest fail [2017-10-11]
02715b9 - - converted StatisticsProcessor to DbProcessor - added request locking for requests resulti...
Firefly-Standalone v1.0.0 Beta
This standalone release enable Firefly to run without additional dependencies beside Java 1.8.
It comes with an embedded Tomcat 7.
To start Firefly:
java -jar firefly-exec.war
By default, it will start up on port 8080. Goto to http://localhost:8080/firefly/ after it has started.
To start it on a different port, add -httpPort to the java command.
This will extract the content of the war file into a directory called ".extract" in your current directory.
To change this, add -extractDirectory to the java command.
Changelog:
db7b62a - bug fix: unselect should not be displayed when selection trace is empty [2017-09-20]
dc434aa - Merge pull request #461 from Caltech-IPAC/IRSA-717-addPDFButton [2017-09-20]
3f39144 - IRSA-717: IRSA-809 Fixed the but in WebPlotRequest where set the drawingSubGroup to irsa instead of iras [2017-09-19]
4187e4b - fix plotting function call from showPlot to showChart. [2017-09-19]
c54f3a3 - Merge branch 'DM-11603-PlotColumnExp' into dev [2017-09-19]
8d85f20 - Merge branch 'dev' into DM-11603-PlotColumnExp [2017-09-19]
369eeb4 - DM-5792: Merge PR #460 from dm-5792-artifacts [2017-09-19]
7bd4d47 - DM-5792: changes from feedback [2017-09-19]
9450e41 - Fixed last unselected row not taking effect on the chart. [2017-09-19]
b07e813 - DM-11603 fixed the mismatch point select and highlight on selected points for scatter plotly chart. [2017-09-18]
887417d - DM-11603 turn on the flag that the new table created in XYGenericProcessor.java can have 'null' value for the numeric column. [2017-09-18]
f0dd3c9 - DM-11603 fix highlight and select issue for 'scatter' type chart (fireflyScatter and scatter) [2017-09-15]
af97f0d - DM-11601 showChart API changes – merge pr #459 [2017-09-15]
e71728e - Fix initial chart highlight not matching table highlight [2017-09-15]
f2aba67 - DM-5792: Support artifacts on all images that have them (wise and 2mass) - Image FileRetrievers can now artifacts to RelatedData - WISE and 2MASS supported - Artifact drawing layer uses lazy loading - added layer title matching for visibility, color, and symbol changing - firefly: IbeQueryArtifact replaces ife: FinderChartQueryArtifact - Also added support for getting adding RelatedData artifacts IbeFileRetrieve [2017-09-15]
8f251e0 - toolbar depends on the type of active chart (fixed select box not showing for scatter and heatmap) [2017-09-15]
8fb6553 - Merge pull request #457 from Caltech-IPAC/IRSA-257-add-cookies-ibe [2017-09-15]
b2a2a39 - DM-11601 showChart API changes [2017-09-14]
e79e361 - DM-11603 replace histogram chart by a 3d scatter chart in ffapi-slate-test3.html [2017-09-14]
ff8b7ab - DM-11603 resolve column expression for both numric and string type columns for plotly charts whcih type are Firefly unrecognized. . [2017-09-14]
8d8f00d - IRSA-257: added cookies when getting IBE url download [2017-09-13]
54233fc - IRSA-717: Add the pdf icon to the images [2017-09-12]
a065d2c - Merge pull request #451 from Caltech-IPAC/IRSA-464-LCPhaseTable [2017-09-12]
c72afc7 - bug fix for when table statistics is not yet available [2017-09-12]
9497cc8 - Merge branch 'rc' into dev [2017-09-11]
0b9b235 - Bug Fix: select area failing for non-rotated images [2017-09-11]
d14402a - Merge pull request #453 from Caltech-IPAC/DM-11547_dockerize_proxy [2017-09-11]
6e248a7 - Merge pull request #444 from Caltech-IPAC/IRSA-670-add-ned-search [2017-09-11]
9d8d148 - Merge pull request #456 from Caltech-IPAC/DM-11609-UploadURL [2017-09-08]
7ac1ddb - update ffapi-slate-test3.html plotly chart data x, y expression related to table column in sync with the change made by DM-11602. [2017-09-08]
aad9b7e - Merge pull request #454 from Caltech-IPAC/DM-11477-plotlyAPI [2017-09-08]
2eccdb7 - DM-11477 add column expression for filtering and XY options in BasicOptions. [2017-09-08]
d363f0b - DM-11547: changes based on reviwer comments - update proxyctl script to take additional parameters - added wget and telnet into image for debugging use - fixed properties without defualts which prevented apache from starting up - fixed static link to cm/firefly path [2017-09-08]
44af9dd - Selection mode should be available for scatter [2017-09-08]
0112ae8 - DM-11477 remove unneed import. [2017-09-07]
afc8fb7 - DM-11477 clean the code [2017-09-07]
3d02134 - Merge branch 'DM-11477-plotlyAPI' of https://github.com/Caltech-IPAC/firefly into DM-11477-plotlyAPI [2017-09-07]
2f98836 - DM-11477 Update the toolbar state when the table loading is complete. Exclude XY options from the chart options side bar for 'bar' chart. [2017-09-07]
4df4bd1 - Merge pull request #455 from Caltech-IPAC/DM-11602_plotly_table_binding_syntax [2017-09-07]
04e642e - DM-11477: fixed: highlighting charts stopped working, this is related to controlling event propagation when in the the slate view. [2017-09-07]
6e6c2a4 - DM-11609 remove unneed import. [2017-09-07]
e928d3f - DM-11609 fix File Upload out of focus issue while editing the url input field. [2017-09-06]
c9ba187 - DM-11602: change syntax for table column data identification from tables::, to tables:: with tbl_id added to top level data structure. [2017-09-06]
e05a1b4 - ISRA-481: Merge PR #452 from irsa-481-fc-view [2017-09-06]
c4ad483 - DM-11477 update the logic for rendering tool bar 'select' button and XY options for chart options side bar. [2017-09-06]
93d8631 - DM-11477 Make plotly plotting API to handle Plotly chart type which is not interpreted by Firefly [2017-09-06]
67f0a69 - DM-11547: dockerize apache https proxy. - use letsencrypt for public site, and self-signed for development - add support for authentication via mod_auth_openidc - expand build script to exposes configurable global variables to javascript [2017-09-06]
3a4260f - IRSA-481: finder chart grid result view [2017-09-05]
08e6d0e - IRSA-670: fix problem when filename is too big and link to NED for details [2017-08-31]
8e243fa - IRSA-464: Fixed the bugs for period finder [2017-08-31]
91f9bcf - add test to transverse ws tree [2017-08-29]
14bf3ed - Merge pull request #448 from Caltech-IPAC/IRSA-672-image-plot-title [2017-08-25]
957569e - IRSA-672: added overflow, ellipsis, and max width [2017-08-25]
f2ddcd0 - IRSA-701: Merge branch 'rc' into dev after ticket implemented [2017-08-25]
a351a60 - IRSA-701: Merge PR #449 from irsa-701 [2017-08-25]
dc92071 - IRSA-701: fixed several more bugs [2017-08-25]
e0abbfe - Merge pull request #450 from Caltech-IPAC/IRSA-690-hide-frequency-column [2017-08-25]
e458037 - IRSA-690: remove frequency column for now [2017-08-23]
79ad5b5 - IRSA-701: fixed wcs match getting out of aligment when multi image viewer goes from single to multi [2017-08-23]
2b78b31 - IRSA_672: improve image lable for plot title inline [2017-08-22]
e7c7864 - Merge pull request #446 from Caltech-IPAC/DM-11350-TSAddMarker [2017-08-22]
75e2dfd - Changed the id to GatorQueary in makeIrsCatalogRequest in TableUtil.js. It was changed when work in Finderchart conversion. The processoirId was forgoteen there. [2017-08-22]
cff1a11 - Merge pull request #442 from Caltech-IPAC/IRSA-685-img-tile-reorder [2017-08-22]
3c58a72 - Merge pull request #447 from Caltech-IPAC/IRSA-692-manifyingGlassIcon [2017-08-22]
d786467 - Merge pull request #445 from Caltech-IPAC/IRSA-688-gridResetYmin [2017-08-22]
217dfc9 - IRSA-692: Changed the unicode col icon to a real magifying glass icon [2017-08-21]
4028c67 - DM-11350 PointSelect Marker can not be added after the overlay layer is deleted [2017-08-21]
f88eaa0 - IRSA-688: Fixed issue when reverse is selected [2017-08-21]
76c7f8e - RSA-692: chnage to an icon [2017-08-21]
5786b03 - IRSA-688: Fixed the axis range bug when restyle to grid [2017-08-21]
1d9c45d - fix the exception and the switch between VO providers. [2017-08-18]
a050a1b - Merge pull request #443 from Caltech-IPAC/IRSA-689_timeseries_prepare_download [2017-08-18]
957999c - IRSA-670: adding NED search [2017-08-18]
dc4790b - IRSA-689:Fix the exception problem mentioned in this PR [2017-08-17]
7f83076 - Merge pull request #441 from Caltech-IPAC/IRSA-503-xyPlots [2017-08-17]
c26cbd9 - IRSA-689: Time Series Viewer Prepare Download doesn’t send to Background Monitor. [2017-08-16]
1db4a7e - IRSA-685: fixing tile reorder [2017-08-16]
6889965 - IRSA-698-712: side effect of latest fix DM-11398: return layoutinfo needed [2017-08-16]
9e35fc3 - IRSA-347 VOTable parsing related bug fix: precision can be string [2017-08-11]
5484d96 - IRSA-503: Fixed a bug in HydraViewer.jsx. The closable is not defined in the layout mode. Thus, the closable is always no defined. However it is used in all three contaniners as closable={closeable}. Since the closeable is always undefined, it caused the the xyPlot's, imagePlots, the close button was gone. [2017-08-11]
Firefly-Standalone v1.0.0 Beta
This standalone release enable Firefly to run without additional dependencies beside Java 1.8.
It comes with an embedded Tomcat 7.
To start Firefly:
java -jar firefly-exec.war
By default, it will start up on port 8080. Goto to http://localhost:8080/firefly/ after it has started.
To start it on a different port, add -httpPort to the java command.
This will extract the content of the war file into a directory called ".extract" in your current directory.
To change this, add -extractDirectory to the java command.
Changelog:
9897bb1 - fix table and scatter chart row and column number in ffapi-slate-test2.html [2017-08-11]
Firefly-Standalone v1.0.0 Beta
This standalone release enable Firefly to run without additional dependencies beside Java 1.8.
It comes with an embedded Tomcat 7.
To start Firefly:
java -jar firefly-exec.war
By default, it will start up on port 8080. Goto to http://localhost:8080/firefly/ after it has started.
To start it on a different port, add -httpPort to the java command.
This will extract the content of the war file into a directory called ".extract" in your current directory.
To change this, add -extractDirectory to the java command.
Changelog:
8247dc2 - DM-11569: Plotly 3d bug fixes, merge pr #439 [2017-08-11]
0954762 - Merge branch 'dev' into DM-11569_chart3d [2017-08-11]
9624608 - Heatmap - support using the same XY space for multiple plots [2017-08-11]
465a5a2 - Merge pull request #440 from Caltech-IPAC/DM-11556-ffapislatetest2 [2017-08-11]
c51f109 - DM-11556 update title for heatmap chart. [2017-08-11]
050d4d1 - DM-11569: a little clean up of the icon [2017-08-10]
0d59354 - DM-11556 update the content and cosmetic stuffs of the charts on ffapi-slate-test2.html [2017-08-10]
2e69fe9 - DM-11569 Plotly 3d bug fixes [2017-08-10]
815444b - Icons: two icons for 3-D plot toolbar, eventually we will need to make better ones [2017-08-10]
9a637b3 - DM-11563: MergePR #438 from dm-11563 [2017-08-10]
e9d7914 - DM-11563: bug several small bugs [2017-08-10]
Firefly-Standalone v1.0.0 Beta
This standalone release enable Firefly to run without additional dependencies beside Java 1.8.
It comes with an embedded Tomcat 7.
To start Firefly:
java -jar firefly-exec.war
By default, it will start up on port 8080. Goto to http://localhost:8080/firefly/ after it has started.
To start it on a different port, add -httpPort to the java command.
This will extract the content of the war file into a directory called ".extract" in your current directory.
To change this, add -extractDirectory to the java command.
Changelog:
c4fed28 - fix standalone build file pointing to the wrong webapp location [2017-08-10]
Firefly-Standalone v1.0.0 Beta
This standalone release enable Firefly to run without additional dependencies beside Java 1.8.
It comes with an embedded Tomcat 7.
To start Firefly:
java -jar firefly-exec.war
By default, it will start up on port 8080. Goto to http://localhost:8080/firefly/ after it has started.
To start it on a different port, add -httpPort to the java command.
This will extract the content of the war file into a directory called ".extract" in your current directory.
To change this, add -extractDirectory to the java command.
Changelog:
3d02f2f - jsdoc bugs fixed [2017-08-09]
41d9850 - docker: more build file cleanup [2017-08-05]
d412c3d - DM-11398: Merge PR #437 from dm-11398-ts [2017-08-04]
9750c4e - DM-11398: fixes some time series display issues [2017-08-04]
6e9ada3 - DM-11475: Merge PR #436 from dm-11475-grid [2017-08-04]
90dda7f - DM-11475: fixes from feedback [2017-08-04]
e8d4800 - Merge pull request #433 from Caltech-IPAC/DM-11349-TSDataDisplay [2017-08-04]
ca03f49 - Docker: more changes [2017-08-04]
12154e5 - More security in docker build [2017-08-04]
9fba609 - DM:11475: add second demo and support plot.ly general charts [2017-08-04]
d8a4ea8 - DM-11349 fix the dispatch functions for attaching draw layer to and detaching draw layer from the plot, and the use of these two functons. [2017-08-03]
420dd6f - Merge pull request #434 from Caltech-IPAC/DM-11458_periodogram_table_select [2017-08-03]
62d3d01 - Merge pull request #435 from Caltech-IPAC/DM-11424_filter_selected_row_fail [2017-08-03]
63619f8 - Merge pull request #430 from Caltech-IPAC/IRSA-257-timeseries-loggedin [2017-08-03]
76ff4e5 - Merge pull request #432 from Caltech-IPAC/IRSA-667-Add-band-in-PTF-label [2017-08-03]
fb769bb - IRSA-667 some clean up [2017-08-03]
fb470ad - IRSA-636 add all filter names as band in image label [2017-08-03]
9846c69 - IRSA-667 add all filter names for image band label [2017-08-03]
1dfbcb8 - DM-11424: filter on selected row fails on sorted table. [2017-08-03]
41c28a9 - DM-11458: Periodogram table rows are no longer selectable and highlighted [2017-08-03]
2517643 - Merge pull request #431 from Caltech-IPAC/DM-11387_filter_bgJobs_from_app [2017-08-03]
de31231 - DM-11349 Add ra, dec colunmn name info the table meta for LSSTLightCurveQuery. Solve the issue to attach the existing drawing layers to the newly created plots. [2017-08-02]
5a89d09 - RSA-667 Add band name in PTF image label [2017-08-02]
638b1d4 - DM-11387: fixes width discrepancies between safari, firefox, and chrome [2017-08-02]
8931253 - DM-11387: fix several issue related to backgrounding - added a checkbox to enable email notification - sync the checkbox and email field between download dialog and background monitor - remove 'resend email' feature which is confusing - when email notification is enabled, an email will be sent for each job when it's completed. [2017-08-02]
c767d51 - Merge branch 'dev' into DM-11387_filter_bgJobs_from_app [2017-08-01]
3c9af9b - DM-10520: fixed type from branch [2017-08-01]
d7afdf8 - Merge pull request #425 from Caltech-IPAC/DM-11376_bg_search_error [2017-08-01]
198b143 - DM-11387: Add ability to limit what will appears as background jobs [2017-08-01]
d6f3ba9 - change http://themes.google to protocol-relative path. [2017-08-01]
302537d - DM-11376: set backgroundable defaults to false. Enable backgrounding for catalog and suit searches. [2017-08-01]
111676f - DM-11376: backgrounding job bug - on fail search, mask panel remained without error messages. - API should have backgroundable set to false, since background monitor may not be available. [2017-08-01]
9e4cfa0 - IRSA-257: add cookies to PTF ibe LC for loggedin user [2017-07-31]
f328fb6 - Merge pull request #429 from Caltech-IPAC/dm-10520-restore [2017-07-31]
a392bc5 - IRSA-613: Merge PR #428 from irsa-613-wcs-match [2017-07-31]
2f6604c - IRSA-613: fixed more issues from feedback [2017-07-31]
c96b5b8 - DM-10520: fixed "restore to defaults" changing the active image [2017-07-28]
d66f0ff - IRSA-613: fixed: WCS match not working right for image that are very far apart [2017-07-28]
f9c53ce - IRSA-642-DM-11250: Merge PR #427 from IRSA-642-DM-11250 [2017-07-28]
d7e37f8 - IRSA-642-DM-11250: fix a bug [2017-07-28]
3c7ffd3 - change http://themes.google to protocol-relative path. [2017-07-28]
1e6f7a8 - DM-11376: set backgroundable defaults to false. Enable backgrounding for catalog and suit searches. [2017-07-28]
540714f - DM-11376: backgrounding job bug - on fail search, mask panel remained without error messages. - API should have backgroundable set to false, since background monitor may not be available. [2017-07-28]
63dcb7d - IRSA-642-DM-11250: fixed two bugs [2017-07-28]
01a2991 - Set Upload dropdown panel size in upload component (FileUploadViewPanel) itself. [2017-07-28]
63e9d58 - update the FormPanel size for Upload dropdown panel. [2017-07-27]
f9f36a3 - Merge branch 'DM-7725-FileUpload' into dev [2017-07-27]
1dc4f50 - Merge branch 'dev' into DM-7725-FileUpload [2017-07-27]
b1e99b1 - DM-7225 change tabs for selecting upload method to be in radio button style. clean and update the styling for upload dropdown panel. [2017-07-27]
b128527 - Merge pull request #426 from Caltech-IPAC/IRSA-636-PTF-TST-no-band-selection [2017-07-27]
396bc3c - IRSA-636 Disable the band selection for PTF [2017-07-27]
791df2a - IRSA-636: remove border [2017-07-27]
15ed830 - IRSA-636 Disable the band selection for PTF [2017-07-27]
20a82f9 - Merge pull request #416 from Caltech-IPAC/IRSA-572-3ColorStretch [2017-07-27]
eb6440e - IRSA-572: fixed a related stetch problem [2017-07-27]
0caf645 - fix package name to lower case [2017-07-27]
0c806d3 - Merge DM-11299 Coadded images displayed ignoring cutout size; pr #424 [2017-07-26]
dc97bae - merge DM-11013 More meaningful errors, pr #422 [2017-07-26]
b617161 - DM-11013 Response to review comments - fixed error message from backgrounded search - added check for failed status before tracking fetch - now returning DAX message rather then DAX error type - added error message to 'Unexpected error' [2017-07-26]
5120428 - fixed ignored cutout size in WISE SDSS timeseries ignore invalid (0 or below) cutout size - a workaround for DM-11386 [2017-07-26]
0b97205 - DM-7725 fixed the case that the return file analysis result contains the same characters as the separator in the response. [2017-07-26]
f979199 - Merge pull request #421 from Caltech-IPAC/IRSA-629-add-ptf-image-downloader [2017-07-26]
2dd9a9c - Merge pull request #423 from Caltech-IPAC/IRSA-581_api_table_selectinfo [2017-07-26]
533c768 - Merge DM-11094: use default 'Time Series Tool' title, pr #419 [2017-07-26]
eff30bd - IRSA-629: refactor and clean code based on reviewer feedback [2017-07-25]
f9431eb - IRSA-629: refactor and clean code based on reviewer feedback [2017-07-25]
11f4baa - fix 'Get Download Script' regression bug [2017-07-25]
ac798cb - fix broken package download after recent changes [2017-07-25]
518e277 - DM-11299 Coadded images displayed ignoring cutout size [2017-07-25]
dcc2f44 - IRSA-629: rename ids to avoid confusion [2017-07-25]
52be0e3 - IRSA-581: Expose to public Firefly API table selection info. [2017-07-25]
d53cf5e - DM-11013 More meaningful errors [2017-07-24]
5a1133e - IRSA-629 and IRSA-630: add generic way to get mission specific download processor and PTF in particular [2017-07-24]
9f9db2f - Merge pull request #420 from Caltech-IPAC/IRSA-514-Add-PTF-Image-TSV [2017-07-24]
48a06e0 - Merge pull request #418 from Caltech-IPAC/DM-11308_enforce_pdac_user [2017-07-24]
f2c6658 - added comments to OidcAdapter.java [2017-07-21]
825f0c1 - DM-11094: use default 'Time Series Tool' title when appTitle is undefined or empty string [2017-07-21]
0e02ce4 - IRSA-514-Add-PTF-Image-Retrieve-TSV [2017-07-21]
fae7941 - IRSA-514-Add-PTF-Image-Retrieve-TSV [2017-07-21]
db3c608 - DM-11308: setup PDAC to only allow access to user with 'lsst_pdac' role [2017-07-21]
7352857 - Merge pull request #417 from Caltech-IPAC/IRSA-371-histogram-unitTest [2017-07-20]
3979a50 - IRSA-371: Updated and added unit test after HistogramProcessor changed showEmptyBin's default [2017-07-20]
103aa39 - IRSA-572: Fixed color stretch issue [2017-07-20]
1da5141 - Merge branch 'rc' into dev [2017-07-20]
a657766 - change directory 'PTF' to 'ptf'. src/firefly/js/templates/lightcurve/PTF [2017-07-20]
990e924 - Merge pull request #415 from Caltech-IPAC/DM-10345_background_searches [2017-07-19]
cdadabb - update made per review [2017-07-19]
4bcc8e0 - Merge pull request #414 from Caltech-IPAC/IRSA-611-PeriodValue [2017-07-19]
36ac8ad - IRSA-611: After using plotly, the period is no longer displayed. Thie reason is that LcPeriodPlotly failed to save the period value to the store. [2017-07-18]
ce5cec5 - DM-10345: provide management for long running searches [2017-07-18]
53efe27 - Merge pull request #409 from Caltech-IPAC/IRSA-540-IRSA-541-PTF [2017-07-18]
ff453d1 - RSA-540-IRSA-541-PTF: Add comments [2017-07-18]
a7d2820 - IRSA-540-IRSA-541-PTF: clean up none used codes [2017-07-18]
3407035 - minor tweak to the functions added to TableUtils.js [2017-07-18]
86268a0 - DM-7225 Show the right selection and highlight after the summary table is sorted and fix the masking during the uploading course. [2017-07-18]
5624418 - IRSA-540: cleanup TableUtil.js and remove non ascii characters from LcUtils.js [2017-07-17]
7a4c569 - DM-10832 Heatmap (density) plot in multitrace chart, pr #411 [2017-07-17]
42002e4 - - multiple colorbars positioned vertically - show Color field only of marker.color is sopported for this trace type - move legend to the bottom if default colorbars are added [2017-07-17]
1215c1c - Merge pull request #413 from Caltech-IPAC/IRSA-601-asymbar-labels-change [2017-07-17]
7ff0600 - Merge pull request #412 from Caltech-IPAC/IRSA-595-axis-scale-format [2017-07-17]
Firefly-Standalone v1.0.0 Beta
This standalone release enable Firefly to run without additional dependencies beside Java 1.8.
It comes with an embedded Tomcat 7.
To start Firefly:
java -jar firefly-exec.war
By default, it will start up on port 8080. Goto to http://localhost:8080/firefly/ after it has started.
To start it on a different port, add -httpPort to the java command.
This will extract the content of the war file into a directory called ".extract" in your current directory.
To change this, add -extractDirectory to the java command.
Changelog:
dd74beb - Merge pull request #374 from Caltech-IPAC/dm-10461-wcs-match-off [2017-05-04]
3f1de4a - DM-10370: Merge PR #371 from dm-10370-mem-half [2017-05-04]
dcc3d5c - DM-10370: response from feedback [2017-05-04]
05892ef - DM-10461: Fixed: wcs match a little off for almost north plots [2017-05-04]
634ace1 - DM-10275: merge download plotly image as PNG; pr #373 [2017-05-04]
3c2c0bf - Saving chart as PNG: filename is chart title or chart id [2017-05-04]
a0d8ac1 - DM-10379,DM-9824: Merge PR #372 from dm-10379-global-cov-bug [2017-05-03]
33eb49c - download plotly image as PNG [2017-05-03]
523fff4 - DM-10379: fixed: After a catalog search with a globe coverage map, the catalog search doesn't work anymore. [2017-05-03]
d70c294 - DM-10439: removed experimental code that create getRotationAngle bug [2017-05-03]
0f5c5ea - DM-10370: forgot to commit ObjectSizeEngineWrapper.java [2017-05-03]
c31e780 - DM-10370: Optimize server memory usage for fits images [2017-05-03]
c564f67 - Merge pull request #365 from Caltech-IPAC/DM-10115-ChartColSelDropdown [2017-05-03]
ab44e20 - fixed the bug: reducer function for histogram options fields was not updating with new colValStats [2017-05-02]
ffa9e65 - DM-10115 reset the chart column select dropdown content whenever the active table is changed. [2017-05-02]
369fb6f - DM-10115 revise the method to reset value of column select dropdown form. [2017-04-28]
14ffe97 - DM-10115 Reset the column select dropdown and table column stats when starting a new catalog search [2017-04-27]
6b3ff9d - DM-10369: Merge PR #364 from dm-10369-mask-color-change [2017-04-27]
0db4ad1 - DM-10369: changes from review [2017-04-27]
2a1defb - DM-10369: client side mask color change [2017-04-27]
04299da - Merge pull request #348 from Caltech-IPAC/dm-10065-canvas [2017-04-27]
9893a18 - Merge pull request #361 from Caltech-IPAC/DM-10241-CompassPolar [2017-04-27]
e91df72 - DM-10241 fix east arrow direction in thumbnail image. [2017-04-26]
da6fb06 - Updates using the HTTPS to access JPL HORIZON server. Related tickets IRSA-214, IRSA-227, IRSA-228. Patches for SHA,PTF,WISE were released to irsa ops [2017-04-26]
fbb4944 - Merge pull request #360 from Caltech-IPAC/DM-10188-FPMarkerHandleOff [2017-04-26]
784ea10 - DM-10188 Fixed rotation handle on flipped image case and rearrange the line with center information in footprint drawlayer UI. DM-10188 Fix vertextDef setting under the drawing layer for mutiple plots [2017-04-26]
6746f52 - DM-10241 Fix East arrow in the North/East compass [2017-04-24]
c8e6411 - DM-10188 Fix drawing related issues on markers and footprints with new rotation scheme [2017-04-24]
5293ee7 - Merge rc in dev with latest highchart and fix nearest point tooltip [2017-04-20]
ff29e4f - DM-10065: fixed more bugs with wcs match when flipped [2017-04-20]
7bedf61 - Merge pull request #357 from Caltech-IPAC/DM-10149-PeriodogramIssues [2017-04-20]
57cf350 - Merge pull request #353 from Caltech-IPAC/IRSA-355-add-main-lc-title [2017-04-20]
cd96b75 - Merge pull request #356 from Caltech-IPAC/IRSA-337-improve-plot-selection [2017-04-20]
2fba617 - Merge pull request #350 from Caltech-IPAC/dm-9944_xyplotly [2017-04-19]
35230e9 - Add weight to highlighted point, When selection rectangle contains no points, remove it Move color bar to the left, when axis is on the right Do not adjust tick width when tick width obrained is not reasonable. [2017-04-19]
e5387a7 - DM-10149 fixed the phase value range of phase folded chart. [2017-04-18]
b8c2454 - IRSA-337: updating highchart to latest version and using latest option to fin nearest point [2017-04-18]
298bda8 - Merge pull request #351 from Caltech-IPAC/DM-9395-OnlyHistogram [2017-04-14]
42cbc1d - DM-9394 detecting 'showTables' only which handling 'table loaded' action in Firefly viewer manager. [2017-04-14]
e1a6957 - DM-9395 add 'OK' button to hide the chart dropdown which shows the error message for adding chart.. [2017-04-14]
4f820ab - fixed mask not updating with zoom [2017-04-14]
3fd4d34 - Disable animation for data with more than 250 rows [2017-04-14]
e3ccedc - IRSA-355: add extra style option to the LC viewer [2017-04-14]
31ba0a8 - DM-10065: Fixes and improvements [2017-04-13]
72ce228 - DM-10065: Client side Rotation [2017-04-13]
bdf1a72 - Merge branch 'rc' into dev [2017-04-12]
49de059 - merged [2017-04-12]
1889e98 - Merge pull request #341 from Caltech-IPAC/DM-9803-multiObjectSearch [2017-04-12]
947cbb2 - DM-9803: Remove unused class and methods [2017-04-12]
36d4e32 - IRSA-142: Remove the duplication code line [2017-04-12]
6b1482b - added tooltips to selected and highlights, modified colors for log scale, general cleanup [2017-04-12]
c78c392 - DM-9803: Add a utility class for concurrent search [2017-04-12]
31878f5 - Heatmap now working with tooltips, highlight, and log clor scale; margin adjusted for yticks length; tooltips are generated for new data (Firefox performance is very bad with plotly_hover) [2017-04-11]
3380ef3 - Merge pull request #349 from Caltech-IPAC/IRSA-142 [2017-04-11]
8dc2a5e - IRSA-142: Changed the codes as Trey requested. [2017-04-11]
956cca3 - IRSA-142: Fixed WcsMatch bug [2017-04-10]
0aa44d8 - handling lost click event (when plotly_click is emitted instead); handling zoom and reversed axes (when both limited range and reversed axis are requires, autorange should be false and range array should be reversed). [2017-04-10]
1dae543 - Merge branch 'dev' into dm-9944_xyplotly [2017-04-10]
5e647fb - Merge pull request #345 from Caltech-IPAC/IRSA-327-periogoram-period-increase-precision [2017-04-10]
97a5776 - Merge pull request #347 from Caltech-IPAC/IRSA-336-reorder-peridogoram-tables [2017-04-10]
ad34ce2 - Merge pull request #343 from Caltech-IPAC/DM-9943-plotlyhistogram [2017-04-08]
ce5fd8d - DM-9943 add mouse click event handler to the div enclosing the histogram to solve the chart panel selection issue. [2017-04-08]
9ede0b0 - IRSA-336: reorder periodogram tables [2017-04-07]
f5cd445 - DM-9943 some fixings based on the review and update the left margin (the side with y axis title) based on the tick string length dynamically. [2017-04-07]
48f20e4 - IRSA-327: fix rounding problem by setting a default min precision for VOTable, reading precision VOTable if it exists [2017-04-07]
4f43635 - Merge pull request #344 from Caltech-IPAC/IRSA-323-fix-cancel-button [2017-04-06]
a3e11e0 - RSA-263: Atlas results table column selector broken [2017-04-06]
a69eee0 - IRSA-323: fix cancel button to dispatch id correctly to hide dialog [2017-04-05]
6ce59c8 - missed XYPlot [2017-04-05]
c04b4a0 - basic support for heatmap, bug fixes in scatter [2017-04-05]
d4e280c - DM-9943 Create Plotly version of histogram [2017-04-05]
d3fad5b - IRSA-280: update error mesage for WISEE valid table in TSViewer. [2017-04-04]
2d64768 - DM-9803: Split the LSSTMultiObjectSearch.java to two files, LSSTMultiObjectSearch.java and LSSTConcurrentSearch.java. The LSSTConcurrentSearch.java can be re-used. [2017-04-04]
23d41c5 - Merge pull request #342 from Caltech-IPAC/DM-8854-UnitTestForRotate [2017-04-04]
7efabc9 - DM-8854: Add the documentation in the Rotate.java [2017-04-04]
73ee143 - DM-8854: Add another unit test and commented out the algorithm verfication. [2017-04-04]
70ebc31 - DM-9944: fixed deferred plotly loading and added way to set options from this api [2017-04-03]
9a847e4 - DM-8854: Add unit test for Rotate class Add the algorithm descriptions [2017-03-31]
af46328 - replace special character Lomb-scargle [2017-03-29]
68c3b22 - DM-9803: Fixed typo bugs which caused input columns data missing in the final result table. [2017-03-29]
8e83de8 - DM-9944 Use Plotly to create scatter version of the charts - basic scatter plot functionality (zoom, highlight, select) [2017-03-29]
276b334 - Merge pull request #340 from Caltech-IPAC/dm-9942-add-plotly [2017-03-29]
0d17a80 - DM-4492: removed some y-axis grid options but it does not seem to make much difference [2017-03-29]
07add8f - DM-9803: Add mutli-object search processor that uses Java Concurrent to do a parallel search DM-9920: Fixed bug in CatalogSelectViewPanel. The IRSA's catalog search does not work due to this bug Fixed bug in LSSTCatalogSelectViewPanel Eable multi-object search in LSSTCatalogSelectViewPanel.jsx DM-9964: Changed the empty result behavior in LSSTCatalogSearch so that the multi-object search is not blocked. [2017-03-28]
e9d772a - DM-9942: Add plotly support [2017-03-24]
a6d0295 - change LSST Data search tab from 'Search Catalogs' to 'Search'. [2017-03-21]
46de48c - DM-8685 merge options to plot asymmetric errors, pr #339 [2017-03-20]
26696e0 - DM-8685 fixed clear and reset behavior for asymmetric errors [2017-03-20]
53c5c42 - xyplot: support asymmetric errors [2017-03-17]
5a80b5e - IRSA-194: Handle bad ipac table upload. Merge pull request #337. [2017-03-17]
358f0c5 - IRSA-194: also clean files coming in via IpacTableFromSource. [2017-03-17]
84dcd2f - Merge branch 'DM-9743-TSTimeColName' into dev [2017-03-17]
1bdc92c - Merge branch 'dev' into DM-9743-TSTimeColName [2017-03-17]
1be7594 - DM-9743 create functions to get columns of string and numeric types and modify function on time column name change based on review comments [2017-03-16]
f7c717a - remove sort info for basic table upload [2017-03-16]
f7f88dd - DM-9743 Time column name handling for Time Series Viewer. [2017-03-16]
a6a0571 - IRSA-194: Handle bad ipac table upload [2017-03-15]