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

feat: Migrate to undici MockClient #79

Closed

Commits on Oct 27, 2023

  1. feat: Migrate to undici MockClient

    Breaking change!
    
    - Internally uses `undici`'s `MockAgent`, instead of `nock` to mock requests.
    - `nock` is still used for data-matching to retain backwards
      compatibility.
    - Tests now use `fetch` instead of `axios`.
    
    Requires node>=18 and @octokit/rest>=20
    
    Closes kiegroup#77
    oliversalzburg committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    74fa0bc View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Fix unused import

    oliversalzburg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e94e037 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99191d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02fd08a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a6df34 View commit details
    Browse the repository at this point in the history
  5. Use @mg import

    oliversalzburg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1b4d0a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Also test on Node18

    oliversalzburg committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    f489538 View commit details
    Browse the repository at this point in the history