Commit Graph

1553 Commits

Author SHA1 Message Date
Thomas NOËL 46c9c2ccc4 isere_ens: add new API version (#74256)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
gitea/passerelle/pipeline/pr-main Something is wrong with the build of this commit Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2023-02-07 12:27:52 +01:00
Nicolas Roche b5f9ca5244 toulouse-maelis: get id and text for school derog list (#74194)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2023-02-06 14:03:48 +01:00
Nicolas Roche 81281643e7 toulouse-maelis: rename a test (#74173)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
2023-02-06 11:53:32 +01:00
Serghei Mihai e92651d1a8 toulouse-maelis: add endpoint to list nurseries (#73924) 2023-02-06 11:45:13 +01:00
Nicolas Roche a289b0c8d2 toulouse-maelis: do not crash on activity with no type (#74185)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2023-02-06 07:55:47 +01:00
Nicolas Roche 2c6168cc74 toulouse-maelis: accept empty referential (#74184)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2023-02-04 11:58:36 +01:00
Nicolas Roche 3f83bfb6a5 toulouse-maelis: set err field value to 1 on API error (#74088)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2023-02-02 17:59:24 +01:00
Benjamin Dauvergne 45204e8501 base: show configured requests_substitutions (#74030) 2023-02-02 15:50:56 +01:00
Nicolas Roche 8c2330fdc6 toulouse-maelis: new endpoint to get activities (#73730)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2023-02-02 14:35:19 +01:00
Nicolas Roche acef792d8d toulouse-maelis: add global catalog as referential (#73730) 2023-02-02 12:45:17 +01:00
Nicolas Roche e9e9aec674 toulouse-maelis: add endpoint to validate basket (#73961)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2023-02-02 11:50:09 +01:00
Nicolas Roche 2ea439861a toulouse-maelis: add endpoint to delete basket (#73961) 2023-02-02 11:50:09 +01:00
Nicolas Roche 7751508421 toulouse-maelis: add endpoint to delete basket line (#73961) 2023-02-02 11:50:09 +01:00
Nicolas Roche fb01d8f50a toulouse-maelis: add endpoint to update basket time (#73961) 2023-02-02 11:50:09 +01:00
Nicolas Roche 4a0d63ccd5 toulouse-maelis: add endpoint to read basket (#73961) 2023-02-02 11:50:06 +01:00
Nicolas Roche 189747ff55 toulouse-maelis: add endpoint to subscribe into basket (#73649)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2023-02-02 11:27:37 +01:00
Nicolas Roche 76d8e2e7be toulouse-maelis: add endpoint to get subscription info (#73648)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2023-02-02 10:58:25 +01:00
Serghei Mihai 8c756cfb75 toulouse-maelis: add endpoint to read ape indicators list (#73923)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
2023-02-01 17:16:02 +01:00
Thomas NOËL 95192de819 add pdf connector (assemble endpoint) (#73540)
gitea-wip/passerelle/pipeline/pr-main There was a failure building this commit Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2023-02-01 14:17:22 +01:00
Thomas NOËL 791eedd3f5 misc: fix new pylint 2.16 warnings (#74060)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2023-02-01 13:55:49 +01:00
Nicolas Roche c4a71ede04 toulouse-maelis: add ActivityNatureType referential (#73647)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
2023-02-01 11:04:55 +01:00
Nicolas Roche 3d48906aea toulouse-maelis: allow using site_service with other test fixture (#73808) 2023-01-31 18:57:54 +01:00
Benjamin Dauvergne c218597faa misc: add setting to define string substitutions on HTTP responses (#73805)
settings.CONNECTORS_SETTINGS = {
         'cmis/test': {
           'requests_substitutions': [
	     {
	       'url': 'https://service.example.com/api/',
	       'search': 'http://service.example.internal/software/api/',
	       'replace': 'https://service.example.com/api/'
	     }
           ]
         }
	}

CONNECTORS_SETTINGS is a new setting to contain any setting pertaining
to a specific connector, it's a dictionnary of dictionnaries indexed by
connectors identifier constructed from the appname and the connector's
slug.

requests_substitutions is the first defined key in this dictionnary,
it's a list of dictionnaries:
* substitution is only done on the following content-types:
  text/*, application/(.*\+)?json, application/(.*\+)?xml
* default list of content-types can be changed through the
  REQUESTS_SUBSTITUTIONS_CONTENT_TYPES setting.
* scheme and netloc are strictly matched, path must be a prefix or empty
* search is a python regular expression
* url is optionnal, and restrict the substitution to URLs with the same
  prefix,
* replace is a replacement string for reb.sub()
* for json, structural replacement is implemented, if eventually
  escaping is used.
2023-01-31 16:09:02 +01:00
Benjamin Dauvergne 6194e76134 cmis: use requests wrapper in cmislib (#73771) 2023-01-30 10:37:36 +01:00
Corentin Sechet ce01cd554b signal_arretes: add support for comment field (#73853) 2023-01-27 14:38:30 +01:00
Nicolas Roche a9af448b5a toulouse-maelis: new endpoint for geojson person catalog (#73759)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2023-01-27 11:59:55 +01:00
Nicolas Roche e460133ff2 toulouse-maelis: new endpoint to get person places (#73734) 2023-01-27 11:57:21 +01:00
Nicolas Roche 4efeb0636f toulouse-maelis: new endpoint to get person units (#73734) 2023-01-27 11:57:21 +01:00
Nicolas Roche 775dec8a29 toulouse-maelis: new endpoint to get person activities (#73734) 2023-01-27 11:57:21 +01:00
Serghei Mihai 86a0ae22ef franceconnect: return last known DGFiP data (#68720) 2023-01-27 10:13:32 +01:00
Nicolas Roche d6faf7cca7 toulouse-maelis: get last wsdls to run tests (#73721) 2023-01-27 08:59:20 +01:00
Emmanuel Cazenave 99e4c00f86 api_entreprise: add 'nom_voie' in etablissement endpoint(#73443)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2023-01-23 17:15:43 +01:00
Lauréline Guérin 746a2ed7cd toulouse-maelis: new activity types, many units (#73680) 2023-01-23 10:31:02 +01:00
Nicolas Roche 6bb7231a7f Revert "toulouse-maelis: reproduce wcs trace on SoapError (#73411)"
This reverts commit d1a4921ea7.
2023-01-18 17:45:29 +01:00
Nicolas Roche 9cd4059284 Revert "toulouse-maelis: add wrapping of zeep errors inside APIError (#73411)"
This reverts commit 47e0b644a5.
2023-01-18 17:45:19 +01:00
Nicolas Roche 250100fb83 Revert "toulouse-maelis: manage XML soap fault detail content (#73411)"
This reverts commit 932907630b.
2023-01-18 17:44:52 +01:00
Emmanuel Cazenave 21ac84b4c2 filr_rest: start connector (#73226)
gitea-wip/passerelle/pipeline/pr-main Build started... Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2023-01-18 14:28:27 +01:00
Emmanuel Cazenave e919d4e695 api_entreprise: use v3 in entreprises endpoint (#72961)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2023-01-17 11:31:12 +01:00
Emmanuel Cazenave 5ec431d6c0 api_entreprise: add assertions in entreprises endpoint test (#72961) 2023-01-17 11:18:25 +01:00
Nicolas Roche 932907630b toulouse-maelis: manage XML soap fault detail content (#73411)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
2023-01-13 20:53:43 +01:00
Nicolas Roche 47e0b644a5 toulouse-maelis: add wrapping of zeep errors inside APIError (#73411) 2023-01-13 20:47:24 +01:00
Nicolas Roche d1a4921ea7 toulouse-maelis: reproduce wcs trace on SoapError (#73411) 2023-01-13 20:47:24 +01:00
Nicolas Roche 5e99708996 toulouse-maelis: add family_id parameter to endpoints (#73334) 2023-01-13 12:31:45 +01:00
Thomas NOËL adb08a9ef8 add a generic proxy application (#72300)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
2023-01-13 10:36:14 +01:00
Frédéric Péters 709a29d551 arcgis: add support for formatting strings as list (#72632) 2023-01-13 10:01:58 +01:00
Emmanuel Cazenave ae4e05a09e api_entreprise: delete period in naf code (#73311)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
2023-01-12 11:09:59 +01:00
Serghei Mihai 109037cf2c toulouse-maelis: add endpoint for school pre-registration with sibling (#73136)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
2023-01-10 12:33:41 +01:00
Lauréline Guérin dcfda39849
toulouse-maelis: fix agenda with incomplete activity (#73213)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
2023-01-10 11:07:10 +01:00
Serghei Mihai 2d3c604f10 toulouse-maelis: add endpoint for school pre-registration with exemption (#73138)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
2023-01-09 20:19:45 +01:00
Serghei Mihai 2f6bbff57a toulouse-maelis: add child school pre-registration (#72751)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
2023-01-06 16:27:28 +01:00