Michael Vogel
|
3792e2819d
|
Use a process identifier for logging that contains the pid (#5359)
|
2018-07-10 18:32:47 -04:00 |
|
Philipp Holzer
|
a84c94e94b
|
bugfix isempty...
|
2018-07-09 22:10:35 +02:00 |
|
Philipp Holzer
|
d1eeaeead9
|
empty is not isset ...
|
2018-07-09 21:53:49 +02:00 |
|
Philipp Holzer
|
c829e43725
|
moved get_guid to System::createGUID
|
2018-07-09 21:38:16 +02:00 |
|
Hypolite Petovan
|
7211fc4f1a
|
Merge pull request #5338 from annando/warnings
Remove warnings
|
2018-07-08 09:55:26 -04:00 |
|
Philipp Holzer
|
be83696f02
|
Redis serialize instead of json because of objects
|
2018-07-08 13:35:28 +02:00 |
|
Michael
|
3e797547a3
|
Warnings fixed
|
2018-07-08 09:37:05 +00:00 |
|
Philipp Holzer
|
065b83d148
|
Fixed memcache & unittests
|
2018-07-07 20:07:07 +02:00 |
|
Philipp Holzer
|
80a4e6263f
|
Added Unittests for cache
fixed Lock & Cache bugs
|
2018-07-07 19:46:16 +02:00 |
|
Philipp Holzer
|
1dafaa69c5
|
bug in memcached clear function
|
2018-07-07 18:43:55 +02:00 |
|
Philipp Holzer
|
f95c420801
|
bug in redis delete function
|
2018-07-07 18:39:33 +02:00 |
|
Philipp Holzer
|
1ffe0cfd81
|
Added Lock Unittests & Bugfixings
Added Redis Lock Unittests
Added Memcached Lock Unittests
Fixed a bug in dba
Fixed a bug in RedisLock
|
2018-07-07 16:15:03 +02:00 |
|
Michael Vogel
|
3eec97aa6e
|
Merge pull request #5314 from MrPetovan/task/4889-fix-tests
Fix tests after enabling PHP Notices
|
2018-07-06 22:14:01 +02:00 |
|
Philipp Holzer
|
5a28ad7377
|
AbstractCacheDriver now working for each CacheDriver
|
2018-07-05 22:01:33 +02:00 |
|
Philipp Holzer
|
749b167fd9
|
AbstractCacheDriver now working for each CacheDriver
|
2018-07-05 21:54:20 +02:00 |
|
Philipp Holzer
|
34cea93a8b
|
Bugfixings for Cache-Lock
- used wrong cachekey in set
- therefore added an abstraction to avoid wrong key concatenation
- forgot to increase the db-version to 1275
|
2018-07-05 21:47:52 +02:00 |
|
Philipp Holzer
|
e41e7d2edd
|
Fixings
- fixed test for semaphore
- fixed some issues
- changed namespace in Tests back to "src/"
- changed namings
|
2018-07-05 20:57:31 +02:00 |
|
Philipp Holzer
|
906bb25972
|
code standards / simplifications
|
2018-07-05 07:59:56 +02:00 |
|
Philipp Holzer
|
aac94d1d74
|
Adding multihost - locking
Adding Unit-Tests for it
|
2018-07-04 23:37:22 +02:00 |
|
Hypolite Petovan
|
6776c4e3f9
|
Fix some undefined variable/index notices in tests
|
2018-07-02 07:44:55 -04:00 |
|
Philipp Holzer
|
ad5ee75159
|
Deleting parameter-types of methods (lack of support in PHP 5.6)
|
2018-06-28 23:06:14 +02:00 |
|
Philipp Holzer
|
4b7be15560
|
Deleting return-types of methods
|
2018-06-28 23:02:00 +02:00 |
|
Philipp Holzer
|
3f7e4f5bb6
|
redesign of locking & caching
- New Factory "CacheDriverFactory" for Cache and Locks
- Adding Redis/Memcached Locking
- Moved Lock to Core
- other improvements
|
2018-06-28 22:57:17 +02:00 |
|
Philipp Holzer
|
dd085ae592
|
minor changes
|
2018-06-26 23:42:26 +02:00 |
|
Philipp Holzer
|
a57e6cfa1b
|
Moved Lock.php back to Utils
|
2018-06-26 23:28:07 +02:00 |
|
Philipp Holzer
|
0218d16335
|
Lock abstraction (like the Cache)
- adding interface
- adding seperate drivers
- moving Lock to the Core package
|
2018-06-26 22:31:04 +02:00 |
|
Michael
|
b03db4643f
|
The fetch function now centrally controls the content
|
2018-06-24 10:48:29 +00:00 |
|
Hypolite Petovan
|
a5550b4702
|
Merge pull request #5253 from rabuzarus/20180616_-_magic_auth_test_2
Port hubzillas OpenWebAuth - remote authentification
|
2018-06-20 17:46:04 -04:00 |
|
miqrogroove
|
12d0f4bf3c
|
Add Comments to Worker Exponent Implementation
|
2018-06-20 06:43:57 -04:00 |
|
miqrogroove
|
9cde4aa109
|
Make Load Exponent Configurable
|
2018-06-20 06:22:53 -04:00 |
|
miqrogroove
|
97cabcecf2
|
Unify Worker Load Formulas
|
2018-06-20 06:06:20 -04:00 |
|
Michael
|
00124f9ac0
|
Makes the linear load calculation optional
|
2018-06-20 04:38:50 +00:00 |
|
miqrogroove
|
0dbddb240c
|
Update Worker.php
|
2018-06-19 18:55:55 -04:00 |
|
miqrogroove
|
7e4d7b9aac
|
Fix logic errors in tooMuchWorkers()
There are probably a dozen different ways to do this, so this is not necessarily the "right" way.
|
2018-06-19 18:53:02 -04:00 |
|
Michael
|
962fbc9166
|
Many "fetch_first" had been replaced
|
2018-06-19 21:33:07 +00:00 |
|
rabuzarus
|
1c7f4e3c63
|
port hubzillas OpenWebAuth - remote authentification
|
2018-06-18 23:05:44 +02:00 |
|
Michael
|
6e10de9284
|
New function to fetch item data especially for users
|
2018-06-17 17:05:17 +00:00 |
|
Michael
|
bb79b8f4ac
|
More item calls have been replaced with the new functions
|
2018-06-15 22:30:49 +00:00 |
|
Michael
|
e97a3c25e7
|
Multiple daemon improvements (foreground, faster spawning)
|
2018-06-15 18:18:20 +00:00 |
|
Tobias Diekershoff
|
71b017bfad
|
Merge pull request #5219 from annando/abstraction-2
Reworked notifications / use of Item class to fetch data
|
2018-06-15 09:54:50 +02:00 |
|
Michael
|
02fef0bcf5
|
Reworked notifications ("alt pager" added) / use of Item class to fetch data
|
2018-06-15 05:50:28 +00:00 |
|
rabuzarus
|
b8186ba98b
|
Frio: provide a template for received contact suggestions
|
2018-06-14 17:05:23 +02:00 |
|
Michael
|
1304dae0d3
|
Bugfix: In the daemon mode we forgot to call the cron jobs
|
2018-06-06 03:48:04 +00:00 |
|
Hypolite Petovan
|
973ece09c5
|
Merge pull request #5157 from annando/daemon
Workers can now be started exclusively from the daemon and other workers
|
2018-06-03 12:18:47 -04:00 |
|
Michael
|
8a34895a23
|
Use magicLink whenever possible
|
2018-06-02 08:05:06 +00:00 |
|
Michael
|
371f511954
|
Respect "don't fork"
|
2018-06-02 05:17:32 +00:00 |
|
Michael
|
3034170088
|
DBStruxture can now create "memory" tables as well
|
2018-06-02 05:03:23 +00:00 |
|
Michael
|
28f8beebfc
|
Workers can now be started exclusively from the daemon and other workers
|
2018-06-01 22:09:27 +00:00 |
|
Hypolite Petovan
|
93daf7883e
|
Merge branch 'master' into develop
- Updated new develop version label
- Incremented database build number
|
2018-06-01 07:30:04 -04:00 |
|
Alexandre Alapetite
|
f980516545
|
Fix PoToPhp
https://github.com/friendica/friendica/pull/5072#issuecomment-389754406
|
2018-05-17 08:12:55 +02:00 |
|