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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move @actions/http-client into the toolkit #1062

Merged
merged 4 commits into from May 3, 2022
Merged

Commits on Apr 28, 2022

  1. Copy over http-client files

    brcrista committed Apr 28, 2022
    Copy the full SHA
    bcb0e62 View commit details
    Browse the repository at this point in the history
  2. Move @actions/http-client into toolkit

    fix failing http-client tests
    
    npm run lint-fix
    
    Simple manual fixes for lint rules
    
    Silence some linter errors
    
    Silence some linter warnings, but not "explicit any"
    
    Silence @typescript-eslint/no-explicit-any
    
    fix @typescript-eslint/no-non-null-assertion
    
    fix npm audit for http-client
    
    don't use I- prefix on interface names
    
    Get rid of `any` type in `Headers`
    
    Add http-client to the main README
    
    Update release notes
    brcrista committed Apr 28, 2022
    Copy the full SHA
    f300e2c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    25bdb14 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. npm run lint-fix

    brcrista committed Apr 29, 2022
    Copy the full SHA
    336fe03 View commit details
    Browse the repository at this point in the history