Commit Graph

398 Commits

Author SHA1 Message Date
Benjamin Dauvergne 6196dbf6c4 ci: add ruff to pre-commit hooks (#86371)
gitea/fargo/pipeline/head This commit looks good Details
2024-02-02 19:50:06 +01:00
Benjamin Dauvergne d51bf73ce0 ci: ignore reformatting commit (#86371) 2024-01-31 17:38:17 +01:00
Benjamin Dauvergne 65add720c7 apply pre-commit (#86371) 2024-01-31 17:37:21 +01:00
Benjamin Dauvergne 36b4551cce fix warning about python-magic legacy API (#86371) 2024-01-31 17:37:21 +01:00
Benjamin Dauvergne 97119cf4d4 fix warning about table model (#86371)
tests/test_public.py::test_upload
    tests/test_public.py::test_upload_max_size
    tests/test_public.py::test_upload_max_document_box_size
    tests/test_public.py::test_pick
    tests/test_public.py::test_pick_url_check
    tests/test_public.py::test_delete
    tests/test_public.py::test_max_documents_per_user
    tests/test_public.py::test_forbidden_extension
      /home/bdauvergne/.tmp/tox-bdauvergne/fargo/py3-dj32/lib/python3.11/site-packages/django_tables2/data.py:163: UserWarning: Table data is of type <class 'fargo.fargo.models.UserDocument'> but <class 'fargo.fargo.models.Document'> is specified in Table.Meta.model
2024-01-31 17:37:21 +01:00
Benjamin Dauvergne 61c10e4f2d ci: update tox.ini + py311 compatibility (#86371)
* separate codestyle target from test
* remove dead pylint target
* separate test dependencies in requirement file
* update pre-commit hooks
* launch coverage/junit tally when in jenkins
* use tempdir fixture instead of tempfile
2024-01-31 17:37:21 +01:00
Nicolas Roche ee69592cdd debian: allow django-filter 23.1 (#85531)
gitea/fargo/pipeline/head There was a failure building this commit Details
2024-01-11 11:20:34 +01:00
Valentin Deniaud 5ccf14a027 setup: allow django-filter 23.1 (#82024)
gitea/fargo/pipeline/head This commit looks good Details
2023-12-18 11:11:41 +01:00
Thomas NOËL 1e5287bfbd debian: add back memory-report to uwsgi default configuration (#80451)
gitea/fargo/pipeline/head This commit looks good Details
2023-11-13 11:33:37 +01:00
Thomas NOËL bee198636f debian: add uwsgi/fargo SyslogIdentifier in service (#82977)
gitea/fargo/pipeline/head This commit looks good Details
2023-10-31 13:19:41 +01:00
Frédéric Péters 24ca7b0d67 ci: keep on using pylint 2 while pylint-django is not ready (#81905)
gitea/fargo/pipeline/head This commit looks good Details
2023-10-03 06:19:37 +02:00
Valentin Deniaud 29cf27e00b misc: update git-blame-ignore-revs to ignore quote changes (#79788)
gitea/fargo/pipeline/head This commit looks good Details
2023-08-16 10:31:32 +02:00
Valentin Deniaud cf608122ea misc: apply double-quote-string-fixer (#79788) 2023-08-16 10:31:32 +02:00
Valentin Deniaud 01afbb068e misc: add pre commit hook to force single quotes (#79788) 2023-08-16 10:31:32 +02:00
Thomas NOËL a5ab3a249b debian: remove memory-report from uwsgi default configuration (#79890)
gitea/fargo/pipeline/head This commit looks good Details
2023-07-20 17:59:32 +02:00
Frédéric Péters 69618c1d3f translation update (french orthography rectifications of 1990)
gitea/fargo/pipeline/head This commit looks good Details
2023-06-25 15:56:33 +02:00
Frédéric Péters 90e1c48ad8 ci: build deb package for bookworm (#78968)
gitea/fargo/pipeline/head This commit looks good Details
2023-06-23 17:30:19 +02:00
Frédéric Péters 1f55bf44ce debian: apply new pre-commit-debian (#77727)
gitea/fargo/pipeline/head This commit looks good Details
2023-05-27 21:45:03 +02:00
Frédéric Péters b4e79ef6d6 ci: upgrade pre-commit-debian (#77727) 2023-05-27 21:45:03 +02:00
Agate 83f3abba5e Prepare Jenkinsfile for Gitea migration (#74572)
gitea/fargo/pipeline/head This commit looks good Details
2023-02-20 15:05:13 +01:00
Thomas NOËL abbf71b2c0 remove Debian 10 (buster) build (#73932) 2023-02-10 09:30:23 +01:00
Frédéric Péters d721b2cdaa ci: upgrade isort (#74044) 2023-02-01 09:47:31 +01:00
Frédéric Péters 8dea3ea312 misc: limit filename length (#72567) 2022-12-19 06:39:50 +01:00
Frédéric Péters 6216d0ed09 ci: update pyupgrade to 3.1.0 (#70693) 2022-10-28 08:06:30 +02:00
Pierre Ducroquet fa8fe1b30c uwsgi: new configuration (#67585)
gitea/fargo/pipeline/head Build started... Details
2022-10-11 10:06:28 +02:00
Frédéric Péters 21a1d5bdb8 tox: base environments on debian versions (#69474)
gitea/fargo/pipeline/head Build started... Details
2022-09-23 09:05:32 +02:00
Frédéric Péters 9f50088b1a debian: bump python3-django required version (#68784) 2022-09-09 08:29:45 +02:00
Frédéric Péters aada244462 templates: load static module instead of deprecated staticfiles (#68784)
gitea/fargo/pipeline/head Build started... Details
2022-09-06 19:19:59 +02:00
Frédéric Péters 658f025b64 misc: allow django 3.2 and django-tables2 2.4 (#68784) 2022-09-06 19:15:47 +02:00
Frédéric Péters fd099392fc tox: add environment like bullseye+backports (#68784) 2022-09-06 19:15:47 +02:00
Frédéric Péters 07241b226e trivial: use urllib.parse (#68784) 2022-09-06 19:15:47 +02:00
Frédéric Péters bc719b7b3d trivial: remove python_2_unicode_compatible (#68784) 2022-09-06 18:44:08 +02:00
Frédéric Péters 1ea429bd26 general: remove unused document types & validation code (#14148) 2022-08-12 09:18:29 +02:00
Frédéric Péters 2a119e1076 settings: add back rest_framework (#68096)
gitea/fargo/pipeline/head Build started... Details
2022-08-10 13:03:44 +02:00
Frédéric Péters 6b2d57caf9 debian: make cron quiet (#67897) 2022-08-03 10:01:07 +02:00
Frédéric Péters c1c263b61d debian: remove obsolete standard error output config from systemd unit (#65101) 2022-08-02 10:01:52 +02:00
Frédéric Péters c4a28c47c1 general: remove fargo.oauth2 (#67570) 2022-07-21 13:57:08 +02:00
Frédéric Péters 61680f8410 debian: apply wrap-and-sort 2022-06-17 19:58:38 +02:00
Frédéric Péters d1177213af misc: use pre-commit-debian (#66191) 2022-06-17 19:58:32 +02:00
Frédéric Péters b17cce88f7 general: switch to django postgresql json field (#65265) 2022-05-15 17:47:44 +02:00
Frédéric Péters b85d822d98 general: ensure json columns are of jsonb type (#65265) 2022-05-15 17:47:44 +02:00
Emmanuel Cazenave eaab3f8f58 misc: use python-magic instead of file-magic (#64837)
gitea/fargo/pipeline/head Build started... Details
2022-05-04 11:28:44 +02:00
Frédéric Péters 6662653560 misc: check URL given as return after picking a file (#63460)
gitea/fargo/pipeline/head Build started... Details
2022-04-01 16:23:21 +02:00
Thomas NOËL 36cb2480c8 trivial: bump black version to 22.3.0 2022-03-31 12:18:46 +02:00
Frédéric Péters f965e55990 misc: update is_authenticated for django 2.2, no more callable (#63031) 2022-03-22 10:18:54 +01:00
Paul Marillonnet 3895b928a6 tox: add django-tables2 debian old- & stable versions coexistence (#62541) 2022-03-10 10:36:33 +01:00
Paul Marillonnet ffac4540e7 tox: discard deprecated sqlite env configuration (#62541) 2022-03-10 10:36:33 +01:00
Paul Marillonnet 61196a8222 setup: let django-tables2 match bullseye's version (#62541) 2022-03-09 10:43:03 +01:00
Frédéric Péters 9832e7caca trivial: bump black version to 22.1.0 (#62312) 2022-03-01 19:30:36 +01:00
Nicolas Roche 3b1c9c44d7 settings: close local settings file (#61977) 2022-02-25 14:57:14 +01:00