Skip to content

Releases: Caltech-IPAC/firefly

2020.1.1

25 Mar 16:19

Choose a tag to compare

release notes: Full Release Notes page.

Docker Tags related to this release:

  • docker tag for this release: release-2020.1.1
  • latest firefly release is latest
  • latest 2020.1 release is release-2020.1

How to start Firefly using Docker: Docker Page

Patch Changes

2020.1.0

24 Mar 17:12

Choose a tag to compare

Release notes: Full Release Notes page.

Docker Tags related to this release:

  • docker tag for this release: release-2020.1.0
  • latest firefly release is latest
  • latest 2020.1 release is release-2020.1

How to start Firefly using Docker: Docker Page

Changes

UI
  • Tables now handle array type data (Firefly-150
  • Table Options UI Improvements (Firefly-471)
    • New Advanced Filter tab enabling SQL-like filtering
    • New Table Meta tab showing meta information that was once not accessible
    • Added additional column's meta when available
  • WCS match Improvements (Firefly-484)
    • When matching to HiPS, images will rotate, if necessary
    • When HiPS matched to image - Firefly will change HiPS coordinate system if images has EQJ200 or Galactic rotated north up
  • Better layout of Layer dialog for catalogs overlays (Firefly-395)
  • Significant improvements in Data Products Viewing (Firefly-460)
    • Can choose from any HDU in FITS
    • Table HDUs are show as table and Charts
    • Firefly now reads 1D FITS images and shows as a chart
    • Choice of table with VO Tables
    • PDF and TAR are recognized and downloadable.
API
  • Add fixed column feature to table API (Firefly-442))
  • MOC overlay support setting the mode MOC_DEFAULT_STYLE to 'outline' or 'fill'
  • API examples are at the firefly/test.html endpoint
Pull Request in this release

2019.4.0

30 Jan 21:58

Choose a tag to compare

Release notes: Release Notes page.

Docker Tags related to this release:

  • docker tag for this release: release-2019.4.0
  • latest firefly release is latest
  • latest 2019.4 release is release-2019.4

How to start Firefly using Docker: Docker Page

2019.3.2

15 Nov 00:56

Choose a tag to compare

Release notes: Release Notes page.

Docker Tags related to this release:

  • docker tag for this release: release-2019.3.2
  • latest firefly release is latest
  • latest 2019.3 release is release-2019.3.2

How to start Firefly using Docker: Docker Page

2019.3.1

05 Nov 19:02

Choose a tag to compare

See Release Notes page.

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

01 Nov 23:03

Choose a tag to compare

See Release Notes page.

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

09 Aug 18:42

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

Firefly-Standalone v1.0.0 Beta

17 Nov 19:18

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:

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

Read more

Firefly-Standalone v1.0.0 Beta

22 Sep 17:57

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:

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

22 Sep 17:36

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:

9897bb1 - fix table and scatter chart row and column number in ffapi-slate-test2.html [2017-08-11]