Commit graph

41 commits

Author SHA1 Message Date
Samsondeen
0217dd2b2a
Revert "temporarily require manager approval for go.mod changes" (#37694) 2025-09-29 14:58:13 +02:00
Tommy O'Keefe
aa5c8d56dd temporarily require manager approval for go.mod changes 2025-09-14 15:13:05 -04:00
Radek Simko
6d11e670c1
website: (Re)Move markdown documentation (#37417)
* website: (Re)Move markdown documentation

* make: remove website targets

* gitignore: remove website paths

* CODEOWNERS: remove website paths

* gh/ISSUE_TEMPLATE: Direct folks to unified repo for docs

* Readme: Update link to docs

* Update refs to website folder

* Re-add Readme.md with a warning and link to the unified repo
2025-08-11 11:25:18 +02:00
Sarah French
5fcc45123e
Update CODEOWNERS (#36945) 2025-04-30 15:33:26 +01:00
Ravi Prakash Bharti
804e970211
Added Terraform backend implementation for OCI Object Storage (#36872)
* Added Terraform backend implementation for OCI Object Storage

* Update website/docs/language/backend/oci.mdx

updated suggestion

Co-authored-by: Sarah French <15078782+SarahFrench@users.noreply.github.com>

* Update website/docs/language/backend/oci.mdx

Added suggestion

Co-authored-by: Sarah French <15078782+SarahFrench@users.noreply.github.com>

* Update website/docs/language/backend/oci.mdx

added suggestions

Co-authored-by: Sarah French <15078782+SarahFrench@users.noreply.github.com>

* Addressed  feedback for variable prefix, documentation, prepareConfig

* removed additional logs

* Removed md5hash seperate file

* Fix doc

* go.mod

* Added mandatory Unit test for oci backend

* run go mod tidy and added test for TestBackendStateLocksInWS and TestBackendStateForceUnlockInWS

* moved changelog to v1.12.0

* Addressed feedback_April_16 removed global log, Added tests and codeowner

* mod file

* Update CODEOWNERS

Co-authored-by: Radek Simko <radeksimko@users.noreply.github.com>

* Addressed feedbach april 17th

* mock env var and unset region for InstancePrincipal

* syncdeps fix

* goimports fix

* Update internal/backend/remote-state/oci/backend_test.go

Co-authored-by: Radek Simko <radeksimko@users.noreply.github.com>

---------

Co-authored-by: Sarah French <15078782+SarahFrench@users.noreply.github.com>
Co-authored-by: Radek Simko <radeksimko@users.noreply.github.com>
2025-04-22 09:38:18 +01:00
Radek Simko
c161997dbf
CODEOWNERS: Set tf-core-cloud as owner of Cloud backend (#36876)
* CODEOWNERS: Set tf-core-cloud as owner of Cloud backend

* add Core team as co-owner
2025-04-15 10:47:13 +01:00
Nara Kasbergen Kwon
bd7e3cf419
Make backend maintainers co-owners of their docs pages (#36494) 2025-02-13 09:53:28 +00:00
Rose M Koron
2ce5fcaa38
Add terraform education to the docs and README (#36452) 2025-02-07 10:03:52 +01:00
Judith Malnick
526a4e0de8
Remove web team from CODEOWNERS for content directories (#36399)
* let the web presence team approve PRs to the website directory

* Remove web team from CODEOWNERS for content directories
2025-01-30 23:00:28 +00:00
Judith Malnick
e90dbfdd5c
let the web presence team approve PRs to the website directory (#36182) 2024-12-10 14:40:08 -08:00
Nara Kasbergen Kwon
dda25d1bd6
github: Update CODEOWNERS (#36000) 2024-11-14 16:26:31 +01:00
Nara Kasbergen Kwon
2ac7af3d67
github: Update CODEOWNERS (#35988)
Make the Education team (shared) codeowners of the docs on the website so that they can approve docs-only PRs as well. We don't need to be gatekeepers for those kinds of changes.
2024-11-12 15:19:27 +01:00
Daniel Schmidt
d807863ce5
update codeowners so that each file at least assigns the core team 2024-11-08 10:46:14 +01:00
Martin Atkins
eecbfbf2cc CODEOWNERS: gcs backend is maintained by team tf-eco-hybrid-cloud
The folks involved asked for us to use this broader GitHub team so that
it's easier to maintain both this and the kubernetes backend collectively.
2024-03-15 10:40:57 -07:00
Martin Atkins
d3c0092711 CODEOWNERS: kubernetes backend is maintained by tf-eco-hybrid-cloud
We're trying to standardize on using teams rather than individuals because
that way the membership will get managed automatically by other processes
rather than us having to maintain the sets directly in this file.

I asked internally and the answer was that this team best represents the
set of individuals who share responsibility for maintaining this backend.
2024-03-15 10:40:57 -07:00
Martin Atkins
2f1d26950e CODEOWNERS: No direct owner for go.sum files
These get updated only as a side-effect of changing a go.mod file, or else
our PR consistency checks would detect that and fail.

The Go toolchain includes in go.sum any module it needed to retrieve to
decide whether or not a module was relevant (whether there's a
specific-package-based indirect dependency) and so if a particular module
sees a go.sum update without an associated go.mod update then that means
that the change cannot possibly affect that module's behavior at runtime.
2024-03-15 10:40:57 -07:00
Martin Atkins
884b3854ee CODEOWNERS: remove terraform-ecosystem-strategic team
This team no longer exists, so is not a useful code owner.
2024-03-15 10:40:57 -07:00
Martin Atkins
df57e04a18 CODEOWNERS: Comment out entries that GitHub cannot use
GitHub considers any entry that cannot result in an automatic review
request to be invalid.

We want to retain them for human reference, but it's nice to have the file
be considered valid by GitHub so that we can more easily see if we
accidentally make it invalid again in future.
2024-03-15 10:40:57 -07:00
Martin Atkins
9446a35cc9 CODEOWNERS: Remove obsolete entries
These removed entries refer to paths that have already been deleted in
earlier commits. They no longer serve any purpose.
2024-03-15 10:40:57 -07:00
Martin Atkins
ebcb4447f5 CODEOWNERS: The Consul backend is unmaintained 2024-03-14 16:36:40 -07:00
Sarah French
a29fefbec7
Update codeowner of gcs backend to include Strategic Integrations team (#31848)
* Update codeowner of gcs backend to SI team

* Update CODEOWNERS of gcs backend
2022-09-27 21:38:52 +01:00
James Bardin
f418b9cd52 etcdv3 backend is unmaintained
There have been no responses from the codeowner for this backend, so
moving to Unmaintained status.
2021-07-20 13:59:08 -04:00
James Bardin
e59190bcb2 update CODEOWNERS paths 2021-05-18 12:12:08 -04:00
Petros Kolyvas
3ea5175feb Updating codeowners with our deprecated status for tool-specific provisioners 2020-09-29 14:19:56 -04:00
Rémi Lapeyre
0056882859
Add remilapeyre to CODEOWNERS 2020-08-19 14:25:19 +02:00
John Houston
23fb8f6d21 Add kubernetes backend
Co-authored-by: Dan Ramich <danold215@gmail.com>
2020-06-04 02:29:57 -04:00
Bruno Miguel Custódio
1bb292bcdb
Change my username.
Signed-off-by: Bruno Miguel Custódio <brunomcustodio@gmail.com>
2020-04-18 08:34:22 +01:00
Petros Kolyvas
a3dcda6ae5
tabs are hard 2020-04-01 15:32:47 -04:00
Petros Kolyvas
464a40b185 OCD spacing, formatting of Codeowners 2020-04-01 15:31:12 -04:00
Petros Kolyvas
ed9a2ea118 OCD spacing, formatting of Codeowners 2020-04-01 15:30:17 -04:00
Petros Kolyvas
9d097195a3
Fixing some minor formatting issues
They don't seem to be present on `localhost`
2020-04-01 15:28:50 -04:00
Petros Kolyvas
3725b4b3a0 Updated provisioners & added team-tf-core to http backend ownship, possibly in error. 2020-04-01 15:09:15 -04:00
Petros Kolyvas
700182dc7a Fixed etcdv3 maintainer and added provisioners 2020-03-31 16:13:50 -04:00
Petros Kolyvas
236b108cd8 Added etcdv3 maintainer 2020-03-27 16:43:49 -04:00
Petros Kolyvas
c434db158e Codeowners initial update 2020-03-27 10:08:59 -04:00
Pam Selle
ca26efc5af
Update CODEOWNERS 2020-03-10 14:10:38 -04:00
Pam Selle
7bd0071719
Update CODEOWNERS 2020-03-10 14:10:27 -04:00
Li Kexian
76e5b446ba
backend/cos: Add TencentCloud backend cos with lock (#22540)
* add TencentCloud COS backend for remote state

* add vendor of dependence

* fixed error not handle and remove default value for prefix argument

* get appid from TF_COS_APPID environment variables
2020-02-13 11:37:11 -05:00
Pam Selle
64aec0bb51 Remove core ownership, because don't want to default request review on all PRs 2020-02-03 16:48:58 -05:00
Pam Selle
a0e6a83931 Update codeowners file with real handles 2020-02-03 16:47:11 -05:00
Chris Doherty
9cfb8797ae First pass at adding CODEOWNERS to link remote-state backends with maintainers of the associated providers. 2019-02-11 15:52:19 -08:00