Commit Graph

1249 Commits

Author SHA1 Message Date
Frédéric Péters bda5c63a65 tox: limit django-appconf when testing against python 2 (#41200)
gitea-wip/hobo/pipeline/head There was a failure building this commit Details
gitea/hobo/pipeline/head Build queued... Details
2020-03-31 19:37:59 +02:00
Nicolas Roche cc0677c7e9 python3: remove sort try on already sorted profile fields (#40502) 2020-03-16 09:18:38 +01:00
Benjamin Dauvergne 9225efdb96 rest_authentication: raise APIError for signature errors (#39911) 2020-03-13 17:01:44 +01:00
Benjamin Dauvergne 8c29562d35 franceconnect: add scopes setting (#39286) 2020-03-13 16:24:04 +01:00
Frédéric Péters 6f927f0196 misc: provision users to services of all OUs (#40518) 2020-03-13 08:51:35 +01:00
Frédéric Péters 70a230090b agent: sync profile attributes from primary (#34210) 2020-03-13 08:51:35 +01:00
Paul Marillonnet 0ca228fa96 python3: migrate authentic (#40407) 2020-03-06 09:31:03 +01:00
Benjamin Dauvergne 5fe3fcb667 tests_authentic: format test data (#40407) 2020-03-06 09:30:33 +01:00
Nicolas Roche 3811e59b7d tests: remove unused celery option (#40288) 2020-03-04 15:27:34 +01:00
Nicolas Roche fd7baecf9d python3: use memory broker for tests (#40288) 2020-03-04 15:27:34 +01:00
Nicolas Roche 59b3228dcb python3: celery now handle text (#40288) 2020-03-04 15:27:34 +01:00
Nicolas Roche cf4d3d4a46 python3: upgrade celery as python3 need kombu >=4.2.0 (#40288) 2020-03-04 15:27:34 +01:00
Nicolas Roche bb2ae67c1f python3: serialize tenant idp metadata from text input (#40286) 2020-03-02 09:35:27 +01:00
Nicolas Roche e9e0962213 tests: add test to profile views (#40098) 2020-02-28 15:41:22 +01:00
Nicolas Roche 8f8b71736b tests: add test to agent worker (#40098) 2020-02-28 15:41:22 +01:00
Nicolas Roche 4323e97b98 tests: add test to home views (#40098) 2020-02-28 15:41:22 +01:00
Nicolas Roche df22a989c9 tests: add test to tenant management commands (#40098) 2020-02-28 15:41:20 +01:00
Nicolas Roche 2825b4ddbd tests: add test to environment views and command (#40098) 2020-02-28 15:40:08 +01:00
Nicolas Roche 748be27d26 tests: add test to theme views (#40098) 2020-02-28 15:40:08 +01:00
Nicolas Roche 314123d243 manager: remove unused manager views code (#40153) 2020-02-28 15:16:19 +01:00
Nicolas Roche 54ff275487 tests: get app as a fixture (#40099) 2020-02-28 15:12:30 +01:00
Nicolas Roche e2f826e19b tests: only check for is_authenticated/is_anonymous as attributes (#40099) 2020-02-28 15:12:30 +01:00
Nicolas Roche d548685197 urls: use modern inclusion form for admin URLs (#40099) 2020-02-28 15:12:30 +01:00
Nicolas Roche 2f66e25022 python3: adapt worker agent (#40012) 2020-02-28 15:07:01 +01:00
Nicolas Roche 212b9ab736 python3: replace json parser input with str (#40012) 2020-02-28 15:07:01 +01:00
Nicolas Roche d5cbe123df python3: remove no longer needed call to byteify (#40012) 2020-02-28 15:07:01 +01:00
Nicolas Roche cf72237413 python3: decode HttpResponse content (#40012) 2020-02-28 15:07:01 +01:00
Nicolas Roche 53b81ec6ab python3: replace dict.iteritems() by items() (#40012) 2020-02-28 15:07:01 +01:00
Nicolas Roche 068ad2dd72 python3: adapt strings encoding (#40012) 2020-02-28 15:07:01 +01:00
Nicolas Roche ae18a366c0 python3: correct urllib import to use quote (#40012) 2020-02-28 15:07:01 +01:00
Nicolas Roche e59369db0b python3: redo #36273 as bytes really wanted here (#40012) 2020-02-28 15:07:01 +01:00
Nicolas Roche 311014371e python3: update json exceptions (#40012) 2020-02-28 15:07:01 +01:00
Nicolas Roche 980da6dfd0 python3: use bytes input for unicode strings with encoding declaration (#40012) 2020-02-28 15:07:01 +01:00
Nicolas Roche c80d6bf764 python3: pass bytes to hashlib.md5 (40012) 2020-02-28 15:07:01 +01:00
Nicolas Roche df3dff1532 python3: replace DjangoWebtestResponse content with text (#40012) 2020-02-28 15:07:01 +01:00
Nicolas Roche 012eba57a0 python3: replace DjangoWebtestResponse body with text (#40012) 2020-02-28 15:07:01 +01:00
Nicolas Roche 7ca962ba6b python3: update smtpd mock in tests (#40012) 2020-02-28 15:07:01 +01:00
Nicolas Roche 926b32ed80 python3: accept byte content from django.template.response.TemplateResponse (#40012) 2020-02-28 15:07:01 +01:00
Nicolas Roche 9ef19058c8 python3: replace unicode type to six.text_type (#40012) 2020-02-28 15:07:01 +01:00
Nicolas Roche 517ef1d334 python3: modify exception string (#40012) 2020-02-28 15:07:01 +01:00
Nicolas Roche 31a116ccc9 python3: replace basestring by six.string_types (#40012) 2020-02-28 15:07:01 +01:00
Nicolas Roche df83160f7e python3: convert dictionaries into a subscriptable array (#40012) 2020-02-28 15:07:01 +01:00
Nicolas Roche 825939d23b tests: adapt strings encoding to run tests in python3 (#40012) 2020-02-28 15:07:01 +01:00
Nicolas Roche 6da1e63aab tests: adapt import builtins to run tests in python3 (#40012) 2020-02-28 15:07:01 +01:00
Nicolas Roche 70140e7b38 tests: adapt import urlparse to run tests in python3 (#40012) 2020-02-28 15:07:01 +01:00
Nicolas Roche f128b00b61 tests: adapt import StringIO to run tests in python3 (#40012) 2020-02-28 15:07:01 +01:00
Nicolas Roche 932e6da8f3 tests: adapt coverage output repositories to tox target names (#40012) 2020-02-28 15:07:01 +01:00
Nicolas Roche 5002ed100e tests: adapt tox.ini to run tests in python3 too (#40012) 2020-02-28 15:07:01 +01:00
Nicolas Roche b7c8532636 tests: use several venvs for tests (#40123) 2020-02-28 15:03:03 +01:00
Nicolas Roche 0d82105309 tests: remove jenkins.sh (#40071) 2020-02-24 12:25:53 +01:00