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
7261b14b
Commit
7261b14b
authored
Mar 16, 2021
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab master
parents
e2644335
a257b03b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
3 deletions
+19
-3
app/assets/javascripts/incidents_settings/components/incidents_settings_tabs.vue
...incidents_settings/components/incidents_settings_tabs.vue
+4
-1
changelogs/unreleased/205484-prj-set-ops-3-incidents.yml
changelogs/unreleased/205484-prj-set-ops-3-incidents.yml
+5
-0
doc/user/packages/composer_repository/index.md
doc/user/packages/composer_repository/index.md
+7
-1
spec/frontend/incidents_settings/components/__snapshots__/incidents_settings_tabs_spec.js.snap
...onents/__snapshots__/incidents_settings_tabs_spec.js.snap
+3
-1
No files found.
app/assets/javascripts/incidents_settings/components/incidents_settings_tabs.vue
View file @
7261b14b
...
@@ -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"
>
{{
...
...
changelogs/unreleased/205484-prj-set-ops-3-incidents.yml
0 → 100644
View file @
7261b14b
---
title
:
Project Settings Operations header Incidents expand/collapse on-click/on-tap
merge_request
:
56273
author
:
Daniel Schömer
type
:
changed
doc/user/packages/composer_repository/index.md
View file @
7261b14b
...
@@ -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,
...
...
spec/frontend/incidents_settings/components/__snapshots__/incidents_settings_tabs_spec.js.snap
View file @
7261b14b
...
@@ -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
...
...
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