| .. |
|
_data
|
Remove two symfony dev deps
|
2021-06-26 19:05:28 +02:00 |
|
Charsets
|
Add PHPUnit's Covers annotation on test classes
|
2021-06-04 23:39:26 -03:00 |
|
Command
|
Fix coding standard issue
|
2023-02-08 13:12:29 -03:00 |
|
Config
|
Backport two test methods for phpunit 8.5
|
2023-09-09 17:44:13 +02:00 |
|
ConfigStorage
|
Change deprecated ReflectionProperty method call
|
2023-07-20 01:30:37 +02:00 |
|
Controllers
|
Preserve check constraint during column move
|
2024-04-19 22:01:43 +02:00 |
|
Crypto
|
Merge branch 'QA_5_1-security' into master-security
|
2022-01-11 14:31:56 -03:00 |
|
Database
|
Fix execute routine page not working when not in a modal
|
2023-05-30 15:00:22 -03:00 |
|
Dbal
|
Deimplement fetchRow() helper
|
2022-01-09 22:44:53 +00:00 |
|
Display
|
Fix column sorting with limit subquery
|
2024-05-23 23:59:43 +02:00 |
|
Engines
|
Update links
|
2023-02-17 18:42:01 +01:00 |
|
Export
|
Populate relation Session with RelationParameters class
|
2021-12-17 12:09:15 -03:00 |
|
Gis
|
Backport two test methods for phpunit 8.5
|
2023-09-09 17:44:13 +02:00 |
|
Html
|
Fix #18559: Add db/table params to URL for profiling toggle
|
2024-02-02 13:13:01 +01:00 |
|
Http/Factory
|
Fix a testing warning
|
2023-05-29 12:11:58 +02:00 |
|
Import
|
Fix simulate query count
|
2023-08-30 01:16:21 +02:00 |
|
Navigation
|
Fix case where tables from wrong db is loaded in navigation
|
2024-02-29 16:23:30 -03:00 |
|
Partitioning
|
Move partition classes to the Partitioning namespace
|
2021-08-21 14:01:25 -03:00 |
|
Plugins
|
Export views after indexes
|
2024-04-28 02:11:43 +02:00 |
|
Properties
|
Remove useless whitespaces
|
2021-09-15 17:05:40 -03:00 |
|
Query
|
Add unit test
|
2022-10-11 01:56:44 +07:00 |
|
Server
|
Fix user pagination for 'Any' user
|
2023-09-09 17:44:17 +02:00 |
|
Setup
|
Update setup page to generate better blowfish_secret keys
|
2022-09-26 17:33:38 -03:00 |
|
Stubs
|
Add RocksDB support
|
2024-03-15 20:13:58 -03:00 |
|
Table
|
Add ChangeLog entry for #18611
|
2023-08-28 16:32:49 -03:00 |
|
Utils
|
Add some edge cases for booleans on SessionCache class
|
2022-06-11 14:23:46 +02:00 |
|
WebAuthn
|
Add support for Web Authentication API
|
2023-01-16 18:20:05 -03:00 |
|
AbstractNetworkTestCase.php
|
Change deprecated ReflectionProperty method call
|
2023-07-20 01:30:37 +02:00 |
|
AbstractTestCase.php
|
Add unit test Table\IndexRenameController class
|
2023-12-30 20:49:01 -03:00 |
|
AdvisorTest.php
|
Get default config values from Config\Settings classes
|
2021-09-30 12:04:47 -03:00 |
|
BookmarkTest.php
|
Remove the Bookmark::getParams method
|
2021-12-27 09:31:53 -03:00 |
|
BrowseForeignersTest.php
|
Remove table-light CSS classes
|
2022-05-14 17:31:31 -03:00 |
|
CacheTest.php
|
Create a simple Cache class
|
2021-06-17 16:35:53 +02:00 |
|
CharsetsTest.php
|
Improve collations support for MariaDB 10.10+ (#18760)
|
2023-10-31 15:28:20 -03:00 |
|
CheckUserPrivilegesTest.php
|
Remove useless whitespaces
|
2021-09-15 17:05:40 -03:00 |
|
CommonTest.php
|
Move some Core methods to Common class
|
2021-07-06 16:52:54 -03:00 |
|
ConfigTest.php
|
Fix issue reported by PHPStan in ConfigTest
|
2023-02-20 12:05:18 -03:00 |
|
ConsoleTest.php
|
Improve unit test for ResponseRenderer::setAjax()
|
2023-05-31 00:26:48 -03:00 |
|
CoreTest.php
|
Add a group for tests that require ext-xdebug and do not run well on Debian
|
2023-01-28 09:11:01 +01:00 |
|
CreateAddFieldTest.php
|
Fix ENGINE escaping
|
2023-03-13 11:58:15 +00:00 |
|
DatabaseInterfaceTest.php
|
Add role based auth for MySQL 8.x and compatibles (#18814)
|
2024-03-02 19:31:03 -03:00 |
|
EncodingTest.php
|
Use @requires annotation for required extensions
|
2021-10-07 13:40:50 -03:00 |
|
EnvironmentTest.php
|
Add PHPUnit's Covers annotation on test classes
|
2021-06-04 23:39:26 -03:00 |
|
ErrorHandlerTest.php
|
Change deprecated ReflectionProperty method call
|
2023-07-20 01:30:37 +02:00 |
|
ErrorReportTest.php
|
Remove passing null to Relation's constructor
|
2021-12-17 12:09:14 -03:00 |
|
ErrorTest.php
|
Remove @access annotations
|
2021-12-22 11:43:45 -03:00 |
|
ExportTest.php
|
Remove useless whitespaces
|
2021-09-15 17:05:40 -03:00 |
|
FieldMetadataTest.php
|
Fix isNumeric
|
2022-10-10 15:02:15 +01:00 |
|
FileListingTest.php
|
Fix Psalm error related to TEST_PATH constant
|
2023-01-28 14:37:51 -03:00 |
|
FileTest.php
|
Get default config values from Config\Settings classes
|
2021-09-30 12:04:47 -03:00 |
|
FlashMessagesTest.php
|
Remove non used variables
|
2021-07-16 02:13:27 +02:00 |
|
FontTest.php
|
Add PHPUnit's Covers annotation on test classes
|
2021-06-04 23:39:26 -03:00 |
|
FooterTest.php
|
Improve unit test for ResponseRenderer::setAjax()
|
2023-05-31 00:26:48 -03:00 |
|
GitTest.php
|
Fix php unlink warnings when the test was skipped in GitTest
|
2023-08-09 14:56:33 +02:00 |
|
HeaderTest.php
|
Support Azure by changing header Referer-Policy.
|
2024-03-11 22:01:51 +01:00 |
|
ImportTest.php
|
Extract Simulate DML action from ImportController
|
2021-12-27 18:37:15 -03:00 |
|
IndexColumnTest.php
|
Add some test classes
|
2021-06-07 16:59:34 -03:00 |
|
IndexTest.php
|
Add PHPUnit's Covers annotation on test classes
|
2021-06-04 23:39:26 -03:00 |
|
InsertEditTest.php
|
Fix navigation page after table edit
|
2024-01-23 22:17:32 +01:00 |
|
InternalRelationsTest.php
|
Add some test classes
|
2021-06-07 16:59:34 -03:00 |
|
IpAllowDenyTest.php
|
Add PHPUnit's Covers annotation on test classes
|
2021-06-04 23:39:26 -03:00 |
|
LanguageTest.php
|
Fix LanguageTest failing test when locale file is missing
|
2022-07-19 18:52:03 -03:00 |
|
LinterTest.php
|
Remove @access annotations
|
2021-12-22 11:43:45 -03:00 |
|
ListDatabaseTest.php
|
Add some test classes
|
2021-06-07 16:59:34 -03:00 |
|
LoggingTest.php
|
Add some test classes
|
2021-06-07 16:59:34 -03:00 |
|
MenuTest.php
|
Remove PMA_IS_WINDOWS constant
|
2022-04-24 20:37:55 -03:00 |
|
MessageTest.php
|
Remove @access annotations
|
2021-12-22 11:43:45 -03:00 |
|
MimeTest.php
|
Add PHPUnit's Covers annotation on test classes
|
2021-06-04 23:39:26 -03:00 |
|
NormalizationTest.php
|
Remove Template dependency from Relation class
|
2021-12-17 12:09:14 -03:00 |
|
OpenDocumentTest.php
|
Merge branch 'QA_5_1' into QA_5_2
|
2022-04-26 21:03:20 -03:00 |
|
OperationsTest.php
|
Move Relation classes into the ConfigStorage namespace
|
2021-12-17 12:09:13 -03:00 |
|
PdfTest.php
|
Fix method casing
|
2022-10-14 20:44:26 +02:00 |
|
PluginsTest.php
|
Create the RelationParameters value object
|
2021-11-14 18:22:36 -03:00 |
|
ProfilingTest.php
|
Add PHPUnit's Covers annotation on test classes
|
2021-06-04 23:39:26 -03:00 |
|
ReplicationGuiTest.php
|
Replace the master/slave terminology
|
2021-12-18 14:26:56 -03:00 |
|
ResponseRendererTest.php
|
Improve unit test for ResponseRenderer::setAjax()
|
2023-05-31 00:26:48 -03:00 |
|
RoutingTest.php
|
Fix routes cache validation
|
2024-06-03 20:04:59 -03:00 |
|
SanitizeTest.php
|
Add PHPUnit's Covers annotation on test classes
|
2021-06-04 23:39:26 -03:00 |
|
ScriptsTest.php
|
Remove @access annotations
|
2021-12-22 11:43:45 -03:00 |
|
SqlQueryFormTest.php
|
Populate relation Session with RelationParameters class
|
2021-12-17 12:09:15 -03:00 |
|
SqlTest.php
|
Don't optimize count for UNION queries
|
2024-01-23 14:20:30 +01:00 |
|
StorageEngineTest.php
|
Remove @access annotations
|
2021-12-22 11:43:45 -03:00 |
|
SystemDatabaseTest.php
|
Deimplement fetchAssoc() helper
|
2022-01-09 22:44:53 +00:00 |
|
TableTest.php
|
Fix getTablesFull() and related tests
|
2023-03-15 19:59:35 +00:00 |
|
TemplateTest.php
|
Add PHPUnit's Covers annotation on test classes
|
2021-06-04 23:39:26 -03:00 |
|
ThemeManagerTest.php
|
Add PHPUnit's Covers annotation on test classes
|
2021-06-04 23:39:26 -03:00 |
|
ThemeTest.php
|
Add TEST_PATH for out of source tests
|
2023-02-08 13:09:00 +01:00 |
|
TrackerTest.php
|
Deimplement fetchAssoc() helper
|
2022-01-09 22:44:53 +00:00 |
|
TrackingTest.php
|
Implement ResultInterface & MysqliResult
|
2021-12-31 23:59:24 +00:00 |
|
TransformationsTest.php
|
Create VO classes for each RelationParameters features
|
2021-12-26 19:17:58 -03:00 |
|
TwoFactorTest.php
|
Fix coding standard issues after #17241 merge
|
2021-12-13 10:37:54 -03:00 |
|
TypesByDatabaseVersionTest.php
|
Fix broken tests after UUID changes
|
2023-01-22 01:19:34 +04:00 |
|
TypesTest.php
|
Fix broken tests after UUID changes
|
2023-01-22 01:19:34 +04:00 |
|
UrlTest.php
|
Refactor Url::getArgSeparator to use ampersand when available
|
2023-11-22 13:01:55 -03:00 |
|
UserPasswordTest.php
|
Move Relation classes into the ConfigStorage namespace
|
2021-12-17 12:09:13 -03:00 |
|
UserPreferencesTest.php
|
Merge branch 'QA_5_1' into QA_5_2
|
2022-02-15 17:44:37 -03:00 |
|
UtilTest.php
|
Fix ENUM value parsing
|
2023-11-29 15:22:22 +01:00 |
|
VersionInformationTest.php
|
Fix failing testGetLatestVersion in random order
|
2023-04-07 13:07:19 +02:00 |
|
VersionTest.php
|
Add PHPUnit's Covers annotation on test classes
|
2021-06-04 23:39:26 -03:00 |
|
ZipExtensionTest.php
|
Replace fopen, fwrite and fclose with file_put_contents
|
2021-07-13 11:51:57 -03:00 |