Cytomine-core icon indicating copy to clipboard operation
Cytomine-core copied to clipboard

Cytomine-Core is the main web server implementing the Cytomine API

Results 74 Cytomine-core issues
Sort by recently updated
recently updated
newest added

As we have existing SoftwareParameterConstraints object and service, we can use it to check these constraints when adding a jobParameter.

new feature

We have a cluster set up for the process to spawn multiple annotation update threads for images found in the same project. 40-50 threads are running simultaneously to update annotation...

bug

I want to access the URL of the last annotation made by the user. I want this annotation so that the user can resume his work next time from this...

Hi, I am trying to take over an existing Cytomine (on Ubuntu 14.04 server), which was previously handled by a missing-in-action researcher. It is no longer hosted, thus only accessible...

As seen with 74e676181f09df1de64c636465cfe4c0a5702b01 , the redirect actions for long request has recurrent problems. The last developments of @urubens seems to fix these problems. They will be integrated soon.

bug

Measuring length of features is possible using annotations, but having a separate measurement tool would be very useful as well. The reasoning for this is, that the annotations are persistent,...

improvement

In the example of this test : https://github.com/cytomine/Cytomine-core/commit/32d30df7d4a345d2f0c9f909b8496e07630518e6 we need to test the undo/redo methods on main domains specifically for deletion : - Does an undo of a project deletion...

Currently, we have two deletion mechanisms : - classic deletion : deletion of the object and into the database - soft deletion : the object is flagged as deleted with...

pushing a file from python client, cytomine core : RestSoftwareController.groovy is failing at the following code. parent directory with softare,id should be tested whether or not directory, if it is...

When running massive tests, following tests can fail - testImageInstanceDownloadSecurityForProjectUser into ImageInstanceSecurityTests fail because the Storage created into the BasicInstanceBuilder has no relative ImageServerStorage - testUserSort into UserSearchTests because some...