Commit Graph

610 Commits

Author SHA1 Message Date
Sam Chau
47ba9dd7e9 feat: manual incoming changes handling
- Enhanced Git class to include method for fetching incoming changes from remote repository.
- Implemented logic to retrieve and display incoming commits in the changes page.
- Updated API routes to handle incoming changes and pull requests.
- Modified UI components to show incoming changes and allow users to pull updates.
- Improved actions bar to disable commit actions when there are incoming changes.
- Added sync button to refresh repository status and check for updates.
2026-01-17 15:25:24 +10:30
Sam Chau
b13ec91e32 fix: set last sync after *every* sync, not just when changes are pulled 2026-01-17 14:33:46 +10:30
Sam Chau
7c1952d264 refactor: add date utility for consistent UTC handling 2026-01-17 14:31:48 +10:30
Sam Chau
3d1e55e46c feat: backend support for manifest/readme updates 2026-01-17 00:40:03 +10:30
Sam Chau
4186e1413a feat: add database configuration page with manifest and README support 2026-01-17 00:06:08 +10:30
Sam Chau
e104676f77 fix: search filtering on arr and databases pages 2026-01-16 21:30:00 +10:30
Sam Chau
bab8eeb946 refactor: update arr and databases pages with action bars, badges, and info modals 2026-01-16 21:26:55 +10:30
Sam Chau
ad7e77dcea style: reduce top padding above tabs on entity pages
fix: remove unfinished arr types from instance form
2026-01-16 21:02:45 +10:30
Sam Chau
1f97a96e34 refactor: shared CustomFormatBadge and Score components to be used in library/testing views 2026-01-16 20:47:47 +10:30
Sam Chau
643ba8ce00 refactor: move arr header buttons into action bar, improve breadcrumbing 2026-01-16 20:35:29 +10:30
Sam Chau
2efb006482 feat: add emoji toggle option for theme switcher 2026-01-16 19:54:08 +10:30
Sam Chau
4217fabebf fix: add warning message for items not found in library selection 2026-01-16 19:39:46 +10:30
Sam Chau
656a3e3114 feat: enhance entity testing with auto import releases functionality 2026-01-16 19:05:57 +10:30
Sam Chau
d892b30be2 fix: persist expanded row state in release table by defining variable in entity table and binding inside release table 2026-01-16 13:21:56 +10:30
Sam Chau
621b051eeb docs: center banner, badges, add V2 warning 2026-01-15 19:42:04 +10:30
Sam Chau
008455fada style/docs: add custom banner with logo and header 2026-01-15 19:38:37 +10:30
Sam Chau
71d804064c style: maybe improved tabular layout? 2026-01-15 19:27:38 +10:30
Sam Chau
93259d3ce0 chore: license (AGPL-3.0), contributing and readme complete
- removed old dev docs
2026-01-15 19:25:42 +10:30
Sam Chau
c4ea8cfe4a style: update logo asset 2026-01-15 18:56:33 +10:30
Sam Chau
728d0f8aef refactor(parser): move parser into src/services, remove docker setup for dev environment, add dev startup script 2026-01-15 17:04:24 +10:30
Sam Chau
bcf0a3ba55 feat: add yaml dependency and update import in OpenAPI server handler 2026-01-15 16:53:07 +10:30
Sam Chau
456ecc298b feat(api): add health check and OpenAPI docs
- Implemented health check endpoint to monitor application status and components.
- Added OpenAPI specification endpoint to serve the API documentation.
- Introduced new TypeScript definitions for API paths and components.
2026-01-15 16:50:28 +10:30
Sam Chau
55c5886125 feat: remove 'none' trigger from sync strategies, add dirty tracking / unsaved changes to sync page 2026-01-15 15:39:55 +10:30
Sam Chau
cabf1ff815 fix: handle empty response body in HTTP client 2026-01-15 15:20:02 +10:30
Sam Chau
f35a01f111 feat: sync transformers and quality profile handling
- Introduced new sync transformers for custom formats and quality profiles.
- Implemented the `transformQualityProfile` function to convert PCD quality profile data to ARR API format.
- Added functions to fetch quality profiles and custom formats from PCD cache.
- Enhanced `BaseArrClient` with methods for managing custom formats and quality profiles.
- Updated types to include custom format specifications and quality profile payloads.
- Modified sync page server logic to calculate next run time for scheduled syncs.
2026-01-15 15:14:54 +10:30
Sam Chau
27835c3426 feat: add next_run_at column to sync config tables and update job schedules to cron expressions 2026-01-15 15:14:21 +10:30
Sam Chau
f73d08c5b3 fix: update label for entity testing -> testing 2026-01-15 01:04:25 +10:30
Sam Chau
847cd8a1dc feat: add conceptual tweaks management page 2026-01-15 00:59:10 +10:30
Sam Chau
9203f79ad2 style: colored icons for entity type, reorder action bar buttons to actually make sense 2026-01-15 00:38:10 +10:30
Sam Chau
9517832129 feat: implement layer selection for entity and release crud 2026-01-15 00:20:05 +10:30
Sam Chau
c3a9d23b91 fix: add personal access token handling in database update action 2026-01-15 00:19:42 +10:30
Sam Chau
eb22e0385c feat: implement navigation icon style store and UI settings for emoji/icon toggle 2026-01-15 00:06:02 +10:30
Sam Chau
74b38df686 feat: add entity and release management components
- Created EntityTable component for displaying test entities with expandable rows for releases.
- Implemented ReleaseTable component to manage and display test releases with actions for editing and deleting.
- Added ReleaseModal component for creating and editing releases
- Introduced types for TestEntity, TestRelease, and related evaluations
- Enhanced general settings page to include TMDB API configuration with connection testing functionality.
- Added TMDBSettings component for managing TMDB API access token with reset and test connection features.
2026-01-14 23:50:20 +10:30
Sam Chau
aec6d79695 feat: updateLanguages, updateQualities functionality 2026-01-14 16:03:14 +10:30
Sam Chau
f4b531b61a feat: Refactor quality profile management and scoring
- Removed unsaved changes modal and related logic from qualities page.
- Enhanced scoring page with improved state management and save functionality.
- Introduced a new GeneralForm component for creating and editing quality profiles.
- Added server-side validation for duplicate quality profile names.
- Implemented delete confirmation modals for both quality profiles and regular expressions.
- Improved handling of custom format scores and enabled states in scoring table.
- Added new page for creating quality profiles with appropriate server-side logic.
- Updated regular expressions to check for duplicate names during creation and editing.
2026-01-05 01:40:23 +10:30
Sam Chau
aa071e50cf feat: remove databaseName prop from GeneralForm in edit and create modes 2026-01-04 04:00:47 +10:30
Sam Chau
8deef25c9e feat: add create and delete custom format functionality
- Implemented `create.ts` for creating custom formats with associated tags.
- Added `delete.ts` for deleting custom formats with cascading deletes for related entities.
- Updated `index.ts` to export new create and delete functions.
- Enhanced the server-side logic in `+page.server.ts` for handling new custom format creation.
- Created a new Svelte component `GeneralForm.svelte` for managing custom format details.
- Updated the UI in `+page.svelte` for creating new custom formats and handling form submissions.
- Integrated dirty state management for form inputs in `TestForm.svelte` and `GeneralForm.svelte`.
- Added delete functionality in the UI for custom formats with confirmation modals.
2026-01-03 04:07:08 +10:30
Sam Chau
08710ffcb4 feat: implement condition management with draft support and layer permissions
- Added server-side actions for updating conditions with layer permissions.
- Enhanced the conditions page to handle draft conditions and validation.
- Introduced a modal for selecting save targets based on user permissions.
- Refactored condition and draft condition components to emit changes immutably.
- Updated general page to manage form data more reactively and validate inputs.
2026-01-03 03:22:29 +10:30
Sam Chau
3462c8b84d feat(custom-formats): add updateGeneral functionality and integrate with the general page 2026-01-03 02:17:02 +10:30
Sam Chau
9ffc08b76e feat(description): replace FormInput with MarkdownInput for improved description handling 2026-01-03 02:07:12 +10:30
Sam Chau
2250dd8460 feat(description): replace FormInput with MarkdownInput for enhanced description formatting 2026-01-03 02:03:30 +10:30
Sam Chau
e44228d147 feat(logging): implement change tracking and logging for media settings and naming updates 2026-01-03 02:01:38 +10:30
Sam Chau
fc2211c146 feat(dirty-tracking): implement dirty tracking and unsaved changes modal for media settings and naming sections 2026-01-03 00:39:11 +10:30
Sam Chau
d8b650a145 feat(table): expose expandedRows as a prop for external control 2026-01-03 00:09:39 +10:30
Sam Chau
76b864a05f feat(table): add flushBottom prop for conditional styling in ExpandableTable
feat(media-settings): update class for better overflow handling in MediaSettingsSection
feat(naming): enhance overflow handling in NamingSection component
feat(quality-definitions): improve overflow handling in QualityDefinitionsSection
2026-01-03 00:07:58 +10:30
Sam Chau
e79a2babe9 feat(delay-profiles, regular-expressions): add created_at and updated_at fields to profiles and expressions 2026-01-02 23:43:24 +10:30
Sam Chau
897cfa6b06 feat(logging): add logging for regular expression updates and creation actions 2026-01-02 23:35:04 +10:30
Sam Chau
9948782cc2 feat(regular-expressions): integrate MarkdownInput for description field with markdown support 2026-01-02 23:27:49 +10:30
Sam Chau
1a9b2bb1c6 feat(delay-profiles): implement explicit ordering for delay profiles and add info modal for user guidance 2026-01-02 22:24:38 +10:30
Sam Chau
c7bd63aaff fix(media-settings): change label to paragraph for better semantics in Propers and Repacks section 2026-01-02 22:16:19 +10:30