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:
d7432e3 - updated firefly api doc [2016-09-09]
6d92bb9 - Merge pull request #166 from Caltech-IPAC/DM-7508-eslintRules [2016-09-08]
461c0d8 - DM-7508: relax the rules as Tatiana suggested [2016-09-08]
58922a2 - DM-7508: fixed the jsdoc error in DrawLayerCntlr.js [2016-09-08]
ff413ac - DM-7508:add eslint jsdoc rules [2016-09-07]
889e117 - Merge pull request #165 from Caltech-IPAC/DM-7326-FireflyClientPython3 [2016-09-07]
bd6ec7c - Remove list wrapping around dict's items() and keys(), it was added by 'future -2'. Each list() case is checked. [2016-09-07]
cb2d362 - DM-7508:fixed the conflict with dev [2016-09-07]
98acb59 - DM-7326 adpat FireflyClient to Python 3. [2016-09-07]
b903790 - added warAll gradle task for convenience. [2016-09-06]
94fc67b - DM-7535 script that shows the API functions that should be documented first [2016-09-06]
0e8f625 - DM-7511: add JSDoc generation into build system. Merge pr #164 [2016-09-06]
2a82e0f - DM-7038:fixed some tags [2016-09-06]
eb3736c - DM-7511: add JSDoc generation into build system. [2016-09-06]
1c95589 - DM-5276: Upgrade JS third party packages. Merge pr #163 [2016-09-06]
67b2b0c - DM-5276: fixed: function was not exported, seemd to work find with the old version of babel [2016-09-05]
7bf59b9 - DM-5276: fixed ColorPicker to work with new version [2016-09-05]
f026c99 - DM-5276: cleaned up img tag so it will work with new version of react [2016-09-05]
3d6f1ca - fix loading lcManger.js error. [2016-09-02]
152a34b - DM-5276: Upgrade JS third party packages [2016-09-02]
e51bbad - Merge branch 'DM-7038-JSDoc' into dev [2016-09-02]
dc19335 - DM-7038:fixed merge conflict [2016-09-02]
e749e58 - DM-7038: removed the library used for testing eslint rule in package.json [2016-09-02]
f5bb136 - DM-7038:replacec the .eslintrc file to its original [2016-09-02]
eae0cd1 - DM-7038: use the ink-docstrap as a template, finalized the jsdoc_config.json file, fixed the issue in firefly_api_overview.md so that all links are working [2016-09-02]
2c54441 - DM-7038: updated the jscon_config.json and the elist configuration file [2016-09-02]
5724025 - DM-7460 merge XY-Plot help/anchor, pull request #162 [2016-09-02]
3d63e08 - DM-7460 No help link/anchor option for XY-Plot [2016-09-01]
b548986 - DM-7038:change module to namespace [2016-09-01]
ea34070 - improve visually showing mask loading in catalog search panel when slow network [2016-08-31]
9e4f9aa - DM-7448: Merge pr #159. Table reset unset option 'Show unit' initially set. [2016-08-31]
f477e75 - DM-7448: fix pageSize not resetting properly. [2016-08-31]
c324b50 - DM-7448: Table reset unset option 'Show unit' initially set [2016-08-30]
4e08701 - DM-7406: Light curve; Merge pr #157 [2016-08-30]
79312da - DM-7406: light curve; response to reviews. [2016-08-30]
a0ff24d - re-read file if it has been modified. [2016-08-30]
7ddcfb9 - Merge pull request #155 from Caltech-IPAC/DM-7277-hide-empty-description-col [2016-08-30]
daa2c5e - ensure converted ipac table files are written into workarea [2016-08-29]
f12792f - Merge pull request #158 from Caltech-IPAC/DM-7223-PyAPIDoc [2016-08-29]
aa9e31c - DM-7223 Python API using reStructured and numpydoc format. [2016-08-29]
77b9ed9 - Fix error saw in the console logs when catalog panel is created [2016-08-29]
20d8286 - DM-7406: Create Light curve skeleton app [2016-08-26]
8035128 - [DM-6289] Merge chart options reset to default; pull request #156 [2016-08-26]
5a75c91 - DM-6289 Chart options - reset to default [2016-08-26]
0de2e61 - DM-7277: complete commit and fix [2016-08-25]
6152e03 - DM-7038: added the deleted library back to package.json [2016-08-25]
7b46038 - DM-7038: added proper tags in few files to generate javascript docs; created configuration file, jsdoc_config.json and added depency libraries to the package.json [2016-08-25]