Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hivemind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
hive
hivemind
Commits
09751ec8
Commit
09751ec8
authored
7 years ago
by
furion
Browse files
Options
Downloads
Patches
Plain Diff
Makefile update
parent
3c57c50f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
scripts/schema.py
+1
-1
1 addition, 1 deletion
scripts/schema.py
tests/test_imports.py
+9
-0
9 additions, 0 deletions
tests/test_imports.py
with
11 additions
and
2 deletions
Makefile
+
1
−
1
View file @
09751ec8
...
...
@@ -3,7 +3,7 @@ ROOT_DIR := $(shell pwd)
PROJECT_NAME
:=
hive
PROJECT_DOCKER_TAG
:=
steemit/
$(
PROJECT_NAME
)
PROJECT_DOCKER_RUN_ARGS
:=
--link
steemit_mysql:
db
PROJECT_DOCKER_RUN_ARGS
:=
--link
steemit_mysql:
mysql
default
:
build
...
...
This diff is collapsed.
Click to expand it.
scripts/schema.py
+
1
−
1
View file @
09751ec8
...
...
@@ -162,7 +162,7 @@ hive_accounts_cache = sa.Table('hive_accounts_cache', metadata,
mysql_engine
=
'
InnoDB
'
,
mysql_default_charset
=
'
utf8mb4
'
)
_url
=
'
mysql://root:root_password@
172.17.0.2
:3306/testdb
'
_url
=
'
mysql://root:root_password@
mysql
:3306/testdb
'
logging
.
basicConfig
()
logging
.
getLogger
(
'
sqlalchemy.engine
'
).
setLevel
(
logging
.
INFO
)
...
...
This diff is collapsed.
Click to expand it.
tests/test_imports.py
0 → 100644
+
9
−
0
View file @
09751ec8
# -*- coding: utf-8 -*-
from
hive
import
*
from
hivetools
import
*
# pylint: disable=unused-import,unused-variable
def
test_import
():
pass
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