Commit graph

683 commits

Author SHA1 Message Date
Martin Mahner
101060e6e5 Document Docker installation 2019-12-07 13:03:18 +01:00
Martin Mahner
f86f298a03 Try to automate migrations. 2019-12-07 12:21:04 +01:00
Martin Mahner
e3d4725e52 Fix Django 3.0 tests with CSP issues 2019-12-07 12:05:53 +01:00
Martin Mahner
6d8c0fd78e Merge remote-tracking branch 'origin/master' 2019-12-07 11:50:23 +01:00
Martin Mahner
716643288b
Delete .env 2019-12-07 11:50:09 +01:00
Martin Mahner
c9ab955545 Drop pipenv in favor of Docker/Virtualenv.
Basically https://chriswarrick.com/blog/2018/07/17/pipenv-promises-a-lot-delivers-very-little/
2019-12-07 11:37:30 +01:00
Martin Mahner
dc3e797be8 Further cleanup along settings and debris. 2019-12-07 09:38:07 +01:00
Martin Mahner
27ff3fb89e Editorconfig 2019-12-07 09:37:24 +01:00
Martin Mahner
243c492097
No need to test out of support Djangos. 2019-12-07 07:57:35 +01:00
Martin Mahner
da13a8ce63 Don't expose production url. 2019-12-07 07:50:29 +01:00
Martin Mahner
0d02049951 Fixed slug test. 2019-12-07 07:50:19 +01:00
Martin Mahner
e54790c8f9 Quote cleanup, fStrings and Deprecation fixes. 2019-12-07 07:20:52 +01:00
Martin Mahner
cd586f62fe Snippets are deleted as soon as they exceed their expiration time.
It's no longer necessary to rely on the cleanup_snippets management command to do that.
2019-12-07 07:13:22 +01:00
Martin Mahner
cdaf4f3f1c Updated changelog 2019-12-06 10:49:59 +01:00
Martin Mahner
68d21874b5 Allow slim view to be iframed. Refs #126 2019-12-05 15:30:20 +01:00
Martin Mahner
d4c678eb73 Slim snippet view. Refs #126. 2019-12-05 12:54:51 +01:00
Martin Mahner
52b35d8d40 Fixed travis conf 2019-12-05 12:36:10 +01:00
Martin Mahner
9307d5f0a3 Fixed sphinx docs 2019-12-05 12:32:46 +01:00
Martin Mahner
634861bc04 Drop support for Py3.5 and Django <2.2 2019-12-05 12:27:51 +01:00
Martin Mahner
129c51132c Break superlongwordswhichextendthecanvas. Fixes #132 2019-12-05 12:07:18 +01:00
Martin Mahner
34b970cf5d New AppConfig settings APPLICATION_NAME and EXTRA_HEAD_HTML 2019-12-05 11:36:24 +01:00
Martin Mahner
6592815288 Current Sphinx fails with latest docutils. 2019-12-05 11:35:18 +01:00
Martin Mahner
a396487637 Use latest node for local development. 2019-12-05 11:35:04 +01:00
Martin Mahner
bd4c2363d2 Bump version and update Changelog. 2019-12-05 09:41:34 +01:00
Martin Mahner
63a8500cc8 Django 3.0 compatibility. 2019-12-05 09:41:05 +01:00
Martin Mahner
7759df5158 Use pytest for testsuite runs. 2019-12-05 09:40:39 +01:00
Martin Mahner
6f459be8b2 Update pyenv version list. 2019-12-05 09:39:44 +01:00
Martin Mahner
d24c885715
Update README.rst 2019-11-24 09:56:13 +01:00
Martin Mahner
ec46768502
Create rtd-requirements.txt 2019-11-24 09:50:50 +01:00
dependabot[bot]
fcaf25d1df Bump mixin-deep from 1.3.1 to 1.3.2 (#131)
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-09 09:43:11 +01:00
Martin Mahner
247329903c Added interims version. 2019-09-12 09:14:42 +02:00
Martin Mahner
81a4a5f7b5 Remove local config from package. 2019-09-12 09:13:17 +02:00
Martin Mahner
25d4a74e94 Bump up version 2019-08-04 20:57:22 +02:00
Martin Mahner
ff3c56c44c Exclude local settings. 2019-08-04 20:55:56 +02:00
Martin Mahner
60e86cf185 Merge remote-tracking branch 'origin/master' 2019-07-23 11:09:52 +02:00
Martin Mahner
275addaca4 isort config that's aligned with black settings. 2019-07-23 11:09:45 +02:00
Martin Mahner
8d16686986
Update standalone_installation.rst 2019-07-12 20:21:13 +02:00
Martin Mahner
a1a048462d 3.3 Release 2019-07-12 16:14:44 +02:00
Martin Mahner
7acfa1f475 Ship compiled static files with Pypi package. #125 2019-07-12 16:14:18 +02:00
Martin Mahner
e945a8aa6d Version 3.2 2019-06-24 11:27:31 +02:00
Martin Mahner
39e45c8344 Added JS/React Lexer. Fixes #124 2019-06-24 11:27:25 +02:00
Martin Mahner
e669357f2d Merge remote-tracking branch 'origin/master' 2019-06-13 15:41:03 +02:00
Martin Mahner
709bb9dff4 Added JSON to list of lexer 2019-06-13 15:40:57 +02:00
Martin Mahner
bb8664a1a1
Update CHANGELOG.rst 2019-06-13 14:33:44 +02:00
Frederik
a19e6f26e1 Use CTRL+Enter on Linux (#121)
Currently, there's only "Windows and "not Windows", which makes all non-Windows platforms behave like Mac (i.e., they have a meta key.). That's unfortunately not very true.

Instead, I'd suggest use the apple meta key on platforms that are known to be Mac and support CTRL+Enter on all other platforms (Linux, Unix, etc.)
2019-06-13 14:29:14 +02:00
Martin Mahner
8825ef0930 Raw view improvements, copy snippet button, hide edit panel. #120 2019-05-27 09:55:39 +02:00
Martin Mahner
2666c90400 Pyformat and changelog fixes. 2019-05-16 10:49:58 +02:00
Martin Mahner
a6c4d8f6ba Pypi Description Fixes 2019-05-16 10:07:21 +02:00
Martin Mahner
823c2be91c Travis xenial for all Python versions. 2019-05-16 09:50:04 +02:00
Martin Mahner
32ed0f3d04 v3.1. Django 2.2 tests. 2019-05-16 09:44:11 +02:00