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

1070 Commits

Author SHA1 Message Date
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
26822cd0f9 Merge pull request #19392 from grokability/_simple-replenish-hahaha
🎥 Replenish/Remove Consumables, Accessories and Components
2026-08-07 16:35:45 +01:00
4de579fcc9 Enable ldap by default in seeder 2026-08-07 15:39:12 +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
5b12e6b9cc Cleaned up seeded data 2026-08-06 13:37:44 +01:00
f37e428ace Updated seeders with initial purchase info 2026-08-06 12:58:27 +01:00
e1231b0bbc Fixed accessory seeder 2026-08-06 12:37:08 +01:00
a2437c5029 Rename fields 2026-08-05 22:23:32 +01:00
d92efc9ee8 Updated factories with updated column names 2026-08-05 22:21:18 +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
c5b2b655b7 Updated factories 2026-08-05 11:44:40 +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
20e9d8dacb Fixed seeder for backfill 2026-08-05 11:41:53 +01:00
a86bc77b21 Added currency and supplier to modal and importer 2026-08-03 20:32:46 +01:00
f695f55cf0 Removed order number from factories 2026-08-03 15:21:07 +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
cd02e99d4c Livewire: Fixed FD-56800 - Harden livewire mount and boot methods against snapshot replays 2026-07-31 15:39:52 +01:00
ce15eac058 Added can update models to user factory 2026-07-31 12:42:19 +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
eda206a16a Move some of the sample CSVs to the demo for processing 2026-07-28 21:55:44 +01:00
ae8b2e7318 Added factory 2026-07-26 00:03:14 +01:00
51a4e1a198 Fixed flappy test 2026-07-25 13:49:18 +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
e965b510d0 Fixed flaky test 2026-07-22 23:28:15 +01: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
3c28697ba9 Added screenshotter JS and readme 2026-07-21 13:53:30 +01:00
14d73edb52 File Uploades: Fixed FD-56588 - tighter controls on model files 2026-07-20 13:30:36 +01:00
c7f2207f64 Updated factory 2026-07-17 17:04:19 +01:00
b3215247bc Updated seeder for attaching fieldsets and fields to models 2026-07-17 14:17:45 +01:00
4036c7327b Seeders: Fixed fields and factories so they run in the right order 2026-07-17 14:15:37 +01:00