Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lock
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
TYPO3
Extensions
lock
Graph
2f60d0071d17340529bc783c57ec54e2d6f13b12
Select Git revision
Branches
3
7-allow-php-up-to-7-4
master
default
protected
release/1.0.0
protected
Tags
1
1.0.0
protected
4 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
25
May
17
Nov
15
14
13
11
10
9
8
21
Oct
20
TASK: Update ext_emconf.php
7-allow-php-up-…
7-allow-php-up-to-7-4
Merge branch 'master' into '7-allow-php-up-to-7-4'
TASK: Allow newer versions of typo3 testing framework
Merge branch '8-revive-ci-fix-composer-json' into 'master'
master release/…
master release/1.0.0
FIX: Fix license in composer.json
FIX: Fix redis auth error handling
FIX: Revive CI & fix composer.json
FIX: Fix redis & xdebug versions for different php versions
FEATURE: Allow all 7.x php versions
FIX: Redis connect lock exception
FIX: Fix php redis & xdebug extension version
TASK: Allow typo3 composer plugin
FIX: Docker PHP version
FIX: Composer installation
FIX: Use composer:1 image for linting
TASK: Adjust composer.json
Merge branch '6-acquire-non-blocking-lock-should-thrown-lockacquirewouldblockexception-if-lock-could-not-be-acquired' into 'master'
1.0.0
1.0.0
[FEATURE] Acquire a non-blocking lock should throw LockAcquireWouldBlockException
[FEATURE] Apply configured lock implementation expiration to lock implementation if possible
[FEATURE] Allow to configure lock implementation expiration
[FEATURE] Hash locker id for mutex adapter strategy
[FEATURE] Global locking default configuration applied
[FEATURE] MutexStrategy implemented in LockFactory
[FEATURE] LockImplemenationBuilder added to Configuration
[FEATURE] LockImplemenationConfiguration added to Configuration
[FEATURE] NotCallableLockImplemenationBuilderException for Configuration added
[TASK] Remove injected LockBuilder from LockFactory
[FIX] Fix mysql ci configuration
[FEATURE] Install php xdebug extension
[FEATURE] LockBuilder::buildMySQLLock() implemented
[FEATURE] LockBuilder::buildPredisRedisLock() implemented
[FEATURE] LockBuilder::buildPhpRedisLock() implemented
[FEATURE] LockBuilder::buildFlockLock() implemented
[FEATURE] LockBuilder::buildDirectoryLock() implemented
[FEATURE] LockCreateException for Builder added
[TASK] Move LockBuilder to its own namespace
[FEATURE] InvalidConfigurationException for Builder added
[FIX] Missing configuration exception test added
Revert "[FEATURE] Added build dependencies"
[FEATURE] Added build dependencies