Emilie P

Results 37 issues of Emilie P

When I want to create an HTTP provider component and use it, after entering the api key and testing the component, the message "content-type have to be set" appears. It...

When I want to get the length of an array in the Transform Component : ```js http-datasource { body-length : ={$.http-datasource.body}.length } http-api { body-length : ={$.http-api.body}.length } ``` It...

![image](https://github.com/assemblee-virtuelle/Semantic-Bus/assets/63355855/18f7072e-31f5-468a-9cd9-090bfa09a9ae) The regex should response with something other than an array with an empty array inside of it....

bug

Trying to read .gz files in the http consumer component, makes the bus crash

bug

After an npm audit fix, we need to check if the packages are ok and change the parts of the tests that aren't working anymore

bug
dependencies

When an account has been created with google (for example with [email protected]) with the basic interface of account creation and we want to connect ourselves with the "connect with google"...

We cannot import files of the owl, rdf or ttl type. The packages in the rdf_traitment.js are obsolete, we need to replace the packages rdf-parser-rdfxml, jsonld-streaming-parser etc. Commented lines in...

bug

![image](https://github.com/assemblee-virtuelle/Semantic-Bus/assets/63355855/392dec60-fc8a-4284-bb65-5e660354e7f0) We need to remove the possibility of changing the bus' engine version in grappe.io (in the menu and in the components ?)

bug

![image](https://github.com/assemblee-virtuelle/Semantic-Bus/assets/63355855/f2d6e3d7-e202-4fb2-88d9-130e8fec194d) In login.tag, we check if the password contains 6 letters to tell the user about it, but we don't check if it matches the password 's regex pattern in...

bug

Example of links sent for password reset : (additional problem linked to the update of the securemailmodel class ???) http://localhost/ihm/login.html#forgot_password/changePassword?code=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MDMyNTY2MTAsImlhdCI6MTcwMzI1NjAxMCwiaXNzIjoiZW1pbGllcGFjaGVjb0B5YWhvby5jb20iLCJzdWJqZWN0IjoicmVjb3ZlcnlfcGFzc3dvcmQifQ.DYMMQrIEefGB3qLY9NEzukpdTuBWaU0NJh42dXcmIpU&mail=emiliepacheco%40yahoo.com Link to check your account : http://localhost/data/auth/secure?code=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MDQ0NjU2MDMsImlhdCI6MTcwMzI1NjAwMywiaXNzIjoiZW1pbGllcGFjaGVjb0B5YWhvby5jb20iLCJzdWJqZWN0IjoidmVyaWZ5In0.SLoSrw-zDCjaf_ae8uo2CnSaGWN6Mog29pDDOmw9cpM&mail=emiliepacheco%40yahoo.com Both of them...

bug