nupplaPhil
|
c51128ad20
|
Fix tests
|
2020-07-21 03:19:05 -04:00 |
|
nupplaPhil
|
7d714319c8
|
Add license info at Friendica PHP files
|
2020-02-09 16:34:23 +01:00 |
|
nupplaPhil
|
23c64b9a11
|
Add license info at Friendica classes
|
2020-02-09 15:45:36 +01:00 |
|
nupplaPhil
|
f9d0e57f91
|
Fix tests & Router is now using Dependency Injection instead of DI Registry
|
2020-01-19 22:38:33 +01:00 |
|
nupplaPhil
|
d5a473abda
|
Shorten "PConfiguration" to "PConfig" again, since the Wrapper is gone
|
2020-01-19 22:23:44 +01:00 |
|
nupplaPhil
|
cb80108957
|
Shorten "Configuration" to "Config" again, since the Wrapper is gone
|
2020-01-19 21:29:36 +01:00 |
|
nupplaPhil
|
8138b05032
|
fix L10n path after move
|
2020-01-19 17:11:48 +01:00 |
|
nupplaPhil
|
2838635d64
|
Move L10n class from L10n subdir to Core (replacing old wrapper)
|
2020-01-19 16:31:30 +01:00 |
|
nupplaPhil
|
5dfee31108
|
Move L10n::t() calls to DI::l10n()->t() calls
|
2020-01-19 16:31:16 +01:00 |
|
nupplaPhil
|
1c49f1169f
|
Fix tests (remove superfluous second parameter)
|
2020-01-18 13:48:29 +01:00 |
|
nupplaPhil
|
ca8ca05051
|
Add legacy backend storage functionality
|
2020-01-17 23:55:19 +01:00 |
|
nupplaPhil
|
3e72e8015b
|
Improve impossible exception-handler for storage move
|
2020-01-17 23:55:18 +01:00 |
|
nupplaPhil
|
732992a296
|
Improve impossible exception-handler for storage move
|
2020-01-17 23:55:18 +01:00 |
|
nupplaPhil
|
9bb5891645
|
Fix loading SystemResource files
|
2020-01-17 19:31:34 +01:00 |
|
nupplaPhil
|
d3ab1db29a
|
Remove annotations and fix test..
|
2020-01-10 13:22:04 +01:00 |
|
nupplaPhil
|
016cfcd846
|
Fixings
- Rename "facStorage" to "storageManager"
- Fix indentation
- Fix tests
|
2020-01-10 13:22:03 +01:00 |
|
nupplaPhil
|
bfae6766bf
|
Implement Hook::callAll('storage_instance') call for addons and add a description for it.
- Remove implicit Dice usage
- Add concrete instance creating
- Adding Hook call for addon instance creating
- Updating doc for Hook
- Updating tests
|
2020-01-10 13:22:03 +01:00 |
|
nupplaPhil
|
dbd5b5bb6e
|
- Fixing SystemResource
- Adding tests for StorageManager
- Updating doc
|
2020-01-10 13:21:58 +01:00 |
|
nupplaPhil
|
31457b8566
|
Replace Lock::release() with DI::lock()->release() and remove Core\Lock
|
2020-01-07 00:24:10 +01:00 |
|
nupplaPhil
|
634e657d23
|
Replace Lock::acquire() with DI::lock()->acquire()
|
2020-01-07 00:20:31 +01:00 |
|
nupplaPhil
|
04d1827eae
|
Fix test
|
2019-12-29 20:18:23 +01:00 |
|
nupplaPhil
|
e428bccefb
|
Add output for installerTest
|
2019-12-29 20:18:22 +01:00 |
|
nupplaPhil
|
9cb48b0e12
|
Adapt test for mockery assertion
|
2019-12-29 20:18:22 +01:00 |
|
nupplaPhil
|
8a072b7fb3
|
Fix mock test (remove "implicit" usage of previous Dice-setups)
|
2019-12-29 20:18:21 +01:00 |
|
nupplaPhil
|
c1dbb25656
|
Creating interfaces for Config/PConfig & fix tests
|
2019-12-29 20:18:19 +01:00 |
|
nupplaPhil
|
4835f1185f
|
Remove deprecated App::module - replace with DI::module()->getName()
|
2019-12-29 20:17:52 +01:00 |
|
nupplaPhil
|
388b963714
|
Replace BaseObject class with DI::* calls
|
2019-12-29 20:17:38 +01:00 |
|
Hypolite Petovan
|
58737c7bd8
|
Skip Imagick Installer test until we can mock class_exists
|
2019-11-02 13:06:49 -04:00 |
|
Philipp
|
3eb3e0b5ce
|
Update InstallerTest.php
Remove `text.php` usage
|
2019-10-23 03:22:03 +02:00 |
|
Philipp Holzer
|
a522cf609b
|
Fix browser language detection (& tests)
|
2019-10-10 16:39:04 +02:00 |
|
Philipp Holzer
|
49e812f3d3
|
Bugfix GetAllKeys() of Memcache
- Abstract Memcache and Memcached implementation
|
2019-09-30 14:03:15 +02:00 |
|
Philipp Holzer
|
0823f4d72d
|
Add group for cache tests
|
2019-09-30 14:03:13 +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
|
1237ac1062
|
enhance semaphore lock testing
|
2019-08-17 19:38:51 +02:00 |
|
Philipp Holzer
|
c803dcb6c5
|
Fix Locks
- Wrong return of lock releasing with DBA provider
- It's not possible to maintain Semaphore locks, since they aren't accessible by other processes
Should solve https://github.com/friendica/friendica/issues/7298#issuecomment-521996540
|
2019-08-17 19:33:36 +02:00 |
|
Philipp Holzer
|
e2e109b8c1
|
Fix getAllKeys() method for memcache instances
|
2019-08-15 14:26:05 +02:00 |
|
Philipp Holzer
|
41e2031e6b
|
Console Lock
WIP
|
2019-08-15 14:26:04 +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
|
07aaf292ec
|
Fix tests
|
2019-07-27 23:54:13 +02:00 |
|
Philipp Holzer
|
6759e0c193
|
Remove superfluous "print"
|
2019-07-24 12:46:22 +02:00 |
|
Philipp Holzer
|
e175b3c733
|
Fix L10n test
- Switched L10n::t() argument
|
2019-07-17 12:40:00 +02:00 |
|
Philipp Holzer
|
eb024a3718
|
Refactor L10n for testing
- Moving L10n to L10n\L10n
- Adding constructor information
- Adding to factory
- simplify/speedup tests
|
2019-07-16 16:44:47 +02:00 |
|
Hypolite Petovan
|
ea6b02a1f5
|
Fix PConfiguration tests
- Replace uid = 0 (invalid uid) with 42
- Remove isConnected mocked calls for invalid uid test
|
2019-07-16 00:19:04 -04:00 |
|
Hypolite Petovan
|
cf70d0beb4
|
Updated PConfiguration test to honor the type-hint
|
2019-07-15 22:00:49 -04:00 |
|
Philipp Holzer
|
f70271aa5d
|
Allow nullable UID in PConfigCache
|
2019-07-15 21:14:13 +02:00 |
|
Philipp Holzer
|
d5de5b6789
|
Bugfixing bad UIDs for PConfig
|
2019-07-15 21:11:38 +02:00 |
|
Philipp Holzer
|
9d98a4ce3a
|
Refactor PConfiguration
|
2019-07-15 20:13:53 +02:00 |
|
Philipp Holzer
|
6801e8b5ab
|
Fixing initial load config
|
2019-07-15 08:58:37 +02:00 |
|
Philipp Holzer
|
4af08d82b2
|
Added string type-hint for get() and a test case for it
|
2019-07-14 23:23:20 +02:00 |
|
Philipp Holzer
|
05439e4866
|
fixed test
|
2019-07-14 22:32:50 +02:00 |
|
Philipp Holzer
|
c293eadb78
|
Improve & fixing Tests
|
2019-07-14 22:12:11 +02:00 |
|
Philipp Holzer
|
486f139342
|
Move Preload/JIT Configuration logic from Adapter to Core-Configuration
|
2019-07-14 22:09:07 +02:00 |
|
Philipp Holzer
|
c82127ffb7
|
Splitting ConfigCache & PConfigCache
- Remove IConfigCache & IPConfigCache
- Add new PConfigCache
- Add missing Logger::init() (bugfixing tests)
|
2019-07-12 22:53:37 +02:00 |
|
Philipp Holzer
|
e1d135238a
|
Revert default password setting & using "HiddenString" even for empty strings
|
2019-07-09 22:38:54 +02:00 |
|
Philipp Holzer
|
50d8dbb123
|
Bugfixing wrong typed password setting
|
2019-06-10 15:46:51 +02:00 |
|
Philipp Holzer
|
4666b18e5b
|
Bugfixing empty password setting
|
2019-06-10 15:40:15 +02:00 |
|
Philipp Holzer
|
357d9b5108
|
Introduce HiddenString for Config-Values
|
2019-06-10 14:46:31 +02:00 |
|
Philipp Holzer
|
d716a3326f
|
Move Console namespace one level up
|
2019-05-02 23:17:35 +02:00 |
|
Philipp Holzer
|
e604b3239d
|
fix travis tests
|
2019-04-21 12:45:46 +02:00 |
|
Philipp Holzer
|
3ca8fa0e00
|
Support for APCu caching
|
2019-04-21 12:45:19 +02:00 |
|
Hypolite Petovan
|
e9c230e109
|
Merge pull request #7018 from nupplaphil/feature/6245-Block_shell
New Command "BlockedServers"
|
2019-04-20 11:01:01 -04:00 |
|
Philipp Holzer
|
8660f6d86f
|
Rename BlockedServers to ServerBlock
|
2019-04-20 16:40:27 +02:00 |
|
Philipp Holzer
|
e062baadf8
|
Fix redis cache lock driver test
|
2019-04-20 14:20:31 +02:00 |
|
Philipp Holzer
|
fa71a9a0ce
|
Improve redis configuration
- basic authentication
- switch database (0 - 15)
|
2019-04-20 13:40:40 +02:00 |
|
Philipp Holzer
|
f05f02409e
|
Add update possibility to BlockedServers
|
2019-04-20 13:24:33 +02:00 |
|
Philipp Holzer
|
7ce76d153a
|
rename description to reason
|
2019-04-20 12:54:38 +02:00 |
|
Philipp Holzer
|
55d2473ec2
|
Add tests & default reason
|
2019-04-20 12:53:17 +02:00 |
|
Philipp Holzer
|
e25f269aab
|
New command "BlockedServers"
|
2019-04-20 10:42:28 +02:00 |
|
Philipp Holzer
|
58c9566c3d
|
code style & install-403 fix
|
2019-04-14 14:24:01 +02:00 |
|
Philipp Holzer
|
5c57f2b09a
|
adapt help for tests
|
2019-04-14 14:24:00 +02:00 |
|
Philipp Holzer
|
f2b2451bcc
|
adding annotation
|
2019-04-14 14:23:59 +02:00 |
|
Philipp Holzer
|
3a0664d827
|
fixing auto install tests
|
2019-04-14 14:23:58 +02:00 |
|
Philipp Holzer
|
90a38a00d8
|
Adding basepath, urlpath, hostname and ssl_policy to installation
|
2019-04-14 14:23:06 +02:00 |
|
Philipp Holzer
|
0a447cb61b
|
wrong indent
|
2019-03-30 19:08:47 +01:00 |
|
Philipp Holzer
|
24f5a8c3a1
|
add tests
|
2019-03-30 18:57:54 +01:00 |
|
Philipp Holzer
|
383a6715c3
|
Added first version of ConfigCacheSaver
|
2019-03-23 19:34:54 +01:00 |
|
Philipp Holzer
|
b4ee1a5b26
|
Fixing Unittests
|
2019-03-23 18:44:52 +01:00 |
|
Philipp Holzer
|
cacaec41fb
|
remove currently unused testdata
|
2019-03-22 23:31:46 -04:00 |
|
Philipp Holzer
|
c150cf4e58
|
add annotations again
|
2019-03-22 23:31:46 -04:00 |
|
Philipp Holzer
|
69fa6161e5
|
Refactor installer
|
2019-03-22 23:31:45 -04:00 |
|
Philipp Holzer
|
d88dc7484f
|
Optimize testing (reduce code per test)
|
2019-03-22 23:25:24 -04:00 |
|
Philipp Holzer
|
4e374fa4d3
|
Fixed AutomaticInstallationConsoleTest
|
2019-03-22 23:25:24 -04:00 |
|
Philipp Holzer
|
d4b23ca8b9
|
Fixing some AutomaticInstallationConsoleTests
|
2019-03-22 23:25:23 -04:00 |
|
Philipp Holzer
|
c5973beca4
|
Fixing some AutomaticInstallationConsoleTests
|
2019-03-22 23:25:23 -04:00 |
|
Philipp Holzer
|
bef952bd16
|
Fixed ConfigConsoleTest
|
2019-03-22 23:25:22 -04:00 |
|
Philipp Holzer
|
acd5060ec2
|
Fixed ConsoleTest
|
2019-03-22 23:23:50 -04:00 |
|
Philipp Holzer
|
f4ec7c47b9
|
Bugfix ConfigCacheLoaderTest
|
2019-03-22 23:23:49 -04:00 |
|
Philipp Holzer
|
1b45d3fad7
|
testfix - namespaces
|
2019-03-22 22:56:58 -04:00 |
|
Philipp Holzer
|
f3c4e6fa3d
|
testfix - namespaces
|
2019-03-22 22:56:58 -04:00 |
|
Philipp Holzer
|
8c6e6b5dea
|
Fixing .htconfig
|
2019-03-16 20:31:10 +01:00 |
|
Philipp Holzer
|
1acd5c7d22
|
- Adding additional legacy .htconfig information
|
2019-03-16 20:06:53 +01:00 |
|
Philipp Holzer
|
07bd4cec65
|
Fixing redis cachekey
|
2019-03-04 21:28:36 +01:00 |
|
Philipp Holzer
|
def502ae2d
|
Fix namespaces
|
2019-02-27 12:32:56 +01:00 |
|
Philipp Holzer
|
5fc42a744e
|
Replace string namespaces with ::class
|
2019-02-24 13:40:54 +01:00 |
|
Philipp Holzer
|
1dee89f215
|
fixing tests and preload config
|
2019-02-23 00:09:57 +01:00 |
|
Hypolite Petovan
|
256e845c5d
|
Merge pull request #6641 from nupplaphil/config_followup
Config FollowUp
|
2019-02-17 17:56:31 -05:00 |
|
Philipp Holzer
|
f5adbd268b
|
Fixing tests
|
2019-02-17 21:41:45 +01:00 |
|
Philipp Holzer
|
e1d9d67632
|
renamed Logger::setLogger() to Logger::init()
|
2019-02-17 20:44:08 +01:00 |
|