436 Commits

Author SHA1 Message Date
f1c58699b0 add manual release workflow 2025-05-14 14:58:04 +02:00
6f670aa1c4 Update PyQt6 UI code generator version in multiple UI files 2025-05-14 14:41:12 +02:00
ef78d9ff0d add local files to exclusion list 2025-05-14 14:38:17 +02:00
0c53778f99 Refactor database message handling to support multiple messages and enhance type hints across various classes 2025-05-14 14:34:40 +02:00
0fdc904d2d Merge pull request 'Merge dev to main, nearing completion' (#6) from dev into main
Reviewed-on: #6
2025-05-13 15:32:46 +01:00
f7c499ea6e Refactor logging setup across multiple modules to use loguru with consistent configuration
- Updated logging initialization in MessageCalendar, admin_edit_prof, elsa_main, graph, iconLine, searchPage, and richtext modules to use loguru.
- Changed log rotation and retention settings for log files to improve log management.
- Replaced logger.debug/info calls with log.debug/info for consistency.
- Fixed a typo in the searchPage UI and updated related references in the UI files.
- Removed unused imports and cleaned up code for better readability.
2025-05-13 15:49:52 +02:00
4a3a95623a delete old, dupe files 2025-05-13 15:43:07 +02:00
0c8ecb2054 Remove unused imports and clean up code structure across multiple files 2025-05-13 11:39:47 +02:00
99b9f50784 rework database to use json string instead of dataclass dump. Prevents failed decodings, makes contents searchable, if needed 2025-05-13 11:37:25 +02:00
8f90247e98 Refactor UI and remove unused tests
- Deleted the generated UI file `untitled_ui.py` as it is no longer needed.
- Updated `search_statistic_page.ui` to enhance table properties, including grid style and sort indicators.
- Modified `search_statistic_page_ui.py` to reflect changes in the UI file and improve table header settings.
- Improved cleanup logic in `richtext.py` to ensure files are only deleted if they exist.
- Adjusted spacing in document generation for better formatting.
- Removed obsolete test files: `database_test.py`, `many_webrequest_test.py`, `test_database.py`, and `webrequest_test.py` to clean up the test suite.
2025-05-12 15:26:58 +02:00
d71de1bd1a add files from folder merger 2025-05-12 09:05:09 +02:00
5ac3509548 delete old files 2025-05-12 08:59:13 +02:00
c364a38649 Merge pull request 'Merge changes from agent_branch to dev' (#5) from dev_fix_media_not_adding_agent into dev
Reviewed-on: #5
2025-05-09 10:58:42 +01:00
468e8674ab update logging, update docuprint add new ui for generating documents 2025-05-09 11:57:18 +02:00
f7ea6f5d34 remove logs from tracker 2025-05-08 09:00:08 +02:00
20d07f5775 add. closes #3 closes #4 2025-04-28 15:45:20 +02:00
8c68655f9f add type checking, error handling, fix search issue. Closes #3 Closes #4 Fixes #3 Fixes #4 2025-04-28 15:36:29 +02:00
424411b077 add type checking, update deletion function in searchpage, add function to import apparat data from document 2025-04-28 15:31:35 +02:00
e6bbc469b1 update logging to be on a per file basis 2025-04-28 10:43:45 +02:00
98ac7377ac add word_to_semap_as import 2025-04-28 10:18:39 +02:00
5923bfd7ff add logger 2025-04-28 10:18:28 +02:00
7abe3d8cc0 add logger 2025-04-28 10:18:07 +02:00
b4c6169649 add logger, media list refresh, type check ignore 2025-04-28 10:16:56 +02:00
8b83b8c305 add logger 2025-04-28 10:16:24 +02:00
3d2be0fd47 fix graph bug 2025-04-28 10:16:10 +02:00
bbeb9cf701 remove logger variable, declare in files from now on 2025-04-28 10:15:48 +02:00
eb0b7a1fec add testclass, rework logging 2025-04-28 10:15:22 +02:00
80b96865e7 add SemapDocument and Book dataclasses, improve word document parsing 2025-04-25 12:16:14 +02:00
0867b1fce8 Merge pull request 'merge pyside dev into dev' (#2) from dev_pyside6 into dev
Reviewed-on: #2
2025-04-14 10:14:59 +01:00
da0e9e0725 fix bug in document creation 2025-04-14 11:08:15 +02:00
f0148d8855 add image, rework SemesterDocument 2025-04-14 11:07:48 +02:00
9cc08e2d91 start work on readme file 2025-04-14 11:07:06 +02:00
e91898137c Merge pull request 'dev_pyside6' (#1) from dev_pyside6 into dev
Reviewed-on: #1
2025-04-07 06:56:09 +01:00
921a84304f add printer mail to config 2025-04-07 07:54:34 +02:00
6ff7a70d11 rework logging, fix calculation error 2025-04-07 07:53:57 +02:00
ac32b86b17 fix bug in extend_loan function 2025-04-07 07:53:36 +02:00
dbefd2049f add mail to deliver deletion information 2025-04-07 07:52:01 +02:00
50dd03aee7 extract printer mail to settings file 2025-04-07 07:49:38 +02:00
f1724058b0 Bump version: 0.2.0 → 0.2.1 v0.2.1 2025-03-26 10:28:25 +01:00
d225c1d4e8 change versioning 2025-03-26 10:28:18 +01:00
a5894eedfd Bump version: 0.1.0 → 0.2.0-dev0 v0.2.0-dev0 2025-03-26 10:26:34 +01:00
07c00c893d chore: change path for init file 2025-03-26 10:26:22 +01:00
2268c59b0c chore: remove unnecessary version file from bumpversion configuration 2025-03-26 10:25:03 +01:00
76f4c05e60 chore: update VSCode settings, clean up mail.py, and upgrade PyQt6 UI generator version 2025-03-26 10:22:19 +01:00
f6f9f89354 refactor: clean up unused imports and improve code organization 2025-03-26 10:21:11 +01:00
12d54c78a9 remove lockfile 2025-03-26 10:15:24 +01:00
57274d91e0 chore: update files 2025-03-26 10:14:34 +01:00
3f5371e0e4 chore: add playwright as dependency 2025-03-26 10:09:16 +01:00
709a342230 fix some bugs, add mail template emit signal to update list 2025-02-06 15:36:04 +01:00
4d1fc94ffa create documentation thread 2025-02-06 15:35:08 +01:00