Navigation Menu

Skip to content

Commit

Permalink
Add "dump" and "status" to the lisf of default plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 24, 2014
1 parent 8487ac0 commit 58d914a
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 15 deletions.
2 changes: 1 addition & 1 deletion _po/ja/tutorial/1.0.4/basic/index.po
Expand Up @@ -248,7 +248,7 @@ msgid ""
" \"datasets\": {\n"
" \"Default\": {\n"
" \"nWorkers\": 4,\n"
" \"plugins\": [\"groonga\", \"crud\", \"search\"],\n"
" \"plugins\": [\"groonga\", \"crud\", \"search\", \"dump\", \"status\"],\n"
" \"schema\": {\n"
" \"Store\": {\n"
" \"type\": \"Hash\",\n"
Expand Down
6 changes: 4 additions & 2 deletions _po/ja/tutorial/1.0.4/plugin-development/adapter/index.po
Expand Up @@ -181,7 +181,8 @@ msgid ""
" \"datasets\": {\n"
" \"Starbucks\": {\n"
" (snip)\n"
" \"plugins\": [\"sample-logger\", \"groonga\", \"crud\", \"search\"],\n"
" \"plugins\": [\"sample-logger\", \"groonga\", \"crud\", \"search\", \"dump\", \"s"
"tatus\"],\n"
"(snip)\n"
"~~~"
msgstr ""
Expand Down Expand Up @@ -807,7 +808,8 @@ msgid ""
" \"datasets\": {\n"
" \"Starbucks\": {\n"
" (snip)\n"
" \"plugins\": [\"store-search\", \"groonga\", \"crud\", \"search\"],\n"
" \"plugins\": [\"store-search\", \"groonga\", \"crud\", \"search\", \"dump\", \"st"
"atus\"],\n"
"(snip)\n"
"~~~"
msgstr ""
Expand Down
5 changes: 3 additions & 2 deletions _po/ja/tutorial/1.0.4/plugin-development/handler/index.po
Expand Up @@ -310,7 +310,8 @@ msgid ""
" \"datasets\": {\n"
" \"Starbucks\": {\n"
" (snip)\n"
" \"plugins\": [\"count-records\", \"groonga\", \"crud\", \"search\"],\n"
" \"plugins\": [\"count-records\", \"groonga\", \"crud\", \"search\", \"dump\", \"s"
"tatus\"],\n"
"(snip)\n"
"~~~"
msgstr ""
Expand Down Expand Up @@ -640,7 +641,7 @@ msgid ""
" \"Starbucks\": {\n"
" (snip)\n"
" \"plugins\": [\"delete-stores\", \"count-records\", \"groonga\", \"crud\", \"se"
"arch\"],\n"
"arch\", \"dump\", \"status\"],\n"
"(snip)\n"
"~~~"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion ja/tutorial/1.0.4/basic/index.md
Expand Up @@ -117,7 +117,7 @@ catalog.json:
"datasets": {
"Default": {
"nWorkers": 4,
"plugins": ["groonga", "crud", "search"],
"plugins": ["groonga", "crud", "search", "dump", "status"],
"schema": {
"Store": {
"type": "Hash",
Expand Down
4 changes: 2 additions & 2 deletions ja/tutorial/1.0.4/plugin-development/adapter/index.md
Expand Up @@ -101,7 +101,7 @@ catalog.json:
"datasets": {
"Starbucks": {
(snip)
"plugins": ["sample-logger", "groonga", "crud", "search"],
"plugins": ["sample-logger", "groonga", "crud", "search", "dump", "status"],
(snip)
~~~

Expand Down Expand Up @@ -548,7 +548,7 @@ catalog.json:
"datasets": {
"Starbucks": {
(snip)
"plugins": ["store-search", "groonga", "crud", "search"],
"plugins": ["store-search", "groonga", "crud", "search", "dump", "status"],
(snip)
~~~

Expand Down
4 changes: 2 additions & 2 deletions ja/tutorial/1.0.4/plugin-development/handler/index.md
Expand Up @@ -222,7 +222,7 @@ Add `"count-records"` to `"plugins"`.
"datasets": {
"Starbucks": {
(snip)
"plugins": ["count-records", "groonga", "crud", "search"],
"plugins": ["count-records", "groonga", "crud", "search", "dump", "status"],
(snip)
~~~

Expand Down Expand Up @@ -480,7 +480,7 @@ Add `"delete-stores"` to `"plugins"`.
"datasets": {
"Starbucks": {
(snip)
"plugins": ["delete-stores", "count-records", "groonga", "crud", "search"],
"plugins": ["delete-stores", "count-records", "groonga", "crud", "search", "dump", "status"],
(snip)
~~~

Expand Down
2 changes: 1 addition & 1 deletion tutorial/1.0.4/basic/index.md
Expand Up @@ -109,7 +109,7 @@ catalog.json:
"datasets": {
"Default": {
"nWorkers": 4,
"plugins": ["groonga", "crud", "search"],
"plugins": ["groonga", "crud", "search", "dump", "status"],
"schema": {
"Store": {
"type": "Hash",
Expand Down
4 changes: 2 additions & 2 deletions tutorial/1.0.4/plugin-development/adapter/index.md
Expand Up @@ -94,7 +94,7 @@ catalog.json:
"datasets": {
"Starbucks": {
(snip)
"plugins": ["sample-logger", "groonga", "crud", "search"],
"plugins": ["sample-logger", "groonga", "crud", "search", "dump", "status"],
(snip)
~~~

Expand Down Expand Up @@ -543,7 +543,7 @@ catalog.json:
"datasets": {
"Starbucks": {
(snip)
"plugins": ["store-search", "groonga", "crud", "search"],
"plugins": ["store-search", "groonga", "crud", "search", "dump", "status"],
(snip)
~~~

Expand Down
4 changes: 2 additions & 2 deletions tutorial/1.0.4/plugin-development/handler/index.md
Expand Up @@ -213,7 +213,7 @@ Add `"count-records"` to `"plugins"`.
"datasets": {
"Starbucks": {
(snip)
"plugins": ["count-records", "groonga", "crud", "search"],
"plugins": ["count-records", "groonga", "crud", "search", "dump", "status"],
(snip)
~~~

Expand Down Expand Up @@ -471,7 +471,7 @@ Add `"delete-stores"` to `"plugins"`.
"datasets": {
"Starbucks": {
(snip)
"plugins": ["delete-stores", "count-records", "groonga", "crud", "search"],
"plugins": ["delete-stores", "count-records", "groonga", "crud", "search", "dump", "status"],
(snip)
~~~

Expand Down

0 comments on commit 58d914a

Please sign in to comment.