Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 8.2 and full UT #1806

Draft
wants to merge 557 commits into
base: master
Choose a base branch
from
Draft

PHP 8.2 and full UT #1806

wants to merge 557 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Dec 7, 2023

  1. fix: Wrong type.

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    5189e5b View commit details
    Browse the repository at this point in the history
  2. fix: Wrong type.

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    b9d77bb View commit details
    Browse the repository at this point in the history
  3. chore(tests): UT for Request

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    2ffc6b0 View commit details
    Browse the repository at this point in the history
  4. fix: Rename file

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    32c1406 View commit details
    Browse the repository at this point in the history
  5. chore: Code refactor

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    6b061d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. chore(wip): Rework plugins architecture

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    dc43228 View commit details
    Browse the repository at this point in the history
  2. chore(wip): Rework plugins architecture

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    9411122 View commit details
    Browse the repository at this point in the history
  3. chore(tests): UT for AccountSearchRepository

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    05186e1 View commit details
    Browse the repository at this point in the history
  4. chore: Code refactoring

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    17432e0 View commit details
    Browse the repository at this point in the history
  5. chore: Code refactoring

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    3d8891e View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. chore: Fix syntax

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    9d9fc63 View commit details
    Browse the repository at this point in the history
  2. chore: Minor refactor

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    efea16c View commit details
    Browse the repository at this point in the history
  3. chore: Refactor AuthTokenRepository

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    f519f6b View commit details
    Browse the repository at this point in the history
  4. chore(tests): Change tests namespace

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    ea72a0c View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. chore(tests): UT for AuhToken

    - Remove old tests
    - Refactor Actions and Acl (WIP)
    
    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    5c5dc57 View commit details
    Browse the repository at this point in the history
  2. fix(tests): UT for AuthTokenRepository

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    1426331 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. chore: Accept any extra data

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    add54d5 View commit details
    Browse the repository at this point in the history
  2. fix(tests): UT for CategoryRepository

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    a76610f View commit details
    Browse the repository at this point in the history
  3. fix(tests): UT for Category service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    31d78fb View commit details
    Browse the repository at this point in the history
  4. chore: Semantic naming

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    799829f View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. chore(tests): UT for ClientRepository

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    6e4f532 View commit details
    Browse the repository at this point in the history
  2. chore(tests): UT for Client service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    28dc47f View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. chore(tests): UT for Config service & repository

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    739f40b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. chore(tests): UT for ConfigFile service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    78de6f9 View commit details
    Browse the repository at this point in the history
  2. chore(tests): UT for UpgradeConfig service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    49805d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. chore: Refactor Account interfaces naming

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    7eee87b View commit details
    Browse the repository at this point in the history
  2. chore: Refactor Api interfaces naming

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    37b49d6 View commit details
    Browse the repository at this point in the history
  3. chore: Refactor AuthToken interfaces naming

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    f68de1f View commit details
    Browse the repository at this point in the history
  4. chore(test): Refactor test naming

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    f697f70 View commit details
    Browse the repository at this point in the history
  5. chore: Refactor Category naming

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c87f3ab View commit details
    Browse the repository at this point in the history
  6. chore: Refactor Client naming

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    24fcc0a View commit details
    Browse the repository at this point in the history
  7. chore(tests): Refactor ConfigBackup naming

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    162105d View commit details
    Browse the repository at this point in the history
  8. chore(tests): UT for MasterPass service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c263a8b View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. chore(tests): UT for TemporaryMasterPass service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    35fa0f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. chore(tests): UT for custom field repositories.

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    3fd0072 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. chore(tests): UT for CustomFieldCrypt service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    bf9ba8d View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. chore(tests): UT for CustomFieldData service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    38e84ca View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. chore(tests): Naming and fix ID generators

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    c49f328 View commit details
    Browse the repository at this point in the history
  2. chore(tests): UT for CustomFieldDefinition service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    37f1d9b View commit details
    Browse the repository at this point in the history
  3. chore(tests): UT for CustomFieldType service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    e8173b7 View commit details
    Browse the repository at this point in the history
  4. chore: Refactor UpgradeCustomFieldData service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    054ee98 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. chore(tests): UT for UpgradeCustomFieldData service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    535f114 View commit details
    Browse the repository at this point in the history
  2. ci: Update codeclimate-action version

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b5035f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. chore: Remove unneeded classes

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    1205f42 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. chore(tests): UT for BackupFileHelper class

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    6f3ed10 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. chore: Refactor XML export

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    6543d3f View commit details
    Browse the repository at this point in the history
  2. chore(tests): UT for XmlAccountExport

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    b7284cb View commit details
    Browse the repository at this point in the history
  3. chore: Refactor XML text encoding

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    735cb29 View commit details
    Browse the repository at this point in the history
  4. chore(tests): UT for XmlCategoryExport

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    f6879b5 View commit details
    Browse the repository at this point in the history
  5. chore(tests): Fix test

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    5a55f4e View commit details
    Browse the repository at this point in the history
  6. chore(tests): UT for XmlClientExport

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    f8220a3 View commit details
    Browse the repository at this point in the history
  7. chore(tests): UT for XmlTagExport

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    1d65e6a View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. chore(tests): UT for XmlExport

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    3e313e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. chore(tests): UT for XmlVerify service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    d020963 View commit details
    Browse the repository at this point in the history
  2. chore(tests): UT for XmlVerify service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    0d905b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. chore(tests): UT for CsvImport service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    0240b0a View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. chore: Refactor import services

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    65938e7 View commit details
    Browse the repository at this point in the history
  2. fix: Wrong arguments

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    ddbbb05 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. chore: Refactor import services

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    964944c View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. chore(tests): UT for Import service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    cb026b1 View commit details
    Browse the repository at this point in the history
  2. chore(tests): UT for ImportStrategy service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    7df5384 View commit details
    Browse the repository at this point in the history
  3. chore(tests): UT for ImportStrategy service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    7f84c30 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. chore(tests): UT for KeepassImport service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    110604f View commit details
    Browse the repository at this point in the history
  2. chore: Use generator instead of callback

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    2ffcaef View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. chore(tests): UT for SyspassImport service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d5d6a93 View commit details
    Browse the repository at this point in the history
  2. deps(php): Upgrade PhpUnit and PHP version

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    155dd22 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. chore(tests): UT for LdapImport service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    2c44b4f View commit details
    Browse the repository at this point in the history
  2. chore(tests): UT for XmlFile service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    6232c69 View commit details
    Browse the repository at this point in the history
  3. chore: Refactor Install services

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    1b4de77 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. chore(tests): UT for ItemPreset

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    2e4eca1 View commit details
    Browse the repository at this point in the history
  2. chore: Remove unneeded classes

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    ff9bf9f View commit details
    Browse the repository at this point in the history
  3. chore: Fix wrong classes naming

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    d17b501 View commit details
    Browse the repository at this point in the history
  4. chore: Refactor encryptable models

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    522bada View commit details
    Browse the repository at this point in the history
  5. chore(tests): UT for Notification repository

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    5103fab View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. chore(tests): UT for Notification service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    db73e69 View commit details
    Browse the repository at this point in the history
  2. chore(tests): UT for Mail service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    b3b83c1 View commit details
    Browse the repository at this point in the history
  3. chore(tests): fix

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    0461d2e View commit details
    Browse the repository at this point in the history
  4. chore(tests): UT for Mail service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    e850c5e View commit details
    Browse the repository at this point in the history
  5. chore(tests): UT for Plugin repository

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    8640ada View commit details
    Browse the repository at this point in the history
  6. chore(tests): UT for PluginData repository

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    8fb81f9 View commit details
    Browse the repository at this point in the history
  7. chore(tests): UT for PluginData repository

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    bbc4e64 View commit details
    Browse the repository at this point in the history
  8. chore(tests): UT for PluginCompatility service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    4d72408 View commit details
    Browse the repository at this point in the history
  9. chore(tests): UT for PluginData service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    dd21f9c View commit details
    Browse the repository at this point in the history
  10. chore(tests): UT for PluginLoader service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    c1c0b00 View commit details
    Browse the repository at this point in the history
  11. chore(tests): UT for PluginRegister service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    dc53935 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. chore(tests): UT for PluginManager service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    df9f31e View commit details
    Browse the repository at this point in the history
  2. chore(tests): UT for PluginOperation service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8b7a4dc View commit details
    Browse the repository at this point in the history
  3. chore(tests): UT for PluginUpgrader service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    cb9f393 View commit details
    Browse the repository at this point in the history
  4. chore(tests): UT for Eventlog repository

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a797056 View commit details
    Browse the repository at this point in the history
  5. chore(tests): UT for Track repository

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    11ae839 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. chore(tests): UT for Track service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    35f8687 View commit details
    Browse the repository at this point in the history
  2. chore(tests): UT for Track service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    99cc02e View commit details
    Browse the repository at this point in the history
  3. chore(tests): UT for Eventlog service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    b939800 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. chore(tests): UT for Tag repository

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    8879da3 View commit details
    Browse the repository at this point in the history
  2. chore(tests): Locales and PHP version on CI

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    12050e6 View commit details
    Browse the repository at this point in the history
  3. ci(tests): Setup locales

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    95c1e5d View commit details
    Browse the repository at this point in the history
  4. ci(tests): Setup locales

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    86d9ebb View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. ci(tests): Fix tests

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    94d5c3c View commit details
    Browse the repository at this point in the history
  2. ci(tests): Remove abstract mocks

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    0e228f3 View commit details
    Browse the repository at this point in the history
  3. chore(tests): Configure PHPUnit

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    c2f149e View commit details
    Browse the repository at this point in the history
  4. chore(tests): Configure PHPUnit

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    015996e View commit details
    Browse the repository at this point in the history
  5. chore(tests): Configure PHPUnit

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    cd7a150 View commit details
    Browse the repository at this point in the history
  6. chore(tests): Remove deprecations

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    9dafac2 View commit details
    Browse the repository at this point in the history
  7. chore(tests): Refactor TransactionAware callback

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    a766de8 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. chore(tests): UT for User repository

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    dabac68 View commit details
    Browse the repository at this point in the history
  2. chore(tests): UT for User repository

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    556ef08 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. chore(tests): UT for UserGroup repository

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8bc7d87 View commit details
    Browse the repository at this point in the history
  2. chore(tests): UT for UserPassRecover repository

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    7c1bc26 View commit details
    Browse the repository at this point in the history
  3. chore(tests): UT for UserPassRecover repository

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    1505be6 View commit details
    Browse the repository at this point in the history
  4. chore(tests): UT for UserProfile repository

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2e5f7a2 View commit details
    Browse the repository at this point in the history
  5. chore(tests): UT for UserToUserGroup repository

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    624a717 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. chore(tests): UT for Database service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    5c3da6f View commit details
    Browse the repository at this point in the history
  2. chore(tests): UT for MysqlFileParser

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    d48f920 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. chore(tests): UT for MysqlFileParser

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    16d9d68 View commit details
    Browse the repository at this point in the history
  2. chore(tests): UT for MysqlHandler

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    cc25090 View commit details
    Browse the repository at this point in the history
  3. chore(tests): UT for PDOWrapper

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    404f901 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. chore(tests): UT for XmlFileStorage service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    22f7c6b View commit details
    Browse the repository at this point in the history
  2. chore(tests): UT for UserGroup service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    963b4fa View commit details
    Browse the repository at this point in the history
  3. chore(tests): UT for UserPassRecover service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    eea34cf View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. chore(tests): UT for UserMasterPass service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    1d2e991 View commit details
    Browse the repository at this point in the history
  2. chore(tests): UT for UserPass service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    6bfbd9f View commit details
    Browse the repository at this point in the history
  3. chore(tests): UT for UserPass service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    f8ce2f1 View commit details
    Browse the repository at this point in the history
  4. chore(tests): UT for UserProfile service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    1fd3946 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. chore(tests): UT for User service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    465fec9 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. chore(tests): UT for UserToUserGroup service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    2b8b593 View commit details
    Browse the repository at this point in the history
  2. chore(tests): UT for UserToUserGroup service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    43fe145 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. chore(tests): UT for LdapCheck service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    fb68ff5 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. chore(tests): UT for Login service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    04c49cb View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. chore(tests): UT for LoginAuthHandler service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    3cfd1b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. chore(tests): UT for LoginMasterPass service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f093f04 View commit details
    Browse the repository at this point in the history
  2. chore(tests): UT for LoginUser service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    008532e View commit details
    Browse the repository at this point in the history
  3. chore(tests): UT for LoginBase service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    21f392b View commit details
    Browse the repository at this point in the history
  4. chore(tests): UT for PluginBase service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    03e4a57 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. chore: Bootstrap refactoring

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    4e346d9 View commit details
    Browse the repository at this point in the history
  2. chore: Bootstrap refactoring

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    5e1f4be View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. chore: Relocate classes

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    cda692d View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. chore: Create Serde

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    92d7786 View commit details
    Browse the repository at this point in the history
  2. chore(tests): Add null character

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    c1a5b7f View commit details
    Browse the repository at this point in the history
  3. chore(tests): UT for CryptSessionHandler

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    0ad9899 View commit details
    Browse the repository at this point in the history
  4. chore(tests): UT for RequestBasedPassword

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    0a8da5d View commit details
    Browse the repository at this point in the history
  5. chore(tests): UT for HttpUtil

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    ed1d454 View commit details
    Browse the repository at this point in the history
  6. chore(tests): UT for Checks and DateUtil

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    e1dcf74 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. chore(tests): UT for Image

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    ce7d02f View commit details
    Browse the repository at this point in the history
  2. chore: Move ErrorUtil

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    e916420 View commit details
    Browse the repository at this point in the history
  3. chore: Move Providers

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    04d2459 View commit details
    Browse the repository at this point in the history
  4. chore: Rename classes

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    6c131cb View commit details
    Browse the repository at this point in the history
  5. chore: Refactor structure

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    016aa1d View commit details
    Browse the repository at this point in the history
  6. chore: Refactor structure

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    fc5afcc View commit details
    Browse the repository at this point in the history
  7. chore: Refactor structure

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    602e054 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. chore(tests): UT for adapters

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    5e96820 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. chore: Remove Task

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5fd1a5c View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. chore(tests): Change directory name and strict types

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed May 1, 2024
    Configuration menu
    Copy the full SHA
    3ad267c View commit details
    Browse the repository at this point in the history
  2. chore: Use strict types

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed May 1, 2024
    Configuration menu
    Copy the full SHA
    40c6cb1 View commit details
    Browse the repository at this point in the history
  3. chore(tests): UT for UpgradeDatabase

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed May 1, 2024
    Configuration menu
    Copy the full SHA
    99c8e4c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. chore(tests): UT for UpgradeDatabase

    Remove unneeded upgrades
    
    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed May 2, 2024
    Configuration menu
    Copy the full SHA
    84f41f2 View commit details
    Browse the repository at this point in the history
  2. chore(tests): UT for UpgradeDatabase

    Remove unneeded upgrades
    
    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed May 2, 2024
    Configuration menu
    Copy the full SHA
    7a11df9 View commit details
    Browse the repository at this point in the history
  3. chore(tests): Fix test

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1aabbb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0304221 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. chore: Refactor upgrade subsystem

    Use attributes to detect and load upgrade handlers.
    
    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed May 3, 2024
    Configuration menu
    Copy the full SHA
    10dedaa View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. style(php): Fix copyright comment

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed May 4, 2024
    Configuration menu
    Copy the full SHA
    ac8565b View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. chore(php): Refactor Template handler

    Improve templates rendering and make Template class more testeable
    
    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed May 5, 2024
    Configuration menu
    Copy the full SHA
    1a25c45 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. test(tests): UT for OutputHandler class

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed May 6, 2024
    Configuration menu
    Copy the full SHA
    d61e935 View commit details
    Browse the repository at this point in the history
  2. test(tests): UT for TemplateResolver class

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed May 6, 2024
    Configuration menu
    Copy the full SHA
    c758b7f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. test(tests): UT for JsonResponse class

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed May 8, 2024
    Configuration menu
    Copy the full SHA
    9b170b2 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. test(tests): Fix regex

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed May 9, 2024
    Configuration menu
    Copy the full SHA
    c6d2c4b View commit details
    Browse the repository at this point in the history
  2. refactor(php): Decouple view data from domain

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed May 9, 2024
    Configuration menu
    Copy the full SHA
    acd3d06 View commit details
    Browse the repository at this point in the history
  3. test(tests): UT for DatabaseHandler class

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed May 9, 2024
    Configuration menu
    Copy the full SHA
    9c27295 View commit details
    Browse the repository at this point in the history
  4. refactor(php): Rebuild logging setup

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed May 9, 2024
    Configuration menu
    Copy the full SHA
    9fe1ad9 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. test(tests): UT for MailHandler class

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed May 11, 2024
    Configuration menu
    Copy the full SHA
    814d1e0 View commit details
    Browse the repository at this point in the history
  2. refactor(php): Relocate and rename classes

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed May 11, 2024
    Configuration menu
    Copy the full SHA
    e7f6d15 View commit details
    Browse the repository at this point in the history
  3. refactor(php): Use attribute to handle events.

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed May 11, 2024
    Configuration menu
    Copy the full SHA
    2328597 View commit details
    Browse the repository at this point in the history
  4. test(tests): UT for NotificationEvent service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed May 11, 2024
    Configuration menu
    Copy the full SHA
    b477fb6 View commit details
    Browse the repository at this point in the history
  5. test(tests): UT for PhpMailerService service

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed May 11, 2024
    Configuration menu
    Copy the full SHA
    a00002b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. test(tests): UT for RouteContext handler

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed May 12, 2024
    Configuration menu
    Copy the full SHA
    6d75b99 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. refactor(php): Improve session handling

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed May 13, 2024
    Configuration menu
    Copy the full SHA
    0e43458 View commit details
    Browse the repository at this point in the history
  2. refactor(php): Improve session handling

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d0adf93 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. refactor(php): Improve crypted session handling

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2ee21ac View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. test(DI): Implement definitions test

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    a6dad33 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. test(AccountPreset): Add missing method test

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    5e81f2e View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. test(AccountItems): Add UT

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    5673c1d View commit details
    Browse the repository at this point in the history
  2. test(Event): Add UT

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    67ec55d View commit details
    Browse the repository at this point in the history
  3. test(ConfigFile): Rework config mapper

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    1ca9ccf View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. test(LogHandler): Add UT

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    0c200ab View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. chore(YAML): Use YAML instead of XML

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    545631a View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. test(IT): Setup integration tests

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    d3c6448 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. test(IT): Test account copy

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    1ce5e0d View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. test(IT): Test account pass copy

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    6a9dae7 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. test(IT): Test account history pass copy

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d1a3764 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. test(IT): Test account create

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    64a238e View commit details
    Browse the repository at this point in the history
  2. test(IT): Refactor common code

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    630aa0d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. test(IT): Test account delete view

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    ad5135a View commit details
    Browse the repository at this point in the history
  2. test(IT): Test account edit pass

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    e7782c5 View commit details
    Browse the repository at this point in the history
  3. test(IT): Test account edit pass

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    3f2f708 View commit details
    Browse the repository at this point in the history
  4. test(IT): Rework output handler call

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    95c98ae View commit details
    Browse the repository at this point in the history
  5. test(IT): Rework output handler exceptions

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    c8471a6 View commit details
    Browse the repository at this point in the history
  6. test(IT): Test account index

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    3f8f52d View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. test(IT): Test account request

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    a01693a View commit details
    Browse the repository at this point in the history
  2. test(IT): Test account copy

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    1fb90bc View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. test(IT): Test account copy

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1879e58 View commit details
    Browse the repository at this point in the history
  2. test(IT): Test account create

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    47e3112 View commit details
    Browse the repository at this point in the history
  3. test(IT): Test account delete

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    7e9342b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. test(IT): Test account edit

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    3307e92 View commit details
    Browse the repository at this point in the history
  2. test(IT): Test account edit pass

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4613c00 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. test(IT): Test account restore

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    bbc9b6a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. test(IT): Test account request

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8e762f8 View commit details
    Browse the repository at this point in the history
  2. test(IT): Test account search

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    fd666c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. test(IT): Test account view

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    83a6c61 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. test(IT): Test account history view

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e513a7f View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. test(IT): Test account link view

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    9cec4be View commit details
    Browse the repository at this point in the history
  2. test(IT): Test account pass view

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    6299fa9 View commit details
    Browse the repository at this point in the history
  3. test(IT): Test account pass history view

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    200e955 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. test(IT): Test account favorite use cases

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ff9e041 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. test(IT): Test account file use cases (WIP)

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7cad0e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. test(UT): Fix AccountHistory test

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    62e4116 View commit details
    Browse the repository at this point in the history
  2. test(UT): Fix AccountHistory test

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    9c8001f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e9ca83 View commit details
    Browse the repository at this point in the history
  4. test(UT): Fix AccountHistory datetime

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    0dc169b View commit details
    Browse the repository at this point in the history
  5. test(IT): Test account file use cases (WIP)

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f602c79 View commit details
    Browse the repository at this point in the history
  6. test(IT): Test account file use cases (WIP)

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    b85fbdc View commit details
    Browse the repository at this point in the history
  7. test(IT): Test account history manager use cases

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    d270ec6 View commit details
    Browse the repository at this point in the history
  8. chore(Events): Simplify events

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3165446 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. test(UT): Fix Account History test

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1a77249 View commit details
    Browse the repository at this point in the history
  2. test(IT): Test account manager use cases (WIP)

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ef4b7b6 View commit details
    Browse the repository at this point in the history
  3. test(IT): Refactor output checker

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e494119 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. test(IT): Test account manager use cases

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ed5ed78 View commit details
    Browse the repository at this point in the history
  2. chore(Refactor): Use abstract instead of trait

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5b0efb6 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. chore(Refactor): Move output handling to bootstrap

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b713771 View commit details
    Browse the repository at this point in the history
  2. chore(Refactor): Pre-check controllers action

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8aa99c2 View commit details
    Browse the repository at this point in the history
  3. test(IT): Test auth token use cases

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    efec642 View commit details
    Browse the repository at this point in the history
  4. test(IT): Test bootstrap use cases

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    31fb6af View commit details
    Browse the repository at this point in the history
  5. test(IT): Test bootstrap use cases

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b89a585 View commit details
    Browse the repository at this point in the history
  6. test(AuthToken): Fix test

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    fd7f0c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. test(Refactor): Replace output for body checker

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    06dde34 View commit details
    Browse the repository at this point in the history
  2. test(IT): Test bootstrap use cases

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f2e53de View commit details
    Browse the repository at this point in the history
  3. test(IT): Test Category use cases

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    04edbc3 View commit details
    Browse the repository at this point in the history
  4. test(IT): Test Client use cases

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e2d67fe View commit details
    Browse the repository at this point in the history
  5. test(IT): Test Config Account use cases

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7b24cde View commit details
    Browse the repository at this point in the history
  6. test(IT): Test Config Backup use cases (WIP)

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    332e2bf View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. test(IT): Test Config Backup use cases

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7a472d7 View commit details
    Browse the repository at this point in the history
  2. test(fix): Fix tests

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    419915a View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. test(refactor): Extract duplicated code

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    4d1708e View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. test(IT): Test Config Encryption use cases (WIP)

    * Refactor integration test setup
    * Refactor application lock process
    
    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2508f40 View commit details
    Browse the repository at this point in the history
  2. test(IT): Test Config Encryption use cases

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    e264035 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. test(IT): Test Config General use cases (WIP)

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    04554ed View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. test(fix): Fix Config Backup UT

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    7bd90d1 View commit details
    Browse the repository at this point in the history
  2. test(IT): Test Config General use cases (WIP)

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    8350762 View commit details
    Browse the repository at this point in the history
  3. test(IT): Test Config General use cases

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    61a6fc3 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. test(IT): Test Config Import use cases

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    2d85d78 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. test(IT): Test Ldap Check use cases

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f7aa81a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. test(IT): Test Ldap Import check use cases

    Signed-off-by: Rubén D <[email protected]>
    nuxsmin committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    8ab83ba View commit details
    Browse the repository at this point in the history