Skip to content

Commit

Permalink
Merge 4f64c94 into d1f9d99
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Délèze committed Feb 7, 2020
2 parents d1f9d99 + 4f64c94 commit 79da215
Show file tree
Hide file tree
Showing 52 changed files with 3,771 additions and 2,170 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ docker-compose.yml
docker-compose-dev.yml

Procfile*

celerybeat-schedule
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,6 @@ target/

# Generated JSON schema
sonar/modules/documents/jsonschemas/documents/document-v1.0.0.json

# Celery
celerybeat-schedule
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ python3-saml = "*"
xmltodict = "*"
marshmallow = "<=3.0.0b6"
pycountry = "*"
invenio-oaiharvester = {editable = true,ref = "v1.0.0a4",git = "https://github.com/inveniosoftware/invenio-oaiharvester.git"}

[dev-packages]
Flask-Debugtoolbar = ">=0.10.1"
Expand Down
134 changes: 74 additions & 60 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions babel.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
# Extraction from Python source files
[python: **.py]
encoding = utf-8
[python: **/manual_translations.txt]
encoding = utf-8

# Extraction from Jinja2 templates
[jinja2: **/templates/**.html]
Expand Down
Loading

0 comments on commit 79da215

Please sign in to comment.