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 logic to an asyncio based one #1

Merged
merged 25 commits into from
Aug 19, 2024
Merged

Move logic to an asyncio based one #1

merged 25 commits into from
Aug 19, 2024

Conversation

inean
Copy link
Owner

@inean inean commented Aug 13, 2024

  • Create a publish workflow to easily publish the image to ghcr.io
  • Update contents to support Rye and Ruff
  • Handle exception when docker or log file couldn't be initiated
  • feat: Add support for Rye and Ruff feat: Handle settings with Pydantic Settings feat: Remove swarm support
  • Move pollers to a coroutine logic
  • Initial unit tests support
  • Pass clouflare unit tests
  • Move point_domain to a staticmethod of future CludFlareUpdater refactor
  • Imolement get method with exponential backof for CloudFlareZone
  • feat: Initial implementation of CloudFlareZones
  • Add traefik poller tests
  • Implement TraefikPoller
  • Fix test to ignore Singleton pattern
  • Implement DockerPoller
  • Add coverage support and impolement DataManager logic
  • Fix docker tests
  • Move _watch to Poller and implement run as a generic
  • Add Mapper class
  • Refactor import statements and move _settings.py to internal folder
  • Extrad subscribers logic into EventEmitter class
  • Split code in mltiple files
  • Added DataManager tests
  • split main into legacy and new code

@inean inean force-pushed the asyncio branch 6 times, most recently from ea1fa03 to 2a23009 Compare August 17, 2024 16:17
Copy link

codecov bot commented Aug 17, 2024

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment

Thanks for integrating Codecov - We've got you covered ☂️

@inean inean force-pushed the asyncio branch 8 times, most recently from 5acd1a3 to 996029f Compare August 19, 2024 14:20
when callback is set, the data is stored in the subscriber's queue,
otherwise, the data is stored in all subscribers' queues.
@inean inean changed the title asyncio Move logic to a asyncio based one Aug 19, 2024
@inean inean changed the title Move logic to a asyncio based one Move logic to an asyncio based one Aug 19, 2024
@inean inean merged commit 8bb26fe into main Aug 19, 2024
3 checks passed
@inean inean deleted the asyncio branch August 19, 2024 14:53
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.

1 participant