VersionControlSystemJa
Version 10 (argothiusz (Johnson Snack), 09/17/2010 09:02 am)
1 | 2 | yugui (Yuki Sonoda) | = バージョン管理システム連携 |
---|---|---|---|
2 | 7 | yugui (Yuki Sonoda) | システムは、各プロジェクトに対応するバージョン管理システム(VCS)を定期的に読みに行って同期する。VCSの内容はリポジトリブラウザ(((<例|URL:http://redmine.ruby-lang.org/repositories/show/ruby-19>)))で閲覧することができる。 |
3 | 1 | yugui (Yuki Sonoda) | |
4 | 7 | yugui (Yuki Sonoda) | また、コミットログに特定のキーワードを使った記述を含んでいるとシステムが認識してアクションを起こす。キーワード認識の仕様はオリジナルのRedmineから微妙に変更してあるので要注意。 |
5 | 1 | yugui (Yuki Sonoda) | |
6 | 2 | yugui (Yuki Sonoda) | :((%ref !#1%)), ((%cf !#1%)), ((%see !#1%)) |
7 | 2 | yugui (Yuki Sonoda) | * リポジトリブラウザ上で「#1」がissueのページへのリンクになる |
8 | 2 | yugui (Yuki Sonoda) | * issueのページ上で「関連するコミット」として表示される |
9 | 5 | yugui (Yuki Sonoda) | * 許容される表記揺れ: ((%ref%)), ((%ref.%)), ((%refs%)), ((%references%)), ((%IssueID%)), ((%cf%)), ((%c.f%)), ((%c.f.%)), ((%see%)) |
10 | 1 | yugui (Yuki Sonoda) | * Redmine adminに言えば追加削除は可能 |
11 | 5 | yugui (Yuki Sonoda) | * issue番号との間に区切りとして(({/:?\s*/}))を入れられる |
12 | 2 | yugui (Yuki Sonoda) | :((%cf: [ruby-dev:xxx], [ruby-core:yyy]%)) |
13 | 2 | yugui (Yuki Sonoda) | issueの番号の代わりに[メーリングリスト名:通番]表記を利用できる。カンマまたは空白区切りで列挙可。 |
14 | 10 | argothiusz (Johnson Snack) | :((%!#1%)) ((<Watch Anime Online|URL:http://www.instantz.net/>)), ((<Who Will I Marry|URL:http://whowillimarry.org/>)) and ((<Past Life Reading|URL:http://www.mypastlifereading.com/>)) ((<essay writing|URL:http://www.essaywriter.co.uk/services.aspx>)) |
15 | 2 | yugui (Yuki Sonoda) | "ref"や"cf", "see"で修飾されていないissue識別子がコミットログに出現すると、対応するissueを自動的にcloseする。 |
16 | 2 | yugui (Yuki Sonoda) | * issueを自動的にクローズする |
17 | 2 | yugui (Yuki Sonoda) | * リポジトリブラウザ上で「#1」がissueのページへのリンクになる |
18 | 2 | yugui (Yuki Sonoda) | * issueのページ上で「関連するコミット」として表示される |
19 | 8 | lystrazoello (Lystra Zoello) | :((%[ruby-dev:xxx], [ruby-core:yyy]%)) ((<essay download|URL:http://www.essaybank.com>)) |
20 | 2 | yugui (Yuki Sonoda) | メール番号による参照も同様に、修飾しなければ対応するissueをclose |
21 | 2 | yugui (Yuki Sonoda) | |
22 | 2 | yugui (Yuki Sonoda) | コミットを通じてissueがクローズされると、それを知らせるメールが自動的にメーリングリストに流れる。 |
23 | 3 | yugui (Yuki Sonoda) | |
24 | 3 | yugui (Yuki Sonoda) | == 例 |
25 | 2 | yugui (Yuki Sonoda) | * [ruby-dev:xxx]と[ruby-dev:yyy]のissueを閉じる。[ruby-core:zzz]のissueに関連。 |
26 | 2 | yugui (Yuki Sonoda) | Fixed the problem that blahblahblah. |
27 | 2 | yugui (Yuki Sonoda) | [ruby-dev:xxx], [ruby-dev:yyy]. see [ruby-core:zzz] |
28 | 1 | yugui (Yuki Sonoda) | * #1と[ruby-core:xxx]に関連。[ruby-dev:yyy]を閉じる |
29 | 2 | yugui (Yuki Sonoda) | Improved the performance of GC. |
30 | 9 | lystrazoello (Lystra Zoello) | ref: !#1, [ruby-core:xxx]. [ruby-dev:yyy]. |
31 | 2 | yugui (Yuki Sonoda) | * #1と#2を閉じる。[ruby-core:xxx]に関連 |
32 | 2 | yugui (Yuki Sonoda) | blahblahblah |
33 | 2 | yugui (Yuki Sonoda) | * Fixed !#1 and !#2. |
34 | 6 | yugui (Yuki Sonoda) | * Related problem: see [ruby-core:xxx] |