Commit Graph

3604 Commits

Author SHA1 Message Date
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
Thomas NOËL 5bda4907e3 translation update 2023-02-02 00:04:46 +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
Thomas NOËL d347d3b4e6 pre-commit: upgrade isort (#74044)
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 02:08:04 +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 70e03e7721 misc: fix incompatibility betwen pyexcel-xlsx and openpyxl 3.1.0 (#74033)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
2023-01-31 16:38:30 +01:00
Benjamin Dauvergne cd9b550d50 misc: use the same content-types list for logging and substitutions (#738050 2023-01-31 16:09:02 +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 671c051c5d translation update 2023-01-27 14:38:30 +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
Thomas NOËL 99bf0d0a51 filr_rest/django4: replaced ugettext calls with gettext* calls (#73664) 2023-01-23 10:38:20 +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
Frédéric Péters 2f832b30a6 misc: add specific icon for file storage connectors (#73560) 2023-01-18 16:08:58 +01:00
Emmanuel Cazenave 4bac9489de translation update 2023-01-18 15:57:42 +01:00
Emmanuel Cazenave a3755d4074 manager: improve unflatten info message (#73500)
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2023-01-18 15:54:00 +01:00
Emmanuel Cazenave ccaf89b344 translation update 2023-01-18 15:50:54 +01:00
Emmanuel Cazenave 7c592b3215 cmis: put in file storage category (#73558)
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 15:24:02 +01:00
Emmanuel Cazenave bb3c4b29a4 filr: change verbose name (#73557)
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-18 14:59:06 +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
Emmanuel Cazenave a1600961af api_entreprise: standardize error handling (#72961) 2023-01-17 11:18:25 +01:00
Serghei Mihai 56dd83c347 misc: make connectors endpoints togglable (#72600)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
gitea-wip/passerelle/pipeline/head Build started... Details
2023-01-16 15:48:00 +01:00
Thomas NOËL 13e0573e5b translations update 2023-01-15 16:03:30 +01:00
Lauréline Guérin 63cb29a760
caluire-axel: fix schema for apply_changes endpoint (#73413)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
2023-01-14 09:18:47 +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 4ec5a74d3e toulouse-maelis: change RL1 address in functests (#73156)
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
2023-01-13 13:17:45 +01:00
Nicolas Roche 4903e52055 toulouse-maelis: defer insurance end contract in functests (#72881) 2023-01-13 13:17:45 +01:00