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
115bbd8a
Commit
115bbd8a
authored
Nov 21, 2015
by
Robert Speicher
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'ce/8-2-stable' into 8-2-stable-ee
parents
a9a303a2
0df53400
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
6 deletions
+8
-6
VERSION
VERSION
+1
-1
app/models/project_services/drone_ci_service.rb
app/models/project_services/drone_ci_service.rb
+2
-0
doc/api/README.md
doc/api/README.md
+1
-0
doc/workflow/gitlab_flow.md
doc/workflow/gitlab_flow.md
+4
-5
doc/workflow/voting_slider.png
doc/workflow/voting_slider.png
+0
-0
No files found.
VERSION
View file @
115bbd8a
8.2.0.rc2-ee
\ No newline at end of file
8.2.0.rc2-ee
app/models/project_services/drone_ci_service.rb
View file @
115bbd8a
...
...
@@ -32,6 +32,8 @@ class DroneCiService < CiService
def
compose_service_hook
hook
=
service_hook
||
build_service_hook
# If using a service template, project may not be available
hook
.
url
=
[
drone_url
,
"/api/hook"
,
"?owner=
#{
project
.
namespace
.
path
}
"
,
"&name=
#{
project
.
path
}
"
,
"&access_token=
#{
token
}
"
].
join
if
project
hook
.
enable_ssl_verification
=
enable_ssl_verification
hook
.
save
end
...
...
doc/api/README.md
View file @
115bbd8a
...
...
@@ -10,6 +10,7 @@
-
[
Repositories
](
repositories.md
)
-
[
Repository Files
](
repository_files.md
)
-
[
Commits
](
commits.md
)
-
[
Tags
](
tags.md
)
-
[
Branches
](
branches.md
)
-
[
Merge Requests
](
merge_requests.md
)
-
[
Issues
](
issues.md
)
...
...
doc/workflow/gitlab_flow.md
View file @
115bbd8a
...
...
@@ -254,13 +254,12 @@ Developing software happen in small messy steps and it is OK to have your histor
You can use tools to view the network graphs of commits and understand the messy history that created your code.
If you rebase code the history is incorrect, and there is no way for tools to remedy this because they can't deal with changing commit identifiers.
##
Voting on
merge requests
##
Award emojis on issues and
merge requests
![
Voting slider in GitLab
](
voting_slider
.png
)
![
Emoji bar in GitLab
](
award_emoji
.png
)
It is common to voice approval or disapproval by using +1 or -1 emoticons.
In GitLab the +1 and -1 are aggregated and shown at the top of the merge request.
As a rule of thumb anything that doesn't have two times more +1's than -1's is suspect and should not be merged yet.
It is common to voice approval or disapproval by using +1 or -1. In GitLab you
can use emojis to give a virtual high five on issues and merge requests.
## Pushing and removing branches
...
...
doc/workflow/voting_slider.png
deleted
100644 → 0
View file @
a9a303a2
5.2 KB
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