Commit Graph

565 Commits

Author SHA1 Message Date
Rubén D
651a1271f1 ci: Bump aura/sqlquery version.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2023-05-15 09:43:22 +02:00
Rubén D
ab6061bf34 chore: Create AccountToTagService tests.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2023-05-13 12:21:29 +02:00
Rubén D
b17cc55bfb chore: Create AccountToFavoriteService tests.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2023-05-13 11:03:42 +02:00
Rubén D
a8939dfddf chore: Improve search regex
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-12-13 18:58:13 +01:00
Rubén D
d5ec816415 chore: Remove unused classes and fix types.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-12-10 12:30:58 +01:00
Rubén D
a597d8ae62 chore: Create AccountService tests and rework models.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-12-10 12:07:38 +01:00
Rubén D
60f21cfddf chore: Create tests for AccountHistoryService
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-12-04 21:19:48 +01:00
Rubén D
57c1569430 chore: Create tests for AccountFilterUser
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-12-04 16:43:27 +01:00
Rubén D
1e1ec16f73 chore: Remove BypassFinals and Pseudo PDO.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-12-04 14:33:17 +01:00
Rubén D
84cf2a59d7 chore: Update definitions
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-12-04 10:26:46 +01:00
Rubén D
78f51f3259 chore: Add tests for CryptPKI
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-12-04 00:06:43 +01:00
Rubén D
973bb8ebfd chore: Add tests for AccountCacheService
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-12-03 22:57:10 +01:00
Rubén D
c588734fb8 chore: Add tests for AccountSearchDataBuilder
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-12-03 22:32:11 +01:00
Rubén D
7f986f17ef chore: Add tests for AccountSearchService
AccountSearchService has been split into multiple classes for better testeability.
Accounts' DTOs have been moved to domain

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-12-03 21:01:32 +01:00
Rubén D
3a2137f738 chore: Add test for null operator.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-12-03 19:58:08 +01:00
Rubén D
ab49a901ff chore: Create AccountPresetService tests
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-28 20:42:48 +01:00
Rubén D
42a77cc5ec fix: Use generators and fix ItemSearch builders
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-27 22:20:13 +01:00
Rubén D
5531af39f4 chore: Create tests for AccountFileService
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-27 19:55:03 +01:00
Rubén D
bd8e599014 chore: Create tests for AccountFileService
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-27 19:51:18 +01:00
Rubén D
78ad705aee fix: Wrong arguments for DTO
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-27 18:27:04 +01:00
Rubén D
930b1f7139 chore: Create AccountCryptService tests
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-27 16:01:51 +01:00
Rubén D
41b171e89d chore: Create AccountSearchTokenizer tests
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-27 00:46:43 +01:00
Rubén D
c939ef634a chore: Adapt to hexagonal architecture pattern.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-26 20:12:23 +01:00
Rubén D
5952a3f48a chore: Adapt to hexagonal architecture pattern.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-26 19:45:53 +01:00
Rubén D
ae16c0ad76 fix: Set properties type
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-26 15:13:02 +01:00
Rubén D
07437ffda0 chore: Create AccountAdapter tests
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-26 13:04:38 +01:00
Rubén D
f9d16dd76f chore: Move repository interface
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-26 08:39:44 +01:00
Rubén D
796ecbc5fb chore: Implement AccountAclService tests.
Use scoped namespace for simple functions.

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-25 23:40:27 +01:00
Rubén D
a4c654f44c chore: Implement PublicLinkRepository tests.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-20 19:58:16 +01:00
Rubén D
caa5571b20 chore: Implement AccountToUserRepository tests.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-20 17:43:49 +01:00
Rubén D
930c519ef1 chore: Implement AccountToUserGroupRepository tests.
A new Query class is needed to perform custom queries.

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-20 17:31:13 +01:00
Rubén D
e849c9d521 chore: Reformat code
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-20 12:56:00 +01:00
Rubén D
4a22b12be8 chore: Reformat code and extend from RepositoryInterface
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-20 12:02:46 +01:00
Rubén D
de9d500d85 chore: Create AccountToTagRepository tests
A RepositoryInterface is added to expose transactionAware method to the service.

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-20 11:46:11 +01:00
Rubén D
120adb09ee chore: Create AccountToFavoriteRepository tests
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-19 17:26:30 +01:00
Rubén D
fb0126f9cf chore: Adapt AccountFileService.php
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-19 17:09:52 +01:00
Rubén D
8379a8cbd6 chore: AccountFile repository test
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-19 17:05:34 +01:00
Rubén D
a383d712a1 chore: Fix PHPStan warnings
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-19 15:38:34 +01:00
Rubén D
666bd06566 chore: Fix tests and PHPStan warnings
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-19 15:37:01 +01:00
Rubén D
cebb3bb72d chore: Move repository interface to domain
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-19 15:07:00 +01:00
Rubén D
295d6c6ca9 chore: Apply inspection fixes
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-19 11:24:35 +01:00
Rubén D
055a1bd4b5 chore: Fix interface implementation
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-19 11:15:25 +01:00
Rubén D
cd4369e74e Merge branch 'master' into feat/code_refactoring
# Conflicts:
#	app/modules/web/themes/material-blue/views/account/account.inc
#	app/modules/web/themes/material-blue/views/account/search-rows.inc
#	app/modules/web/themes/material-blue/views/config/ldap.inc
#	composer.json
#	composer.lock
#	lib/SP/Bootstrap.php
#	lib/SP/Core/Language.php
#	lib/SP/Html/Html.php
#	lib/SP/Infrastructure/Database/DatabaseUtil.php
#	lib/SP/Providers/Auth/Ldap/LdapActions.php
#	lib/SP/Services/Account/AccountSearchItem.php
#	lib/SP/Services/Install/Installer.php
2022-11-13 09:18:55 +01:00
Rubén D
2ccce01acb chore: Fix unitary tests
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-06 17:34:32 +01:00
Rubén D
6a71fe3372 chore: Remove unused methods
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-06 16:38:05 +01:00
Rubén D
8ef229f8ed chore: AccountHistoryRepository tests
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-06 16:29:33 +01:00
Rubén D
752d7863c1 chore: Fix interfaces implementation
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-06 12:10:19 +01:00
Rubén D
4db6bcfcf6 chore: Complete AccountRepository tests
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-06 11:56:41 +01:00
Rubén D
0e4e92d7db chore: Fix properties visibility
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-06 10:06:20 +01:00
Rubén D
fde6e60bd1 chore: Fix tests
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-11-05 19:34:56 +01:00