Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Note fixed Debian 11 test suite. | Ben Sturmfels | 2021-04-05 | 1 | -0/+4 |
| | |||||
* | Remove dnf search in Dockerfile. | Ben Sturmfels | 2021-04-05 | 2 | -2/+1 |
| | |||||
* | Fix tests on Debian 11. | Ben Sturmfels | 2021-04-04 | 1 | -2/+11 |
| | |||||
* | fixup! Pin werkzeug to fix breaking tests. | Ben Sturmfels | 2021-04-04 | 1 | -1/+1 |
| | |||||
* | Pin werkzeug to fix breaking tests. | Ben Sturmfels | 2021-04-04 | 1 | -1/+1 |
| | |||||
* | Fix extras_require. | Ben Sturmfels | 2021-04-04 | 1 | -1/+4 |
| | |||||
* | Add some docs to guix-env.scm. | Ben Sturmfels | 2021-04-02 | 1 | -7/+12 |
| | |||||
* | Move WebTest requirement to "extras_require". | Ben Sturmfels | 2021-04-02 | 1 | -2/+2 |
| | |||||
* | Remove implicit dependency on PasteDeploy. | Ben Sturmfels | 2021-04-02 | 1 | -1/+0 |
| | | | | This is installed by PasteScript. | ||||
* | Sort the dependencies in setup.py for easy comparison with guix-env.scm. | Ben Sturmfels | 2021-04-01 | 1 | -24/+20 |
| | |||||
* | Test and document Celery on Guix. | Ben Sturmfels | 2021-04-01 | 1 | -6/+19 |
| | |||||
* | Fix pytest issues in Guix. | Ben Sturmfels | 2021-03-30 | 2 | -19/+16 |
| | | | | | | | Key here was removing pytest-xdist from setup.py's "install_requires" list. Otherwise running the test suite under Guix would fail with something like: pkg_resources.ContextualVersionConflict: (pytest 5.3.5 (/gnu/store/9clwgf5svincpw3fbjcijdlw9mylyzn3-profile/lib/python3.8/site-packages), Requirement.parse('pytest>=6.0.0'), {'pytest-xdist'}) | ||||
* | Enable PDF support in Dockerfiles. | Ben Sturmfels | 2021-03-30 | 3 | -3/+7 |
| | |||||
* | docs: Fix broken link to separate Celery section. | Ben Sturmfels | 2021-03-30 | 1 | -1/+1 |
| | |||||
* | docs: Add a draft release checklist. | Ben Sturmfels | 2021-03-30 | 2 | -0/+24 |
| | |||||
* | Remove explicit dependency on kombu (sub-dependency of celery). | Ben Sturmfels | 2021-03-30 | 4 | -4/+0 |
| | |||||
* | Sort Guix dependencies. | Ben Sturmfels | 2021-03-30 | 1 | -18/+17 |
| | |||||
* | Fix ordering in Debian 11 Dockerfile. | Ben Sturmfels | 2021-03-30 | 1 | -3/+3 |
| | |||||
* | Hack in an upgraded python-wtforms for Guix. | Ben Sturmfels | 2021-03-30 | 1 | -9/+47 |
| | |||||
* | Note Guix "meta" issue tracking the packaging process. | Ben Sturmfels | 2021-03-30 | 2 | -0/+7 |
| | |||||
* | Add `pip freeze` to Docker and CI builds for later troubleshooting. | Ben Sturmfels | 2021-03-30 | 6 | -0/+17 |
| | |||||
* | Enable OpenID and LDAP tests under Guix. | Ben Sturmfels | 2021-03-30 | 1 | -1/+4 |
| | |||||
* | Fix audio and submission tests under Guix. | Ben Sturmfels | 2021-03-30 | 2 | -30/+130 |
| | | | | | | | | Have temporarily included libsndfile and python-soundfile until these changes get merged into Guix upstream. Identified that Guix's older python-wtforms 2.1 is not compatible with the test suite. | ||||
* | Add PDF support in guix environment. | Ben Sturmfels | 2021-03-30 | 1 | -6/+13 |
| | |||||
* | Add feedgenerator dependency to CI and Docker files. | Ben Sturmfels | 2021-03-30 | 5 | -0/+5 |
| | |||||
* | Add Debian 11 CI build. | Ben Sturmfels | 2021-03-29 | 1 | -0/+74 |
| | |||||
* | Build docs in Docker and CI. | Ben Sturmfels | 2021-03-29 | 5 | -4/+25 |
| | |||||
* | Add "feedgenerator" requirement to setup.py. | Ben Sturmfels | 2021-03-29 | 1 | -0/+1 |
| | |||||
* | docs: Tune up the celery and production deployments documentation. | Ben Sturmfels | 2021-03-29 | 2 | -136/+79 |
| | |||||
* | docs: Remove explicit references to Python 3 (now assumed). | Ben Sturmfels | 2021-03-29 | 1 | -20/+6 |
| | |||||
* | docs: Tune up configuration documentation. | Ben Sturmfels | 2021-03-29 | 3 | -40/+44 |
| | |||||
* | Update relnotes. | Ben Sturmfels | 2021-03-29 | 1 | -0/+2 |
| | |||||
* | docs: Mention that `dbupdate` is sometimes required after changing config. | Rodrigo Martins | 2021-03-29 | 2 | -0/+6 |
| | | | | Signed-off-by: Ben Sturmfels <ben@sturm.com.au> | ||||
* | Add stub Dockerfile for Debian 11. | Ben Sturmfels | 2021-03-28 | 3 | -1/+152 |
| | |||||
* | Convert atom feeds to use feedgenerator library. | Ben Sturmfels | 2021-03-16 | 7 | -69/+133 |
| | | | | | | | | | | | | | | | Issue is that Werkzeug > 1.0.0 has removed werkzeug.contrib.atom.AtomFeed, making it difficult to use a distribution-packaged version of werkzeug. To solve this, I've replaced use of werkzeug.contrib.atom.AtomFeed with feedgenerator.Atom1Feed. After the change, the only major difference between the feeds before and after is that they use <summary> instead of <content>. Minor differences include no longer adding 'type="text/html"' on some <link> elements and no "xml:base" attribute on <entry> elements. I don't think these differences will have any noticable effect. Tested on Liferea feed reader. | ||||
* | Improve Guix packaging incrementally. | Ben Sturmfels | 2021-03-15 | 1 | -46/+57 |
| | |||||
* | Use OS install of email-validator package for Guix. | Ben Sturmfels | 2021-03-14 | 1 | -2/+2 |
| | | | | This package is now available as `python-email-validator`. | ||||
* | Clarify how to find the version number. | Ben Sturmfels | 2021-03-12 | 1 | -2/+2 |
| | |||||
* | Remove note about missing Fedora audio/video docs - these are now available. | Ben Sturmfels | 2021-03-12 | 1 | -5/+0 |
| | |||||
* | Direct wiki links to archive.org. | Ben Sturmfels | 2021-03-12 | 5 | -7/+7 |
| | |||||
* | Tweak upgrade docs. | Ben Sturmfels | 2021-03-10 | 2 | -57/+55 |
| | |||||
* | Update version number, relnotes and upgrading docs in preparation for release. | Ben Sturmfels | 2021-03-10 | 4 | -29/+41 |
| | |||||
* | Fix typo. | Ben Sturmfels | 2021-03-10 | 2 | -2/+13 |
| | |||||
* | Add Jesús E. to AUTHORS. | Ben Sturmfels | 2021-03-10 | 2 | -1/+2 |
| | |||||
* | Note that download link sorting will be wrong for higher resolutions. | Ben Sturmfels | 2021-03-09 | 1 | -0/+1 |
| | |||||
* | Update relnotes. | Ben Sturmfels | 2021-03-09 | 1 | -0/+1 |
| | |||||
* | Update video links to support multiple resolution transcoding [#5620]. | Ben Sturmfels | 2021-03-09 | 1 | -6/+10 |
| | | | | | | | We may need to push download link creation into the view in the future to make it more fully featured, but this will solve the immediate issue with missing download links on new media after 0.10.0. Sorting of entries won't be right if your media is over 999p since it's alphabetical. | ||||
* | Update tox Python to match Python 3.4 in deployment docs. | Ben Sturmfels | 2021-03-09 | 1 | -1/+1 |
| | |||||
* | Say `git submodule update --init` - it's shorter. | Ben Sturmfels | 2021-03-09 | 4 | -9/+5 |
| | |||||
* | Remove test lines in Dockerfiles. | Ben Sturmfels | 2021-03-09 | 3 | -2/+1 |
| |