Quantcast
Channel: Feed of "gitea/terraform-provider-gitea"
Browsing all 48 articles
Browse latest View live
↧

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 Article


tobiasbp 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 Article

tobiasbp created pull request gitea/terraform-provider-gitea#39

39#Add retries when db deadlock is encountered when deleting repos and team memberships#

View Article

tobiasbp closed pull request gitea/terraform-provider-gitea#39

Add retries when db deadlock is encountered when deleting repos and team memberships

View Article

dmaes 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 Article


sgabenov 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 Article

MaoChhaya 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 Article

rjhaverkamp 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 Article


senare 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 Article


senare 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 Article

senare closed issue gitea/terraform-provider-gitea#58

Support permission for packages

View Article

senare commented on issue gitea/terraform-provider-gitea#58

Support permission for packagesSry, duplicate

View Article

senare commented on issue gitea/terraform-provider-gitea#41

New release?Second this, any chance of a new release ?

View Article


venc0r created pull request gitea/terraform-provider-gitea#69

69#feat: add authorization header for webhooks#

View Article

venc0r commented on issue gitea/terraform-provider-gitea#26

Configuring branch protectionI will work on this.

View Article


venc0r created pull request gitea/terraform-provider-gitea#72

added terraform tests for the resource

View Article

venc0r commented on issue gitea/terraform-provider-gitea#26

Configuring branch protectionopened a pr on this #72

View Article


venc0r 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 Article

venc0r 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 Article

venc0r 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
Browsing all 48 articles
Browse latest View live