SamuelPull

Results 20 comments of SamuelPull

When implementing longer polling interval/pagination/etc. keep in mind that some E2E tests depend on 5 second live update 🤐 Opening #1653 for "quick win", but I would like to keep...

@schoel-bis Thank you for bringing this to our attention, and for the ideas. Websockets are unfortunately of question, some partners can't use them. All users have now an option to...

@jzakotnik I'm sorry, did not see your question any sooner. ~~Yes please!~~ I'll use the auth proxy repo and we can move it here after it's somewhat tested.

Modify an existing script or create a new script to install npm libraries. ```bash for dir in */; do (cd "$dir" && npm i) done ```

{ "id": "1NV2FjlBawKKSSYFq0qbetZfkocwMQrsRwr3daaZn153Zl0gJl2g1NYex8lfe9N4", "displayName": "Developers", "users": ["mstein"] }, { "id":"2NV2FjlBawKKSSYFq0qbetZfkocwMQrsRwr3daaZn153Zl0gJl2g1NYex8lfe9N4", "displayName": "Testers", "users": ["mstein"] }, { "id":"3NV2FjlBawKKSSYFq0qbetZfkocwMQrsRwr3daaZn153Zl0gJl2g1NYex8lfe9N4", "displayName": "Jesters", "users": ["mstein"] }, { "id":"4NV2FjlBawKKSSYFq0qbetZfkocwMQrsRwr3daaZn153Zl0gJl2g1NYex8lfe9N4", "displayName":"QA", "users":["mstein"] }, { "id":"5NV2FjlBawKKSSYFq0qbetZfkocwMQrsRwr3daaZn153Zl0gJl2g1NYex8lfe9N4", "displayName":...

- [x] Add a new endpoint `/v2/project.list` - [x] Increment `apiVersion` - [x] we can probably implement pagination in the service layer, i.e. fetch all projects from cache/snapshot/chain as before,...

Writing a couple of ideas down: ## Remove cache - Reads without cache take a long time, I don't know if blockchain can handle too many IO requests ## Improve...

Closing, there is a duplicate issue https://github.com/openkfw/TruBudget/issues/1832

![TB with DB](https://github.com/openkfw/TruBudget/assets/26326794/c1025f5f-94f3-4b14-be0f-3c394945d7fa)