Skip to content

Commit

Permalink
Merge pull request #1 from rtfd/master
Browse files Browse the repository at this point in the history
Get recent updates from upstream
  • Loading branch information
csranasinghe authored Jan 23, 2019
2 parents 2a7a113 + aace732 commit 5d61495
Show file tree
Hide file tree
Showing 2,083 changed files with 183,379 additions and 81,142 deletions.
5 changes: 5 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
comment: off
coverage:
status:
project: off

20 changes: 20 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[run]
branch = true
source = .
omit =
*/**/migrations/*
*/**/management/commands/*
*/**/settings/*
*/**/settings.py
analytics/vendor/*
rtd_tests/*
*/**/tests/**
wsgi.py

[report]
exclude_lines =
if self.debug:
pragma: no cover
raise NotImplementedError
if __name__ == .__main__.:
if getattr(settings, 'DEBUG'):
42 changes: 0 additions & 42 deletions .eslintrc

This file was deleted.

1 change: 1 addition & 0 deletions .eslintrc
3 changes: 0 additions & 3 deletions .flake8

This file was deleted.

1 change: 1 addition & 0 deletions .flake8
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
*.jpg binary
*.otf binary
*.png binary
*.eot binary
*.ttf binary
*.whl binary
*.woff binary
*.woff2 binary
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Details

* Project URL:
* Read the Docs project URL:
* Build URL (if applicable):
* Read the Docs username (if applicable):
* Read the Docs username (if applicable):

## Expected Result

Expand Down
9 changes: 9 additions & 0 deletions .github/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# ProBot TODO bot
# https://probot.github.io/apps/todo/

todo:
autoAssign: false
blobLines: 7
caseSensitive: true
keyword: "TODO"

28 changes: 28 additions & 0 deletions .github/mergeable.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# ProBot Mergeable Bot
# https://github.com/jusx/mergeable

mergeable:
pull_requests:
approvals:
# Minimum of approvals needed.
min: 1
message: 'The PR must have a minimum of 1 approvals.'

description:
no_empty:
# Do not allow empty descriptions on PR.
enabled: false
message: 'Description can not be empty.'

must_exclude:
# Do not allow 'DO NOT MERGE' phrase on PR's description.
regex: 'DO NOT MERGE'
message: 'Description says that the PR should not be merged yet.'

# Do not allow 'WIP' on PR's title.
title: 'WIP'

label:
# Do not allow PR with label 'PR: work in progress'
must_exclude: 'PR: work in progress'
message: 'This PR is work in progress.'
17 changes: 17 additions & 0 deletions .github/no-response.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# ProBot No Response Bot
# https://probot.github.io/apps/no-response/

# Number of days of inactivity before an Issue is closed for lack of response
daysUntilClose: 14

# Label requiring a response
responseRequiredLabel: 'Needed: more information'

# Comment to post when closing an Issue for lack of response. Set to `false` to disable
closeComment: >
This issue has been automatically closed because
[there has been no response to our request for more information](https://docs.readthedocs.io/en/latest/contribute.html#initial-triage)
from the original author. With only the information that is currently in the issue,
we don't have enough information to take action.
Please reach out if you have or find the answers we need so that we can investigate further.
Thanks!
26 changes: 26 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# ProBot Stale Bot
# https://probot.github.io/apps/stale/

# Number of days of inactivity before an issue becomes stale
daysUntilStale: 45

# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7

# Issues with these labels will never be considered stale
exemptLabels:
- 'Accepted'
- 'Needed: design decision'
- 'Status: blocked'

# Label to use when marking an issue as stale
staleLabel: 'Status: stale'

# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
*.db
*.rdb
*.egg-info
*.log
*.pyc
*.swp
.DS_Store
.cache
.coverage
.coverage.*
.idea
.vagrant
.vscode
Expand All @@ -16,10 +18,12 @@
_build
bower_components/
contrib/supervisord.log
contrib/supervisord.pid
celerybeat-schedule.*
deploy/.vagrant
dist/*
local_settings.py
locks/*
locks/**
logs/*
media/dash
media/epub
Expand All @@ -29,6 +33,7 @@ media/json
media/man
media/pdf
media/static
/static
node_modules
package-lock.json
readthedocs/rtd_tests/builds
Expand All @@ -47,6 +52,7 @@ tags
.python-version
*.pyo
.pytest_cache/
scripts/travis/elasticsearch*

# Environments
.env
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "common"]
path = common
url = https://github.com/rtfd/common.git
9 changes: 0 additions & 9 deletions .isort.cfg

This file was deleted.

1 change: 1 addition & 0 deletions .isort.cfg
3 changes: 0 additions & 3 deletions .pep8

This file was deleted.

1 change: 1 addition & 0 deletions .pep8
65 changes: 0 additions & 65 deletions .pre-commit-config.yaml

This file was deleted.

1 change: 1 addition & 0 deletions .pre-commit-config.yaml
6 changes: 6 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
formats: all
sphinx:
configuration: docs/conf.py
python:
requirements: requirements/local-docs-build.txt
Loading

0 comments on commit 5d61495

Please sign in to comment.