You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add build coverage regex
* fmt
* modify data source and tests
* modify doc
* fmt
* Feature (#1)
* Fix documentation to show up on terraform registry
* update reference to `master` branch to `main`
Tested to confirm that it does create a `main` branch by default
* Add support for importing Pipeline Schedules and Triggers
* Also wait for import_status when a project template is configured
Signed-off-by: Sune Keller <[email protected]>
* Update dependencies
Signed-off-by: Julien Pivotto <[email protected]>
* Add most Premium features for gitlab_branch_protection (#556)
* Rebase and update go.mod
Signed-off-by: Sune Keller <[email protected]>
* Add most Premium features for gitlab_branch_protection
Signed-off-by: Sune Keller <[email protected]>
* Re-work modified schema for gitlab_branch_protection, and update docs
Signed-off-by: Sune Keller <[email protected]>
* Accommodate to name changes from library maintainer
Signed-off-by: Sune Keller <[email protected]>
* Remove invalid check for CE
Signed-off-by: Sune Keller <[email protected]>
* Revert back how merge_access_level and push_access_level are created
Signed-off-by: Sune Keller <[email protected]>
* Simplify expansion of arguments
Signed-off-by: Sune Keller <[email protected]>
* Remove several obsolete functions and make acceptance tests independent of implementation functions
Signed-off-by: Sune Keller <[email protected]>
* fix: update default_branch to "main" for gitlab_project tests
* chore: add error handling to resourceGitlabProjectSetToState
* Documentation improvements (#642)
* Documentation improvements
* More Markdown lint fixes
* Add golangci-lint to the pipeline
Fixes #361
* Add protected_branch_ids to gitlab_project_approval_rule (#542)
Signed-off-by: Sune Keller <[email protected]>
* chore: remove incomplete gitlab_project_repository_file resource (#650)
This file was part of #556 but did not include a test, docs, or an entry in gitlab/provider.go, so we are removing it until it can be completed.
* golangci-lint: exclude ResourceData.Set (#652)
The common case when using this method is to ignore the error return. This is because the Terraform test framework checks these errors for primitive types for us.
* CI: Add tfproviderlint workflow
* Ignore preexisting tfproviderlint issues
* chore: run golangci-lint for pull requests and annotate failing checks so we can fix them individually (#658)
* chore: fix markdown linter errors in branch_protection.md (#656)
* modify
Co-authored-by: Denis Doria <[email protected]>
Co-authored-by: Daniel Hill <[email protected]>
Co-authored-by: Patrick Decat <[email protected]>
Co-authored-by: Sune Keller <[email protected]>
Co-authored-by: Julien Pivotto <[email protected]>
Co-authored-by: Matt Kasa <[email protected]>
Co-authored-by: Mikhail Mazurskiy <[email protected]>
Co-authored-by: Willian Paixao <[email protected]>
Co-authored-by: Matt Kasa <[email protected]>
Co-authored-by: Adam Snyder <[email protected]>
Co-authored-by: Adam Snyder <[email protected]>
Co-authored-by: Denis Doria <[email protected]>
Co-authored-by: Daniel Hill <[email protected]>
Co-authored-by: Patrick Decat <[email protected]>
Co-authored-by: Sune Keller <[email protected]>
Co-authored-by: Julien Pivotto <[email protected]>
Co-authored-by: Matt Kasa <[email protected]>
Co-authored-by: Mikhail Mazurskiy <[email protected]>
Co-authored-by: Willian Paixao <[email protected]>
Co-authored-by: Matt Kasa <[email protected]>
Co-authored-by: Adam Snyder <[email protected]>
Co-authored-by: Adam Snyder <[email protected]>
0 commit comments