3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-04-06 07:47:47 +00:00

47 Commits

Author SHA1 Message Date
9623fa4d87 Use pint on models directory 2026-03-13 15:55:28 +00:00
d53eafe87a changing 'shared_report_template' to 'is_shared' in DB 2026-01-08 18:52:36 -07:00
4e874cdb1b Fix update logic 2026-01-07 16:13:22 -08:00
dbd9a844dc scaffold test cases around sharing templates 2026-01-07 16:29:32 -07:00
193fba71f3 fixing validation 2025-12-11 17:21:48 -05:00
8a14800ef2 fixes/beginning validation 2025-12-11 03:42:10 -05:00
ef0ff65162 scoping shared templates 2025-12-08 16:29:14 -05:00
60f5affe43 more sharing framewor. tests outlines 2025-12-04 13:48:36 -05:00
cc20844eff share template bits 2025-12-02 18:34:13 -05:00
95f867b267 Code formatting fixes
Signed-off-by: snipe <snipe@snipe.net>
2025-07-09 21:48:53 +01:00
cb5b0bd89c Stop reporting report template creates, updates, and deletes to action log 2025-03-04 15:11:37 -08:00
7373e2019c Improve comment 2024-11-12 10:01:32 -08:00
0e3efdfe87 Add string to name validation 2024-11-07 16:40:54 -08:00
363ec841d1 Re-introduce soft deletes 2024-11-07 16:40:37 -08:00
c5710b858e Add test validation test for update method and remove name uniqueness constraint 2024-11-07 11:02:10 -08:00
ae24b73b32 Fix action_type from "created" to" create" 2024-10-31 12:19:41 -07:00
d727b03d95 Implement activity log test 2024-10-30 14:25:07 -07:00
0cc3031864 Implement deleted log 2024-10-30 14:05:27 -07:00
930ef3fd11 Work on tests for activity logging 2024-10-30 12:22:59 -07:00
54b4db86d2 Revert "Add soft deletes"
This reverts commit 0eadab49f1.
2024-10-29 15:33:49 -07:00
0eadab49f1 Add soft deletes 2024-10-29 15:26:18 -07:00
b97c54a54b Improve handling of old data for text inputs 2024-10-29 11:25:54 -07:00
0d58ac61bc Make options required in model 2024-10-28 14:48:19 -07:00
2042733dc0 Switch to array syntax 2024-10-28 14:37:52 -07:00
7238238d1f Use created_by instead of user_id 2024-10-23 16:40:03 -07:00
c313a78c3c Remove outdated @since annotations 2024-10-22 17:04:23 -07:00
37d65dac3d Add todo 2024-10-22 17:01:37 -07:00
6b70443515 Formatting 2024-09-17 16:58:49 -07:00
b74115b604 Add docblocks 2024-01-18 15:42:52 -08:00
1630392953 Uncheck a couple boxes by default to match existing behavior 2024-01-18 13:30:51 -08:00
f64aa4dfd4 Improve variable name 2024-01-18 11:58:34 -08:00
b24d80680e Add clarifying comments 2024-01-17 17:32:35 -08:00
691e81d827 Implement some tests 2024-01-17 16:25:28 -08:00
0883321d9e Only limit template creator scope when authenticated 2024-01-17 11:24:38 -08:00
d72970b5b6 Add global scope to limit template to current user 2024-01-11 13:59:51 -08:00
e5fb888d67 Implement test 2024-01-11 13:34:20 -08:00
fcef60445c Implement radioValue properly 2023-12-21 18:07:46 -08:00
9e0897b2cb Remove old comments 2023-12-21 17:40:26 -08:00
8c434c7862 Implement and scaffold tests 2023-12-21 17:02:44 -08:00
7f153b32e4 Always return an array from selectValues method 2023-12-21 16:38:51 -08:00
4fc8e8dd61 Add todo 2023-12-21 14:27:31 -08:00
4c62e8ade9 Add guard against attempting to access property on unsaved template 2023-12-21 13:11:44 -08:00
62f8353bd7 Implement model filtering for selectValue method 2023-12-21 13:03:43 -08:00
5c0c60a5b9 Formatting 2023-12-21 12:02:54 -08:00
6fcbb108c6 Implement test for filtering out invalid models from selectValues 2023-12-21 12:02:48 -08:00
71761a48ad A few more small clean ups 2023-12-20 17:50:55 -08:00
9fcb1a2d0e Rename SavedReport to ReportTemplate 2023-12-18 12:55:48 -08:00