Commit Graph

4941 Commits

Author SHA1 Message Date
Fabian Affolter
4b9002d7db
Fix formatting 2020-11-14 22:10:36 +01:00
Andrew Chen Wang
1fa5d79813
Add "defer" for inline Javascript
* Also utilize ECMAScript 6, 2015 syntax
2020-11-14 10:27:14 -05:00
browniebroke
23b6c0d61f Update Changelog 2020-11-14 02:15:20 +00:00
browniebroke
94130f9c56 Update Contributors 2020-11-13 10:00:15 +00:00
Bruno Alla
4b25e77297
Merge pull request #2932 from umgelurgel/jm/upgrade-factory-boy-to-3.1
Upgrade factory-boy to 3.1.0
2020-11-13 09:59:43 +00:00
Bruno Alla
ca2628fe09
Merge pull request #2933 from pydanny/pyup-update-sentry-sdk-0.19.2-to-0.19.3
Update sentry-sdk to 0.19.3
2020-11-13 09:58:23 +00:00
Bruno Alla
7693e25ecd
Merge pull request #2934 from pydanny/pyup-update-sphinx-3.3.0-to-3.3.1
Update sphinx to 3.3.1
2020-11-13 09:57:48 +00:00
browniebroke
22ad82b24e Update Changelog 2020-11-13 02:15:12 +00:00
pyup-bot
eca1f45564 Update sphinx from 3.3.0 to 3.3.1 2020-11-12 13:10:45 -08:00
pyup-bot
aaaa26494a Update sentry-sdk from 0.19.2 to 0.19.3 2020-11-12 13:10:42 -08:00
umgelurgel
9f3117c615 Upgrade factory-boy to 3.1.0 2020-11-12 18:53:29 +01:00
Fábio C. Barrionuevo da Luz
3b7329519b
Merge pull request #2931 from pydanny/ci-gh-actions
Migrate CI to Github Actions
2020-11-11 16:38:01 -08:00
Bruno Alla
46a0b60a29 Ignore pushes to non-master branch to avoid double builds 2020-11-09 19:38:16 +00:00
Bruno Alla
1e6104ce72 Update badge 2020-11-09 19:31:40 +00:00
Bruno Alla
2233de8566 Connect to PG on localhost 2020-11-09 19:28:09 +00:00
Bruno Alla
c3d6440830 Explicit DATABASE_URL 2020-11-09 19:23:48 +00:00
Bruno Alla
a625327226 Set some environment variables 2020-11-09 19:18:38 +00:00
Bruno Alla
56268ec82c Pin service images, expose DB ports and don't set PG password 2020-11-09 19:06:49 +00:00
Bruno Alla
0a56c9c9b9 Split out workflow to add services for bare metal tests 2020-11-09 19:01:29 +00:00
Bruno Alla
1abfd539e3 Basic CI workflow using github actions 2020-11-09 18:46:19 +00:00
browniebroke
041ecb0fc6 Update Changelog 2020-11-07 02:15:42 +00:00
Bruno Alla
5f0343a9e4
Merge pull request #2930 from pydanny/pyup-update-djangorestframework-3.12.1-to-3.12.2
Update djangorestframework to 3.12.2
2020-11-06 10:10:55 +00:00
pyup-bot
3750aff394 Update djangorestframework from 3.12.1 to 3.12.2 2020-11-05 17:50:07 -08:00
browniebroke
f8a239d4f9 Update Changelog 2020-11-05 02:15:30 +00:00
Andrew Chen Wang
72da0bfa9c
Fix docs service and add RTD support (#2920)
Co-authored-by: Andrew-Chen-Wang <Andrew-Chen-Wang@users.noreply.github.com>
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2020-11-04 17:17:02 +00:00
Andrew-Chen-Wang
607c9676f5 Use defer for script tags (Fix #2922)
* This way, scripts from external URLs are loaded asynchronously. By putting it at the top of the file, the browser parses it first, downloads it while continuing to parse the HTML, and then executes on parsing finish
* Additionally, developers will not need to use $(window).ready() or the like in their files anymore.
* Added inline_javascript tag in case anyone wants to use the bottom of the HTML page to execute some Javascript. Using defer here has no effect as inline scripts defer by default

Signed-off-by: Andrew-Chen-Wang <acwangpython@gmail.com>
2020-11-04 11:54:21 -05:00
Bruno Alla
702455059f
Merge pull request #2914 from pydanny/dependabot/github_actions/stefanzweifel/git-auto-commit-action-v4.7.2
Bump stefanzweifel/git-auto-commit-action from v4.6.0 to v4.7.2
2020-11-04 09:56:42 +00:00
Bruno Alla
4e7c86fe51
Merge pull request #2908 from pydanny/update/pre-commit-autoupdate
Auto-update pre-commit hooks
2020-11-04 09:42:11 +00:00
Bruno Alla
7b21c94e55 Merge branch 'update/mypy-stubs' into master 2020-11-04 09:40:16 +00:00
browniebroke
f99a0af4c0 Update Changelog 2020-11-04 02:14:42 +00:00
github-actions[bot]
63ea6bca76 Auto-update pre-commit hooks 2020-11-04 00:19:56 +00:00
Bruno Alla
9e9228d5f9 Merge remote-tracking branch 'origin/pyup-update-django-stubs-1.6.0-to-1.7.0' into update/mypy-stubs
# Conflicts:
#	{{cookiecutter.project_slug}}/requirements/local.txt
2020-11-03 23:39:09 +00:00
Bruno Alla
a68b987f74 Merge remote-tracking branch 'origin/pyup-update-mypy-0.782-to-0.790' into update/mypy-stubs 2020-11-03 23:38:46 +00:00
Bruno Alla
b40a76eb13 Bump template version 2020-11-03 23:35:24 +00:00
Bruno Alla
5f913c0018
Merge pull request #2926 from pydanny/pyup-update-sentry-sdk-0.19.1-to-0.19.2
Update sentry-sdk to 0.19.2
2020-11-03 23:34:22 +00:00
Bruno Alla
f20a49cfb0
Merge pull request #2925 from pydanny/pyup-update-sphinx-3.2.1-to-3.3.0
Update sphinx to 3.3.0
2020-11-03 23:34:06 +00:00
Bruno Alla
574aa1fee2
Merge pull request #2924 from pydanny/pyup-update-django-3.0.10-to-3.0.11
Update django to 3.0.11
2020-11-03 23:33:45 +00:00
Bruno Alla
923d81061b
Merge pull request #2923 from pydanny/pyup-update-pytz-2020.1-to-2020.4
Update pytz to 2020.4
2020-11-03 23:33:34 +00:00
Bruno Alla
e33476082c
Merge pull request #2919 from pydanny/pyup-update-pre-commit-2.7.1-to-2.8.2
Update pre-commit to 2.8.2
2020-11-03 23:33:26 +00:00
Bruno Alla
a22eb3eabd
Merge pull request #2917 from pydanny/pyup-update-pytest-6.1.1-to-6.1.2 2020-11-03 23:32:57 +00:00
Bruno Alla
0f99c0b875
Merge pull request #2912 from pydanny/pyup-update-sh-1.14.0-to-1.14.1
Update sh to 1.14.1
2020-11-03 23:32:39 +00:00
Bruno Alla
0dad87553a
Merge pull request #2911 from pydanny/pyup-update-pytest-django-4.0.0-to-4.1.0
Update pytest-django to 4.1.0
2020-11-03 23:32:29 +00:00
Bruno Alla
6f3940b9c7
Merge pull request #2910 from pydanny/pyup-update-pillow-8.0.0-to-8.0.1
Update pillow to 8.0.1
2020-11-03 23:32:12 +00:00
Bruno Alla
37be877a9b
Merge pull request #2907 from pydanny/pyup-update-django-celery-beat-2.0.0-to-2.1.0
Update django-celery-beat to 2.1.0
2020-11-03 23:31:54 +00:00
Bruno Alla
0c35c6152c
Merge pull request #2906 from pydanny/pyup-update-uvicorn-0.12.1-to-0.12.2
Update uvicorn to 0.12.2
2020-11-03 23:30:37 +00:00
pyup-bot
4a5717c831 Update sentry-sdk from 0.19.1 to 0.19.2 2020-11-02 15:47:08 -08:00
pyup-bot
2bd2e4a8fc Update sphinx from 3.2.1 to 3.3.0 2020-11-02 06:37:22 -08:00
pyup-bot
510ba4ca8a Update django from 3.0.10 to 3.0.11 2020-11-02 06:37:19 -08:00
pyup-bot
b86ede6079 Update pytz from 2020.1 to 2020.4 2020-11-02 06:37:16 -08:00
pyup-bot
b14a033c8b Update pre-commit from 2.7.1 to 2.8.2 2020-10-30 15:44:46 -07:00