Jian Yuan Lee

Results 25 comments of Jian Yuan Lee

I managed to upgrade to SQLAlchemy 1.4 and convert endpoints to asyncio in https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/359. Unfortunately, I couldn't get Celery to work nicely with asyncio yet. https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/359

@taj-p First of all, thank you for your contribution! They have been excellent! For this functionality, I personally prefer the project team membership to be its own resource. [Here is...

Thank you for your contribution, @taj-p! I plan to add some tweaks before creating a new release. I'll take over from here.

I prefer to have a new resource for this. i.e. `sentry_project_team`. Example usage: ```terraform resource "sentry_project" "default" { organization = "my-organization" team = "my-team" name = "web-app" } resource "sentry_project_team"...

> Are there any plans for implementing this, is there a reason this has been open for so long or is it just about capacity/priority? Are you open to pull...

@CameronHall It's a good start! I'd like to rename a few variables, tidy up the code to make it consistent and add additional tests before releasing it. I'll take over...

@iarlyy Sentry APIs indeed add default values if they are not provided on creation. Could you adjust your manifest to match what is being removed? Your manifest should look like...

@mced It's a bit tricky at the moment as we're using an internal API that could break at any time. The issue is that the API has a mixture of...

They seemed to store the complete list here: 1. https://github.com/getsentry/sentry/blob/master/src/sentry/utils/platform_categories.py 2. https://github.com/getsentry/sentry/blob/master/static/app/data/platformCategories.tsx It seems that we can do a POST to `https://sentry.io/api/0/teams/terraform-provider-sentry/operations/projects/` with the name hardcoded to blank to avoid...