Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
d5642d30
Commit
d5642d30
authored
Jan 05, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix project fixtures
parent
f33ada85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
db/fixtures/development/002_project.rb
db/fixtures/development/002_project.rb
+10
-10
No files found.
db/fixtures/development/002_project.rb
View file @
d5642d30
...
@@ -7,20 +7,20 @@ Group.seed(:id, [
...
@@ -7,20 +7,20 @@ Group.seed(:id, [
Project
.
seed
(
:id
,
[
Project
.
seed
(
:id
,
[
# Global
# Global
{
id:
1
,
name:
"Underscore.js"
,
path:
"underscore"
,
owne
r_id:
1
},
{
id:
1
,
name:
"Underscore.js"
,
path:
"underscore"
,
creato
r_id:
1
},
{
id:
2
,
name:
"Diaspora"
,
path:
"diaspora"
,
owne
r_id:
1
},
{
id:
2
,
name:
"Diaspora"
,
path:
"diaspora"
,
creato
r_id:
1
},
# Brightbox
# Brightbox
{
id:
3
,
namespace_id:
100
,
name:
"Brightbox CLI"
,
path:
"brightbox-cli"
,
owne
r_id:
1
},
{
id:
3
,
namespace_id:
100
,
name:
"Brightbox CLI"
,
path:
"brightbox-cli"
,
creato
r_id:
1
},
{
id:
4
,
namespace_id:
100
,
name:
"Puppet"
,
path:
"puppet"
,
owne
r_id:
1
},
{
id:
4
,
namespace_id:
100
,
name:
"Puppet"
,
path:
"puppet"
,
creato
r_id:
1
},
# KDE
# KDE
{
id:
5
,
namespace_id:
101
,
name:
"kdebase"
,
path:
"kdebase"
,
owne
r_id:
1
},
{
id:
5
,
namespace_id:
101
,
name:
"kdebase"
,
path:
"kdebase"
,
creato
r_id:
1
},
{
id:
6
,
namespace_id:
101
,
name:
"kdelibs"
,
path:
"kdelibs"
,
owne
r_id:
1
},
{
id:
6
,
namespace_id:
101
,
name:
"kdelibs"
,
path:
"kdelibs"
,
creato
r_id:
1
},
{
id:
7
,
namespace_id:
101
,
name:
"amarok"
,
path:
"amarok"
,
owne
r_id:
1
},
{
id:
7
,
namespace_id:
101
,
name:
"amarok"
,
path:
"amarok"
,
creato
r_id:
1
},
# GitLab
# GitLab
{
id:
8
,
namespace_id:
99
,
name:
"gitlabhq"
,
path:
"gitlabhq"
,
owne
r_id:
1
},
{
id:
8
,
namespace_id:
99
,
name:
"gitlabhq"
,
path:
"gitlabhq"
,
creato
r_id:
1
},
{
id:
9
,
namespace_id:
99
,
name:
"gitlab-ci"
,
path:
"gitlab-ci"
,
owne
r_id:
1
},
{
id:
9
,
namespace_id:
99
,
name:
"gitlab-ci"
,
path:
"gitlab-ci"
,
creato
r_id:
1
},
{
id:
10
,
namespace_id:
99
,
name:
"gitlab-recipes"
,
path:
"gitlab-recipes"
,
owne
r_id:
1
},
{
id:
10
,
namespace_id:
99
,
name:
"gitlab-recipes"
,
path:
"gitlab-recipes"
,
creato
r_id:
1
},
])
])
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment