dotasek

Results 102 issues of dotasek

Users could benefit from having 'Restart Now' and 'Restart Later' options added to the restart dialog when CyREST is updated. This is the internal mechanism that would let that work:...

On Ubuntu systems, the CyREST bundle reports 4 seconds of startup time in the framework log. On Windows, this stretches out to 40 seconds. Originally reported by the StringApp group.

Communications via https would be beneficial. Jetty and Karaf are fully capable of supporting HTTPs; sorting out SSL certificates without requiring anything of the casual user could require some careful...

`GET /v1/apply/fit/{networkId}` could use a parameter to allow fitting to selection.

If more than one Cytoscape is running, CyREST complains that the http port is occupied. Better feedback is needed for the user in this case, ideally a dialog.

When installing 3.7, if a previous configuration exists in the file system, CyREST will read in the version property for itself and think it's a new CyREST App install. This...

PATCH endpoints would be useful for editing one or many resources, particularly visual properties. Related RFCs: https://tools.ietf.org/html/rfc5789 https://tools.ietf.org/html/rfc7396 GitHub makes use of the PATCH verb in it's own API, and...

I'm revisiting a review we did on CyREST vs. the Cytoscape API, and I noticed that there's an immense reliance on the Node/Edge selection. The way that some workflows would...

help wanted

Add support for Undo/Redo Note: This isn't exactly stateless, and is more applicable to the GUI than a script writer. Maybe if we get bored of everything else working so...

feature request

Styles can be imported/exported as CyREST JSON, but could also support the following formats: - [ ] XML - [ ] Java Properties File

feature request