-
- [ ] Find out the libraries to start unit testing process
- [ ] Configure them for Nodejs and C# application
- [ ] Start adding test cases for API endpoints
-
In some settings, we only want to show the builds to users with access to the repos.
Is it possible to map the repo access control to the authenticated users?
If not, create a "private" mode whe…
-
Reported by @domdelorenzo, Verified by @maxgraziano
**Steps to reproduce:**
In development environment, using preloaded dataset.
1) Authenticate as admin user.
2) Create an UPDATE proposal…
-
## Goal
| User story |
|:---------------------------------------------------------------------------|
| As a Fleet user,
| I want `fleetd` to be able to persist important data between res…
-
On the /login route
Call the endpoint to login, and on success redcirect to homepage, also show a spinner in the button when lloading
can use this mock endpoint for testing
https://zj7ipg4ixun5mj77y6…
-
Unlike with other return types, conjure-go special cases `binary` endpoints to use the `ReadCloser` stream type rather than the default `[]byte`. Specifically, endpoints that return `binary` use `Read…
-
**Describe the bug**
on a typical round letta / memgpt server returns -->
data: [DONE_GEN]
data: {"id":"message-291c206c-2fe8-4328-b80f-13762b2e26a8","date":"2024-09-25T19:52:05+00:00","message_…
-
I need to be able to test my endpoint can handle say 5 simultaneous requests.
Does gofight + "*testing.B" make sense? I can't find an example. Or should I reach for another tool?
https://github…
-
It'd be great if there was documentation on how to directly query the adapter. If the horizontal pod autoscaler can't call the external endpoint and the external endpoint can't call the adapter it ca…
-
Example: current tests want to reach `/news` without and with params: `/news?lang=fr` and `/news?lang=grd` (this last one supposed to return an error)
But even with separated lines in the .json file …