| 1 |
|
| 2 |
|
| 3 |
|
| 4 |
<% fixtures :users %> |
| 5 |
|
| 6 |
gitlab: |
| 7 |
id: 2 |
| 8 |
title: "Gitlab" |
| 9 |
summary: 'Rails based dev collaboration and source repository site, like GitHub or Gitorious but with a wiki, tickets etc. (as used by this site)' |
| 10 |
user_id: <%= users(:mtkd) %> |
| 11 |
slug: "gitlab" |
| 12 |
license: "GNU Affero General Public License (AGPLv3)" |
| 13 |
life_cycle: :alpha |
| 14 |
os: :independent |
| 15 |
platform: :rails |
| 16 |
audience: :public |
| 17 |
status: :active |
| 18 |
wiki_slug: "gitlab-contents" |
| 19 |
|
| 20 |
noproject: |
| 21 |
id: 1 |
| 22 |
title: "no project" |
| 23 |
summary: "" |
| 24 |
user_id: <%= users(:mtkd) %> |
| 25 |
slug: "no project" |
| 26 |
license: "" |
| 27 |
|
| 28 |
audience: :public |
| 29 |
status: :inactive |
| 30 |
wiki_slug: "" |