Skip to content

Commit 55862a7

Browse files
authored
Rename playground to best-practices (#127)
1 parent 588498f commit 55862a7

File tree

2 files changed

+60
-60
lines changed

2 files changed

+60
-60
lines changed

terraform/production/repositories.tfvars

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repositories = {
3232
is_django_commons_repo = true
3333
}
3434

35-
"django-commons-playground" = {
35+
"best-practices" = {
3636
description = "A sample project with best practices for Django Commons projects."
3737
topics = ["template", "django", "python"]
3838
# People with GitHub admin repo permissions

terraform/tfstate.json

+59-59
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@
694694
"private": "eyJzY2hlbWFfdmVyc2lvbiI6IjEifQ=="
695695
},
696696
{
697-
"index_key": "django-commons-playground",
697+
"index_key": "best-practices",
698698
"schema_version": 1,
699699
"attributes": {
700700
"allow_auto_merge": false,
@@ -709,24 +709,24 @@
709709
"delete_branch_on_merge": true,
710710
"description": "A sample project with best practices for Django Commons projects.",
711711
"etag": "W/\"50374c21e34aa7bda8450fd944231e0cba5e451c2665ddb3280696bef7b4d5c4\"",
712-
"full_name": "django-commons/django-commons-playground",
713-
"git_clone_url": "git://github.com/django-commons/django-commons-playground.git",
712+
"full_name": "django-commons/best-practices",
713+
"git_clone_url": "git://github.com/django-commons/best-practices.git",
714714
"gitignore_template": null,
715715
"has_discussions": true,
716716
"has_downloads": true,
717717
"has_issues": true,
718718
"has_projects": true,
719719
"has_wiki": false,
720720
"homepage_url": "",
721-
"html_url": "https://github.com/django-commons/django-commons-playground",
722-
"http_clone_url": "https://github.com/django-commons/django-commons-playground.git",
723-
"id": "django-commons-playground",
721+
"html_url": "https://github.com/django-commons/best-practices",
722+
"http_clone_url": "https://github.com/django-commons/best-practices.git",
723+
"id": "best-practices",
724724
"ignore_vulnerability_alerts_during_read": null,
725725
"is_template": false,
726726
"license_template": null,
727727
"merge_commit_message": "PR_TITLE",
728728
"merge_commit_title": "MERGE_MESSAGE",
729-
"name": "django-commons-playground",
729+
"name": "best-practices",
730730
"node_id": "R_kgDOLkANrg",
731731
"pages": [],
732732
"primary_language": "Python",
@@ -749,8 +749,8 @@
749749
],
750750
"squash_merge_commit_message": "COMMIT_MESSAGES",
751751
"squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
752-
"ssh_clone_url": "[email protected]:django-commons/django-commons-playground.git",
753-
"svn_url": "https://github.com/django-commons/django-commons-playground",
752+
"ssh_clone_url": "[email protected]:django-commons/best-practices.git",
753+
"svn_url": "https://github.com/django-commons/best-practices",
754754
"template": [],
755755
"topics": [
756756
"django",
@@ -1274,28 +1274,28 @@
12741274
"provider": "provider[\"registry.terraform.io/integrations/github\"]",
12751275
"instances": [
12761276
{
1277-
"index_key": "django-commons-playground",
1277+
"index_key": "best-practices",
12781278
"schema_version": 0,
12791279
"attributes": {
1280-
"id": "django-commons-playground",
1280+
"id": "best-practices",
12811281
"invitation_ids": {},
1282-
"repository": "django-commons-playground",
1282+
"repository": "best-practices",
12831283
"team": [
12841284
{
12851285
"permission": "admin",
1286-
"team_id": "django-commons-playground-admins"
1286+
"team_id": "best-practices-admins"
12871287
},
12881288
{
12891289
"permission": "maintain",
1290-
"team_id": "django-commons-playground-committers"
1290+
"team_id": "best-practices-committers"
12911291
},
12921292
{
12931293
"permission": "pull",
12941294
"team_id": "security-team"
12951295
},
12961296
{
12971297
"permission": "triage",
1298-
"team_id": "django-commons-playground"
1298+
"team_id": "best-practices"
12991299
}
13001300
],
13011301
"user": []
@@ -1541,15 +1541,15 @@
15411541
"provider": "provider[\"registry.terraform.io/integrations/github\"]",
15421542
"instances": [
15431543
{
1544-
"index_key": "django-commons-playground",
1544+
"index_key": "best-practices",
15451545
"schema_version": 0,
15461546
"attributes": {
15471547
"can_admins_bypass": true,
15481548
"deployment_branch_policy": [],
15491549
"environment": "pypi",
1550-
"id": "django-commons-playground:pypi",
1550+
"id": "best-practices:pypi",
15511551
"prevent_self_review": false,
1552-
"repository": "django-commons-playground",
1552+
"repository": "best-practices",
15531553
"reviewers": [
15541554
{
15551555
"teams": [
@@ -1738,15 +1738,15 @@
17381738
"provider": "provider[\"registry.terraform.io/integrations/github\"]",
17391739
"instances": [
17401740
{
1741-
"index_key": "django-commons-playground",
1741+
"index_key": "best-practices",
17421742
"schema_version": 0,
17431743
"attributes": {
17441744
"can_admins_bypass": true,
17451745
"deployment_branch_policy": [],
17461746
"environment": "testpypi",
1747-
"id": "django-commons-playground:testpypi",
1747+
"id": "best-practices:testpypi",
17481748
"prevent_self_review": null,
1749-
"repository": "django-commons-playground",
1749+
"repository": "best-practices",
17501750
"reviewers": [],
17511751
"wait_timer": 0
17521752
},
@@ -1908,22 +1908,22 @@
19081908
"provider": "provider[\"registry.terraform.io/integrations/github\"]",
19091909
"instances": [
19101910
{
1911-
"index_key": "django-commons-playground",
1911+
"index_key": "best-practices",
19121912
"schema_version": 0,
19131913
"attributes": {
19141914
"create_default_maintainer": false,
1915-
"description": "Admin team for the django-commons-playground repository",
1915+
"description": "Admin team for the best-practices repository",
19161916
"etag": "W/\"6f9be4dd6a8735eca2df2fa08b75391d942190ba4a273dbc6521f31626d22a4c\"",
19171917
"id": "9757650",
19181918
"ldap_dn": "",
19191919
"members_count": 5,
1920-
"name": "django-commons-playground-admins",
1920+
"name": "best-practices-admins",
19211921
"node_id": "T_kwDOCaaRBM4AlOPS",
19221922
"parent_team_id": "9757678",
19231923
"parent_team_read_id": "9757678",
1924-
"parent_team_read_slug": "django-commons-playground",
1924+
"parent_team_read_slug": "best-practices",
19251925
"privacy": "closed",
1926-
"slug": "django-commons-playground-admins"
1926+
"slug": "best-practices-admins"
19271927
},
19281928
"sensitive_attributes": [],
19291929
"private": "eyJzY2hlbWFfdmVyc2lvbiI6IjAifQ==",
@@ -2084,22 +2084,22 @@
20842084
"provider": "provider[\"registry.terraform.io/integrations/github\"]",
20852085
"instances": [
20862086
{
2087-
"index_key": "django-commons-playground",
2087+
"index_key": "best-practices",
20882088
"schema_version": 0,
20892089
"attributes": {
20902090
"create_default_maintainer": false,
2091-
"description": "Committers team for the django-commons-playground repository",
2091+
"description": "Committers team for the best-practices repository",
20922092
"etag": "W/\"591346b91ac69367466a0db922d88fb1830314f88185d953404396e65b596ae7\"",
20932093
"id": "9757668",
20942094
"ldap_dn": "",
20952095
"members_count": 1,
2096-
"name": "django-commons-playground-committers",
2096+
"name": "best-practices-committers",
20972097
"node_id": "T_kwDOCaaRBM4AlOPk",
20982098
"parent_team_id": "9757678",
20992099
"parent_team_read_id": "9757678",
2100-
"parent_team_read_slug": "django-commons-playground",
2100+
"parent_team_read_slug": "best-practices",
21012101
"privacy": "closed",
2102-
"slug": "django-commons-playground-committers"
2102+
"slug": "best-practices-committers"
21032103
},
21042104
"sensitive_attributes": [],
21052105
"private": "eyJzY2hlbWFfdmVyc2lvbiI6IjAifQ==",
@@ -2260,22 +2260,22 @@
22602260
"provider": "provider[\"registry.terraform.io/integrations/github\"]",
22612261
"instances": [
22622262
{
2263-
"index_key": "django-commons-playground",
2263+
"index_key": "best-practices",
22642264
"schema_version": 0,
22652265
"attributes": {
22662266
"create_default_maintainer": false,
2267-
"description": "Main team for the django-commons-playground repository",
2267+
"description": "Main team for the best-practices repository",
22682268
"etag": "W/\"ad3ed3b83016b2a05f17f228a9a8348f30a30b2314fc5e3924a86a2bce255869\"",
22692269
"id": "9757678",
22702270
"ldap_dn": "",
22712271
"members_count": 6,
2272-
"name": "django-commons-playground",
2272+
"name": "best-practices",
22732273
"node_id": "T_kwDOCaaRBM4AlOPu",
22742274
"parent_team_id": "",
22752275
"parent_team_read_id": "",
22762276
"parent_team_read_slug": "",
22772277
"privacy": "closed",
2278-
"slug": "django-commons-playground"
2278+
"slug": "best-practices"
22792279
},
22802280
"sensitive_attributes": [],
22812281
"private": "eyJzY2hlbWFfdmVyc2lvbiI6IjAifQ=="
@@ -2481,10 +2481,10 @@
24812481
"provider": "provider[\"registry.terraform.io/integrations/github\"]",
24822482
"instances": [
24832483
{
2484-
"index_key": "django-commons-playground",
2484+
"index_key": "best-practices",
24852485
"schema_version": 0,
24862486
"attributes": {
2487-
"id": "django-commons-playground-admins",
2487+
"id": "best-practices-admins",
24882488
"members": [
24892489
{
24902490
"role": "maintainer",
@@ -2507,7 +2507,7 @@
25072507
"username": "williln"
25082508
}
25092509
],
2510-
"team_id": "django-commons-playground-admins"
2510+
"team_id": "best-practices-admins"
25112511
},
25122512
"sensitive_attributes": [],
25132513
"private": "bnVsbA==",
@@ -2661,17 +2661,17 @@
26612661
"provider": "provider[\"registry.terraform.io/integrations/github\"]",
26622662
"instances": [
26632663
{
2664-
"index_key": "django-commons-playground",
2664+
"index_key": "best-practices",
26652665
"schema_version": 0,
26662666
"attributes": {
2667-
"id": "django-commons-playground-committers",
2667+
"id": "best-practices-committers",
26682668
"members": [
26692669
{
26702670
"role": "member",
26712671
"username": "priyapahwa"
26722672
}
26732673
],
2674-
"team_id": "django-commons-playground-committers"
2674+
"team_id": "best-practices-committers"
26752675
},
26762676
"sensitive_attributes": [],
26772677
"private": "bnVsbA==",
@@ -2733,10 +2733,10 @@
27332733
"provider": "provider[\"registry.terraform.io/integrations/github\"]",
27342734
"instances": [
27352735
{
2736-
"index_key": "django-commons-playground",
2736+
"index_key": "best-practices",
27372737
"schema_version": 0,
27382738
"attributes": {
2739-
"id": "django-commons-playground",
2739+
"id": "best-practices",
27402740
"members": [
27412741
{
27422742
"role": "maintainer",
@@ -2763,7 +2763,7 @@
27632763
"username": "priyapahwa"
27642764
}
27652765
],
2766-
"team_id": "django-commons-playground"
2766+
"team_id": "best-practices"
27672767
},
27682768
"sensitive_attributes": [],
27692769
"private": "bnVsbA==",
@@ -2926,14 +2926,14 @@
29262926
"provider": "provider[\"registry.terraform.io/integrations/github\"]",
29272927
"instances": [
29282928
{
2929-
"index_key": "django-commons-playground",
2929+
"index_key": "best-practices",
29302930
"schema_version": 0,
29312931
"attributes": {
29322932
"etag": "W/\"ee80b225c4d3972eee9b22992a8b09766c674e9671646dd5405b593ef2d0b53f\"",
2933-
"id": "9757650:django-commons-playground",
2933+
"id": "9757650:best-practices",
29342934
"permission": "admin",
2935-
"repository": "django-commons-playground",
2936-
"team_id": "django-commons-playground-admins"
2935+
"repository": "best-practices",
2936+
"team_id": "best-practices-admins"
29372937
},
29382938
"sensitive_attributes": [],
29392939
"private": "bnVsbA==",
@@ -3053,14 +3053,14 @@
30533053
"provider": "provider[\"registry.terraform.io/integrations/github\"]",
30543054
"instances": [
30553055
{
3056-
"index_key": "django-commons-playground",
3056+
"index_key": "best-practices",
30573057
"schema_version": 0,
30583058
"attributes": {
30593059
"etag": "W/\"9e65957de9acd7b54aae03ec005214653eea22bd1b17f3d31c195b9df2c654a9\"",
3060-
"id": "9757668:django-commons-playground",
3060+
"id": "9757668:best-practices",
30613061
"permission": "maintain",
3062-
"repository": "django-commons-playground",
3063-
"team_id": "django-commons-playground-committers"
3062+
"repository": "best-practices",
3063+
"team_id": "best-practices-committers"
30643064
},
30653065
"sensitive_attributes": [],
30663066
"private": "bnVsbA==",
@@ -3180,14 +3180,14 @@
31803180
"provider": "provider[\"registry.terraform.io/integrations/github\"]",
31813181
"instances": [
31823182
{
3183-
"index_key": "django-commons-playground",
3183+
"index_key": "best-practices",
31843184
"schema_version": 0,
31853185
"attributes": {
31863186
"etag": "W/\"07f9466fe712be1ad361ffda7abb8a97a20b36be7c1a627dc72729d1ecfd1cd9\"",
3187-
"id": "9757678:django-commons-playground",
3187+
"id": "9757678:best-practices",
31883188
"permission": "triage",
3189-
"repository": "django-commons-playground",
3190-
"team_id": "django-commons-playground"
3189+
"repository": "best-practices",
3190+
"team_id": "best-practices"
31913191
},
31923192
"sensitive_attributes": [],
31933193
"private": "bnVsbA==",
@@ -3300,7 +3300,7 @@
33003300
"provider": "provider[\"registry.terraform.io/integrations/github\"]",
33013301
"instances": [
33023302
{
3303-
"index_key": "django-commons-playground",
3303+
"index_key": "best-practices",
33043304
"schema_version": 0,
33053305
"attributes": {
33063306
"id": "T_kwDOCaaRBM4AlOPu",
@@ -3311,8 +3311,8 @@
33113311
"notify": false
33123312
}
33133313
],
3314-
"team_id": "django-commons-playground",
3315-
"team_slug": "django-commons-playground",
3314+
"team_id": "best-practices",
3315+
"team_slug": "best-practices",
33163316
"team_uid": "T_kwDOCaaRBM4AlOPu"
33173317
},
33183318
"sensitive_attributes": [],

0 commit comments

Comments
 (0)