Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
parent
d3776a363c
commit
48d01de234
2 changed files with 4 additions and 1 deletions
|
@ -83,6 +83,9 @@ Or:
|
|||
1. Click the notification dropdown, marked with a bell icon.
|
||||
1. Select the desired [notification level](#notification-levels).
|
||||
|
||||
<i class="fa fa-youtube-play youtube" aria-hidden="true"></i>
|
||||
For a demonstration of how to be notified when a new release is available, see [Notification for releases](https://www.youtube.com/watch?v=qyeNkGgqmH4).
|
||||
|
||||
#### Group notifications
|
||||
|
||||
You can select a notification level and email address for each group.
|
||||
|
|
|
@ -46,7 +46,7 @@ module API
|
|||
desc 'Add a new terraform state or update an existing one'
|
||||
route_setting :authentication, basic_auth_personal_access_token: true
|
||||
post do
|
||||
data = request.body.string
|
||||
data = request.body.read
|
||||
no_content! if data.empty?
|
||||
|
||||
remote_state_handler.handle_with_lock do |state|
|
||||
|
|
Loading…
Reference in a new issue