Commit Graph

1553 Commits

Author SHA1 Message Date
Benjamin Dauvergne 0d2d076cba rsa13: keep csv columns value on edit (#73068) 2023-01-06 13:14:38 +01:00
Serghei Mihai 021761b608 toulouse-maelis: add endpoint to get child's school subscription infos (#72750)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
2023-01-06 11:14:51 +01:00
Serghei Mihai 842a31761c toulouse-maelis: add endpoint to list schools for a child and level (#72749)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
2023-01-05 17:27:25 +01:00
Serghei Mihai 1e401a1c96 toulouse-maelis: add endpoint to list schools for level and address (#72747)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
2023-01-05 16:51:56 +01:00
Lauréline Guérin 5c40ae304d
toulouse-maelis: update-child-agenda endpoint (#72774)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
2023-01-05 16:17:03 +01:00
Lauréline Guérin 569764da59
toulouse-maelis: read-child-agenda endpoint (#72774) 2023-01-05 16:17:03 +01:00
Serghei Mihai b37dd96cfd toulouse-maelis: add endpoint to list exemptions reasons referential (#72746)
gitea-wip/passerelle/pipeline/pr-main Build started... Details
2023-01-04 13:36:34 +01:00
Serghei Mihai 1535e83579 toulouse-maelis: add endpoint to list school levels referential (#72737)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
2023-01-04 12:58:48 +01:00
Serghei Mihai 8aba28ad29 toulouse_maelis: add endpoint to list school years (#72736)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
2023-01-04 12:32:18 +01:00
Emmanuel Cazenave fc52f572f3 api_entreprise: use v3 in etablissement endpoint (#70610) 2023-01-02 16:06:17 +01:00
Emmanuel Cazenave f710e0b198 api_entreprise: add assertions in etablissement endpoint test (#70610) 2023-01-02 16:01:00 +01:00
Emmanuel Cazenave 25048709dc api_entreprise: use v3 in association's document related endpoints (#70610) 2023-01-02 15:51:52 +01:00
Emmanuel Cazenave 35df56d019 api_entreprise: use v3 in associations endpoint (#70610) 2023-01-02 15:51:52 +01:00
Emmanuel Cazenave 4df3791e52 api_entreprise: use v3 in extraits_rcs endpoint (#70610) 2023-01-02 15:51:52 +01:00
Emmanuel Cazenave 7c30a795a8 api_entreprise: use responses in unit tests (#70610) 2023-01-02 15:51:52 +01:00
Nicolas Roche 88b1944dd9 toulouse-maelis: rename dossierNumber to numDossier (#72718) 2022-12-23 16:03:01 +01:00
Nicolas Roche e8dfc37c03 toulouse-maelis: rename label to libelle (#72718) 2022-12-23 16:03:01 +01:00
Nicolas Roche 1f92ee5555 toulouse-maelis: sync test data (#72718) 2022-12-23 16:02:51 +01:00
Nicolas Roche 62e9d0e3ac toulouse-maelis: sync wsdls into tests (#72718) 2022-12-23 16:02:36 +01:00
Benjamin Dauvergne 654e2f22a9 dpark: remove hardcoding of the service binding (#72638) 2022-12-23 14:33:57 +01:00
Nicolas Roche 2a47c55a66 toulouse-maelis: provide add-supplied-document endpoint (#72532) 2022-12-23 11:18:31 +01:00
Nicolas Roche 06451fc957 toulouse-maelis: add document referential (#72532) 2022-12-23 11:15:11 +01:00
Nicolas Roche 830cb1c973 toulouse-maelis: remove too much specific test (#72532) 2022-12-23 11:13:25 +01:00
Nicolas Roche bed1d0533d toulouse-maelis: pass get-direct-debit order parameters in QS (#72563) 2022-12-23 10:32:09 +01:00
Nicolas Roche 70406863a4 toulouse-maelis: apply direct debit order WS on RL1 (#72563) 2022-12-23 10:31:57 +01:00
Nicolas Roche 5d8b8b5bea utils: add date type to endpoint parameters (#72641) 2022-12-23 10:18:16 +01:00
Nicolas Roche d2bcff79fb toulouse-maelis: copy note in indicators dict (#72622) 2022-12-23 10:12:59 +01:00
Nicolas Roche f1d4feaf70 toulouse-maelis: return family id on read family members endpoints (#72399) 2022-12-23 10:04:21 +01:00
Nicolas Roche 1e539c993f toulouse-maelis: manage child insurance (#71696) 2022-12-23 10:01:16 +01:00
Nicolas Roche 1209b9da56 tououse-maelis: update wsdl into tests (#72525) 2022-12-23 09:54:31 +01:00
Benjamin Dauvergne c8155b70c4 tests: improve ResponsesSoap (#72638)
* add support for overriden service binding address
* encode wsdl_content when it is not bytes() but str()
* keep deserialized SOAP requests bodies in mock.soap_requests for
  inspection
* allow nesting ResponsesSoap context manager by using the same
  RequestsMock context manager.
2022-12-21 15:19:45 +01:00
Serghei Mihai 64ef32a922 vivaticket: accept quantity parameter as decimal string (#72537)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
2022-12-16 10:19:25 +01:00
Nicolas Roche 1ecdaa2c9f toulouse-maelis: return an indicators dict (#72523) 2022-12-16 09:52:54 +01:00
Nicolas Roche bfbc32b0db toulouse-maelis: correct bool input on WS (#72523) 2022-12-16 09:52:49 +01:00
Nicolas Roche 4e0d8c3222 toulouse-maelis: correct bool input on indicators (#72523) 2022-12-15 23:56:45 +01:00
Nicolas Roche 910e2e765c toulouse-maelis: add endpoint for invoice debit order (#72288) 2022-12-15 20:41:51 +01:00
Nicolas Roche c09863f6ed toulouse-maelis: add enpoints to list family members (#72411)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
gitea-wip/passerelle/pipeline/head Build started... Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2022-12-14 17:11:53 +01:00
Nicolas Roche a6f4daafb9 toulouse-maelis: use responses in tests (#72205) 2022-12-12 15:21:04 +01:00
Benjamin Dauvergne bebefc6add wip: show assert failure on SOAP request (#72205) 2022-12-12 15:21:04 +01:00
Benjamin Dauvergne d9e7c0cba8 toulouse_maelis: add tool to check SOAP requests (#72205) 2022-12-12 15:21:04 +01:00
Benjamin Dauvergne 01942fed06 toulouse_maelis: use responses to check SOAP messages (#72205) 2022-12-12 15:21:04 +01:00
Nicolas Roche c14d9ae22a toulouse-maelis: add connector key into referentials (#72244) 2022-12-12 14:59:35 +01:00
Benjamin Dauvergne f84216a5ac base_adresse: set result id to lookup id (#72263)
base_adresse data source ids are not canonical, many can match the same
adress. But clients of the API does not handle this well, so it's better
to always return the same id event if we know it has changed.
2022-12-12 14:45:19 +01:00
Frédéric Péters 966cee6fd5 tcl: update TCL to new data source URLs (#71975)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
gitea-wip/passerelle/pipeline/head Build started... Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2022-12-12 09:44:01 +01:00
Nicolas Roche 14aacb1ae4 toulouse-maelis: add quotient year filter on read-family (#71698) 2022-12-09 16:30:28 +01:00
Nicolas Roche 11882bb3f9 toulouse-maelis: add endpoint to create or update quotients (#71698) 2022-12-09 16:30:28 +01:00
Nicolas Roche 117818a872 toulouse-maelis: add street id to RL address (#72204) 2022-12-09 12:09:21 +01:00
Nicolas Roche 6e53fe0b09 toulouse-maelis: manage indicators (#71964) 2022-12-09 09:59:01 +01:00
Nicolas Roche 97ae3e85a1 toulouse-maelis: correct tests (#71964) 2022-12-09 09:48:44 +01:00
Nicolas Roche d4f462a16c toulouse-maelis: add search on referentials (#70982) 2022-12-08 21:41:34 +01:00
Nicolas Roche bc90d63ad2 toulouse-maelis: speed-up tests (#70982) 2022-12-08 21:41:34 +01:00
Nicolas Roche ddd5b4b83b toulouse-maelis: move referentials into db (#70982) 2022-12-08 21:41:34 +01:00
Nicolas Roche a9e6846bf8 toulouse-maelis: check WS payload first (#70982) 2022-12-07 16:00:24 +01:00
Nicolas Roche 07d91247c0 toulouse-maelis: sort referentials on text and id (#70982) 2022-12-07 14:45:50 +01:00
Benjamin Dauvergne 080fdf18cc tests: fix wcs_factory fixture (#72046)
* remove --insecure argument to wcs-manage's runserver command
* limit django-ratelimit to versions <3
2022-12-05 17:07:41 +01:00
Nicolas Roche e9d05bdafb toulouse-maelis: add indicators referentials (#71858) 2022-12-01 19:26:01 +01:00
Nicolas Roche 8ac323a66e toulouse-maelis: add geographic referentials (#71858) 2022-12-01 19:26:01 +01:00
Nicolas Roche f4ebc7fcab toulouse-maelis: upgrade to build 1857 (#71940) 2022-12-01 19:24:43 +01:00
Nicolas Roche a5bef170be toulouse-maelis: manage emergency person list on createFamily (#71646) 2022-11-30 07:16:32 +01:00
Nicolas Roche 62d7af4d4b toulouse-maelis: send authorized person list on update-child (#71645) 2022-11-30 07:16:32 +01:00
Nicolas Roche 0dedbe3b96 toulouse-maelis: allow to send an empty vaccin list (#71643) 2022-11-30 07:16:32 +01:00
Nicolas Roche adcc9adf1d toulouse-maelis: allow to send an empty dietcode (#71643) 2022-11-30 07:16:32 +01:00
Nicolas Roche af18ba7acd toulouse-maelis: correct child payload check (#71643) 2022-11-30 07:16:32 +01:00
Nicolas Roche 94f8c95bf8 toulouse-maelis: child need a num field to update (#71642) 2022-11-30 07:16:32 +01:00
Nicolas Roche 3aeebd8842 toulouse-maelis: RL num is no more not needed on updateFamily (#71642) 2022-11-30 07:16:32 +01:00
Nicolas Roche 6c39c8dea5 toulouse-maelis: manage new fields on medical record (#71642) 2022-11-30 07:16:32 +01:00
Nicolas Roche 47350bdc00 toulouse-maelis: add maidenName to RL json schema (#71642) 2022-11-30 07:16:32 +01:00
Nicolas Roche 50e8ec7ebe toulouse-maelis: manage birth bean on RL (#71641) 2022-11-30 07:16:32 +01:00
Nicolas Roche 5ffaaba031 toulouse-maelis: add new fields (#71641) 2022-11-30 07:16:32 +01:00
Nicolas Roche e3aee14160 toulouse-maelis: reorder name fields on test soap replies (#71641) 2022-11-30 07:16:32 +01:00
Nicolas Roche 150f96251a toulouse-maelis: vaccin code and date are required (#71641) 2022-11-30 07:16:32 +01:00
Nicolas Roche 276c760da4 toulouse-maelis: rename category field (#71641) 2022-11-30 07:16:32 +01:00
Nicolas Roche 3424d98969 toulouse-maelis: update WSDL (#71641) 2022-11-30 07:16:32 +01:00
Nicolas Roche 1f81071278 toulouse-maelis: auth persons no more managed on family (#71388) 2022-11-30 07:16:32 +01:00
Nicolas Roche 5804ed6616 toulouse-maelis: FSL removed from Parsifal project (#71387) 2022-11-30 07:16:32 +01:00
Serghei Mihai 48db73f027 franceconnect_data: add field for DGFIP API base url (#71638) 2022-11-28 22:28:17 +01:00
Frédéric Péters d07523b3c4 grandlyon streetsections: update for new format of commune names (#71764) 2022-11-28 10:35:04 +01:00
Lauréline Guérin d0bdb9b618
franceconnect: fix data_source endpoint with bad id in param (#71456) 2022-11-26 10:01:37 +01:00
Frédéric Péters 9b889430d1 tcl: adapt to updated attributes in line data sources (#71509) 2022-11-21 13:48:11 +01:00
Agate 56b6baea78 esabora: return error content in response (#71368)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
gitea-wip/passerelle/pipeline/pr-wip/71638-franceconnec-data-add-dgfip-api-url-field This commit looks good Details
2022-11-17 10:14:25 +01:00
Benjamin Dauvergne cd46dc8d97 utils/soap: do not log soap:Fault responses as errors (#71028)
gitea-wip/passerelle/pipeline/head Build started... Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2022-11-07 16:14:04 +01:00
Frédéric Péters 3e22994c1d cmis: add endpoint to get file metadata (#67612)
gitea-wip/passerelle/pipeline/head Build started... Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2022-11-03 08:22:23 +01:00
Frédéric Péters 99d45cd364 cmis: add endpoint to get file (#67602)
gitea-wip/passerelle/pipeline/head Build started... Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2022-11-03 08:12:25 +01:00
Corentin Sechet e5275f8a1d signal_arretes: handle error when requested document is not ready (#70604) 2022-11-02 10:29:22 +01:00
Nicolas Roche 87055032a0 toulouse-maelis: do not allow empty payload (#70851) 2022-11-02 07:03:28 +01:00
Nicolas Roche 2a60072e53 toulouse-maelis: invert oneOf schema order to get explicit error messages (#70851) 2022-11-02 07:03:28 +01:00
Nicolas Roche c25007919b toulouse-maelis: correct family payload check (#70851) 2022-11-02 07:03:28 +01:00
Nicolas Roche c2631bf672 toulouse-maelis: re-add update_family deleted test (#70851) 2022-10-30 15:16:16 +01:00
Nicolas Roche 2327051472 toulouse-maelis: wsdl update (#70530) 2022-10-20 17:10:50 +02:00
Nicolas Roche ae85feec89 toulouse-maelis: check input referential keys (#70075)
gitea-wip/passerelle/pipeline/head Build started... Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2022-10-20 14:17:57 +02:00
Nicolas Roche 45ae4d3cf3 toulouse-maelis: add test content (#70075) 2022-10-20 11:56:49 +02:00
Nicolas Roche 016fe427b4 toulouse-maelis: refuse empty string on required referencial field (#70075) 2022-10-20 11:56:49 +02:00
Nicolas Roche ba3ed38816 toulouse-maelis: do not replace null values when not needed (#70075) 2022-10-20 11:56:49 +02:00
Nicolas Roche ab75346711 toulouse-maelis: relax soap response check (#70075) 2022-10-20 11:56:49 +02:00
Benjamin Dauvergne b062cfd48b rsa13: handle clos parameter on platform_beneficiaire_action endpoint (#70247) 2022-10-19 17:26:56 +02:00
Nicolas Roche 6b68a148b4 toulouse-smart: use post-transition time to resolve reverting from DST (#70309) 2022-10-19 17:16:39 +02:00
Nicolas Roche acfd6898b6 toulouse-maelis: add organ text do RL (#70485) 2022-10-19 17:15:27 +02:00
Nicolas Roche 5721a84f30 toulouse-maelis: return id on rl2-create (#70176) 2022-10-19 17:14:03 +02:00
Emmanuel Cazenave 9d01872495 unflatten : add an escape character (#70474) 2022-10-19 15:25:19 +02:00
Frédéric Péters 193217b495 sigerly: allow for new nom_rue parameter (and elements as not required) (#70409) 2022-10-18 15:55:36 +02:00