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

[7.4] refactor failed_tests_reporter to use TS, no octokit (#46993) #47632

Merged
merged 2 commits into from
Oct 9, 2019

Commits on Oct 8, 2019

  1. refactor failed_tests_reporter to use TS, no octokit (elastic#46993)

    * refactor failed_tests_reporter to use TS, no octokit
    
    * update renovate config
    
    * ensure that all kbn-test files are in ts project
    
    * fix some type errors
    
    * add some more tests
    
    * [kbn-test/githubapi] cleanup and document
    
    * collect log messages as strings instead of message objects
    
    * ensure issue is open when updating body
    
    * improve readability of getKibanaIssues
    
    * expose axios helpers from dev-utils
    
    * fix request params for fetching github issues and validate locally
    
    * include a README for failed_tests_reporter
    
    * improve axios error helpers
    
    # Conflicts:
    #	package.json
    #	packages/kbn-test/src/index.ts
    #	packages/kbn-test/src/mocha/junit_report_generation.js
    #	renovate.json5
    #	src/dev/jest/junit_reporter.js
    #	yarn.lock
    Spencer committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    859910d View commit details
    Browse the repository at this point in the history
  2. ensure all of kbn-test is in ts project

    spalger committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    41134fe View commit details
    Browse the repository at this point in the history