adminjs-sequelizejs
adminjs-sequelizejs copied to clipboard
Sequelizejs adapter for AdminBro
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Hello there! I'm using adminJS together with sequelize, and I have to say, thanks for saving me from tedious admin code! :heart: I have a `country` table with a `countryCode`...
Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...
There are too many tests failing randomly due to mocha's async function resolution errors even though these functions work.
Passing a string like `Amazon.com` gets escaped to `Amazon\.com`. I'm using `mssql`. https://github.com/SoftwareBrothers/admin-bro-sequelizejs/blob/master/src/utils/convert-filter.js#L13
related to https://github.com/SoftwareBrothers/adminjs/pull/1750
When an attribute is an string and you want to filter using an uuid that is supposed to be contained in this attribute, https://github.com/SoftwareBrothers/adminjs-sequelizejs/blob/master/src/utils/convert-filter.ts#L18 it uses an exact match, instead...