mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 22:59:19 +10:00
Merge remote-tracking branch 'ce/8-2-stable' into 8-2-stable-ee
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||

|
||||

|
||||
|
||||
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
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 5.2 KiB |
Reference in New Issue
Block a user