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:
b41eb7c - Merge pull request #235 from Caltech-IPAC/DM-7967-sort-magnitude-reversed [2016-11-18]
71fdb5c - DM-7967: y-axis reversed in popup dialog too [2016-11-18]
4d8a642 - DM-8208 merge Improve error handling on external task failure, pr #233 [2016-11-18]
e9be089 - DM 8208 - moved getJSONFromTask to ffapi-pylaunch-test.html, added tests for image and table - updated external task launcher documentation [2016-11-18]
9a50d5d - DM-7967: reverse axis for magnitude [2016-11-18]
437aca7 - DM-8288: Merge PR #231 from DM-8288-client-images [2016-11-17]
409e532 - DM-8288: fix multiple issues. [2016-11-17]
98ceafb - DM 8208 Improve error handling on external task failure [2016-11-17]
cde67e6 - Merge pull request #229 from Caltech-IPAC/DM-8006-PhaseFold2DChart [2016-11-17]
c89d206 - fix the tooltip from hicharts to show numbers in consistent floating digits. [2016-11-17]
6df7588 - DM-8179: Preserve background jobs and statuses beyond a browser session. PR #230 [2016-11-17]
d3043ed - DM-8179: one more time. [2016-11-16]
eede639 - change the style of slider, remove 'phase folding' tab and move the button for starting phase folding dialog to be under 'phase folding' tab. [2016-11-16]
47c197c - DM-8179: one more clean-up missed in previous commit. [2016-11-16]
08bdb80 - DM-8179: sync email and minor cleanup in response to review. [2016-11-16]
f1d471d - DM-8288: Add support to show LSST SDSS images in triview [2016-11-16]
fd9bae8 - Merge pull request #228 from Caltech-IPAC/DM-6617-fix-master-cat-parsing [2016-11-16]
30a744d - fix the status comparison in xy chart error and that improve the performance. update the precision of the number displayed on the slide bar. [2016-11-15]
e0f061c - DM-8179: Preserve background jobs and statuses beyond a browser session. [2016-11-15]
fd2b7e2 - BUG Fix: viewer id cannot be defaulted. A plot can be added to multiple viewers. [2016-11-15]
fe15260 - DM-8252: add the proper meta infor the TableMeta for the image tables [2016-11-15]
0c3c402 - BUG FIX: redux flux added undefined reducer, TablesCntlr: extra character after merger [2016-11-15]
ed92679 - DM-8006 Add xy chart to phase folding parameter setting panel using hicharts. [2016-11-15]
568891b - DM-8252:add a method to handle the type discrepency [2016-11-15]
6646464 - DM-8010:add comments [2016-11-15]
3de08d6 - DM-8010: added the constraints to the SQL query if any [2016-11-15]
1dc22a3 - DM-6617: fix parsing info link [2016-11-14]
734d8fa - Merge pull request #227 from Caltech-IPAC/DM-7969-input-time-offset [2016-11-14]
93fb2ba - Remove incorrect plot option [2016-11-14]
c92c288 - Removed some unused test searches [2016-11-14]
073d30a - DM-7969: Fix min/max period for the slider. Add xMax = 2 to ploting options. [2016-11-11]
73e7083 - DM-8216 merge pr #224 - histogram for long values [2016-11-11]
83249ab - Merge pull request #225 from Caltech-IPAC/DM-8245-LSSTCatalogImage [2016-11-10]
10a4c8e - DM-7119, changed FIrefly Tools to Firefly APIs [2016-11-10]
2688234 - DM-8245 Add image tables into LSST catalog search panel. [2016-11-10]
8ad9f2f - Merge branch 'rc' into dev [2016-11-10]
d760cd0 - DM-8162: Call IRSAViewer to display images directly via URL. Merge pr #222. [2016-11-10]
c2bd639 - Merge branch 'dev' of https://github.com/Caltech-IPAC/firefly into dev [2016-11-09]
44f65d5 - add TblUtil to createErrorTbl. (it was removed due to previous merge) [2016-11-09]
7a89fa1 - DM-8175: RECENTER action will ignore bounds checking when given a center point. [2016-11-09]
867431b - dm-8216 Histogram for long values [2016-11-09]
9a239a5 - DM-8010:change the timeout as a parameter which can be stored as a property, its default value is 30seconds [2016-11-08]
19b6dc8 - DM-8010: set timeout for URLConnection to provent from long waitinng when the DAX server is not running [2016-11-08]
3d6ac6f - DM-8010: set the default database name to , use table name only in the SQL query [2016-11-08]
773d37a - fixed a javascript error, missing } [2016-11-08]
c418be5 - Merge pull request #223 from Caltech-IPAC/dm-8176-tweeks [2016-11-08]
402465e - DM-8176: Based on feedback, I made several changes [2016-11-08]
7c74f50 - swith the order of the radio button items on LSST Catalogs sesarch. [2016-11-08]
6fe5f8c - remove unnecessary request parameter for LSST parameter search. [2016-11-07]
cbaa5b7 - Merge branch 'dev' of https://github.com/Caltech-IPAC/firefly into dev [2016-11-07]
60a5d65 - Merge branch 'DM-8189-TableModelErrHandle' into dev [2016-11-07]
523f2e1 - Merge branch 'dev' into DM-8189-TableModelErrHandle [2016-11-07]
98a050d - Merge pull request #215 from Caltech-IPAC/DM-7782-UnitTestForCrop [2016-11-07]
9df077a - Merge pull request #220 from Caltech-IPAC/DM-8005-PhaseFolding [2016-11-07]
5d40c1c - Move adding default chart to a separate saga to make sure it triggers layout update. [2016-11-07]
87d1336 - Merge pull request #218 from Caltech-IPAC/DM-8010-Access_DAC [2016-11-07]
f8685ae - DM-8010: added the error handling for sever error code>=500, fixed the unit bag in box search [2016-11-07]
4cbced9 - DM-8176: tweeks for lsst entry points and options [2016-11-07]
f328037 - Chart flow related bugs: 1. synchronizing the default chart viewer with the active table is moved to a separate saga, this synchronization happens on CHART_ADD and on TBL_RESULTS_ACTIVE; 2. when a chart is replaced, 'mounted' attribute should be that of the previous chart. 3. the chart area did not show in Firefly Viewer (on the first catalog search). [2016-11-07]
a943aef - DM-8162: Call IRSAViewer to display images directly via URL [2016-11-07]
6c894b3 - break the RangeSlider smart and UI portion as suggested by Trey. [2016-11-04]
189fed4 - fix every line which calls 'createErrorTbl()' due to location change of 'createErrorTbl()' [2016-11-04]
07a8115 - DM-8189 handling fetch error for the catalog constraint panel. [2016-11-04]
5ec9345 - DM-7830: Hook image display into raw table as well. Merge pr #219 [2016-11-04]
457239b - DM-8005 Create phase folding parameter setting panel and move the phase folding algorithm to the client side. Make client-only TableMode works like one from the server. [2016-11-03]
239e132 - Bug Fix: mask overlays were not aligned correctly with image [2016-11-03]
9666e27 - DM-7830: Hook image display into raw table as well. [2016-11-02]
5b590ec - Merge branch 'dev' of https://github.com/Caltech-IPAC/Firefly into dev [2016-11-02]
0c305c0 - minor: add placeholder [2016-11-02]
c3437cc - DM-8010: URLDownload modified to handle errors better and log post data [2016-11-02]
f2d57a5 - DM-6286 Charts Container, merge pr #216 [2016-11-01]
bf8cd0d - DM-8010:handled the data type issue in the data, convert the degree to arcsec for elliptical method search, and all columns are selected if the selcol=null [2016-11-01]
c503b3e - - Fixed the bug in old chart api demo - Moved 'Close' button to the extreme left - Chart remove icon is now on the chart - Use Chart, Options, Toolbar functional components instead of renderChart, renderOptions, renderToolbar [2016-11-01]
48b09a7 - DM-8010: the radius passed as degree, convert to arsec in the Elliptical search [2016-11-01]
5b3f410 - DM-8149: changes based on feedback [2016-11-01]
8d2f4e3 - refactoring to support better controller registration and sage registration [2016-11-01]
1f829cc - change the size value sent to the server for LSST catalog search in the unit of 'degree' [2016-11-01]
a2610c6 - DM-8149: Merge PR #217 from dm-8149-registration [2016-11-01]
3ce98c0 - DM-8149: changes based on feedback [2016-11-01]
2d383dd - DM-8010: Add LSSTMetaSearch and LSSTCatalogSearch processors [2016-11-01]
9f59dc0 - refactoring to support better controller registration and sage registration [2016-10-31]
2c06d23 - Merge branch 'rc' into dev [2016-10-31]
f21d29c - BUG FIX: Fixes a bad very performance problem in making a very large viewport size and fixes a Magnifier exception [2016-10-31]
c28f77b - MultiChartViewer: handling active chart [2016-10-31]
9fe6ca2 - MultiChartViewer using active chart toolbar. [2016-10-28]
2c329ec - fix LC image count options to be string to avoid prop error warning [2016-10-28]
abe48eb - revert change because toolbar would not work right. [2016-10-27]
91ee8d0 - fixed RadioGroup's prop type validation warnings [2016-10-27]
34f3a4e - ChartsTableViewPanel.jsx is completely replaced by ChartPanel.jsx [2016-10-27]
95f3762 - DM-6286 Refactored charts display (from ChartsTableViewPanel.jsx to ChartPanel.jsx [2016-10-27]
8a9d6ca - DM-6286 Charts container [2016-10-25]
75222fd - Merge branch 'DM-4593_background_monitor' into dev [2016-10-25]
26e9b44 - Merge branch 'dev' into DM-4593_background_monitor [2016-10-25]
72b5f9b - fixed ServCommand.doCommand being called twice [2016-10-25]
4ea4688 - DM-4593: background monitor review edits [2016-10-24]
100a9f0 - fix bad temp file location. [2016-10-24]
7575426 - add missing stop.gif [2016-10-24]
18589f1 - DM-4593: background monitor for Firefly [2016-10-21]
9b2342c - DM-7782: add unit test for Crop class [2016-10-21]