9 Commits

Author SHA1 Message Date
Sam Chau
c8e28b284a feat: update process_format_name to handle None profile_name with Profilarr tag 2025-02-05 16:09:59 +10:30
Sam Chau
411c9bbcba refactor: remove logging from hash generation functions for cleaner code 2025-02-05 16:09:59 +10:30
Sam Chau
58d4f677ce feat: add hashing utility functions and logging for format and profile names 2025-02-05 16:09:59 +10:30
Sam Chau
ae75baca26 feat(backend): Major overhaul of backend structure, git integration, and settings management
- **Backend Refactor:**
  - Merged route and operation files for regex and format.
  - Updated directory structure and consolidated utility functions.
  - Removed unnecessary app.py, using `__init__.py` for app creation.

- **Git Integration:**
  - Enhanced git cloning and merging methods, ensuring accurate local file updates.
  - Implemented comprehensive git status fetching with improved file status display and error handling.
  - Added branch management features, including branch creation, checkout, deletion, and associated UI improvements.
  - Integrated loading indicators and fun messages for better user feedback during git operations.

- **Settings Manager Enhancements:**
  - Expanded Git status display, including connected repository link, branch information, and detailed change listings.
  - Added revert functionality for individual files and all changes, with conditional UI updates based on file statuses.
  - Integrated `react-toastify` for alert notifications with improved styling.
  - Improved file name parsing, handling of file paths, and consistent API request structure.
  - Added UI components for a smooth tab transition and enhanced settings layout.

- **General Improvements:**
  - Revised sanitization logic for less aggressive handling, particularly for regex101 links.
  - Refactored backend logic to improve performance, specifically optimizing git status checks.
  - Implemented dynamic retrieval of default branches and enhanced handling of IDs in files.

**fixes, refactors, and additional features included**:
- Bug fixes for branch handling, git status accuracy, and file name adjustments.
- Improved error handling, logging, and user feedback across various components.
2025-02-05 16:09:58 +10:30
santiagosayshey
4d9514b35f fix(regex): Check if regex is being used in custom format(s) before deleting 2025-02-05 16:09:58 +10:30
santiagosayshey
9fbcaea709 refactor(sanitization): centralize and apply input sanitization 2025-02-05 16:09:58 +10:30
santiagosayshey
2dd93e2588 refactor(regex, format): Change the way regexes and formats are saved - regex IDs are now saved in conditions, not names - sanitisation in custom formats 2025-02-05 16:09:58 +10:30
santiagosayshey
3bd7017917 feat(testing): Add ability to link regex patterns to regex101 links 2025-02-05 16:09:58 +10:30
santiagosayshey
525d86063d Initial Commit 2025-02-05 16:09:58 +10:30