Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-python
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Wiki
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-python
Merge requests
!68
В методе find класса PerxisItemsWrapper исправлено название переменной
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
В методе find класса PerxisItemsWrapper исправлено название переменной
bugfix/fix-return-var-in-find
into
master
Overview
4
Commits
2
Pipelines
0
Changes
1
1 unresolved thread
Hide all comments
Closed
Podosochnyy Maxim
requested to merge
bugfix/fix-return-var-in-find
into
master
1 year ago
Overview
4
Commits
2
Pipelines
0
Changes
1
1 unresolved thread
Hide all comments
Expand
review
@teplyakov
0
0
Merge request reports
Compare
master
version 1
5643da40
1 year ago
master (base)
and
latest version
latest version
53523f19
2 commits,
1 year ago
version 1
5643da40
1 commit,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
perxis/provider.py
+
1
−
1
Options
@@ -147,7 +147,7 @@ class PerxisItemsWrapper:
templates
:
bool
=
False
,
)
->
items_pb2
.
FindResponse
:
"""
Метод поиска записей в коллекции.
"""
r
es
ult
=
await
self
.
__items
.
Find
(
m
es
sage
=
await
self
.
__items
.
Find
(
items_pb2
.
FindRequest
(
space_id
=
space_id
,
env_id
=
env_id
,
Loading