Warning: Can't synchronize with repository "(default)" (/home/git/ome.git does not appear to be a Git repository.). Look in the Trac log for more information.
Notice: In order to edit this ticket you need to be either: a Product Owner, The owner or the reporter of the ticket, or, in case of a Task not yet assigned, a team_member"

Task #4815 (closed)

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

remove listObjects() redundant methods from blitz gateway

Reported by: wmoore Owned by: wmoore
Priority: major Milestone: OMERO-Beta4.3
Component: API Version: n.a.
Keywords: n.a. Cc: python-team@…
Resources: n.a. Referenced By: n.a.
References: n.a. Remaining Time: 0.0d
Sprint: 2011-04-07 (9)

Description

Following on from #4681, remove "listObject" methods from blitz gateway if their functionality is covered by getObjects("Project") etc.

Change History (33)

comment:1 Changed 13 years ago by wmoore

  • Status changed from new to accepted

comment:2 Changed 13 years ago by wmoore

  • Remaining Time changed from 0.5 to 0
  • Status changed from accepted to closed

comment:3 Changed 13 years ago by wmoore

Summary of commits to python-gateway for this ticket.

* 5d35d78 (HEAD, origin/python-gateway, python-gateway) Removing lookupTagAnnotation(name) from blitz gateway. See #4815
* 5247417 Removing use of getAnnotation(id) and getExperimenterGroups() from gatewaytest. See #4815
* 8f4f05f Removing use of conn.findProject(name) from webemdb. See #4815
* e1e5122 Removing findProject() from blitz gateway. See #4815
* c1479fa Turn on testTopLevelObjects gatewaytest, removing use of conn.listImages(ns). See #4815
* e02dd8c Removing listImages() method from blitz gateway. See #4815
* 124fa16 Default param oid=None for blitz getObject() method. See #4815
* a26c690 Sorting of project, datasets etc uses getName().lower(). See #4815
* 5b0f054 Removing listProjects() from webclient_gateway. See #4815
* d6d4afa Updating listProjects() in blitz gateway to handle eid OR only_owned. See #4815
* 77cc21c Fix typo in previous commit. See #4815
* 760b253 Removing use of conn.listAnnotations() from webclient. See #4815
* 72c4e55 Blitz getObjects() allows filtering by expId on all types except Experimenter and Group. See #4815
* 4ad67bf Removing listAnnotations() from blitz gateway. See #4815
* c59eb33 gatewaytest for listing annotations with getObjects(TagAnnotation) etc. See #4815
* 2728f46 Adding all annotation wrappers to KNOWN_WRAPPERS. See #4815
* e4ab9b2 Removing use of conn.listGroups() from webadmin. See #4815
* 12e4a9f Removing use of conn.listGroups() from gatewaytest. See #4815
* 1053bac Removing listGroups() from blitz gateway. See #4815

comment:4 Changed 13 years ago by Chris Allan <callan@…>

(In [815e35c37e5865f5a09e7166f940086d744fc773/ome.git] on branch develop) Removing listGroups() from blitz gateway. See #4815

comment:5 Changed 13 years ago by Chris Allan <callan@…>

(In [087819961c390a80ef67bea6d4e4c425b6fb8aca/ome.git] on branch develop) Removing use of conn.listGroups() from gatewaytest. See #4815

comment:6 Changed 13 years ago by Chris Allan <callan@…>

(In [f8981cd61f972379f2078b06a3ee7afe7f753847/ome.git] on branch develop) Removing use of conn.listGroups() from webadmin. See #4815

comment:7 Changed 13 years ago by Chris Allan <callan@…>

(In [bca3994208a3666472e2f46134572c8264421524/ome.git] on branch develop) Adding all annotation wrappers to KNOWN_WRAPPERS. See #4815

comment:8 Changed 13 years ago by Chris Allan <callan@…>

(In [025abeadaa2333e7da7a6b1664c5e9d32bd46c66/ome.git] on branch develop) gatewaytest for listing annotations with getObjects(TagAnnotation?) etc. See #4815

comment:9 Changed 13 years ago by Chris Allan <callan@…>

(In [13aea2b395ead63b5722af9d3a8edd3f974e5c95/ome.git] on branch develop) Removing listAnnotations() from blitz gateway. See #4815

comment:10 Changed 13 years ago by Chris Allan <callan@…>

(In [cfe0f53d1e345d81fb5cb2f8994760537d7606c8/ome.git] on branch develop) Blitz getObjects() allows filtering by expId on all types except Experimenter and Group. See #4815

comment:11 Changed 13 years ago by Chris Allan <callan@…>

(In [4a29641b90d9bfb008d2fa653ed8caa027728c64/ome.git] on branch develop) Removing use of conn.listAnnotations() from webclient. See #4815

comment:12 Changed 13 years ago by Chris Allan <callan@…>

(In [4d0b8a395a97b2a37f588a5520ffbe807ea88596/ome.git] on branch develop) Fix typo in previous commit. See #4815

comment:13 Changed 13 years ago by Chris Allan <callan@…>

(In [38bfa553bced669cce9a8f475e7d3010a8ab9148/ome.git] on branch develop) Updating listProjects() in blitz gateway to handle eid OR only_owned. See #4815

comment:14 Changed 13 years ago by Chris Allan <callan@…>

(In [e7509ef32cc084c74847910fc21eacefccc25c7d/ome.git] on branch develop) Removing listProjects() from webclient_gateway. See #4815

comment:15 Changed 13 years ago by Chris Allan <callan@…>

(In [5a13c16d02be70a1397e598f7c46cdeaaaac5f7e/ome.git] on branch develop) Sorting of project, datasets etc uses getName().lower(). See #4815

comment:16 Changed 13 years ago by Chris Allan <callan@…>

(In [cac1f1e96af7bf4746bbef0cc96c0da88a0d1719/ome.git] on branch develop) Default param oid=None for blitz getObject() method. See #4815

comment:17 Changed 13 years ago by Chris Allan <callan@…>

(In [18e1293d5b011d1a29e4e1b8b8c628cd03fd2a2c/ome.git] on branch develop) Removing listImages() method from blitz gateway. See #4815

comment:18 Changed 13 years ago by Chris Allan <callan@…>

(In [354ea2745e88c48f0f9003d74f3cf306a849ebe5/ome.git] on branch develop) Turn on testTopLevelObjects gatewaytest, removing use of conn.listImages(ns). See #4815

comment:19 Changed 13 years ago by Chris Allan <callan@…>

(In [1d66e4899e7202918fc6ecd92ca652f159192d3d/ome.git] on branch develop) Removing findProject() from blitz gateway. See #4815

comment:20 Changed 13 years ago by Chris Allan <callan@…>

(In [337aa9aa7d65385c6ceafc76f4e00f7b0cd6bd90/ome.git] on branch develop) Removing use of conn.findProject(name) from webemdb. See #4815

comment:21 Changed 13 years ago by Chris Allan <callan@…>

(In [a579411046c143c26cbbd7b06ffdc1c8cd8a483c/ome.git] on branch develop) Removing use of getAnnotation(id) and getExperimenterGroups() from gatewaytest. See #4815

comment:22 Changed 13 years ago by Chris Allan <callan@…>

(In [6eb4c970167ad70cf73a0982c00461f73aff5f67/ome.git] on branch develop) Removing lookupTagAnnotation(name) from blitz gateway. See #4815

comment:23 Changed 13 years ago by Chris Allan <callan@…>

  • Resolution set to fixed

(In [7c08220c9cc7724738b2ff4096cb4f9c0db08733/ome.git] on branch develop) Merge branch 'python-gateway' into develop (Closes #4773, #4815 and #4681)

  • python-gateway: (67 commits) Removing use of conn.simpleSearch() from webgateway. See #4773 Removing simpleSearch() from blitz gateway. See #4773 Removing use of conn.simpleSearch() from gatewaytest. See #4773 Removing use of conn.searchPlates() and conn.searchScreens() from blitz gateway. See #4773 Removing searchScreens() and searchPlates() from blitz gateway. See #4773 Removing use of conn.searchProjects() and conn.searchDatasets() from webclient. See #4773 Removing use of conn.searchProjects() from gatewaytest. See #4773 Removing searchDatasets() and searchProjects() from blitz gateway. See #4773 Removing use of conn.searchImages() from webgateway. See #4773 Removing use of conn.searchImages() from webclient. See #4773 Removing searchImages() from blitz. Improving searchObjects() err msg. See #4773 Blitz _loadAnnotations() and getAnnotationLinks() loads creationEvent for links and anns. See #4844 Removing lookupTagAnnotation(name) from blitz gateway. See #4815 Removing use of getAnnotation(id) and getExperimenterGroups() from gatewaytest. See #4815 Removing use of conn.findProject(name) from webemdb. See #4815 Removing findProject() from blitz gateway. See #4815 Turn on testTopLevelObjects gatewaytest, removing use of conn.listImages(ns). See #4815 Removing listImages() method from blitz gateway. See #4815 Default param oid=None for blitz getObject() method. See #4815 Sorting of project, datasets etc uses getName().lower(). See #4815 ...

comment:24 Changed 13 years ago by Carlos Neves <carlos@…>

(In [2a17c14c180efd518019c83d0ecdc857418499e6/ome.git] on branch dev_4_1_custom) Removing listGroups() from blitz gateway. See #4815

comment:25 Changed 13 years ago by Carlos Neves <carlos@…>

(In [4bf5970041ac10d7c41e4e2d66e483efdc160770/ome.git] on branch dev_4_1_custom) Adding all annotation wrappers to KNOWN_WRAPPERS. See #4815

comment:26 Changed 13 years ago by Carlos Neves <carlos@…>

(In [57ccbb9d956c587d0223a5fb3c1f2f615757d7e2/ome.git] on branch dev_4_1_custom) Removing listAnnotations() from blitz gateway. See #4815

comment:27 Changed 13 years ago by Carlos Neves <carlos@…>

(In [a2cb54947cafc3ff8f2fa6734a7099bd0194f6f5/ome.git] on branch dev_4_1_custom) Blitz getObjects() allows filtering by expId on all types except Experimenter and Group. See #4815

comment:28 Changed 13 years ago by Carlos Neves <carlos@…>

(In [8e39e977c037bb87db426b6ec2405430aef84070/ome.git] on branch dev_4_1_custom) Updating listProjects() in blitz gateway to handle eid OR only_owned. See #4815

comment:29 Changed 13 years ago by Carlos Neves <carlos@…>

(In [9882d8a8a6ac58e675320193ba8a9a6e78abaa40/ome.git] on branch dev_4_1_custom) Default param oid=None for blitz getObject() method. See #4815

comment:30 Changed 13 years ago by Carlos Neves <carlos@…>

(In [ebba7089be1e5676ccb705438e200a4fbb9a1425/ome.git] on branch dev_4_1_custom) Removing listImages() method from blitz gateway. See #4815

comment:31 Changed 13 years ago by Carlos Neves <carlos@…>

(In [fb7da9cf321936471505ded9b53f7704ffffb95a/ome.git] on branch dev_4_1_custom) Removing findProject() from blitz gateway. See #4815

comment:32 Changed 13 years ago by Carlos Neves <carlos@…>

(In [a39b40b26c6344e87f0e1f1aa48214ab87750193/ome.git] on branch dev_4_1_custom) Removing use of getAnnotation(id) and getExperimenterGroups() from gatewaytest. See #4815

comment:33 Changed 13 years ago by Carlos Neves <carlos@…>

(In [9304ba17c9f541947006148e4a64497f0598b5f3/ome.git] on branch dev_4_1_custom) Removing lookupTagAnnotation(name) from blitz gateway. See #4815

Note: See TracTickets for help on using tickets. You may also have a look at Agilo extensions to the ticket.

1.3.13-PRO © 2008-2011 Agilo Software all rights reserved (this page was served in: 0.82249 sec.)

We're Hiring!