Quantcast
Browsing all 64 articles
Browse latest View live

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

meicl opened issue gitea/terraform-provider-gitea#60

Describe the bugHello! I see, that provider doesn't work with state. It doesn't see the resource and tries to create resources again, after creating it.To ReproduceSteps to reproduce the...

View Article

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

New release?Also interested in this

View Article


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

New release?@techknowlogick perhaps?

View Article

tobiasbp opened issue gitea/terraform-provider-gitea#31

Currently, the provider is built with SDKv2, however Hashicorp recommends that providers be built with the Terraform Plugin Framework.Hashicorp describes the benefits of using the Terraform Plugin...

View Article

lerentis commented on issue gitea/terraform-provider-gitea#31

Migrate to Terraform Plugin FrameworkReading this it is rather a long term thing right? The sdkv2 will continue to be supported until there is at least a terraform v2 but this is not even in planning...

View Article


tobiasbp commented on issue gitea/terraform-provider-gitea#30

Unable to delete a user who is a member of a teamI have set up a test example.TF code:resource "gitea_org" "team_test" { name = "team_test"}resource "gitea_user" "team_test" { count = 2 email =...

View Article


tobiasbp commented on issue gitea/terraform-provider-gitea#31

Migrate to Terraform Plugin FrameworkYes, I agree. This is not urgent, but will eventually need to be done.

View Article

tobiasbp opened issue gitea/terraform-provider-gitea#32

Describe the bugThe token example shows how to create a token for a user. However, that is not theresult of running the example. The token will created for the user defined in var.gitea_user, not...

View Article

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

This PR adds the ability to set scopes for tokens (they can not be used for much without). Removed the username from the token resource as the owner can not be configured, as it will be owned by the...

View Article

tobiasbp opened issue gitea/terraform-provider-gitea#34

UPDATEI realize the issue is that orgs and users can not have the same name by design. The URLs would conflict:gitea.org/<user>gitea.org/<org>However, it would be nice with more intuitive...

View Article


tobiasbp closed issue gitea/terraform-provider-gitea#34

Conflict between org 'name' and user 'username'

View Article

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

This PR recreates a team resource whenever the list of team members change.This change is needed, as the deletion of a user who has a team membership will fail otherwise. This is because the user can...

View Article


tobiasbp commented on issue gitea/terraform-provider-gitea#6

Provider crashes if protocol is omitted from base URLI can not recreate this issue with Gitea 1.20.5. If not specifying the protocol in the gitea url, I get:Error: Get...

View Article

tobiasbp commented on pull request gitea/terraform-provider-gitea#33

add-scope-to-tokenI don't think I can do anything about the failed check. It looks to me like it is not related to my changes?

View Article


Lunny Xiao commented on issue gitea/terraform-provider-gitea#30

Unable to delete a user who is a member of a teamMaybe purge the user with admin API?

View Article

tobiasbp commented on issue gitea/terraform-provider-gitea#30

Unable to delete a user who is a member of a teamMaybe purge the user with admin API?Are you suggesting a change to this line? It looks…

View Article

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

This PR adds two new resources, gitea_team_membership& gitea_team_members, in an attempt to decouple gitea_team resources from team memberships. This facilitates the removal of members from teams...

View Article
Browsing all 64 articles
Browse latest View live