rust-lang / rust-log-analyzer

Analyzing Travis and Azure Pipelines logs to find encountered errors
MIT License
40 stars 27 forks source link

Azure compatibility #28

Closed pietroalbini closed 5 years ago

pietroalbini commented 5 years ago

This PR is not finished and it's currently untested!

I'll get more time to work on this on June 28th-29th, if anyone wants to finish this earlier please let me know!


This PR implements support for analyzing Azure Pipelines logs, and in general decouples the project from the Travis CI API.

cc @TimNN

pietroalbini commented 5 years ago

@TimNN seems like the current codebase doesn't support GitHub Checks but the deployed code does, is there any change you forgot to push? Or am I missing something?

TimNN commented 5 years ago

@pietroalbini: Ugh, that's definitely possible, I'll take a look this evening or tomorrow morning. Sorry if this means that some of the work in this PR needs to be redone.

TimNN commented 5 years ago

@pietroalbini: I've just pushed the lastest version to https://github.com/rust-lang/rust-log-analyzer/compare/wip-check-api . There were relatively few travis-related changes, so I hope rebasing won't take too much work.

Edit: (I think I didn't immediately push things because I wanted to clean some things up at some point, but never got around to doing that).