Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Utilization group - bug.md « issue_templates « .gitlab - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 03fed78189e058a39200c3517f71cd7c788dad44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!---
Please read this!

Before opening a new issue, make sure to search for keywords in the issues
filtered by the "regression" or "type::bug" label:

- https://gitlab.com/gitlab-org/gitlab/-/merge_requests?scope=all&label_name[]=group%3A%3Autilization&label_name[]=section%3A%3Afulfillment&label_name%5B%5D=type::regression
- https://gitlab.com/gitlab-org/gitlab/-/merge_requests?scope=all&label_name[]=group%3A%3Autilization&label_name[]=section%3A%3Afulfillment&label_name%5B%5D=type::bug

and verify the issue you're about to submit isn't a duplicate.
--->
Utilization group: Bug Report Template

## Bug Summary

<!-- Provide a brief overview of the issue. What is the problem that needs to be addressed? -->

## Steps to reproduce

<!-- Provide a clear and detailed description of the steps needed to reproduce the bug. This should include any specific inputs, expected outputs, and observed outputs. -->

1. [Step 1]
1. [Step 2]
1. [Step 3]
1. [Step 4]
1. [Step 5]

## Example Project

<!-- If possible, please create an example project here on GitLab.com that exhibits the problematic 
behavior, and link to it here in the bug report. If you are using an older version of GitLab, this 
will also determine whether the bug is fixed in a more recent version. -->

## What is the current *bug* behavior?

<!-- Describe the current behavior of the system or application in response to the actions described in the steps above. -->

## What is the expected *correct* behavior?

<!-- Describe the expected behavior of the system or application in response to the actions described in the steps above. -->

## Reproducibility

<!-- Describe how frequently the bug occurs. -->

## Impact Assessment

<!-- Describe the impact of this bug on the user experience and/or the product as a whole. -->

## Severity

<!-- Provide an assessment of the severity of the bug, based on its impact on the user experience and/or the product as a whole. -->

## Environment

<!-- List the relevant environment information, including the operating system, web browser, device, etc. -->

## Screenshots and/or Relevant logs

<!-- Include any relevant screenshots to help illustrate the bug. -->
<!-- Paste any relevant logs - please use code blocks (```) to format console output, logs, and code
 as it's tough to read otherwise. -->

## Output of checks (GitLab.com)

<!-- If you are reporting a bug on GitLab.com, uncomment below, if not, delete this section -->

<!-- This bug happens on GitLab.com -->
<!-- /label ~"reproduced on GitLab.com" -->

## Results of GitLab environment info

<!--  Input any relevant GitLab environment information if needed. -->

<details>
<summary>Expand for output related to GitLab environment info</summary>

<pre>

(For installations with omnibus-gitlab package run and paste the output of:
`sudo gitlab-rake gitlab:env:info`)

(For installations from source run and paste the output of:
`sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`)

</pre>
</details>

## Results of GitLab application Check

<!--  Input any relevant GitLab application check information if needed. -->

<details>
<summary>Expand for output related to the GitLab application check</summary>
<pre>

(For installations with omnibus-gitlab package run and paste the output of:
`sudo gitlab-rake gitlab:check SANITIZE=true`)

(For installations from source run and paste the output of:
`sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true`)

(we will only investigate if the tests are passing)

</pre>
</details>

## Possible fixes

<!-- If you can, link to the line of code that might be responsible for the problem. -->
<!-- If you have any suggestions for how to fix the bug, provide them here. -->
<!-- If you are unsure about the subtype of this bug, please check our SSOT https://about.gitlab.com/handbook/engineering/metrics/?_gl=1*920mnx*_ga*ODQ3OTI1Mjk1LjE2NzA0MDg0NjU.*_ga_ENFH3X7M5Y*MTY4MTM3OTA3My4yNzkuMS4xNjgxMzc5MTI0LjAuMC4w#work-type-classification -->

/label ~"type::bug"
/label ~"Category:Consumables Cost Management"
/label ~"group::utilization"
/label ~"section::fulfillment"

---
<details>
<summary>Illustrative Description: (This is not an actual issue, but rather a sample report that demonstrates how a bug could be presented)</summary>
## Bug Summary

When attempting to log in to GitLab using a new account, the system does not recognize the account and returns an error message.

## Steps to Reproduce

1. Navigate to the GitLab login page.
1. Enter the email and password for a new account.
1. Click the "Log In" button.
1. Observe the error message: "The email or password you entered is incorrect. Please try again."

## What is the current *bug* behavior?

The system does not recognize the new account and returns an error message.

## What is the expected *correct* behavior?

The system should recognize the new account and allow the user to log in.

## Reproducibility

This bug occurs consistently when attempting to log in with a new account.

## Impact Assessment

This bug prevents new users from accessing GitLab and may result in frustration and lost productivity.

## Severity

This bug is of medium severity, as it prevents new users from accessing the system, but does not affect the functionality of existing users.

## Environment

- Operating System: macOS Ventura
- Browser: Google Chrome 111.0.5563.146

## Screenshots and/or Relevant logs

[Insert screenshot of the error message.]

## Possible Fix

It is unclear what may be causing this bug. Further investigation is required to identify a possible fix.

</details>