3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-01 05:17:45 +00:00
Commit Graph

548 Commits

Author SHA1 Message Date
275cf4630e Add tests for delete asset endpoint 2024-09-12 13:16:37 -07:00
5c2660bd34 Introduce interface 2024-09-12 13:02:32 -07:00
c7ae9d9dfa Add tests for delete accessory endpoint 2024-09-12 12:58:47 -07:00
a97530367d Fixed tests again
Signed-off-by: snipe <snipe@snipe.net>
2024-09-11 17:29:22 +01:00
43250ae881 Updated tests
Signed-off-by: snipe <snipe@snipe.net>
2024-09-11 17:04:09 +01:00
04e96b8f20 Added tests
Signed-off-by: snipe <snipe@snipe.net>
2024-09-11 16:43:41 +01:00
6f44441a8b Merge pull request #15469 from marcusmoore/accessory_tests
Added UI tests for creating accessories
2024-09-10 11:04:23 +01:00
e7e5dfbdfa Merge pull request #15470 from marcusmoore/company_tests
Added UI tests for creating companies
2024-09-10 11:04:08 +01:00
d62315fbe4 Merge pull request #15472 from marcusmoore/testing/dashboard_counts
Added test for dashboard counts
2024-09-10 11:03:55 +01:00
76c9015aa9 Add test case 2024-09-09 16:51:40 -07:00
5d5f421294 Add test case 2024-09-09 16:49:43 -07:00
0820dd9da4 Update test names 2024-09-09 14:36:32 -07:00
aa6ab2df60 Add permission tests for some accessory api endpoints 2024-09-09 14:35:38 -07:00
22a2cc0256 Add test for dashboard counts 2024-09-09 13:21:10 -07:00
d4426e4686 Add simple tests for company creation via UI 2024-09-09 11:03:00 -07:00
010f66f4c9 Add validation test 2024-09-04 15:48:11 -07:00
9c6718b459 Organize 2024-09-04 15:46:35 -07:00
9f832a93c9 Ensure user is stored 2024-09-04 15:44:52 -07:00
487d88c012 Add some ui tests for accessories 2024-09-04 15:43:01 -07:00
9fe8a866e0 Updated test
Signed-off-by: snipe <snipe@snipe.net>
2024-09-02 19:07:21 +01:00
e8e3060a75 Added tests
Signed-off-by: snipe <snipe@snipe.net>
2024-09-02 18:51:22 +01:00
b64ed254e0 Fixed tests
Signed-off-by: snipe <snipe@snipe.net>
2024-08-29 13:49:09 +01:00
ec2ea955d8 Fix PATCH of purchase_cost for assets for comma as decimal separator 2024-08-29 12:35:14 +01:00
c197644ba7 Merge pull request #15284 from spencerrlongg/bug/sc-26584
[Multi-Company] Fixes Users Being Moved With Items Still Assigned
2024-08-29 11:38:15 +01:00
d635c86e00 Added tests
Signed-off-by: snipe <snipe@snipe.net>
2024-08-28 12:46:30 +01:00
af0a95be12 Simplify assertions 2024-08-22 10:18:23 -07:00
663b2fd844 Add test case 2024-08-22 10:18:23 -07:00
bcace9d019 Point test to correct endpoint 2024-08-22 10:18:23 -07:00
b59bf3e7dc Add failing test 2024-08-22 10:18:23 -07:00
4ec361c718 Add AssetModel files endpoints to API 2024-08-21 19:49:51 +02:00
74fbc23823 Updated tests
Signed-off-by: snipe <snipe@snipe.net>
2024-08-21 10:09:35 +01:00
a23dee52f2 Added tests
Signed-off-by: snipe <snipe@snipe.net>
2024-08-21 09:58:47 +01:00
fa765667f2 Merge branch 'develop' into livewire-importer-improvements 2024-08-19 14:41:58 -07:00
318aff1ef0 Fixed behavior for null model numbers
Signed-off-by: snipe <snipe@snipe.net>
2024-08-17 00:27:44 +01:00
e96b9b2f4f Added test for models with same name but no model number
Signed-off-by: snipe <snipe@snipe.net>
2024-08-16 23:04:11 +01:00
5529669884 Added tests
Signed-off-by: snipe <snipe@snipe.net>
2024-08-16 22:44:03 +01:00
dec4691c73 should be good to go now 2024-08-16 12:50:09 -05:00
3167ee91d1 Added a setting test and validation on settings
Signed-off-by: snipe <snipe@snipe.net>
2024-08-16 10:51:49 +01:00
94d8a547b8 Merge branch 'develop' into livewire-importer-improvements 2024-08-15 13:47:49 -07:00
9622e05cf5 correct api test 2024-08-14 18:41:06 -05:00
afaf53cdfc failing ui test 2024-08-14 18:14:21 -05:00
4b690e8e1f Updated test to check for nulling
Signed-off-by: snipe <snipe@snipe.net>
2024-08-14 10:01:56 +01:00
3f8ac59f4c Reference the entry in the components_assets table 2024-08-13 15:31:16 -07:00
ae0a6d66f3 Update tests
https://masteringlaravel.io/daily/2024-02-09-watch-out-for-this-when-testing-artisan-commands
2024-08-13 12:16:08 -07:00
321839e074 Fix namespace 2024-08-13 12:14:56 -07:00
c163d6774f Merge pull request #15198 from spencerrlongg/feature/add_trait_to_request
Add MayContainCustomFields Trait to Asset Update Request
2024-08-13 14:12:52 +01:00
9d354ca657 Merge pull request #15266 from uberbrady/checkout_to_fixer
Checkout-to fixer
2024-08-12 16:34:19 +01:00
f80cf666b1 Mark tests as incomplete for the new artisan assigned_to fixer 2024-08-12 13:46:56 +01:00
76b114d820 Added test
Signed-off-by: snipe <snipe@snipe.net>
2024-08-10 18:21:41 +01:00
07b1e3fb90 Fixed tests
Signed-off-by: snipe <snipe@snipe.net>
2024-08-10 16:55:48 +01:00