Skip to content

Firefly-Standalone v1.0.0 Beta

Choose a tag to compare

@irsadev irsadev released this 24 Oct 16:06
· 5659 commits to dev since this release

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:

a662548 - add request back into package.json because it's used by publish-to-github.js script. [2016-10-24]
ada2156 - Bug fix in AREA_SELECT extension [2016-10-24]
b74bf37 - Merge pull request #213 from Caltech-IPAC/DM-7761-LSSTCatalogGenSearch [2016-10-21]
a3eea8f - fixed as review. [2016-10-21]
d7979ea - DM-7761: fixed CatalogWatch to recongnize the meta data [2016-10-21]
1b1d8df - DM-7761 Build LSST Catalog search form using the components from IRSA catalog search form [2016-10-21]
be6d797 - Merge branch 'DM-7783-HistogramUnitTest' into dev [2016-10-20]
8a94209 - Merge branch 'dev' into DM-7783-HistogramUnitTest [2016-10-20]
2ec3e1f - DM-8028:add a utility class [2016-10-20]
b5bb5f3 - DM-7783: add HistogramTest class, add the unit tests and end to end test [2016-10-20]
0068713 - Merge pull request #212 from Caltech-IPAC/DM-8028-UnitTestUtility [2016-10-20]
df92144 - DM-7995: fixed icon case problem [2016-10-20]
5f47879 - DM-8028:add a utility class [2016-10-20]
ea7f3c8 - DM-7783: add HistogramTest class, add the unit tests and end to end test [2016-10-20]
6a15922 - DM-7995: bug fixes [2016-10-20]
74504da - DM-7995: Merge PR #211 from dm-7995-lsst-ops [2016-10-19]
969b5ef - DM-7995: changes/fixes after review [2016-10-19]
e2cf385 - Merge pull request #209 from Caltech-IPAC/DM-8007-pip-installable [2016-10-19]
4c05ce5 - DM-8007 repackage firefly_client to make pip-installable [2016-10-19]
bde0c6c - DM-7995: options for lsst [2016-10-19]
d4d8c35 - Merge pull request #210 from Caltech-IPAC/DM-7800-searchProcessors [2016-10-18]
12371df - DM-7800: add the short description as a attibute [2016-10-18]
b9de08b - DM-7800: add the unit and description, display the meta table contents [2016-10-17]
caff8f1 - DM-7800: cleaned up some of the testing codes [2016-10-17]
81bd935 - DM-7800:produced dummy data files OK [2016-10-17]
af2f2d8 - DM-7800:more testing codes [2016-10-17]
3450415 - DM-7800: add two search processor and create the test GUI [2016-10-17]
cda4f07 - don't update xyplot when tbl is loading (to avoid extra chart updates on tbl sort, etc.) [2016-10-14]
ebccc30 - DM-7920 Merge pull request #206, refactor chart data and actions [2016-10-14]
5cc66d2 - - define chart data types at ReduxFlux level, use closure to pass them to action creators - move code defining chart data types under dataTypes directory - support optional fetch on table sort - other minor cleanup in response to review comments [2016-10-14]
8b79d55 - Merge pull request #208 from Caltech-IPAC/dm-7986-fix [2016-10-14]
cb6ab79 - DM-7986: fix circles connecting & add way to reorder image tabs [2016-10-14]
0999061 - Merge pull request #207 from Caltech-IPAC/DM-7948-bugfixes-irsaviewer [2016-10-13]
0fa1780 - fixed typo [2016-10-13]
e815def - 1.Fixed problem with extra help icon on select a new image panel. 2. Updated some help links per Luisa's feedbacks. 3.. Updated the LC viewer panels. [2016-10-13]
d1bffbf - Merge branch 'rc' into dev [2016-10-12]
fc5cafa - DM-7920 response to review comments: - moved adding a default chart to FireflyViewerManager - renamed XYPlotCntlr to ChartDataTypeXYCols - renamed HistogramCntlr to ChartDataTypeHistogram - a bit of cleanup in docs [2016-10-12]
8d6f980 - fixed the bug which breaks table filtering. [2016-10-12]
a933c56 - DM-7920 Refactor chart data and generalize actions [2016-10-11]
ad5f8b9 - Merge pull request #205 from Caltech-IPAC/DM-7918-CatalogConstraints [2016-10-11]
1ecdc6a - fix fftools:jsTest not found error [2016-10-10]
3cabf98 - solve to highlight the column 'constraints' which is with invalid constraint string. [2016-10-10]
bfb18f4 - Merge pull request #203 from Caltech-IPAC/dm-7921_multihistogram [2016-10-08]
d606ac9 - Update the calculation of tbl_id based on short form, long form or no form cases. Show error message for invalid search constraint. [2016-10-08]
7f6ff0e - fix long & stardard form selection error [2016-10-07]
e4da128 - DM-7918 Fixed the error for displaying constraint string and update the state when the constraint string changes. [2016-10-07]
b4f6713 - Merge pull request #202 from Caltech-IPAC/dm-7912-multiviewcntlr [2016-10-07]
ec96558 - DM-7912: refactor MultiViewCntlr, and DM-7924 mask overlay bug fix [2016-10-07]
f666956 - [DM-7921] Multiple series histogram display (not connected to table) [2016-10-06]
b59ad0c - DM-7912: refactor MultiViewCntlr to work with more than just images [2016-10-06]
a75e9cd - DM-7767 fixed jsdoc errors [2016-10-06]
6c9e262 - Merge pull request #200 from Caltech-IPAC/dm-7767-lc-multi-image [2016-10-05]
ba59c0e - DM-7767: change from feedback [2016-10-05]
01c88ee - Merge pull request #201 from Caltech-IPAC/DM-7789-javascriptUnitTest [2016-10-05]
58a2f34 - DM-7789:remove karma usaged from package.json in src/firefly [2016-10-05]
6cc6365 - DM-7789: JavaScript unit testing - add jsTest into gradle 'test' - remove .babelrc - remove karma.config.js files - remove unused libraries related to testing, ie. karma, istanbul, rewire, sinon. [2016-10-04]
02ea9bd - DM-7789: JavaScript unit testing - add jsTest into gradle 'test' - remove .babelrc - remove karma.config.js files - remove unused libraries related to testing, ie. karma, istanbul, rewire, sinon. [2016-10-04]
e56355c - DM-7789:updated all javascript unit test related libraries [2016-10-04]
291f53a - DM-7789: add .babelrc and modified karma.conf.js [2016-10-04]
bdc6d79 - DM-7767 Make Multi image viewer support light curve type layout [2016-10-03]
23cb7d4 - remove everything from ehcache ignore list. [2016-08-30]
cb569c1 - TT-9268 Fix the bug with multi-object search not passing the login credentails [2016-08-19]
91a68ff - TT9259: Spitzer footprint label changed [2016-07-30]
68b5649 - fix VO endpoint findings test [2016-07-28]
c2770c5 - TT9183: setting the access url value as safe url instead. (cherry picked from commit 5f895ae) [2016-07-28]