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

feat(provider): add support for all-inkl.com (qdm12#245) #309

Merged
merged 14 commits into from
Mar 15, 2022
Merged

feat(provider): add support for all-inkl.com (qdm12#245) #309

merged 14 commits into from
Mar 15, 2022

Conversation

michaelmiklis
Copy link
Contributor

Added new provider all-inkl.com

Copy link
Owner

@qdm12 qdm12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey there thanks for your PR! Note someone just did a similar PR 2 days before you 😄 So sorry I wasn't quicker at reviewing. Anyway I decided to work on this PR only and drop the other one, although I'll mention @marc in the merged commit.

Just a few small things to resolve and let's get this merged!

I'll also add a 'sample' provider in the code (with latest good practices etc.) so it's easier for people to copy pasta and modify to add providers.

internal/settings/providers/allinkl/provider.go Outdated Show resolved Hide resolved
internal/settings/providers/allinkl/provider.go Outdated Show resolved Hide resolved
internal/settings/providers/allinkl/provider.go Outdated Show resolved Hide resolved
internal/settings/providers/allinkl/provider.go Outdated Show resolved Hide resolved
internal/settings/providers/allinkl/provider.go Outdated Show resolved Hide resolved
@qdm12 qdm12 mentioned this pull request Feb 13, 2022
@qdm12
Copy link
Owner

qdm12 commented Feb 21, 2022

Hey @michaelmiklis do you have time to look into this? Otherwise we'll pick up from the other opened PR, please let me know. Thanks!

@michaelmiklis
Copy link
Contributor Author

Hey @michaelmiklis do you have time to look into this? Otherwise we'll pick up from the other opened PR, please let me know. Thanks!

Unfortunately I received the mail notification today, that there is some work to do for me. I will do my best

@michaelmiklis
Copy link
Contributor Author

I added the Readme and acceppted all code changes.

internal/settings/providers/allinkl/provider.go Outdated Show resolved Hide resolved
internal/settings/providers/allinkl/provider.go Outdated Show resolved Hide resolved
internal/settings/providers/allinkl/provider.go Outdated Show resolved Hide resolved
internal/settings/providers/allinkl/provider.go Outdated Show resolved Hide resolved
internal/settings/providers/allinkl/provider.go Outdated Show resolved Hide resolved
internal/settings/providers/allinkl/provider.go Outdated Show resolved Hide resolved
internal/settings/providers/he/provider.go Outdated Show resolved Hide resolved
@qdm12
Copy link
Owner

qdm12 commented Feb 26, 2022

A few problems as mentioned in the comments. Make sure you update your forked master branch with this master branch, they seem to be some conflicts (i.e. he provider is modified 🤔). Also the linting workflow fails, try running golangci-lint run

michaelmiklis and others added 8 commits February 28, 2022 09:35
Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
thx for pointing that out. you're right

Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
@michaelmiklis
Copy link
Contributor Author

I fetched your changes from master, commited all your suggestions and fixed the linting error using gofmt -w.

Copy link
Owner

@qdm12 qdm12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good 👍 Just please remove that .DS_Store file please 😉 And I'll merge it finally 👍

@@ -0,0 +1,179 @@
package allinkl
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the binary file internal/settings/providers/.DS_Store

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

Copy link
Owner

@qdm12 qdm12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks!!! Merging!

@qdm12 qdm12 merged commit 584597d into qdm12:master Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants