Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
open-exposure-gateway
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
OOP
code
open-exposure-gateway
Commits
ffbdd363
"README.md" did not exist on "d1a0612794befe594b4bda5a6e06b09c8b511020"
Commit
ffbdd363
authored
1 month ago
by
George Papathanail
Browse files
Options
Downloads
Patches
Plain Diff
fix linter errors
parent
115dc2be
No related branches found
No related tags found
No related merge requests found
Pipeline
#15108
passed
1 month ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
edge_cloud_management_api/models/federation_manager_models.py
+1
-1
1 addition, 1 deletion
..._cloud_management_api/models/federation_manager_models.py
edge_cloud_management_api/services/federation_services.py
+4
-0
4 additions, 0 deletions
edge_cloud_management_api/services/federation_services.py
with
5 additions
and
1 deletion
edge_cloud_management_api/models/federation_manager_models.py
+
1
−
1
View file @
ffbdd363
from
pydantic
import
BaseModel
,
Field
from
pydantic
import
BaseModel
#
Field
from
typing
import
List
,
Optional
from
typing
import
List
,
Optional
...
...
This diff is collapsed.
Click to expand it.
edge_cloud_management_api/services/federation_services.py
+
4
−
0
View file @
ffbdd363
import
os
import
requests
import
requests
from
requests.exceptions
import
Timeout
,
ConnectionError
from
requests.exceptions
import
Timeout
,
ConnectionError
from
edge_cloud_management_api.configs.env_config
import
config
from
edge_cloud_management_api.configs.env_config
import
config
from
edge_cloud_management_api.managers.log_manager
import
logger
from
edge_cloud_management_api.managers.log_manager
import
logger
from
edge_cloud_management_api.services.pi_edge_services
import
PiEdgeAPIClientFactory
class
FederationManagerClient
:
class
FederationManagerClient
:
def
__init__
(
self
,
base_url
=
None
):
def
__init__
(
self
,
base_url
=
None
):
...
...
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