Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependancies #387

Merged
merged 18 commits into from
Feb 1, 2024
Merged

Update dependancies #387

merged 18 commits into from
Feb 1, 2024

Conversation

Mikoteko
Copy link
Collaborator

@Mikoteko Mikoteko commented Feb 1, 2024

No description provided.

@Mikoteko Mikoteko self-assigned this Feb 1, 2024
objectTransformer: require('../workspaceComponentInitialize/objectTransformer.js'),
googleGetJson: require('../workspaceComponentInitialize/googleGetJson.js'),
simpleAgregator: require('../workspaceComponentInitialize/simpleAgregator.js'),
googleGeoLocaliser: require('../workspaceComponentInitialize/googleGeoLocaliser.js'),
cacheNosql: require('../workspaceComponentInitialize/cacheNosql.js'),
gouvFrInverseGeo: require('../workspaceComponentInitialize/gouvFrInverseGeo.js'),
restApiGet: require('../workspaceComponentInitialize/restApiGet.js'),
// restApiGet: require('../workspaceComponentInitialize/restApiPost.js'),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

il y a encore peut être des workflow qui exploitent ce nom de composant

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

est-ce qu'il ne faudrait pas le remettre dans le fichier de configuration également ?

@@ -67,7 +70,7 @@ module.exports = {
initialise: function (router, unSafeRouteur,engineTracer) {
// console.log('initialise')
this.restApiPost.initialise(unSafeRouteur,engineTracer) // NO SECURE CHANGE ROUTER
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

je pense qu'il faut initialiser httpProvider maintenant pour préparer la suppression de restApiPost

@@ -1,7 +1,7 @@
'use strict';
class SftpConsumer {
constructor () {
this.type = 'sftp consumer'
this.type = 'HTTP file consumer'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

non, c'est vraiment fait pour du FTP qui n'est pas du HTTP

@simonLouvet simonLouvet merged commit ca8ab0c into master Feb 1, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants