Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
app_install
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tarun.madamanchi
app_install
Commits
b37d0351
Commit
b37d0351
authored
Jan 11, 2024
by
tarun2512
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fourth commit
parent
da300265
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app_clone_script_copy.py
app_clone_script_copy.py
+1
-1
No files found.
app_clone_script_copy.py
View file @
b37d0351
...
@@ -126,7 +126,7 @@ def push_lookups(folder_path, folder_name, prefix=None):
...
@@ -126,7 +126,7 @@ def push_lookups(folder_path, folder_name, prefix=None):
def
fetch_hierarchy_details
(
project_id
,
node_id
):
def
fetch_hierarchy_details
(
project_id
,
node_id
):
payload
=
{
"project_id"
:
project_id
,
"node_id"
:
node_id
,
"fetch_path_names"
:
True
,
"fetch_child"
:
Fals
e
}
payload
=
{
"project_id"
:
project_id
,
"node_id"
:
node_id
,
"fetch_path_names"
:
True
,
"fetch_child"
:
Non
e
}
with
httpx
.
Client
()
as
client
:
with
httpx
.
Client
()
as
client
:
response
=
client
.
post
(
response
=
client
.
post
(
url
=
hierarchy_service_url
,
url
=
hierarchy_service_url
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment