Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
93c37c3f
Commit
93c37c3f
authored
Jun 08, 2021
by
Guilhem Saurel
Browse files
return of dockering
parent
3bf7d57b
Pipeline
#14867
failed with stage
in 2 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/models.py
View file @
93c37c3f
...
...
@@ -163,6 +163,8 @@ class Forge(Links, NamedModel):
'group'
:
data
[
'kind'
]
==
'group'
})
for
data
in
self
.
api_list
(
'/users'
):
if
data
[
'name'
]
==
'dockering'
:
continue
Namespace
.
objects
.
get_or_create
(
slug
=
slugify
(
data
[
'username'
]),
defaults
=
{
'name'
:
data
[
'name'
]})
def
get_namespaces_redmine
(
self
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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