You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: revert to setTimeout when requestIdleCallback is not available (#……625)
* fix: revert to setTimeout when requestIdleCallback is not available
* chore: bump version
feat: optimize backend account deletes (#618)
* feat: soft delete service accounts and tokens
* feat: add the deleted_at field to the service account type
* fix: filter out deleted service accounts
* feat: query deletedAt field for service accounts and tokens in log data
* feat: display the deleted state of an account or token, misc improvements to log display
* chore: regenerated graphql schema and types
* fix: make sure soft delete cascades from account to tokens
* fix: log detail rendering for deleted account and tokens
* fix: ensure link to secret appears on new line
* fix: use standard avatar for service accounts in log filter menu
* fix: remove brackets from token name
* chore: bump version
fix: billing permissions (#607)
* fix: add more context to error toast for init checkout errors
* fix: add client-side permission check and empty state for cloud upgrade
* feat: add billing permissions to Manager role
* fix: create app permissions
* chore: bump version