File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
api-server/src/simcore_service_api_server/models
web/server/src/simcore_service_webserver/projects/_controller Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 55from pydantic import Field , TypeAdapter
66from pydantic .types import StringConstraints
77
8- # RESOURCE NAMES https://cloud. google.com/apis/design/resource_names
8+ # RESOURCE NAMES https://google.aip.dev/122
99#
1010#
1111# API Service Name Collection ID Resource ID Collection ID Resource ID
Original file line number Diff line number Diff line change @@ -158,7 +158,6 @@ async def list_projects(request: web.Request):
158158 workspace_id = query_params .workspace_id ,
159159 search_by_multi_columns = query_params .search ,
160160 search_by_project_name = query_params .filters .search_by_project_name ,
161- # TODO: query_params.filters.job_parent_resource_name
162161 offset = query_params .offset ,
163162 limit = query_params .limit ,
164163 order_by = OrderBy .model_construct (** query_params .order_by .model_dump ()),
@@ -199,7 +198,6 @@ async def list_projects_full_search(request: web.Request):
199198 tag_ids_list = tag_ids_list ,
200199 search_by_multi_columns = query_params .text ,
201200 search_by_project_name = query_params .filters .search_by_project_name ,
202- # TODO: query_params.filters.job_parent_resource_name
203201 offset = query_params .offset ,
204202 limit = query_params .limit ,
205203 order_by = OrderBy .model_construct (** query_params .order_by .model_dump ()),
You can’t perform that action at this time.
0 commit comments