backends icon indicating copy to clipboard operation
backends copied to clipboard

[DEPRECATED] moved to https://github.com/republik/plattform monorepo for republik, publikator and assets backends based on NodeJS providing the GraphQL API used to power republik.ch.

Results 15 backends issues
Sort by recently updated
recently updated
newest added

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Would be awesome to refactor [comments.js](https://github.com/orbiting/backends/blob/98be9d1dc92c19b3126567f705fae4f361373275/packages/discussions/graphql/resolvers/Discussion/comments.js), so that: - code to assemble comments tree is easier to understand and more readable - filtering of comments is done earlier and not...

enhancement

## Bug Report Hi, I just wanted to play with Publikator on my local machine. I tried to install the backend, but unfortunately an error occurred. I followed the instructions...

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 3.1.1. Release notes Sourced from node-fetch's releases. v3.1.1 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

This Pull Request adds an additional scheduler to send payment reminders at 10pm. (Other schedulers send reminders at 4am and 12pm.) To send payment reminders, all payment need to be...

[**⚠️ Elasticsearch 8.x no longer supports specifying types in requests.**](https://www.elastic.co/guide/en/elasticsearch/reference/current/removal-of-types.html) As of June 10, 2021, backends supports ElasticSearch 6. Deprecation notices related to impending types removal: - [ ] Specifying...

enhancement

Replacing `WHERE ARRAY[id] = ARRAY[a, b, c]` with `WHERE id = ANY(VALUES(a), (b), (c))` [might improve query performance](https://www.datadoghq.com/blog/100x-faster-postgres-performance-by-changing-1-line/) as it leverages primary key lookup. ``` EXPLAIN SELECT c.id FROM credentials...

enhancement

Publishing a document will download audio file an determine it's duration. Information could be stored in document meta while committing.

enhancement

Env variable `SUPPRESS_READING_MINUTES` sets which documents won't return estimated reading minutes. It can be a path, a series title or format repo ID. Move settings to meta section on document.

enhancement

As of now, the `userId` of an answer can not be modified due to the following PG trigger: https://github.com/orbiting/backends/blob/d3907139f210774b6720d0f68a22ab46bb09df02/packages/voting/migrations/sqls/20190907043631-questionnaire-improvements-up.sql#L20-L26 A possible workarround could be this: https://github.com/orbiting/backends/commit/0ad0aca9e714c5c213694a426429d68baeafc199 As of now, I...

bug