Pedro Crespo-Valero

Results 102 issues of Pedro Crespo-Valero

## What do these changes do? This PR removes "_httpx client capture_" mechanism from `api-server` and moves it as fixtures to `pytest_simcore.httpx_calls_capture` plugin. "_httpx client capture_ " is a technique...

t:maintenance
a:apiserver

- [x] PATCH /projects - [x] review api and models - [x] fastapi patch - [ ] ws for events: notifies changes - [ ] review ws - [ ]...

t:enhancement

- We aim to **Auto generate** mock captures using `pytest` CLI and a `local` deploy - PROS: - we enforce user to create the test first +++ - avoid capture...

t:maintenance

## What do these changes do? Exposes implemented studies entrypoints in the api-server in `v0.6`. - `api-server` version: 0.5.1 → 0.6.0 - Exposes implemented `/studies/*` entrypoints so @wvangeit can start...

a:apiserver

@sanderegg Let me answer with a question, why does the webserver needs access to this network? Or any of the other services. AFAIK none of the interactive services should have...

t:maintenance

## What do these changes do? Implements custom metadata entrypoint for study jobs - `get_study_job_custom_metadata` as `GET/{study_id}/jobs/{job_id}/metadata` - `replace_study_job_custom_metadata` as `PUT /{study_id}/jobs/{job_id}/metadata` It essentially reuses the implementation of the solver...

a:apiserver

## What do these changes do? This PR enhances _aiohttp api errors_ and specifically those resulting from an unhandled exception. These changes were motivated by experiencing how some unhandled exceptions...

a:webserver
t:maintenance

## What do these changes do? - Handles timeout - Creates a single instance of paginator - Overcall cleanup of files while analysing the code ## Related issue/s - Problem...

a:storage
t:maintenance

## What do these changes do? TIP: SEE https://github.com/tiangolo/fastapi/blob/master/fastapi/_compat.py approach. Do not keep backwards compatibility but we can keep some of the adapters - [ ] aws-library - [ ]...

t:maintenance
a:models-library

## What do these changes do? api server error handling ## Related issue/s ## How to test ## Dev Checklist - [ ] No ENV changes or I properly updated...

a:apiserver