tobiasbp commented on pull request gitea/terraform-provider-gitea#35
Recreate team resource on change to list of members. This allows a user to be deleted along with team membership(s).This PR will no longer be relevant if the following PR is accepted: #36
View Articletobiasbp commented on issue gitea/terraform-provider-gitea#30
Unable to delete a user who is a member of a teamPurging is not exposed in the API. One would have to implement it in the provider. Since that would change other objects without Terraform knowing about...
View Articletobiasbp created pull request gitea/terraform-provider-gitea#39
39#Add retries when db deadlock is encountered when deleting repos and team memberships#
View Articletobiasbp closed pull request gitea/terraform-provider-gitea#39
Add retries when db deadlock is encountered when deleting repos and team memberships
View Articledmaes opened issue gitea/terraform-provider-gitea#41
Is there any new release planned? I was very happy to see a repository_webhook resource, but cannot yet use it because it is not yet released.
View Articlesgabenov opened issue gitea/terraform-provider-gitea#47
Hello, would be nice if you can add terraform gitea provider Import function to all resources or data sources that have been created on Gitea instance.Also would be great to add this info into...
View ArticleMaoChhaya opened issue gitea/terraform-provider-gitea#48
I see that api create a team has the units_map. I think that is more flexible than using permission with units. We can assign repo unit with different permission."units_map": { "repo.code": "read",...
View Articlerjhaverkamp commented on issue gitea/terraform-provider-gitea#47
Add Terraform Import function to available resources@sgabenov it is not documented but most resources can be imported using the resource ID.The organization resource has this importer for example:...
View Articlesenare opened issue gitea/terraform-provider-gitea#57
Is your feature request related to a problem? Please describe.It would appear that currently version 3.0 there is no support to configure what if any permissions should be for upload packagesDescribe...
View Articlesenare opened issue gitea/terraform-provider-gitea#58
Is your feature request related to a problem? Please describe.It would appear that currently version 3.0 there is no support to configure what if any permissions should be for upload packagesDescribe...
View Articlesenare commented on issue gitea/terraform-provider-gitea#58
Support permission for packagesSry, duplicate
View Articlesenare commented on issue gitea/terraform-provider-gitea#41
New release?Second this, any chance of a new release ?
View Articlevenc0r created pull request gitea/terraform-provider-gitea#69
69#feat: add authorization header for webhooks#
View Articlevenc0r commented on issue gitea/terraform-provider-gitea#26
Configuring branch protectionI will work on this.
View Articlevenc0r created pull request gitea/terraform-provider-gitea#72
added terraform tests for the resource
View Articlevenc0r commented on issue gitea/terraform-provider-gitea#26
Configuring branch protectionopened a pr on this #72
View Articlevenc0r commented on pull request gitea/terraform-provider-gitea#72
feat: add branch_protection resourceIn my opionion the terraform validate should check the syntax of the examples. By running without any directory specified, it runs in the root dir, where no tf code...
View Articlevenc0r commented on pull request gitea/terraform-provider-gitea#72
feat: add branch_protection resourceThe terraform validate uses the released version of the provider not the code from the pr. I`m not sure about the purpose of this pipeline, it will never validate...
View Articlevenc0r opened issue gitea/terraform-provider-gitea#73
Describe the bugIf I change a webhook in gitea by hand, tf does not detect the configuration driftTo ReproduceCreate a webhookchange it in gitea itself (e.g. disable an active webhook)run tf...
View Article