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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
3ccb05ad
Commit
3ccb05ad
authored
Apr 14, 2022
by
ddieulivol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing group to seeds for triage-ops
parent
2fca1510
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
db/fixtures/development/33_triage_ops.rb
db/fixtures/development/33_triage_ops.rb
+4
-0
No files found.
db/fixtures/development/33_triage_ops.rb
View file @
3ccb05ad
...
@@ -14,15 +14,19 @@ class Gitlab::Seeder::TriageOps
...
@@ -14,15 +14,19 @@ class Gitlab::Seeder::TriageOps
Sidekiq
::
Testing
.
inline!
do
Sidekiq
::
Testing
.
inline!
do
puts
"Ensuring required groups"
puts
"Ensuring required groups"
ensure_group
(
'gitlab-com'
)
ensure_group
(
'gitlab-com'
)
ensure_group
(
'gitlab-com/gl-security/appsec'
)
ensure_group
(
'gitlab-jh/jh-team'
)
ensure_group
(
'gitlab-jh/jh-team'
)
ensure_group
(
'gitlab-org'
)
ensure_group
(
'gitlab-org'
)
ensure_group
(
'gitlab-org/gitlab-core-team/community-members'
)
ensure_group
(
'gitlab-org/gitlab-core-team/community-members'
)
ensure_group
(
'gitlab-org/security'
)
ensure_group
(
'gitlab-org/security'
)
puts
"Ensuring required projects"
puts
"Ensuring required projects"
ensure_project
(
'gitlab-org/gitlab'
)
ensure_project
(
'gitlab-org/gitlab'
)
ensure_project
(
'gitlab-org/security/gitlab'
)
ensure_project
(
'gitlab-org/security/gitlab'
)
puts
"Ensuring required bot user"
puts
"Ensuring required bot user"
ensure_bot_user
ensure_bot_user
puts
"Setting up webhooks"
puts
"Setting up webhooks"
ensure_webhook_for
(
'gitlab-com'
)
ensure_webhook_for
(
'gitlab-com'
)
ensure_webhook_for
(
'gitlab-org'
)
ensure_webhook_for
(
'gitlab-org'
)
...
...
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