Skip to content

Releases: Caltech-IPAC/firefly

Firefly Standalone v2018.2.0 Development

09 Aug 18:42
Compare
Choose a tag to compare

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...

Read more