geektortoise

Results 28 issues of geektortoise

Requests : https://github.com/cytomine/Cytomine-core/issues/1084 https://github.com/cytomine/Cytomine-bootstrap/issues/33 If an user has no data, it is simple :-) If an user has a project, has data into a project, is alone in a project,...

new feature

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

new feature

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

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...

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...

We can have different results if a LIMIT is set to the SQL level. To avoid different orders in the situations when a limit is set or not, it could...

improvement

Case : create a project, add members then modify ontology. Expected : the project members have a READ permission on the ontology Current : they don't I create the test...

bug

Test case : Create a project, add a user, this user create X annotations, remove the user Current situation : Annotation counter is at X. (There is indeed X user_annotation...

To avoid requesting the server with AJAX request for online users if we didn't add any user layers, we need to identify the human users layers into LayerSwitcherPanel.

improvement