Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cogniStance
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
1
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
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
Thomas Edwards
cogniStance
Merge requests
!1
Demo branch
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Demo branch
Demo-branch
into
main
Overview
0
Commits
7
Pipelines
0
Changes
38
Open
Thomas Edwards
requested to merge
Demo-branch
into
main
1 month ago
Overview
0
Commits
7
Pipelines
0
Changes
3
Expand
0
0
Merge request reports
Viewing commit
b981b46f
Prev
Next
Show latest version
3 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
b981b46f
demo branch
· b981b46f
Thomas Edwards
authored
1 month ago
api/api_functions.py
+
1
−
1
Options
@@ -120,7 +120,7 @@ def get_dataset_all(page):
def
get_files_all
(
page
):
result
=
get_files
(
page
)
if
result
[
"
code
"
]
==
"
SUCCESS
"
:
if
result
[
"
code
"
]
==
"
SUCCESS
"
or
result
[
"
code
"
]
==
"
EMPTY
"
:
return
make_response
(
jsonify
(
result
),
201
)
return
make_response
(
jsonify
(
result
),
400
)
Loading