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

Move all platform specific operations to their own implementations #2

Merged
merged 9 commits into from
Aug 17, 2023

Conversation

KeesCBakker
Copy link
Owner

@KeesCBakker KeesCBakker commented Aug 14, 2023

Currently we have on big implementation with many switches. We can refactor this into an Adapter that will expose an uploader that does the uploading and a responder that will send response messages. The script will no longer have details for Slack, S3, HipChat, RocketChat, BearyChat or Telegram. This will make it way easier to add (and test) new implementations.
This implements: stephenyeargin#165

I also made the tests faster. This helps with: stephenyeargin#164

@KeesCBakker KeesCBakker merged commit ae8c34c into refactor-client-out Aug 17, 2023
@KeesCBakker KeesCBakker deleted the refactor-adapter-out branch August 17, 2023 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant