diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-10-26 15:04:02 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-11-07 12:14:03 +0100 |
commit | 3c75075eba3414da7b3c4db9aefe22da074cdcd9 (patch) | |
tree | e5d77c731fba31874ad9b2d9af34acb4339e57e5 /core/js/tests/specs/setupchecksSpec.js | |
parent | 5957a2bf6bfbb89c7c6b689e3eef89b7072fe3cf (diff) | |
download | nextcloud-server-3c75075eba3414da7b3c4db9aefe22da074cdcd9.tar.gz nextcloud-server-3c75075eba3414da7b3c4db9aefe22da074cdcd9.zip |
Migrate database transaction level check to SetupCheck API
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'core/js/tests/specs/setupchecksSpec.js')
-rw-r--r-- | core/js/tests/specs/setupchecksSpec.js | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/core/js/tests/specs/setupchecksSpec.js b/core/js/tests/specs/setupchecksSpec.js index 14f8d95e962..306813c90f9 100644 --- a/core/js/tests/specs/setupchecksSpec.js +++ b/core/js/tests/specs/setupchecksSpec.js @@ -226,7 +226,6 @@ describe('OC.SetupChecks tests', function() { hasFileinfoInstalled: true, hasWorkingFileLocking: true, hasDBFileLocking: false, - hasValidTransactionIsolationLevel: true, suggestedOverwriteCliURL: '', isRandomnessSecure: true, isFairUseOfFreePushService: true, @@ -293,7 +292,6 @@ describe('OC.SetupChecks tests', function() { hasFileinfoInstalled: true, hasWorkingFileLocking: true, hasDBFileLocking: false, - hasValidTransactionIsolationLevel: true, suggestedOverwriteCliURL: '', isRandomnessSecure: true, isFairUseOfFreePushService: true, @@ -360,7 +358,6 @@ describe('OC.SetupChecks tests', function() { hasFileinfoInstalled: true, hasWorkingFileLocking: true, hasDBFileLocking: false, - hasValidTransactionIsolationLevel: true, suggestedOverwriteCliURL: '', isRandomnessSecure: true, isFairUseOfFreePushService: true, @@ -423,7 +420,6 @@ describe('OC.SetupChecks tests', function() { hasFileinfoInstalled: true, hasWorkingFileLocking: true, hasDBFileLocking: false, - hasValidTransactionIsolationLevel: true, suggestedOverwriteCliURL: '', isRandomnessSecure: false, securityDocs: 'https://docs.nextcloud.com/myDocs.html', @@ -485,7 +481,6 @@ describe('OC.SetupChecks tests', function() { hasFileinfoInstalled: true, hasWorkingFileLocking: true, hasDBFileLocking: false, - hasValidTransactionIsolationLevel: true, suggestedOverwriteCliURL: '', isRandomnessSecure: true, securityDocs: 'https://docs.nextcloud.com/myDocs.html', @@ -547,7 +542,6 @@ describe('OC.SetupChecks tests', function() { hasFileinfoInstalled: true, hasWorkingFileLocking: false, hasDBFileLocking: false, - hasValidTransactionIsolationLevel: true, suggestedOverwriteCliURL: '', isRandomnessSecure: true, securityDocs: 'https://docs.nextcloud.com/myDocs.html', @@ -609,7 +603,6 @@ describe('OC.SetupChecks tests', function() { hasFileinfoInstalled: true, hasWorkingFileLocking: true, hasDBFileLocking: true, - hasValidTransactionIsolationLevel: true, suggestedOverwriteCliURL: '', isRandomnessSecure: true, securityDocs: 'https://docs.nextcloud.com/myDocs.html', @@ -671,7 +664,6 @@ describe('OC.SetupChecks tests', function() { hasFileinfoInstalled: true, hasWorkingFileLocking: true, hasDBFileLocking: false, - hasValidTransactionIsolationLevel: true, suggestedOverwriteCliURL: '', isRandomnessSecure: true, securityDocs: 'https://docs.nextcloud.com/myDocs.html', @@ -735,7 +727,6 @@ describe('OC.SetupChecks tests', function() { hasFileinfoInstalled: true, hasWorkingFileLocking: true, hasDBFileLocking: false, - hasValidTransactionIsolationLevel: true, suggestedOverwriteCliURL: '', isRandomnessSecure: true, isFairUseOfFreePushService: true, @@ -797,7 +788,6 @@ describe('OC.SetupChecks tests', function() { hasFileinfoInstalled: true, hasWorkingFileLocking: true, hasDBFileLocking: false, - hasValidTransactionIsolationLevel: true, suggestedOverwriteCliURL: '', isRandomnessSecure: true, isFairUseOfFreePushService: true, @@ -861,7 +851,6 @@ describe('OC.SetupChecks tests', function() { hasFileinfoInstalled: true, hasWorkingFileLocking: true, hasDBFileLocking: false, - hasValidTransactionIsolationLevel: true, suggestedOverwriteCliURL: '', isRandomnessSecure: true, isFairUseOfFreePushService: true, @@ -923,7 +912,6 @@ describe('OC.SetupChecks tests', function() { hasFileinfoInstalled: true, hasWorkingFileLocking: true, hasDBFileLocking: false, - hasValidTransactionIsolationLevel: true, suggestedOverwriteCliURL: '', isRandomnessSecure: true, isFairUseOfFreePushService: true, @@ -1005,7 +993,6 @@ describe('OC.SetupChecks tests', function() { hasFileinfoInstalled: true, hasWorkingFileLocking: true, hasDBFileLocking: false, - hasValidTransactionIsolationLevel: true, suggestedOverwriteCliURL: '', isRandomnessSecure: true, securityDocs: 'https://docs.nextcloud.com/myDocs.html', @@ -1074,7 +1061,6 @@ describe('OC.SetupChecks tests', function() { hasFileinfoInstalled: true, hasWorkingFileLocking: true, hasDBFileLocking: false, - hasValidTransactionIsolationLevel: true, suggestedOverwriteCliURL: '', isRandomnessSecure: true, securityDocs: 'https://docs.nextcloud.com/myDocs.html', @@ -1136,7 +1122,6 @@ describe('OC.SetupChecks tests', function() { hasFileinfoInstalled: true, hasWorkingFileLocking: true, hasDBFileLocking: false, - hasValidTransactionIsolationLevel: true, suggestedOverwriteCliURL: '', isRandomnessSecure: true, securityDocs: 'https://docs.nextcloud.com/myDocs.html', @@ -1198,7 +1183,6 @@ describe('OC.SetupChecks tests', function() { hasFileinfoInstalled: true, hasWorkingFileLocking: true, hasDBFileLocking: false, - hasValidTransactionIsolationLevel: true, suggestedOverwriteCliURL: '', isRandomnessSecure: true, securityDocs: 'https://docs.nextcloud.com/myDocs.html', @@ -1264,7 +1248,6 @@ describe('OC.SetupChecks tests', function() { hasFileinfoInstalled: true, hasWorkingFileLocking: true, hasDBFileLocking: false, - hasValidTransactionIsolationLevel: true, suggestedOverwriteCliURL: '', isRandomnessSecure: true, securityDocs: 'https://docs.nextcloud.com/myDocs.html', @@ -1327,7 +1310,6 @@ describe('OC.SetupChecks tests', function() { hasFileinfoInstalled: true, hasWorkingFileLocking: true, hasDBFileLocking: false, - hasValidTransactionIsolationLevel: true, suggestedOverwriteCliURL: '', isRandomnessSecure: true, securityDocs: 'https://docs.nextcloud.com/myDocs.html', @@ -1387,7 +1369,6 @@ describe('OC.SetupChecks tests', function() { hasFileinfoInstalled: true, hasWorkingFileLocking: true, hasDBFileLocking: false, - hasValidTransactionIsolationLevel: true, suggestedOverwriteCliURL: '', isRandomnessSecure: true, securityDocs: 'https://docs.nextcloud.com/myDocs.html', @@ -1450,7 +1431,6 @@ describe('OC.SetupChecks tests', function() { hasFileinfoInstalled: true, hasWorkingFileLocking: true, hasDBFileLocking: false, - hasValidTransactionIsolationLevel: true, suggestedOverwriteCliURL: '', isRandomnessSecure: true, securityDocs: 'https://docs.nextcloud.com/myDocs.html', @@ -1513,7 +1493,6 @@ describe('OC.SetupChecks tests', function() { hasFileinfoInstalled: true, hasWorkingFileLocking: true, hasDBFileLocking: false, - hasValidTransactionIsolationLevel: true, suggestedOverwriteCliURL: '', isRandomnessSecure: true, securityDocs: 'https://docs.nextcloud.com/myDocs.html', @@ -1575,7 +1554,6 @@ describe('OC.SetupChecks tests', function() { hasFileinfoInstalled: true, hasWorkingFileLocking: true, hasDBFileLocking: false, - hasValidTransactionIsolationLevel: true, suggestedOverwriteCliURL: '', isRandomnessSecure: true, securityDocs: 'https://docs.nextcloud.com/myDocs.html', @@ -1637,7 +1615,6 @@ describe('OC.SetupChecks tests', function() { hasFileinfoInstalled: true, hasWorkingFileLocking: true, hasDBFileLocking: false, - hasValidTransactionIsolationLevel: true, suggestedOverwriteCliURL: '', isRandomnessSecure: true, securityDocs: 'https://docs.nextcloud.com/myDocs.html', @@ -1706,7 +1683,6 @@ describe('OC.SetupChecks tests', function() { hasFileinfoInstalled: true, hasWorkingFileLocking: true, hasDBFileLocking: false, - hasValidTransactionIsolationLevel: true, suggestedOverwriteCliURL: '', isRandomnessSecure: true, securityDocs: 'https://docs.nextcloud.com/myDocs.html', |