Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-python
Manage
Activity
Members
Plan
Custom issue tracker
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-python
Commits
ee7edbb3
Commit
ee7edbb3
authored
1 year ago
by
Georgiy Eterevskiy
Browse files
Options
Downloads
Patches
Plain Diff
Fix
parent
724e8bf4
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
perxis/extensions/bootstrap.py
+1
-1
1 addition, 1 deletion
perxis/extensions/bootstrap.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
2 additions
and
2 deletions
perxis/extensions/bootstrap.py
+
1
−
1
View file @
ee7edbb3
...
...
@@ -64,7 +64,7 @@ async def _main(
environments_stub
=
environments_pb2_grpc
.
EnvironmentsStub
(
content_channel
)
server
=
grpc
.
aio
.
server
(
futures
.
ThreadPoolExecutor
(
max_workers
=
10
))
await
extension_pb2_grpc
.
add_ExtensionServicer_to_server
(
extension_pb2_grpc
.
add_ExtensionServicer_to_server
(
servicer_cls
(
collections_stub
,
environments_stub
,
roles_stub
,
clients_stub
),
server
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
ee7edbb3
...
...
@@ -14,7 +14,7 @@ def load_requirements():
setup
(
name
=
'
perxis
'
,
version
=
'
1.0.
8
'
,
version
=
'
1.0.
9
'
,
description
=
'
Perxis python client
'
,
long_description
=
long_description
,
long_description_content_type
=
'
text/markdown
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment