Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
redis_batch
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
redis_batch
Commits
0d1d9124
Commit
0d1d9124
authored
1 year ago
by
Luhur Abdi Rizal
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3445282
: Test multiple Drupal version in Gitlab CI
parent
f3a71ff4
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!13
Test multiple Drupal version in Gitlab CI
Pipeline
#173291
passed
1 year ago
Stage: build
Stage: validate
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
src/Batch/BatchStorageBase.php
+1
-1
1 addition, 1 deletion
src/Batch/BatchStorageBase.php
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
0
View file @
0d1d9124
...
...
@@ -58,6 +58,7 @@ variables:
_CSPELL_IGNORE_PATHS
:
'
"**/LICENSE.txt"'
_CSPELL_WORDS
:
'
"luhur",
"abdi",
"phpredis",
"predis",
"hgetall",
"hmset",
"hset"'
SKIP_ESLINT
:
'
1'
OPT_IN_TEST_NEXT_MINOR
:
'
1'
###################################################################################
#
...
...
This diff is collapsed.
Click to expand it.
src/Batch/BatchStorageBase.php
+
1
−
1
View file @
0d1d9124
...
...
@@ -25,7 +25,7 @@ abstract class BatchStorageBase implements RedisBatchStorageInterface {
protected
readonly
mixed
$client
,
protected
readonly
CsrfTokenGenerator
$csrfToken
,
protected
readonly
SerializationInterface
$serializer
,
protected
readonly
SessionInterface
$session
protected
readonly
SessionInterface
$session
,
)
{
$this
->
setPrefix
(
'drupal:batch:items'
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment