Elijah Oyekunle

Results 8 issues of Elijah Oyekunle

What's up people, Great plugin! Love it! I'm probably the only one who enables the Play Count column in RB (need to keep track and stuff, you know?) Well, Repeat...

From the [Datadog API reference](https://docs.datadoghq.com/api#search-metrics): `The prefix host: is also supported for the query to seach over host names, but it is deprecated, use the host search endpoint instead.` This...

enhancement

`time_bucket` has `offset` and `origin` parameters which help with aligning timestamps in queries. There are no equivalents for the `time_bucket_gapfill` function, and I can't find a workaround. Are there plans...

gapfill
feature-request
time_bucket_gapfill

Major events in the system, e.g. Access Granted/Denied in the `PermissionsVoter` etc should be made to emit events which can then be listened to in other parts of the system.

enhancement

The default Symfony roles system supports role inheritance. Still exploring how to implement this, but in a database-backed implementation, we can have a `weight` column, and roles with higher weights...

enhancement

We can implement console command to carry out actions such as Create/Delete/Edit Roles, add permission to Role, revoke permission, add role to user etc.

enhancement

Currently, the bundle supports only Doctrine ORM mapping. Support for MongoDB and CouchDB should be added in a future release as well.

enhancement
good first issue

Currently, permissions are declared in a modular form, in _config/modules/*.yaml_ files. The basic idea for this is to clearly separate components for easy maintainability, since I developed this module while...

enhancement