Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281293

Change subject: Add support for some Wikidata libraries not in Gerrit
......................................................................

Add support for some Wikidata libraries not in Gerrit

* DataTypes
* DataValues
* PropertySuggester

Change-Id: I854fc0cbbb4fb1b3270a30410e8d1b8c6a71772b
---
M groups/mwgithub/mwgithub.yaml
M repoconfig.commit.json
M repoconfig.json
3 files changed, 83 insertions(+), 32 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/93/281293/1

diff --git a/groups/mwgithub/mwgithub.yaml b/groups/mwgithub/mwgithub.yaml
index 7778f5b..b0edcb2 100644
--- a/groups/mwgithub/mwgithub.yaml
+++ b/groups/mwgithub/mwgithub.yaml
@@ -23,6 +23,33 @@
     class: MediaWikiInsertablesSuggester
 ---
 BASIC:
+  id: mwgithub-datatypes
+  label: Data Types
+  description: "{{Special:MyLanguage/MediaWiki:Datatypes-desc/en}}"
+
+FILES:
+  class: JsonFFS
+  sourcePattern: "%GROUPROOT%/mwgithub/wmde/DataTypes/i18n/%CODE%.json"
+---
+BASIC:
+  id: mwgithub-datavalues
+  label: Data Values
+  description: "{{Special:MyLanguage/MediaWiki:Datavalues-desc/en}}"
+
+FILES:
+  class: JsonFFS
+  sourcePattern: "%GROUPROOT%/mwgithub/DataValues/DataValues/i18n/%CODE%.json"
+---
+BASIC:
+  id: mwgithub-propertysuggester
+  label: Property Suggester
+  description: "{{Special:MyLanguage/MediaWiki:Propertysuggester-desc/en}}"
+
+FILES:
+  class: JsonFFS
+  sourcePattern: 
"%GROUPROOT%/mwgithub/Wikidata-lib/PropertySuggester/i18n/%CODE%.json"
+---
+BASIC:
   id: mwgithub-semanticbreadcrumblinks
   label: Semantic Breadcrumb Links
   description: "{{Special:MyLanguage/MediaWiki:Sbl-desc/en}}"
diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index 4a38910..031c716 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -93,6 +93,30 @@
        "mwgithub": {
                "group": "mwgithub-*",
                "repos": {
+                       "mwgithub/DataValues/DataValues": {
+                               "type": "git",
+                               "url": 
"[email protected]:DataValues/DataValues.git"
+                       },
+                       "mwgithub/JeroenDeDauw/GitHub": {
+                               "type": "git",
+                               "url": "[email protected]:JeroenDeDauw/GitHub.git"
+                       },
+                       "mwgithub/JeroenDeDauw/Maps": {
+                               "type": "git",
+                               "url": "[email protected]:JeroenDeDauw/Maps.git"
+                       },
+                       "mwgithub/JeroenDeDauw/ParserHooks": {
+                               "type": "git",
+                               "url": 
"[email protected]:JeroenDeDauw/ParserHooks.git"
+                       },
+                       "mwgithub/JeroenDeDauw/SubPageList": {
+                               "type": "git",
+                               "url": 
"[email protected]:JeroenDeDauw/SubPageList.git"
+                       },
+                       "mwgithub/JeroenDeDauw/Validator": {
+                               "type": "git",
+                               "url": 
"[email protected]:JeroenDeDauw/Validator.git"
+                       },
                        "mwgithub/SemanticMediaWiki/SemanticBreadcrumbLinks": {
                                "type": "git",
                                "url": 
"[email protected]:SemanticMediaWiki/SemanticBreadcrumbLinks.git"
@@ -141,25 +165,13 @@
                                "type": "git",
                                "url": 
"[email protected]:SemanticMediaWiki/SemanticWatchlist.git"
                        },
-                       "mwgithub/JeroenDeDauw/GitHub": {
+                       "mwgithub/Wikidata-lib/PropertySuggester": {
                                "type": "git",
-                               "url": "[email protected]:JeroenDeDauw/GitHub.git"
+                               "url": 
"[email protected]:Wikidata-lib/PropertySuggester.git"
                        },
-                       "mwgithub/JeroenDeDauw/Maps": {
+                       "mwgithub/wmde/DataTypes": {
                                "type": "git",
-                               "url": "[email protected]:JeroenDeDauw/Maps.git"
-                       },
-                       "mwgithub/JeroenDeDauw/ParserHooks": {
-                               "type": "git",
-                               "url": 
"[email protected]:JeroenDeDauw/ParserHooks.git"
-                       },
-                       "mwgithub/JeroenDeDauw/SubPageList": {
-                               "type": "git",
-                               "url": 
"[email protected]:JeroenDeDauw/SubPageList.git"
-                       },
-                       "mwgithub/JeroenDeDauw/Validator": {
-                               "type": "git",
-                               "url": 
"[email protected]:JeroenDeDauw/Validator.git"
+                               "url": "[email protected]:wmde/DataTypes.git"
                        }
                }
        },
diff --git a/repoconfig.json b/repoconfig.json
index 6c11f35..955bcf8 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -93,6 +93,30 @@
        "mwgithub": {
                "group": "mwgithub-*",
                "repos": {
+                       "mwgithub/DataValues/DataValues": {
+                               "type": "git",
+                               "url": 
"https://github.com/DataValues/DataValues.git";
+                       },
+                       "mwgithub/JeroenDeDauw/GitHub": {
+                               "type": "git",
+                               "url": 
"https://github.com/JeroenDeDauw/GitHub.git";
+                       },
+                       "mwgithub/JeroenDeDauw/Maps": {
+                               "type": "git",
+                               "url": 
"https://github.com/JeroenDeDauw/Maps.git";
+                       },
+                       "mwgithub/JeroenDeDauw/ParserHooks": {
+                               "type": "git",
+                               "url": 
"https://github.com/JeroenDeDauw/ParserHooks.git";
+                       },
+                       "mwgithub/JeroenDeDauw/SubPageList": {
+                               "type": "git",
+                               "url": 
"https://github.com/JeroenDeDauw/SubPageList.git";
+                       },
+                       "mwgithub/JeroenDeDauw/Validator": {
+                               "type": "git",
+                               "url": 
"https://github.com/JeroenDeDauw/Validator.git";
+                       },
                        "mwgithub/SemanticMediaWiki/SemanticBreadcrumbLinks": {
                                "type": "git",
                                "url": 
"https://github.com/SemanticMediaWiki/SemanticBreadcrumbLinks.git";
@@ -141,25 +165,13 @@
                                "type": "git",
                                "url": 
"https://github.com/SemanticMediaWiki/SemanticWatchlist.git";
                        },
-                       "mwgithub/JeroenDeDauw/GitHub": {
+                       "mwgithub/Wikidata-lib/PropertySuggester": {
                                "type": "git",
-                               "url": 
"https://github.com/JeroenDeDauw/GitHub.git";
+                               "url": 
"https://github.com/Wikidata-lib/PropertySuggester.git";
                        },
-                       "mwgithub/JeroenDeDauw/Maps": {
+                       "mwgithub/wmde/DataTypes": {
                                "type": "git",
-                               "url": 
"https://github.com/JeroenDeDauw/Maps.git";
-                       },
-                       "mwgithub/JeroenDeDauw/ParserHooks": {
-                               "type": "git",
-                               "url": 
"https://github.com/JeroenDeDauw/ParserHooks.git";
-                       },
-                       "mwgithub/JeroenDeDauw/SubPageList": {
-                               "type": "git",
-                               "url": 
"https://github.com/JeroenDeDauw/SubPageList.git";
-                       },
-                       "mwgithub/JeroenDeDauw/Validator": {
-                               "type": "git",
-                               "url": 
"https://github.com/JeroenDeDauw/Validator.git";
+                               "url": "https://github.com/wmde/DataTypes.git";
                        }
                }
        },

-- 
To view, visit https://gerrit.wikimedia.org/r/281293
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I854fc0cbbb4fb1b3270a30410e8d1b8c6a71772b
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to