Philipp
|
b216317477
|
Refactoring Core class structures ...
|
2021-10-26 22:11:09 +02:00 |
|
Philipp
|
68046573a4
|
Restructure Cache to follow new paradigm
|
2021-10-26 22:11:06 +02:00 |
|
Michael
|
c89533a70b
|
Support for stacked profiler analysis
|
2021-07-27 04:57:29 +00:00 |
|
Balázs Úr
|
054c301ef0
|
Update copyright
|
2021-03-29 08:40:20 +02:00 |
|
Hypolite Petovan
|
7019e02f61
|
Fix unexpected return value of RedisCache->delete()
- Address https://github.com/friendica/friendica/issues/8876#issuecomment-671025374
|
2020-08-09 10:45:06 -04:00 |
|
Hypolite Petovan
|
afb882048e
|
Generate callstack value from inside Profiler::saveTimestamp
- Save a massive amount of time computing callstacks when profiling is disabled
|
2020-07-27 02:33:05 -04:00 |
|
nupplaPhil
|
23c64b9a11
|
Add license info at Friendica classes
|
2020-02-09 15:45:36 +01:00 |
|
nupplaPhil
|
cb80108957
|
Shorten "Configuration" to "Config" again, since the Wrapper is gone
|
2020-01-19 21:29:36 +01:00 |
|
nupplaPhil
|
424c87195b
|
CleanUp Cache namespace
- Introduce enum "Duration"
- Introduce enum "Type"
- Move "Cache\Cache" to "BaseCache"
|
2020-01-18 15:41:19 +01:00 |
|
nupplaPhil
|
c1dbb25656
|
Creating interfaces for Config/PConfig & fix tests
|
2019-12-29 20:18:19 +01:00 |
|
Philipp Holzer
|
dc73117a62
|
code optimization
|
2019-09-30 14:03:15 +02:00 |
|
Philipp Holzer
|
49e812f3d3
|
Bugfix GetAllKeys() of Memcache
- Abstract Memcache and Memcached implementation
|
2019-09-30 14:03:15 +02:00 |
|
Philipp Holzer
|
d5dd12b8f8
|
Add Drone CI
- Add drone test environment
- Add drone config
- apt phpunit
- Fix api.php
- Fix item.php
- Fix DBStructure
- Check if caching is possible during tests
|
2019-09-30 14:03:12 +02:00 |
|
Philipp Holzer
|
689a2145f6
|
Add @see for SO link
|
2019-08-15 16:24:11 +02:00 |
|
Philipp Holzer
|
e2e109b8c1
|
Fix getAllKeys() method for memcache instances
|
2019-08-15 14:26:05 +02:00 |
|
Philipp Holzer
|
b28e11fee8
|
- Remove deprecated Redis::delete() function
|
2019-08-13 08:54:26 +02:00 |
|
Philipp Holzer
|
31cfac1cfa
|
Fix Redis test
- Check if $redis_port is null
|
2019-08-13 08:32:08 +02:00 |
|
Philipp Holzer
|
3834d5e129
|
Renamed __toString() to getName()
|
2019-08-04 16:14:19 +02:00 |
|
Philipp Holzer
|
d2211bd6dd
|
Removed some leftovers
|
2019-08-04 15:58:53 +02:00 |
|
Philipp Holzer
|
19777baa79
|
- Move constants to the "Cache" class (more transparent than inside the interface)
|
2019-08-04 15:53:28 +02:00 |
|
Philipp Holzer
|
34e4968c06
|
Adding possibility to use a different cache-backend for locking and caching
- Renaming *LockDriver to *Lock since it isn't a "driver" anymore
|
2019-08-04 15:42:39 +02:00 |
|
Philipp Holzer
|
86bf2ee45a
|
Rename *CacheDriver to *Cache because they don't act as driver anymore
|
2019-08-04 10:26:53 +02:00 |
|
Philipp Holzer
|
d56bd28a07
|
Refactor Cache/Lock to DICE
- Refactor Cache classes
- Refactor Lock classes
- Improved test speed (removed some seperate class annotations)
|
2019-08-03 20:51:58 +02:00 |
|
Philipp Holzer
|
bc8d444989
|
remove extraneous space
|
2019-04-21 12:45:50 +02:00 |
|
Philipp Holzer
|
3ca8fa0e00
|
Support for APCu caching
|
2019-04-21 12:45:19 +02:00 |
|
Philipp Holzer
|
fa71a9a0ce
|
Improve redis configuration
- basic authentication
- switch database (0 - 15)
|
2019-04-20 13:40:40 +02:00 |
|
Philipp Holzer
|
8237e73e26
|
Adding REAMDEs to directories
|
2019-03-22 22:56:57 -04:00 |
|
Philipp Holzer
|
d7426e697d
|
Fixing redis cachekey
|
2019-03-04 21:09:20 +01:00 |
|
Philipp Holzer
|
3e53dab817
|
Fixing redis cachekey
|
2019-03-04 21:00:41 +01:00 |
|
Hypolite Petovan
|
cb3f09ae4f
|
Refactor namespaces
- Remove unused use statements
- Add required use statements
- Escape global classes
|
2019-01-21 10:43:42 -05:00 |
|
Hypolite Petovan
|
3282ce5389
|
Fix PHPDoc comments project-wide
|
2019-01-21 10:35:51 -05:00 |
|
Philipp Holzer
|
270e817954
|
Adding force to update routine
- Introduced Cache::NEVER Lock (never expiring lock)
- Force flag for dbstructure update
- Moving the business logic to central place in Update class
|
2018-10-31 14:44:40 +01:00 |
|
Adam Magness
|
50da89d861
|
Logger Levels
update logger levels in calls
|
2018-10-30 09:58:45 -04:00 |
|
Adam Magness
|
14fde5dc9b
|
Log function
implement log() function.
|
2018-10-30 09:57:14 -04:00 |
|
Philipp Holzer
|
5a02e39a65
|
Rename App Methods
- renamed a lot of App methods to CamelCase
- replaced direct public variables with get-/set-Methods
|
2018-10-10 00:16:06 +02:00 |
|
Philipp Holzer
|
7da6da6666
|
Bugfixings for getAllKeys()
|
2018-10-07 22:14:05 +02:00 |
|
Philipp Holzer
|
8491f8660f
|
Bugfixing Memcached
|
2018-10-07 10:38:45 +02:00 |
|
Philipp Holzer
|
1ec5c6b284
|
friendica-5847 Console Cache List command doesn't work
- filterPrefix => filterArrayKeysByPrefix()
- Logging failed Executions of getAllKeys and get from Memcached
|
2018-10-07 10:35:37 +02:00 |
|
Philipp Holzer
|
3f0f3b6ae6
|
friendica-5847 Console Cache List command doesn't work
- Added $prefix to all CacheDriver
- Moved hostname magic to CacheDriver
- Added test for getAllKeys()
|
2018-10-07 00:27:54 +02:00 |
|
Hypolite Petovan
|
2a7327a41c
|
Fix spaces in Cache\Memcachedriver
|
2018-10-03 00:24:26 -04:00 |
|
Hypolite Petovan
|
71c08a044f
|
Add ICacheDriver->getAllKeys method
|
2018-09-25 22:52:32 -04:00 |
|
Hypolite Petovan
|
640f76b05a
|
Improve doc blocks in cache drivers
|
2018-09-25 22:51:41 -04:00 |
|
Hypolite Petovan
|
a6996601d5
|
Merge pull request #5789 from friendica/master
Update develop from master-2019.09
|
2018-09-23 18:55:20 -04:00 |
|
Hypolite Petovan
|
9d0a6f90b6
|
Update "mrpetovan" email address
- Fix Tobias' email address
- Fix copypasted doc block in Console/PostUpdate
|
2018-09-15 19:28:38 -04:00 |
|
Philipp Holzer
|
bd2b3b1ef5
|
LockDriverFixings
- release Locks in case of failures
- adding some cache tests
|
2018-09-06 08:11:18 +02:00 |
|
Hypolite Petovan
|
ecea7425f8
|
Rename DBA::is_result to DBA::isResult
|
2018-07-23 11:04:14 -04:00 |
|
Hypolite Petovan
|
0ec44f3e8a
|
Rename DBM method calls to DBA method calls
|
2018-07-23 11:02:24 -04:00 |
|
Hypolite Petovan
|
af6dbc654f
|
Rename Friendica\Database\dba to Friendica\Database\DBA
|
2018-07-20 08:19:26 -04:00 |
|
Hypolite Petovan
|
daa1177e3a
|
Update use statement lists with new Friendica\Database\dba class
- Remove unused use statement
- Remove superfluous use statements (classes in the same namespace)
- Add missing use statements
|
2018-07-19 22:15:21 -04:00 |
|
Hypolite Petovan
|
7b8efcc23d
|
Fix config value type in MemcachedCacheDriver
- Remove default config values set in CacheDriverFactory
|
2018-07-17 02:05:06 -04:00 |
|