Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
ldap
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
ldap
Merge requests
!103
Something went wrong fetching the scanner findings. Please try again.
Issue
#3500125
: Improve error handling during image type detection
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3500125
: Improve error handling during image type detection
issue/ldap-3500125:3500125
into
8.x-4.x
Overview
0
Commits
2
Pipelines
2
Changes
8
Open
Kirill Roskolii
requested to merge
issue/ldap-3500125:3500125
into
8.x-4.x
4 months ago
Overview
0
Commits
2
Pipelines
2
Changes
8
Expand
0
0
Merge request reports
Compare
8.x-4.x
version 1
07157944
4 months ago
8.x-4.x (HEAD)
and
latest version
latest version
719f07dd
2 commits,
3 months ago
version 1
07157944
1 commit,
4 months ago
8 files
+
16
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
ldap_authentication/src/Form/LdapAuthenticationAdminForm.php
+
1
−
0
Options
@@ -76,6 +76,7 @@ final class LdapAuthenticationAdminForm extends ConfigFormBase {
parent
::
__construct
(
$config_factory
,
$config_type_manager
);
}
else
{
// @phpstan-ignore-next-line
parent
::
__construct
(
$config_factory
);
}
Loading