Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
StorageLeaf
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ProjectLeaf
StorageLeaf
Commits
25ccd817
Commit
25ccd817
authored
4 years ago
by
Robert Goldmann
Browse files
Options
Downloads
Patches
Plain Diff
cleanup
parent
0db2d29f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Pipfile
+1
-1
1 addition, 1 deletion
Pipfile
src/StorageLeaf.py
+0
-2
0 additions, 2 deletions
src/StorageLeaf.py
src/blueprints/Routes.py
+1
-1
1 addition, 1 deletion
src/blueprints/Routes.py
with
2 additions
and
4 deletions
Pipfile
+
1
−
1
View file @
25ccd817
...
...
@@ -13,7 +13,7 @@ python_version = "3"
[packages]
flask
=
"=
=
1.1
.
2
"
gevent = "
=
=
20.
6
.
1
"
gevent = "
=
=
20.
9
.
0
"
TheCodeLabs-BaseUtils
=
"*"
TheCodeLabs-FlaskUtils
=
"*"
...
...
This diff is collapsed.
Click to expand it.
src/StorageLeaf.py
+
0
−
2
View file @
25ccd817
...
...
@@ -5,8 +5,6 @@ from TheCodeLabs_FlaskUtils.FlaskBaseApp import FlaskBaseApp
from
blueprints
import
Routes
from
logic
import
Constants
from
logic.Page
import
PageManager
from
logic.services.JenkinsSingleJobService
import
JenkinsSingleJobService
LOGGER
=
DefaultLogger
().
create_logger_if_not_exists
(
Constants
.
APP_NAME
)
...
...
This diff is collapsed.
Click to expand it.
src/blueprints/Routes.py
+
1
−
1
View file @
25ccd817
...
...
@@ -6,6 +6,6 @@ def construct_blueprint(settings):
@routes.route
(
'
/
'
,
methods
=
[
'
GET
'
])
def
index
():
return
render_template
(
'
index.html
'
)
return
"
Hello World!
"
return
routes
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