Commit 7261b14b authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab master

parents e2644335 a257b03b
...@@ -26,7 +26,10 @@ export default { ...@@ -26,7 +26,10 @@ export default {
class="settings no-animate qa-incident-management-settings" class="settings no-animate qa-incident-management-settings"
> >
<div class="settings-header"> <div class="settings-header">
<h4 ref="sectionHeader"> <h4
ref="sectionHeader"
class="settings-title js-settings-toggle js-settings-toggle-trigger-only"
>
{{ $options.i18n.headerText }} {{ $options.i18n.headerText }}
</h4> </h4>
<gl-button ref="toggleBtn" class="js-settings-toggle">{{ <gl-button ref="toggleBtn" class="js-settings-toggle">{{
......
---
title: Project Settings Operations header Incidents expand/collapse on-click/on-tap
merge_request: 56273
author: Daniel Schömer
type: changed
...@@ -268,7 +268,13 @@ To install a package: ...@@ -268,7 +268,13 @@ To install a package:
Without the `gitlab-domains` definition in `composer.json`, Composer uses the GitLab token Without the `gitlab-domains` definition in `composer.json`, Composer uses the GitLab token
as basic-auth, with the token as a username and a blank password. This results in a 401 error. as basic-auth, with the token as a username and a blank password. This results in a 401 error.
Output indicates that the package has been successfully installed. 1. With the `composer.json` and `auth.json` files configured, you can install the package by running:
```shell
composer update
```
If successful, you should see output indicating that the package installed successfully.
WARNING: WARNING:
Never commit the `auth.json` file to your repository. To install packages from a CI/CD job, Never commit the `auth.json` file to your repository. To install packages from a CI/CD job,
......
...@@ -9,7 +9,9 @@ exports[`IncidentsSettingTabs should render the component 1`] = ` ...@@ -9,7 +9,9 @@ exports[`IncidentsSettingTabs should render the component 1`] = `
<div <div
class="settings-header" class="settings-header"
> >
<h4> <h4
class="settings-title js-settings-toggle js-settings-toggle-trigger-only"
>
Incidents Incidents
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment