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

[Mockery replacement] - Replaced mockery with similar adapter #968

Merged

Commits on Sep 7, 2023

  1. [Mockery replacement] - Replaced mockery with similar adapter

    - Replaced Mockery test-lib since it has vulnerabilities and is no longer maintained
    - Replaced with self-written adapter inspired by mockery for backward compatibility with tasks.
    - All methods which are not used in the tasks are not implemented since they shouldn't be used separately from toolrunner.
    - Added unit Tests
    - Task-Lib version was bumped to 5.0.0-preview
    - The lib was fully tested with all node-based tasks from azure-pipelines-task-lib repository
    DmitriiBobreshev committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    59bd3fa View commit details
    Browse the repository at this point in the history
  2. [Mockery replacement] - Replaced mockery with similar adapter

    - Replaced Mockery test-lib since it has vulnerabilities and is no longer maintained
    - Replaced with self-written adapter inspired by mockery for backward compatibility with tasks.
    - All methods which are not used in the tasks are not implemented since they shouldn't be used separately from toolrunner.
    - Added unit Tests
    - Task-Lib version was bumped to 5.0.0-preview
    - The lib was fully tested with all node-based tasks from azure-pipelines-task-lib repository
    DmitriiBobreshev committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f3594ad View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. [Mockery replacement] - Replaced mockery with similar adapter

    - Changed preview version
    DmitriiBobreshev committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    c661c5e View commit details
    Browse the repository at this point in the history