Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
automatic_updates
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
automatic_updates
Merge requests
!344
Issue
#3285491
: Send an email when a cron update succeeds
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3285491
: Send an email when a cron update succeeds
issue/automatic_updates-3285491:3285491-send-an-email
into
8.x-2.x
Overview
4
Commits
14
Pipelines
0
Changes
4
All threads resolved!
Hide all comments
Merged
Adam G-H
requested to merge
issue/automatic_updates-3285491:3285491-send-an-email
into
8.x-2.x
2 years ago
Overview
4
Commits
14
Pipelines
0
Changes
4
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
8129bf15
Prev
Next
Show latest version
4 files
+
35
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
8129bf15
work in progress test
· 8129bf15
Adam Globus-Hoenich
authored
2 years ago
package_manager/src/Validator/SymlinkValidator.php
+
1
−
0
Options
@@ -105,6 +105,7 @@ class SymlinkValidator implements PreOperationStageValidatorInterface {
* {@inheritdoc}
*/
public
static
function
getSubscribedEvents
()
{
return
[];
return
[
PreCreateEvent
::
class
=>
'validateStagePreOperation'
,
PreApplyEvent
::
class
=>
[
Loading