Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dbnomics-data-model
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johan Richer
dbnomics-data-model
Commits
6181c29d
Commit
6181c29d
authored
6 years ago
by
Christophe Benz
Browse files
Options
Downloads
Patches
Plain Diff
Follow dbnomics-git-storage updates
parent
ab7137e5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/validate_json_data_git_repository.py
+1
-1
1 addition, 1 deletion
scripts/validate_json_data_git_repository.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
2 additions
and
2 deletions
scripts/validate_json_data_git_repository.py
+
1
−
1
View file @
6181c29d
...
...
@@ -138,7 +138,7 @@ def validate_json_data_repository(repository_path, commit='HEAD'):
# Handle when series are stored in an external JSON lines file.
dataset_series
=
dataset_json
.
get
(
"
series
"
)
if
dataset_series
is
not
None
:
dataset_json
[
"
series
"
]
=
git_storage
.
get
_series_json
_list
(
repo
,
dataset_tree
,
dataset_series
)
dataset_json
[
"
series
"
]
=
list
(
git_storage
.
iter
_series_json
(
repo
,
dataset_tree
,
dataset_series
)
)
# Validate dataset.json schema
dataset_schema_errors
=
validators
.
get_dataset_validation_errors
(
dataset_json
)
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
6181c29d
...
...
@@ -48,7 +48,7 @@ setup(
classifiers
=
[
classifier
for
classifier
in
classifiers
.
split
(
'
\n
'
)
if
classifier
],
description
=
doc_lines
[
0
],
install_requires
=
[
'
dbnomics-git-storage >= 0.
1
, < 0.
3
'
,
'
dbnomics-git-storage >= 0.
4
, < 0.
5
'
,
'
dulwich == 0.18.6
'
,
'
jsonschema >= 2.6
'
,
'
ujson == 1.35
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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