Caitlin Henry

Results 13 issues of Caitlin Henry

### Summary Instead of running `rubocop` as a step in the Codeship CI pipeline, we will use GitHub Actions to perform our rubocop check on changed files only. We will...

### Summary Main feature branch for Mappings Manager for Upload Integrations Feature > I assign all rights, including copyright, to any future Dradis > work by myself to Security Roots....

### Summary When uploading a kit, note/methodology/project templates that have the same file name as an existing template will overwrite the existing one. We don't want templates to be overwritten,...

### Summary Remove turbolinks and use turbo-rails instead - Remove turbolinks from Gemfile - Add turbo-rails to Gemfile - Replace turbolinks namespaces with turbo - Include turbo with Importmaps >...

### Summary Temporarily disable Heroku one click while we look into the source of the errors > I assign all rights, including copyright, to any future Dradis > work by...

### Summary Upgrade Rails to 7.2: - Use named arguments in `serialize:` calls - Wrap `active_record.yaml_column_permitted_classes` in an `after_initialize` block - Update `config.action_dispatch.show_exceptions` to use new `:none` value > I...

### Summary After merging nodes, screenshots in the Evidence content are left pointing to the old node. The attachments are copied over but the links are not updated. This means...

### Summary Users have said that they'd like the option to deactivate QA functionality altogether, because some teams don't use it and it has added extra clicks on export. We...

### Summary After merging nodes, - The issues#index table cache doesn't update because we are not including `:affected` in the cache keys. This leads to broken nodes#show links in the...

### Summary After laying the groundwork for webhooks, we updated [ActivityService](https://github.com/secroots/dradis-pro/blob/develop/app/services/activity_service.rb) to subscribe to activities by namespace and use instrumentation to publish the activities We want to update our current...