Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Managetests
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
Managetests
Commits
568ebf79
Commit
568ebf79
authored
Dec 26, 2016
by
Pietro Albini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the comment on the MR when the branch is updated
parent
67281369
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
managetests/app.py
managetests/app.py
+0
-7
No files found.
managetests/app.py
View file @
568ebf79
...
@@ -162,13 +162,6 @@ class TestsManager:
...
@@ -162,13 +162,6 @@ class TestsManager:
self
.
branches
[
branch
].
deploy
()
self
.
branches
[
branch
].
deploy
()
self
.
instances
.
load_branch
(
self
.
branches
[
branch
])
self
.
instances
.
load_branch
(
self
.
branches
[
branch
])
# Send an alert on the merge request, if this branch has one
if
mr
is
not
None
:
self
.
gitlab
.
post_comment
(
mr
,
"L'[istanza live]"
"(http://wwwtest.ubuntu-it.org/%s/) "
"per il branch **%s** è stata "
"aggiornata."
%
(
branch
,
branch
))
def
_process_merge_request_hook
(
self
,
data
):
def
_process_merge_request_hook
(
self
,
data
):
"""Process a merge request hook received from GitLab"""
"""Process a merge request hook received from GitLab"""
obj
=
data
[
"object_attributes"
]
obj
=
data
[
"object_attributes"
]
...
...
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