-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
Migrating to json data handeling #209
Closed
thebeline
wants to merge
15
commits into
golangci:master
from
thebeline:MigratingToJsonDataHandeling
Closed
Migrating to json data handeling #209
thebeline
wants to merge
15
commits into
golangci:master
from
thebeline:MigratingToJsonDataHandeling
Commits on Apr 5, 2021
-
Migrate to octokit handling of Annotations
- Allows verbose reporting of Issues in Run Terminal/Log. - Correctly maps Issue Severity to GitHub Severity - Additionally adds support for Severity Failure levels (defaults to 'notice' [all]) - Adds suggested fixes to Annotation Raw Details - Prepares foundation for supporting Comments - Adds support for Multi-Line Annotations - Adds mapping for common Issue Severities to GitHub Severities (Code climate | Checkstyle | GitHub) - Adds handeling of 'Ignore' Issue Severity (removes from Issue List) - Adds support for Character Range Annotations
Configuration menu - View commit details
-
Copy full SHA for 6910ba7 - Browse repository at this point
Copy the full SHA 6910ba7View commit details
Commits on Apr 6, 2021
-
Comprehensive Chech Run ID Resolution
This was surprisingly difficult. This is pretty reliable, using low-cost methods (filtering on Name comparison, Annotation count [we add one, so it should have atleast one]) and then searching for a unique string if the count is still higher than 1. I'm pretty happy about this, I think this will stand the test of time until GitHub get's their act together...
Configuration menu - View commit details
-
Copy full SHA for aa82c09 - Browse repository at this point
Copy the full SHA aa82c09View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd63ff3 - Browse repository at this point
Copy the full SHA dd63ff3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61a0ce8 - Browse repository at this point
Copy the full SHA 61a0ce8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff77f2c - Browse repository at this point
Copy the full SHA ff77f2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ed0aa3 - Browse repository at this point
Copy the full SHA 3ed0aa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 527060e - Browse repository at this point
Copy the full SHA 527060eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b940a3 - Browse repository at this point
Copy the full SHA 1b940a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34b867b - Browse repository at this point
Copy the full SHA 34b867bView commit details
Commits on Apr 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 984bec9 - Browse repository at this point
Copy the full SHA 984bec9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2941a79 - Browse repository at this point
Copy the full SHA 2941a79View commit details -
Add a Setup (Pre-Main) action to prepare the Env and begin CheckRun Resolution. With any luck, this will solve that little issue, otherwise I give up.
Configuration menu - View commit details
-
Copy full SHA for 4c15f47 - Browse repository at this point
Copy the full SHA 4c15f47View commit details -
I have been jumping through way too many hoops to make the non-standard checks on origin behave properly, oh well.
Configuration menu - View commit details
-
Copy full SHA for db57386 - Browse repository at this point
Copy the full SHA db57386View commit details -
It is indicating it is not getting Check Suite Information, which is unlikely.
Configuration menu - View commit details
-
Copy full SHA for 4449bb8 - Browse repository at this point
Copy the full SHA 4449bb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c08799e - Browse repository at this point
Copy the full SHA c08799eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.