Juan Antonio Osorio
Juan Antonio Osorio
# Summary ## Change Type ***Mark the type of change your PR introduces:*** - [ ] Bug fix (resolves an issue without affecting existing features) - [x] Feature (adds new...
This will allow the executor to leverage properties for filtering.
This does not remove the per-entity table reference, just adds the new reference to start the migration.
Each provider has different assumptions to name an interface within minder. The idea is to create a new provider interface that allows us to get unambiguous names based on the...
With the logic being migrated, this finally removes the references to other tables from the EEA.
This changes the EEA from the per-entities tables to use the central entities table reference for locking execution.
Properties are leveraged by many pieces of Minder, including providers. It should be considered a public API instead of being in our bloated `internal` package. The idea is to move...