ra-data-postgrest icon indicating copy to clipboard operation
ra-data-postgrest copied to clipboard

react admin client for postgREST

Results 24 ra-data-postgrest issues
Sort by recently updated
recently updated
newest added

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 4.8.4. Release notes Sourced from typescript's releases. TypeScript 4.8.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.4. Release notes Sourced from typescript's releases. TypeScript 5.4.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.11.2 to 6.12.0. Changelog Sourced from qs's changelog. 6.12.0 [New] parse/stringify: add decodeDotInKeys/encodeDotKeys options (#488) [New] parse: add duplicates option [New] parse/stringify: add allowEmptyArrays option to allow...

dependencies

Hi there, I have the following scenario, using version 2.0.0 alpha 3, referring to the just implemented #82. In many scenarios I need to filter out data by two columns...

enhancement

Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.7 to 5.0.8. Commits 0d83c12 5.0.8 88e632b drop eol node 14 f8c4b20 DOC: missing punctuation & some grammar fixes (#307) dc3ffe5 update tap, tshy, drop node 16...

dependencies

When manipulating multiple related resources in a single form (using ReferenceManyInput, ReferenceOneInput, etc.) the update function of the data provider gets called for every resource. When no fields of a...

bug

Bumps [qs](https://github.com/ljharb/qs) from 6.12.1 to 6.12.2. Changelog Sourced from qs's changelog. 6.12.2 [Fix] parse: parse encoded square brackets (#506) [readme] add CII best practices badge Commits d0dff11 v6.12.2 f0b8d03 [Dev...

dependencies

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.2 to 5.5.3. Release notes Sourced from typescript's releases. TypeScript 5.5.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.12 to 29.5.14. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=29.5.12&new-version=29.5.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hello. On one of our React-Admin pages, we have to filter a list on an enum field, keeping only rows whose value for this field is in a subset selected...