Krinkle has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/340281 )

Change subject: intuition: Move 'tsintuition' domain (dashboard) to separate 
repo
......................................................................

intuition: Move 'tsintuition' domain (dashboard) to separate repo

The intuition-web project (dashboard for Tool Labs) now has a
separate Git repo. Its messages should be moved there as well.

For back-compat, keep the 'tsintuition-' prefix on the side of
translatewiki.

Change-Id: If67572e2d1f8f2d9d230cce0a872c2ba538960a3
---
M TranslateSettings.php
M bin/EXTERNAL-PROJECTS
M bin/REPONG-PROJECTS
M bin/nike-export-all
A groups/Intuition/web.yaml
M repoconfig.commit.json
M repoconfig.json
7 files changed, 44 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/81/340281/1

diff --git a/TranslateSettings.php b/TranslateSettings.php
index f9bf344..4ed2758 100644
--- a/TranslateSettings.php
+++ b/TranslateSettings.php
@@ -352,6 +352,7 @@
 $wgTranslateGroupFiles[] = "$GROUPS/Intuition/orphantalk.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Intuition/raun.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Intuition/refill.yaml";
+$wgTranslateGroupFiles[] = "$GROUPS/Intuition/web.yaml";
 $wgNamespaceAliases['Toolserver'] = 1240;
 $wgNamespaceAliases['Toolserver_talk'] = 1240;
 $wgTranslateSupportUrlNamespace[NS_INTUITION] = [
diff --git a/bin/EXTERNAL-PROJECTS b/bin/EXTERNAL-PROJECTS
index 4bdd657..d8a27f6 100644
--- a/bin/EXTERNAL-PROJECTS
+++ b/bin/EXTERNAL-PROJECTS
@@ -21,6 +21,7 @@
 int-orphantalk
 int-raun
 int-refill
+int-web
 intuition
 jquery.uls
 kiwix
diff --git a/bin/REPONG-PROJECTS b/bin/REPONG-PROJECTS
index 06a7adc..3e2b1a7 100644
--- a/bin/REPONG-PROJECTS
+++ b/bin/REPONG-PROJECTS
@@ -20,6 +20,7 @@
 int-orphantalk
 int-raun
 int-refill
+int-web
 jquery.uls
 kiwix
 lib.reviews
diff --git a/bin/nike-export-all b/bin/nike-export-all
index 4c35d50..bd4cf1d 100755
--- a/bin/nike-export-all
+++ b/bin/nike-export-all
@@ -32,6 +32,7 @@
 int-orphantalk
 int-raun
 int-refill
+int-web
 jquery.uls
 kiwix
 lib.reviews
diff --git a/groups/Intuition/web.yaml b/groups/Intuition/web.yaml
new file mode 100644
index 0000000..3718b7f
--- /dev/null
+++ b/groups/Intuition/web.yaml
@@ -0,0 +1,22 @@
+---
+BASIC:
+  id: int-web
+  label: intuition-web
+  namespace: NS_INTUITION
+  class: FileBasedMessageGroup
+
+MANGLER:
+  class: StringMatcher
+  prefix: tsintuition-
+  patterns:
+    - "*"
+
+FILES:
+  class: JsonFFS
+  sourcePattern: "%GROUPROOT%/int-web/messages/%CODE%.json"
+
+INSERTABLES:
+  class: IntuitionInsertablesSuggester
+
+AUTOLOAD:
+  IntuitionInsertablesSuggester: IntuitionInsertablesSuggester.php
diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index 5c32b98..9fcd7b0 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -127,6 +127,15 @@
                        }
                }
        },
+       "int-web": {
+               "group": "int-web",
+               "repos": {
+                       "int-web": {
+                               "type": "github",
+                               "url": 
"g...@github.com:Krinkle/intuition-web.git"
+                       }
+               }
+       },
        "jquery.uls": {
                "group": "jquery-uls",
                "repos": {
diff --git a/repoconfig.json b/repoconfig.json
index 58c4add..d4e72d9 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -127,6 +127,15 @@
                        }
                }
        },
+       "int-web": {
+               "group": "int-web",
+               "repos": {
+                       "int-web": {
+                               "type": "github",
+                               "url": 
"https://github.com/Krinkle/intuition-web.git";
+                       }
+               }
+       },
        "jquery.uls": {
                "group": "jquery-uls",
                "repos": {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If67572e2d1f8f2d9d230cce0a872c2ba538960a3
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Krinkle <krinklem...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to