cleanup-refactor: v2.0 cleanup overhaul - #143
Draft
Jxck-S wants to merge 56 commits into
Draft
Conversation
This commit represents a milestone archive of the last few years of changes, before a major restructure and cleanup. Unfortunately, the repository was not maintained with my modifications since May 2023 until January 2026. This archive does not contain the database setup, the FSM code, or the dependency logic for the database. Major additions and architectural shifts since May 2023: - Implementation of PostgreSQL database for persistent dependency tracking and logging. - Development of the Flight Static Maps engine with custom info-box rendering. - Expanded social media suite supporting Threads, Nostr, Bluesky, and Blossom. - Introduction of configuration automation and dynamic live-reloading. - Transition to dynamic readsb JSON feeds as the primary data source, instead of hardcoded ADSBX.
…odification utilities.
…ctory and remove deprecated installation instructions from README.
…a global `tracking_cursor` and `psycopg2`.
…d rename config option `DB.ENABLE` to `DB.FLIGHT_LOGGING`.
…to prevent errors.
…parsing for flight logging configuration.
…gify and types-requests dependencies.
…with custom string formatting for plane information, removing the `tabulate` dependency.
…, and `print_footer` for clearer output formatting.
… for consistency.
- Removed `telegram_send_old` and version check logic. - Simplified `post` function to strictly use the modern async implementation. - Cleaned up redundant imports.
…d reply management, refactor X posting, and introduce platform providers.
…d of using `__dict__.update`
…d refine Discord file handling.
…hance config parser to store file path.
… FastAPI, replacing the standalone heartbeat server.
…map path creation.
…le handling across social modules. Ruff applied
…n3-dev` to the CI workflow.
…er startup, and update f-string formatting.
…ts and direct error posts with logger calls across the application.
…ling and argument passing.
…nalysis tool configurations.
…n, and other code style.
…e parameter handling and module imports.
…ss through additional keyword arguments.
Codacy's Analysis Summary16 new issues (≤ 0 issue) Review Pull Request in Codacy →
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Major cleanup/refactor pass to establish a “v2.0” baseline. Focused on simplifying and modernizing internals to improve maintainability and set up future work.