aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update docker-compose.yml for renamed Dockerfiles.Ben Sturmfels2021-06-241-1/+1
|
* Remove mention of persona in guix.scm.Ben Sturmfels2021-04-231-1/+1
|
* Remove additional mentions of persona in templates and docs.Ben Sturmfels2021-04-235-34/+7
|
* Add jgart to authors, mention old persona plugin in pluginwriter docs.Ben Sturmfels2021-04-233-0/+7
|
* Remove Mozilla Persona plugin [#5512].jgart2021-04-2317-964/+0
| | | | | | Mozilla persona is RIP since 2016. Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
* Remove redundant link to flask-wtf.Ben Sturmfels2021-04-232-1/+0
|
* Remove redundant symlink to tinymce.Ben Sturmfels2021-04-231-1/+0
|
* Remove references to old tinymce dependency.Ben Sturmfels2021-04-232-2/+1
|
* Update relnotes.Ben Sturmfels2021-04-231-0/+1
|
* Remove reference to unused translitcodec.Ben Sturmfels2021-04-232-3/+0
|
* Remove extlib/flask-wtf - seems to be unused.Ben Sturmfels2021-04-232-156/+0
| | | | | | This code appears to be unused. I've checked by grepping for "html5" and also by manually adding an `assert` in the file and running the test suite, just in case something particularly weird is going on.
* Update relnotes.Ben Sturmfels2021-04-101-0/+1
|
* Remove the slightly un-intuitive "Resolve" button on the report handling page.Rodrigo Martins2021-04-102-24/+20
| | | | | | | This button just uses JavaScript to reveal the subsequent actions. Better to show these upfront. Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
* Document re-installation of plugins during upgrade [#5611].Ben Sturmfels2021-04-092-6/+16
|
* Don't include package_dir argument.Ben Sturmfels2021-04-081-5/+0
|
* Add pyproject.toml and switch to setup.cfg with only a skeleton setup.py.Ben Sturmfels2021-04-083-147/+115
|
* Simplify packaging of static assets.Ben Sturmfels2021-04-071-9/+1
|
* Include static assets in setuptools package.Ben Sturmfels2021-04-072-14/+11
|
* Document setup.py data_files.Ben Sturmfels2021-04-061-0/+2
|
* Include env.py in Python package.Ben Sturmfels2021-04-061-0/+1
|
* Note that should avoid Guix propagated-inputs.Ben Sturmfels2021-04-061-0/+3
|
* Consolidate the Guix mediagoblin/mediagoblin-hackenv packages.Ben Sturmfels2021-04-061-39/+47
|
* Fix missing Guix support for uploading H.264 videos.Ben Sturmfels2021-04-061-5/+3
| | | | Turned out to be a typo.
* Now in the 0.12.0 development cycle.Ben Sturmfels2021-04-054-5/+5
|
* Ignore some generated files during docker build.Ben Sturmfels2021-04-051-0/+6
|
* Note fixed Debian 11 test suite.Ben Sturmfels2021-04-051-0/+4
|
* Remove dnf search in Dockerfile.Ben Sturmfels2021-04-052-2/+1
|
* Fix tests on Debian 11.Ben Sturmfels2021-04-041-2/+11
|
* fixup! Pin werkzeug to fix breaking tests.Ben Sturmfels2021-04-041-1/+1
|
* Pin werkzeug to fix breaking tests.Ben Sturmfels2021-04-041-1/+1
|
* Fix extras_require.Ben Sturmfels2021-04-041-1/+4
|
* Add some docs to guix-env.scm.Ben Sturmfels2021-04-021-7/+12
|
* Move WebTest requirement to "extras_require".Ben Sturmfels2021-04-021-2/+2
|
* Remove implicit dependency on PasteDeploy.Ben Sturmfels2021-04-021-1/+0
| | | | This is installed by PasteScript.
* Sort the dependencies in setup.py for easy comparison with guix-env.scm.Ben Sturmfels2021-04-011-24/+20
|
* Test and document Celery on Guix.Ben Sturmfels2021-04-011-6/+19
|
* Fix pytest issues in Guix.Ben Sturmfels2021-03-302-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 Sturmfels2021-03-303-3/+7
|
* docs: Fix broken link to separate Celery section.Ben Sturmfels2021-03-301-1/+1
|
* docs: Add a draft release checklist.Ben Sturmfels2021-03-302-0/+24
|
* Remove explicit dependency on kombu (sub-dependency of celery).Ben Sturmfels2021-03-304-4/+0
|
* Sort Guix dependencies.Ben Sturmfels2021-03-301-18/+17
|
* Fix ordering in Debian 11 Dockerfile.Ben Sturmfels2021-03-301-3/+3
|
* Hack in an upgraded python-wtforms for Guix.Ben Sturmfels2021-03-301-9/+47
|
* Note Guix "meta" issue tracking the packaging process.Ben Sturmfels2021-03-302-0/+7
|
* Add `pip freeze` to Docker and CI builds for later troubleshooting.Ben Sturmfels2021-03-306-0/+17
|
* Enable OpenID and LDAP tests under Guix.Ben Sturmfels2021-03-301-1/+4
|
* Fix audio and submission tests under Guix.Ben Sturmfels2021-03-302-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 Sturmfels2021-03-301-6/+13
|
* Add feedgenerator dependency to CI and Docker files.Ben Sturmfels2021-03-305-0/+5
|