crud-service
crud-service copied to clipboard
A lightweight application to expose restful CRUD API over HTTP interface
Hi, with the version 6.5.2 and 7.0.2 I have the crud-service that at startup is returning this error and then restart. What could be the cause of this? ``` /home/node/app/node_modules/fastify/fastify.js:627...
**Description** When calling the `/export` endpoint with the `Accept` header set to `text/csv`, the CRUD Service returns a CSV that does not always include all columns specified in the `_p`...
## Feature Description An RFC from IETF has been around for sometime now proposing the QUERY method to help requests with complex queries overcome the HTTP headers limitations: https://www.ietf.org/archive/id/draft-ietf-httpbis-safe-method-w-body-02.html#name-introduction Since...
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.2.0. Release notes Sourced from eslint's releases. v9.2.0 Features 8485d76 feat: no-case-declarations add suggestions (#18388) (Josh Goldberg ✨) a498f35 feat: update Unicode letter detection in...
## Feature Description Insert a batch of documents, skipping duplicates (on unique indexes, i.e. E11000 duplicate key error). ## Desired solution Expose `ordered` option on POST /bulk endpoints. Default value...
**Description** When calling the `GET /-/schemas` endpoint, if the `Accept` request header is set to `*/*` (the default value in Postman), the endpoint returns a `400: Bad Request` with the...
## Feature Description Working with the CRUD Service, we noticed that all the values included in request body are casted to the relative type, accordingly to the JSON Schema definition,...
Currently, the crud-service is using two configurations: * `COLLECTIONS_DEFINITION_FOLDER`: for the collections * `VIEWS_DEFINITION_FOLDER`: for the views When creating a view, the definition of it is splitted into the two...
## Feature Description Since the resolution of #224 (with PR #225 and #227) we have the new `MONGODB_MAX_IDLE_TIME_MS` env variable to set the `maxIdleTimeMs` MongoDB connection option. The current default...
## Feature Description Time series collections efficiently store sequences of measurements over a period of time. This could be useful for datasets managed by the crud service APIs that heavily...