Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Newdigate <andrew@gitlab.com>2017-05-08 17:57:47 +0300
committerAndrew Newdigate <andrew@gitlab.com>2017-05-08 17:57:47 +0300
commit80249b9ff4dd9b4335468b7f1dc543caad52a970 (patch)
treecdbffe37c3dda9245044bee4f01afb2be36bb0dc
parentc7ec61e1dc27750b2ce580e840dc4dd4e4ab67d0 (diff)
Migration Work Readme updates
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 7f0c23af5..9200ae6a6 100644
--- a/README.md
+++ b/README.md
@@ -176,12 +176,12 @@ with these calculations.
|**Controller**|**~"Migration Analysis"**|**~"RPC Design"**|**~"Server Implementation"**|**~"Client Implementation"**|**~"Acceptance Testing"**|**Optim 1**|**Optim 2**|
|--------------|-------------------------|-----------------|----------------------------|----------------------------|-------------------------|-----------|-----------|
| SmartHTTP Workhorse Interceptors | #36 | - | | | | | |
-| `Projects::CommitController#show` | #64 | #80 | #88 | #89| | | |
-| `Projects::MergeRequestsController#ci_status.json` / `Projects::MergeRequestsController#ci_environments_status.json` | #66 | #81 | #86 | #87 | | | |
-| `Projects::TreeController#show` | #65 | #82 | #84 | #85 | | | |
-| Git HTTP: `POST /{upload,receive}-pack` | #92 | gitlab-org/gitaly-proto!4 | #122 | #125 | | | |
+| `Projects::CommitController#show` | #64 | #80 | #88 | #89| #209 | | |
+| `Projects::MergeRequestsController#ci_status.json` / `Projects::MergeRequestsController#ci_environments_status.json` | #66 | #81 | #86 | #87 | #210 | | |
+| `Projects::TreeController#show` | #65 | #82 | #84 | #85 | #211 | | |
+| Git HTTP: `POST /{upload,receive}-pack` | #92 | gitlab-org/gitaly-proto!4 | #122 | #125 | #184 | | |
| Git SSH: handle gitlab-shell sessions | #91 | gitlab-org/gitaly-proto!5 | #123 | #124 | | | |
-| `Projects::BranchesController#index` | #127 | #128 | | | | | |
+| `Projects::BranchesController#index` | #127 | #128 | !103 | gitlab-org/gitlab-ce!10059 | | | |
| `ProjectsController#show` | #157 | -- | -- | gitlab-org/gitlab-ce!10780 | | | |
| `Projects::GraphsController#charts` (shelved for now) | #158 | | | | | | |
| `Projects::MergeRequestsController#new` | #159 | | | | | | |