Matthew Elwell

Results 350 comments of Matthew Elwell

@kyle-ssg you can use the uffizzi environment to develop against here but you won't be able to alter the value of the `feature_history_visibility_days` attribute that is now returned on the...

@gagantrivedi I've responded to your questions and implemented a change for one of them. I also had to make a change that I thought about in my own head after...

In testing this, I've created #4588 but I think it's unrelated to this issue as I can reproduce it in current production when change requests and versioning is enabled.

This is actually a bit messy to solve since it will break the webhook schema. As you can see [here](https://github.com/Flagsmith/flagsmith/blob/main/api/edge_api/identities/tasks.py#L46), we are currently always sending the email of the user...

Closing this in favour of #4555 (which is linked correctly to the issue in Sentry).

@gagantrivedi can you confirm if this is expected behaviour or not?

@novakzaballa the example you have given in the description is not valid. The permission for deleting features is the `DELETE_FEATURE` at the project level. I'm going to close this issue...

I've looked into this, and the underlying cause is that there are 2 change_sets for the change request, one that is deleted and one that is not. These 2 are...