From ede7d1a8f79e1f46e96097f4cb5af855b14ddd88 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Mon, 6 Feb 2023 14:33:46 -0500 Subject: [PATCH 1/3] first draft of codeowners --- .github/CODEOWNERS | 53 ++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 46 insertions(+), 7 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9271600ba3..324fb2d364 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,7 +1,46 @@ -ldm/invoke/pngwriter.py @CapableWeb -ldm/invoke/server_legacy.py @CapableWeb -scripts/legacy_api.py @CapableWeb -tests/legacy_tests.sh @CapableWeb -installer/ @ebr -.github/workflows/ @mauwii -docker/ @mauwii +# continuous integration +/.github/workflows/ @mauwii + +# installation and configuration +/docs/ @lstein @mauwii +/docker/ @mauwii +/scripts/ @ebr @lstein +/installer/ @ebr @lstein +ldm/invoke/config @lstein @ebr +invokeai/assets @lstein @ebr +invokeai/configs @lstein @ebr +/ldm/invoke/_version.py @lstein @blessedcoolant + +# web ui +/invokeai/frontend @blessedcoolant @psychedelicious +/invokeai/backend @blessedcoolant @psychedelicious + +# generation and model management +/ldm/*.py @lstein +/ldm/generate.py @lstein @keturn +/ldm/invoke/args.py @lstein @blessedcoolant +/ldm/invoke/ckpt* @lstein +/ldm/invoke/ckpt_generator @lstein +/ldm/invoke/CLI.py @lstein +/ldm/invoke/config @lstein @ebr @mauwii +/ldm/invoke/generator @keturn @damian0815 +/ldm/invoke/globals.py @lstein @blessedcoolant +/ldm/invoke/merge_diffusers.py @lstein +/ldm/invoke/model_manager.py @lstein @blessedcoolant +/ldm/invoke/txt2mask.py @lstein +/ldm/invoke/patchmatch.py @Kyle0654 +/ldm/invoke/restoration @lstein @blessedcoolant + +# attention, textual inversion, model configuration +/ldm/models @damian0815 @keturn +/ldm/modules @damian0815 @keturn + +# Nodes +apps/ @Kyle0654 + +# legacy REST API +# is CapableWeb still engaged? +/ldm/invoke/pngwriter.py @CapableWeb +/ldm/invoke/server_legacy.py @CapableWeb +/scripts/legacy_api.py @CapableWeb +/tests/legacy_tests.sh @CapableWeb From f3eff38f907912a23dccbc09cf3f4ff89c2196d2 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Mon, 6 Feb 2023 14:38:42 -0500 Subject: [PATCH 2/3] add tildebyte areas --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 324fb2d364..fb101ee48d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,10 +2,10 @@ /.github/workflows/ @mauwii # installation and configuration -/docs/ @lstein @mauwii +/docs/ @lstein @mauwii @tildebyte /docker/ @mauwii /scripts/ @ebr @lstein -/installer/ @ebr @lstein +/installer/ @ebr @lstein @tildebyte ldm/invoke/config @lstein @ebr invokeai/assets @lstein @ebr invokeai/configs @lstein @ebr From 5baf0ae755e1e9d9348ea716396e5437cdaae46c Mon Sep 17 00:00:00 2001 From: mauwii Date: Mon, 6 Feb 2023 20:47:20 +0100 Subject: [PATCH 3/3] add mkdocs.yml and pyproject.toml also make docs separate header --- .github/CODEOWNERS | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fb101ee48d..2f430fe008 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,10 +1,14 @@ # continuous integration /.github/workflows/ @mauwii -# installation and configuration +# documentation /docs/ @lstein @mauwii @tildebyte +mkdocs.yml @lstein @mauwii + +# installation and configuration +/pyproject.toml @mauwii @lstein @ebr /docker/ @mauwii -/scripts/ @ebr @lstein +/scripts/ @ebr @lstein /installer/ @ebr @lstein @tildebyte ldm/invoke/config @lstein @ebr invokeai/assets @lstein @ebr