3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-08-18 11:15:42 +00:00
Commit Graph

634 Commits

Author SHA1 Message Date
6184f38811 Added migration to add tag_color to maintenance type, rename maintenance asset_id to item_it, add type 2026-08-14 13:39:14 +01:00
65852654b6 Fix the add_link_colors_to_settings migration
Fixes #18345

A syntax error in the `switch .. case` statement would make it so any
truthy value in `$setting->skin` would match the first branch, making
the "green" theme's values the new defaults.

This problem could become sticky if users overrides were also set to
that value at some point, which was the case initially in this
migration, removed in commit 4658bf38c5 .
2026-08-13 08:42:37 -04:00
f5dde8658f Fixed #19474 - better handle floor accessories, consumables, etc 2026-08-13 11:10:55 +01:00
d85c4feddb Added simple lock mutex to importer to prevent duplicate imports 2026-08-13 10:19:39 +01:00
fbe3acf3a6 Wrap migration within if (!Schema::hasTable) 2026-08-11 17:05:05 +01:00
2485c56936 Break glass migration in case we need it 2026-08-11 11:30:15 +01:00
c88b57e674 Additional floor migration 2026-08-07 18:37:24 +01:00
de6e19db32 Fixed migration 2026-08-07 16:40:31 +01:00
ff10b8139a Use ITEM_TYPES constant 2026-08-07 11:57:58 +01:00
48db7f6708 ENOMNOMNOMs
Use the ActionLog ENUMs that are already defined
2026-08-07 11:08:50 +01:00
a2437c5029 Rename fields 2026-08-05 22:23:32 +01:00
143a876b4a Fixed migration to use subquery instead (sqlite safe) 2026-08-05 16:07:31 +01:00
915f6eb59e Backfill to order items 2026-08-05 15:30:05 +01:00
5524ab482c Added migration to add created_by to items table 2026-08-05 15:25:19 +01:00
c573765d21 Updated backfill migrations 2026-08-05 11:42:49 +01:00
ec7c1faada Updated DB migrations 2026-08-05 11:42:33 +01:00
a86bc77b21 Added currency and supplier to modal and importer 2026-08-03 20:32:46 +01:00
b23b1083a2 Updated migrations and backfill for order+order items approach 2026-08-03 15:15:34 +01:00
fa698a7c0e Added currency to order table 2026-08-03 15:02:22 +01:00
6c3d478e73 Deleted earlier migrations 2026-08-03 15:02:08 +01:00
9e6f0c3bf2 Removed legacy rename (for now) 2026-08-03 14:46:26 +01:00
b6a95cf117 Added orders and order items table 2026-08-03 14:46:02 +01:00
0f17dfd98e Rename order number field 2026-08-03 14:21:03 +01:00
02bb0356a6 Updated tests 2026-08-03 13:43:28 +01:00
a53928e1a4 Replenish/remove for consumables, accessories, components 2026-08-03 13:07:59 +01:00
01fb459dd2 Fixed #9430 - make next audit date sortable 2026-07-30 09:04:09 +01:00
3a359bf70d SCIM: Fixed RB-21807 (SCIM shape parsing error) 2026-07-29 22:55:22 +01:00
0235403692 change use to DB 2026-07-22 16:57:39 -07:00
a59f50372c add migration to restore defaults for labels 2026-07-22 16:56:28 -07:00
4c29fae6d3 Switch from timestamp to datetime for maintenance completed_at 2026-07-21 22:52:43 +01:00
df85e75f73 Maintenances: renamed completion_date to expected_completion_date 2026-07-21 22:46:04 +01:00
8b22b7c5c8 Make the format field bigger - large regexes can break 2026-07-17 13:31:08 +01:00
932a545725 Added migrations 2026-07-17 10:06:38 +01:00
115d1a4f5e Rename company_id on users table 2026-07-10 14:41:47 +01:00
b2d5247ebe Merge remote-tracking branch 'origin/develop' into _parent-company-functionality
# Conflicts:
#	public/js/dist/all.js
#	public/js/dist/all.js.map
#	public/mix-manifest.json
2026-07-03 13:36:54 +01:00
7519fa1cfe Clear existing unsafe settings, added config setting for allowing internal 2026-07-01 15:15:03 +01:00
f95767d7d8 FMCS scoping: drop unique DB constraint, scope in the importer 2026-06-30 23:10:39 +01:00
06b1f02be6 Merge branch 'develop' into features/18554-component-report 2026-06-29 15:45:40 +01:00
91305f1a9d Added parent company capabilities 2026-06-25 15:15:54 +01:00
7714179de8 API/Settings: Added optional requirement for non-generic user agent
alternative to #19217
2026-06-23 22:59:03 +01:00
cd1f6b8e73 FMCS: Added floater option in admin settings 2026-06-10 11:19:39 +01:00
4a7f9ea9c5 Merge branch 'develop' into features/18554-component-report
# Conflicts:
#	tests/Support/CustomTestMacros.php
2026-06-01 14:25:38 -07:00
a159c3b84e Scary scary migration
We don’t actually drop the company_id field here, but later code will stop using it on the users table. This migration creates and populates the pivot table
2026-05-19 11:16:36 +01:00
8748ddffd8 Merge pull request #19039 from grokability/add-rp-to-maintenances
🖼️ Add custom maintenance types, responsible party and assigned to to maintenances
2026-05-18 20:14:20 +01:00
9408f4005c Updated migration 2026-05-18 16:06:37 +01:00
56d5f17dde Fixed #19036 - added table prefix to migration 2026-05-18 12:03:31 +01:00
058da6bfef Added maintenance type strings 2026-05-18 11:09:48 +01:00
c30dcb5b87 Merge branch 'develop' into features/18554-component-report 2026-05-06 12:14:44 -07:00
3668c24d02 Pint again 2026-05-06 17:50:45 +01:00
a84533b4f4 Quick tweak to advanced search aliases 2026-05-06 17:50:33 +01:00