Skip to content

Commit 002c8eb

Browse files
committed
Merge remote-tracking branch 'origin/master' into remove_autocomplete
2 parents 48e1d1b + ffd54ab commit 002c8eb

File tree

397 files changed

+15420
-8175
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

397 files changed

+15420
-8175
lines changed

.coveragerc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[run]
2+
omit =
3+
*/**/migrations/*

.eslintrc

Lines changed: 0 additions & 42 deletions
This file was deleted.

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
common/eslintrc

.flake8

Lines changed: 0 additions & 3 deletions
This file was deleted.

.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
common/flake8

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
*.ttf binary
1313
*.whl binary
1414
*.woff binary
15+
*.woff2 binary

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## Details
22

3-
* Project URL:
3+
* Read the Docs project URL:
44
* Build URL (if applicable):
5-
* Read the Docs username (if applicable):
5+
* Read the Docs username (if applicable):
66

77
## Expected Result
88

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ _build
1717
bower_components/
1818
contrib/supervisord.log
1919
contrib/supervisord.pid
20+
celerybeat-schedule.*
2021
deploy/.vagrant
2122
dist/*
2223
local_settings.py
@@ -48,6 +49,7 @@ tags
4849
.python-version
4950
*.pyo
5051
.pytest_cache/
52+
scripts/travis/elasticsearch*
5153

5254
# Environments
5355
.env

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "common"]
2+
path = common
3+
url = https://github.com/rtfd/common.git

.isort.cfg

Lines changed: 0 additions & 9 deletions
This file was deleted.

.isort.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
common/isort.cfg

.pep8

Lines changed: 0 additions & 3 deletions
This file was deleted.

.pep8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
common/pep8

.pre-commit-config.yaml

Lines changed: 0 additions & 65 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
common/pre-commit-config.yaml

.style.yapf

Lines changed: 0 additions & 203 deletions
This file was deleted.

.style.yapf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
common/style.yapf

0 commit comments

Comments
 (0)