concrete-datastore icon indicating copy to clipboard operation
concrete-datastore copied to clipboard

A Highly Versatile REST Datastore built on top of Django

Results 27 concrete-datastore issues
Sort by recently updated
recently updated
newest added

The following parts are missing in the official documentation: - API error codes for the `400 BAD REQUEST` responses - stats endpoint with the use of `timestamp_start` and `timestamp_end`

enhancement

In some browsers like chrome, when attemting to login with the MFA enabled, chrome autocompletes the field password with the password stored. this field should disable the autocompletion

A new endpoint `/datamodel` should be added to load the datamodel of the application in JSON format.

We have to check with the date format .. if there exists another way with i18n

`export` endpoint should be able to accept the queryparam `?lang=` with the value of the language desired for the export (for example `fr`). If this queryparam exists, the following should...

missing parts in README: - Running a postgres Docker instance should specify the batabase name, the user name and the user password (the default values are in `/development/settings.py` in `DATABASES`):...

In order to avoid mid-air edit collisions, `GET` responses on an instance should include an `ETag` header with as value the `last_modification_date` of this instance. When attempting a `PATCH` request...

enhancement