Dawn Pattison

Results 26 comments of Dawn Pattison

We can now modify wikis via the API @aerval @betatim You might find these links helpful: [Creating a wiki for a project](https://developer.osf.io/#operation/nodes_wikis_list_create) [Updating a wiki](https://developer.osf.io/#operation/wiki_versions_create) [Viewing the contents of a...

@seanpreston do you know what we did in Fidesops for this? I guess I don't really understand how we fundamentally ran tests over there.

Ah OK, tracing it through - `api_client` uses FastAPI's [TestClient](https://fastapi.tiangolo.com/tutorial/testing/) and we pass the fidesops application to it - when an endpoint is hit in the test, `get_db` is injected...

My main motivation was having a separate application and test database! Getting rid of test mode I thought was just a means to that end, to help unify the ctl...

my fault @brianjgeiger, John asked me the limit and I said 2K because that's about my tolerance for double-checking changes like this - we can go smaller though!

thanks @cslzchen, I'll take a look at this. Especially happy about the useful docstrings -

Yes we use Celery, the latest round makes it so you don't have to run a separate worker by default , it runs in a subprocess https://github.com/ethyca/fides/pull/1552, although you can...

This would also be handy for https://github.com/ethyca/fidesops/issues/1265