summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaushal M <kshlmster@gmail.com>2016-01-20 13:09:23 +0530
committerRaghavendra Talur <rtalur@redhat.com>2016-01-27 22:23:22 -0800
commit601bfa2719d8c9be40982b8a6526c21cd0ea4966 (patch)
treed7d37c778873907ca98cf7c9961bc9686c3d182f
parent063b5556d7271bfe06ec80b6a1957fbd5cacec51 (diff)
Rename in_progress to under_review
`in_progress` is vague term, which could either mean the feature review is in progress, or that the feature implementation is in progress. Renaming to `under_review` gives a much better indication that the feature is under review and implementation hasn't begun yet. Refer https://review.gluster.org/13187 for the discussion which lead to this Change-Id: I3f48e15deb4cf5486d7b8cac4a7915f9925f38f5 Signed-off-by: Kaushal M <kshlmster@gmail.com> Reviewed-on: http://review.gluster.org/13264 Reviewed-by: Raghavendra Talur <rtalur@redhat.com> Tested-by: Raghavendra Talur <rtalur@redhat.com>
-rw-r--r--README.md8
-rw-r--r--under_review/Better Brick Mgmt.md (renamed from in_progress/Better Brick Mgmt.md)0
-rw-r--r--under_review/Compression Dedup.md (renamed from in_progress/Compression Dedup.md)0
-rw-r--r--under_review/Kerberos.md (renamed from in_progress/Kerberos.md)0
-rw-r--r--under_review/Split Network.md (renamed from in_progress/Split Network.md)0
-rw-r--r--under_review/caching.md (renamed from in_progress/caching.md)0
-rw-r--r--under_review/code-generation.md (renamed from in_progress/code-generation.md)0
-rw-r--r--under_review/composite-operations.md (renamed from in_progress/composite-operations.md)0
-rw-r--r--under_review/dht-scalability.md (renamed from in_progress/dht-scalability.md)0
-rw-r--r--under_review/index.md (renamed from in_progress/index.md)0
-rw-r--r--under_review/lockdep.md (renamed from in_progress/lockdep.md)0
-rw-r--r--under_review/stat-xattr-cache.md (renamed from in_progress/stat-xattr-cache.md)0
-rw-r--r--under_review/template.md (renamed from in_progress/template.md)0
-rw-r--r--under_review/volgen-rewrite.md (renamed from in_progress/volgen-rewrite.md)0
14 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 33454ec..fe4e5bf 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Repository Structure
The structure of the repository is as follows::
```
-+-- in_progress/
++-- under_review/
|
+-- accepted/
| +-- release-3.6/
@@ -49,11 +49,11 @@ landed.
The Flow of an Idea from your Head to Implementation
----------------------------------------------------
-First propose a feature by adding a page to the ``in_progress`` directory so
+First propose a feature by adding a page to the ``under_review`` directory so
that it can be reviewed. Reviewers adding a positive +1/+2 review in gerrit are
promising that they will review the code when it is proposed. Feature pages
should be approved and merged as soon as possible, and feature pages in the
-``in_progress`` directory can be updated as often as needed. Iterate on it.
+``under_review`` directory can be updated as often as needed. Iterate on it.
1. Have an idea.
2. Propose a feature.
@@ -86,7 +86,7 @@ Spec Lifecycle Rules
How to submit a new feature for review
--------------------------------------
1. Clone this repo
-2. Copy the ``template.md`` file in ``in_progress`` directory to
+2. Copy the ``template.md`` file in ``under_review`` directory to
``your_feature.md``
3. Make changes to ``your_feature.md``
4. Submit changes using ``git-review`` tool.
diff --git a/in_progress/Better Brick Mgmt.md b/under_review/Better Brick Mgmt.md
index adfc781..adfc781 100644
--- a/in_progress/Better Brick Mgmt.md
+++ b/under_review/Better Brick Mgmt.md
diff --git a/in_progress/Compression Dedup.md b/under_review/Compression Dedup.md
index 7829018..7829018 100644
--- a/in_progress/Compression Dedup.md
+++ b/under_review/Compression Dedup.md
diff --git a/in_progress/Kerberos.md b/under_review/Kerberos.md
index 8dda497..8dda497 100644
--- a/in_progress/Kerberos.md
+++ b/under_review/Kerberos.md
diff --git a/in_progress/Split Network.md b/under_review/Split Network.md
index 95cf944..95cf944 100644
--- a/in_progress/Split Network.md
+++ b/under_review/Split Network.md
diff --git a/in_progress/caching.md b/under_review/caching.md
index 2c21c0c..2c21c0c 100644
--- a/in_progress/caching.md
+++ b/under_review/caching.md
diff --git a/in_progress/code-generation.md b/under_review/code-generation.md
index 5c25a13..5c25a13 100644
--- a/in_progress/code-generation.md
+++ b/under_review/code-generation.md
diff --git a/in_progress/composite-operations.md b/under_review/composite-operations.md
index 5cc29b4..5cc29b4 100644
--- a/in_progress/composite-operations.md
+++ b/under_review/composite-operations.md
diff --git a/in_progress/dht-scalability.md b/under_review/dht-scalability.md
index 83ef255..83ef255 100644
--- a/in_progress/dht-scalability.md
+++ b/under_review/dht-scalability.md
diff --git a/in_progress/index.md b/under_review/index.md
index 0a3d47d..0a3d47d 100644
--- a/in_progress/index.md
+++ b/under_review/index.md
diff --git a/in_progress/lockdep.md b/under_review/lockdep.md
index 29b4888..29b4888 100644
--- a/in_progress/lockdep.md
+++ b/under_review/lockdep.md
diff --git a/in_progress/stat-xattr-cache.md b/under_review/stat-xattr-cache.md
index e00399d..e00399d 100644
--- a/in_progress/stat-xattr-cache.md
+++ b/under_review/stat-xattr-cache.md
diff --git a/in_progress/template.md b/under_review/template.md
index 02b7de1..02b7de1 100644
--- a/in_progress/template.md
+++ b/under_review/template.md
diff --git a/in_progress/volgen-rewrite.md b/under_review/volgen-rewrite.md
index 4b954b3..4b954b3 100644
--- a/in_progress/volgen-rewrite.md
+++ b/under_review/volgen-rewrite.md