flowfuse icon indicating copy to clipboard operation
flowfuse copied to clipboard

Build bespoke, flexible, and resilient manufacturing low-code applications with FlowFuse and Node-RED

Results 443 flowfuse issues
Sort by recently updated
recently updated
newest added

fixes #3992 ## Description Adds the following api endpoints - /api/v1/applications/{id}/audit-log/export - /api/v1/projects/{id}/audit-log/export - /api/v1/teams/{id}/audit-log/export - /api/v1/admin/{id}/audit-log/export All output CSV similar to ``` id,event,body,scope,trigger,createdAt pqGOpkz15V,project.deleted,"{\"team\":{\"id\":\"32E4NEO5pY\",\"name\":\"Development\",\"slug\":\"development\",\"type\":null},\"project\":{\"id\":\"33d85d33-9ad0-403d-bd65-67e622122567\",\"name\":\"last\"}}","{\"id\":\"32E4NEO5pY\",\"type\":\"team\"}","{\"id\":\"DMpxaBOzEv\",\"type\":\"user\",\"name\":\"alice\"}","Fri Aug 02 2024 11:19:51 GMT+0100...

closes #4337 NOTE: This PR can be reviewed and approved independently of the API PR #4336 but to keep the API PR slim and easier to review, I would recommend...

closes #4345 NOTE: This can be reviewed and approved independency of the other PRs in the parent issue but I would recommend this is not merged until both #4336 and...

### Description Currently it is possible to monitor the underlying modules and dependencies on a single instance level. It would be helpful to monitor this at the Application and Team...

feature-request
epic
headline

Once #4336 is merged we should look to replace the old code for assigning and unassigning devices originally embedded within in the API route to use the new bulk method...

### Acceptance Criterial ### Bulk Assigning Devices to an Application 1. Select the devices you want to assign and open the **Actions** dropdown menu adjacent to the **Add Device** button....

closes #4335 ## Description Adds backend API route for team devices bulk update: * `test/unit/forge/routes/api/teamDevices_spec.js` * Method: `PUT` * URI: `/api/v1/teams/:teamId/devices/bulk` The route was debated in design phase in the...

### Description May be some overlap with #3839 This Epic is to capture hurdles and areas for improvement for the onboarding process for FlowFuse Self-Hosted. ### Review As part of...

epic
headline

### Description Removing devices from the application should prompt a warning or ask for user confirmation, as the user will lose all their previously done work if they remove the...

feature-request
needs-triage
area:frontend