-
Notifications
You must be signed in to change notification settings - Fork 487
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
Linter version verification #1861
Conversation
|
I do not have a windows device to test the Otherwise, here are the logs from my local testing. Started first without the linter installed, then used the "correct" version, then a different version from the Github CI
|
Haven't gotten a chance to look at this yet, but still on my ToDo list |
For the time being I will convert this PR to a draft. Once the changes have been made feel free to convert it back to a regular PR and we can get this merged. |
Codecov Report
@@ Coverage Diff @@
## master #1861 +/- ##
==========================================
+ Coverage 37.63% 37.66% +0.02%
==========================================
Files 192 192
Lines 23982 23982
==========================================
+ Hits 9026 9032 +6
+ Misses 14191 14183 -8
- Partials 765 767 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
I think this is ready for review: Linter Not Installed--> Throws Error
Linter Version Mismatch--> Throws Warning, continues with lint
|
cc @berndverst |
I saw @yaron2. I got lots of email notifications for every changed made to this 😄 |
@mindovermiles262 please make sure to sign off on your commits -- see the failing DCO check. |
* WIP: Azure AD support in SignalR Signed-off-by: ItalyPaleAle <[email protected]> * Correct SignalR AAD details Signed-off-by: ItalyPaleAle <[email protected]> * Misc fixes Signed-off-by: ItalyPaleAle <[email protected]> * azauth package name Signed-off-by: ItalyPaleAle <[email protected]> Signed-off-by: Andrew Duss <[email protected]>
Signed-off-by: Andrew <[email protected]> Signed-off-by: Andrew Duss <[email protected]>
Signed-off-by: Andrew Duss <[email protected]>
Signed-off-by: Andrew Duss <[email protected]>
Signed-off-by: Bernd Verst <[email protected]> Signed-off-by: Andrew Duss <[email protected]>
Signed-off-by: ItalyPaleAle <[email protected]> Signed-off-by: Andrew Duss <[email protected]>
Signed-off-by: ItalyPaleAle <[email protected]> Signed-off-by: Andrew Duss <[email protected]>
Signed-off-by: ItalyPaleAle <[email protected]> Signed-off-by: Andrew Duss <[email protected]>
Signed-off-by: ItalyPaleAle <[email protected]> Signed-off-by: Andrew Duss <[email protected]>
Signed-off-by: cmendible <[email protected]> Signed-off-by: Andrew Duss <[email protected]>
Signed-off-by: Bernd Verst <[email protected]> Signed-off-by: Andrew Duss <[email protected]>
* working with hardcoded SHA-512 Signed-off-by: Andrew Duss <[email protected]> * cleanup code Signed-off-by: Andrew Duss <[email protected]> * Do not hardcode specific testTopicName Signed-off-by: ItalyPaleAle <[email protected]> Signed-off-by: Andrew Duss <[email protected]> * Ensure context propagation in MySQL binding (dapr#1829) Spin-off from PR adding contexts to input bindings Signed-off-by: ItalyPaleAle <[email protected]> Co-authored-by: Dapr Bot <[email protected]> Signed-off-by: Andrew Duss <[email protected]> * Add support for AAD auth in Azure Storage Queues binding (dapr#1842) * Add support for AAD auth in Azure Storage Queues binding Signed-off-by: ItalyPaleAle <[email protected]> * 🧹 Signed-off-by: ItalyPaleAle <[email protected]> Co-authored-by: Bernd Verst <[email protected]> Signed-off-by: Andrew Duss <[email protected]> * Moved authentication to be an internal pkg (dapr#1855) Signed-off-by: ItalyPaleAle <[email protected]> Signed-off-by: Andrew Duss <[email protected]> * Azure AD support in SignalR (dapr#1852) * WIP: Azure AD support in SignalR Signed-off-by: ItalyPaleAle <[email protected]> * Correct SignalR AAD details Signed-off-by: ItalyPaleAle <[email protected]> * Misc fixes Signed-off-by: ItalyPaleAle <[email protected]> * azauth package name Signed-off-by: ItalyPaleAle <[email protected]> Signed-off-by: Andrew Duss <[email protected]> * rename SCRAM properly as SASL Signed-off-by: Andrew Duss <[email protected]> * update gomod/sum Signed-off-by: Andrew Duss <[email protected]> * gofmt Signed-off-by: Andrew Duss <[email protected]> * mod tidy Signed-off-by: Andrew Duss <[email protected]> * goval Signed-off-by: Andrew Duss <[email protected]> * use xdg-go instead of depreicated xdg library Signed-off-by: Andrew Duss <[email protected]> Co-authored-by: ItalyPaleAle <[email protected]> Co-authored-by: Dapr Bot <[email protected]> Co-authored-by: Bernd Verst <[email protected]> Co-authored-by: Yaron Schneider <[email protected]> Signed-off-by: Andrew Duss <[email protected]>
* optimize: skip fatal when pubsub/jetstream server don't start in unit test Signed-off-by: 1046102779 <[email protected]> * optimize: skip fatal when pubsub/jetstream server don't start in unit test Signed-off-by: 1046102779 <[email protected]> * optimize: skip fatal when pubsub/jetstream server don't start in unit test Signed-off-by: 1046102779 <[email protected]> * optimize: add e2etests buildtags for e2e Signed-off-by: 1046102779 <[email protected]> Signed-off-by: 1046102779 <[email protected]> Co-authored-by: Loong Dai <[email protected]> Co-authored-by: Bernd Verst <[email protected]> Signed-off-by: Andrew Duss <[email protected]>
* Add service bus exported error handling Signed-off-by: Addison Juarez <[email protected]> * Add service bus exported error handling Signed-off-by: Addison Juarez <[email protected]> Signed-off-by: Addison Juarez <[email protected]> Co-authored-by: Loong Dai <[email protected]> Signed-off-by: Andrew Duss <[email protected]>
* pubsub.in-memory: add support for wildcard topics Fixes dapr#1964 Signed-off-by: ItalyPaleAle <[email protected]> * make modtidy-all Signed-off-by: Bernd Verst <[email protected]> Signed-off-by: ItalyPaleAle <[email protected]> Signed-off-by: Bernd Verst <[email protected]> Co-authored-by: Bernd Verst <[email protected]> Signed-off-by: Andrew Duss <[email protected]>
PR dapr/dapr#4989 (issue dapr/dapr#4988) updated the names of some enums in `UnlockResponse.Status` ProtoBuff definition: * `LOCK_UNEXIST` became `LOCK_DOES_NOT_EXIST ` * `LOCK_BELONG_TO_OTHERS` became `LOCK_BELONGS_TO_OTHERS` Code implementing Distributed Lock component in components-contrib needs to be updated to account for this modification. This PR accomplishes this by updating contants mapping back to the two enums above to match their new names. Fixes components-contrib#1950 Signed-off-by: Tiago Alves Macambira <[email protected]> Signed-off-by: Tiago Alves Macambira <[email protected]> Co-authored-by: Loong Dai <[email protected]> Co-authored-by: Bernd Verst <[email protected]> Signed-off-by: Andrew Duss <[email protected]>
…iled (dapr#1965) * fix(kafka): ConsumeClaim should not return err when retry recovery failed Signed-off-by: zcong1993 <[email protected]> * chore: tweak error log message Signed-off-by: zcong1993 <[email protected]> Signed-off-by: zcong1993 <[email protected]> Co-authored-by: Bernd Verst <[email protected]> Co-authored-by: Dapr Bot <[email protected]> Signed-off-by: Andrew Duss <[email protected]>
* Allow metadata to flow through service bus queue This commit lets metadata bind to a message and be read when the message is received. This allows for the distributed tracing of events. Signed-off-by: Hal Spang <[email protected]> * Remove saved fields from ApplicationProperties Signed-off-by: Hal Spang <[email protected]> * Add a certification test for metadata Signed-off-by: Hal Spang <[email protected]> Signed-off-by: Hal Spang <[email protected]> Co-authored-by: Alessandro (Ale) Segala <[email protected]> Co-authored-by: Bernd Verst <[email protected]> Signed-off-by: Andrew Duss <[email protected]>
Signed-off-by: Andrew Duss <[email protected]>
* Go 1.19 support and linter fixes Signed-off-by: Bernd Verst <[email protected]> * Update workflows for Go1.19 and new linter version Signed-off-by: Bernd Verst <[email protected]> * Remove unnecessary space in nolint directive Signed-off-by: Bernd Verst <[email protected]> * disable additional linters which aren't used because of Go generics Signed-off-by: Bernd Verst <[email protected]> * enable gosec linter again Signed-off-by: Bernd Verst <[email protected]> * Update bindings/zeebe/command/publish_message_test.go Signed-off-by: Bernd Verst <[email protected]> * Update bindings/output_binding.go Signed-off-by: Bernd Verst <[email protected]> * Use prepared statement for mysql table creation Signed-off-by: Bernd Verst <[email protected]> * Ping is not ping Signed-off-by: Bernd Verst <[email protected]> * c'mon linter Signed-off-by: Bernd Verst <[email protected]> * Fix MySQL gosec issue Signed-off-by: Bernd Verst <[email protected]> * revert mysql to be fixed later Signed-off-by: Bernd Verst <[email protected]> Signed-off-by: Bernd Verst <[email protected]> Signed-off-by: Andrew Duss <[email protected]>
Signed-off-by: Andrew Duss <[email protected]>
Signed-off-by: Andrew Duss <[email protected]>
Signed-off-by: Andrew Duss <[email protected]>
Signed-off-by: Andrew Duss <[email protected]>
Signed-off-by: Andrew Duss <[email protected]>
Signed-off-by: Andrew Duss <[email protected]>
f5a3870
to
1dbcbf0
Compare
Something is not quite right now :) Please rebase the branch against contrib/master. |
…nto ft/docker-lint
…ts-contrib into ft/docker-lint
This PR should not contain all the commits that it does. It should only contain your commits. Can you please do:
|
I think I got the sign off's fixed. Let me know if I didn't.. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just two more small changes to the log messages please :)
Signed-off-by: Andrew Duss <[email protected]>
Signed-off-by: Andrew [email protected]
Description
Uses docker, if available, to run the golangci-lint er which is in sync with version of linting on Github
Issue reference
#1859
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: