2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-11-16 04:42:16 +00:00

Commit Graph

  • 306725ef92 merge satement Matthias 2022-02-20 04:25:17 +01:00
  • 1ff6988ffd remove unneeded assignment Matthias 2022-02-20 04:24:13 +01:00
  • 68d182d67b remove unused code Matthias 2022-02-20 04:23:19 +01:00
  • da0eda0b27 Merge branch 'inventree:master' into matmair/issue2279 Matthias Mair 2022-02-20 02:36:53 +01:00
  • 3f8ba0cd8e Merge pull request #2644 from eeintech/multi_step_order Oliver 2022-02-19 07:35:13 +11:00
  • 05b1943886 Set default error message visibility in modal options #2644 eeintech 2022-02-18 12:25:50 -05:00
  • 584ce89def Adds (blank) scheduling tab to part page Oliver 2022-02-18 13:41:26 +11:00
  • 0f7b6e77ea Merge pull request #2641 from SchrodingersGat/report-cache-fixes Oliver 2022-02-18 08:54:09 +11:00
  • 85ab8b5098 Merge pull request #2634 from SchrodingersGat/match-fields Oliver 2022-02-18 08:33:48 +11:00
  • 7c64cb950c Delete template files from cache as they are uploaded #2641 Oliver 2022-02-18 00:01:49 +11:00
  • 6aec40b9ba Improved error messages when report templates (or snippets) are missing! Oliver 2022-02-17 23:46:43 +11:00
  • efc749c695 When uploading a report template, keep the existing filename (if it is the same report!) Oliver 2022-02-17 23:30:55 +11:00
  • 580effab92 Merge remote-tracking branch 'inventree/master' into match-fields #2634 Oliver 2022-02-17 22:55:16 +11:00
  • 6e6f9d6c2f Reintroduce option to clear (delete) BOM before uploading new data Oliver 2022-02-17 22:54:02 +11:00
  • 1b6dacd5ba Allow processing of "null" cells (caused by xls / xlsx import) Oliver 2022-02-17 22:48:15 +11:00
  • 5421e0bd64 Merge pull request #2640 from SchrodingersGat/install-into-fixes Oliver 2022-02-17 17:40:33 +11:00
  • 3226a1906f Critical bug fix: Check if serial numbers already exist when creating new StockItem #2640 Oliver 2022-02-17 17:17:09 +11:00
  • f485bc7d53 PEP fixes Oliver 2022-02-17 17:04:51 +11:00
  • 0604e1a127 Adds API endpoint for installing stock items into other stock items Oliver 2022-02-17 17:03:17 +11:00
  • 023037e766 Merge pull request #2639 from SchrodingersGat/test-fixes Oliver 2022-02-17 14:59:28 +11:00
  • 31fd69fc76 Ensure unit tests are more resilient Oliver 2022-02-17 14:00:16 +11:00
  • 6199223636 Adds "refresh" button for stock test table #2639 Oliver 2022-02-17 13:46:11 +11:00
  • 578c161d4f Adds information on test result being deleted Oliver 2022-02-17 13:36:00 +11:00
  • 82cfc5423a Further improvements to unit tests Oliver 2022-02-17 13:07:16 +11:00
  • 47f6b709c9 Improve unit testing Oliver 2022-02-17 12:10:48 +11:00
  • e298a3adbf Implement unit test for missing columns Oliver 2022-02-17 11:45:44 +11:00
  • 08da2d6fd4 Merge pull request #2638 from SchrodingersGat/typo-fix Oliver 2022-02-17 08:44:52 +11:00
  • bc6839d56e Spelling fix #2638 Oliver 2022-02-17 08:18:15 +11:00
  • f068ee6c2e Update FUNDING.yml Oliver 2022-02-17 08:15:24 +11:00
  • e7aff93667 Create FUNDING.yml Oliver 2022-02-16 23:56:20 +11:00
  • 8bc84e8aab Merge pull request #2637 from SchrodingersGat/stock-item-breadcrumb-fix Oliver 2022-02-16 22:49:31 +11:00
  • f6f512c40b Fix breadcrumb tree for stock item page #2637 Oliver 2022-02-16 22:22:04 +11:00
  • 371af2a34a unit test fixes Oliver 2022-02-16 22:19:02 +11:00
  • 9c8f15fd56 Fix field name Oliver 2022-02-16 19:43:14 +11:00
  • 19b7e6bb97 Merge pull request #2635 from SchrodingersGat/test-result-quick Oliver 2022-02-16 19:22:52 +11:00
  • fbef0e1ede js linting Oliver 2022-02-16 17:18:17 +11:00
  • 0f0325daba Adds a button to quickly "pass" a test #2635 Oliver 2022-02-16 17:16:17 +11:00
  • 8f6312f7f4 Adds generic javascript function for mapping file columns to model fields Oliver 2022-02-16 16:57:54 +11:00
  • f399f4fa34 Refactoring API endpoints Oliver 2022-02-16 16:57:27 +11:00
  • d7adb6959d Adds functionality to map file columns to model fiels Oliver 2022-02-16 14:57:13 +11:00
  • 626f44d195 Merge branch 'inventree:master' into matmair/issue2279 Matthias Mair 2022-02-16 02:02:02 +01:00
  • 58aa2adde7 Adds model mixin for generically determining which fields can be imported on any particular model Oliver 2022-02-16 11:42:15 +11:00
  • 24f1491b8e Adds generic API endpoint for extracting data from a tabulated file Oliver 2022-02-16 11:32:40 +11:00
  • 6c32f5c60d Merge pull request #2632 from SchrodingersGat/build-serial-number-guess Oliver 2022-02-16 08:37:47 +11:00
  • 49fe528f4e Merge pull request #2630 from matmair/coverage-fixes Oliver 2022-02-16 07:55:12 +11:00
  • bf39a614a1 Automatically select Bom Items with matching serial numbers when allocating stock to a build order output #2632 Oliver 2022-02-16 07:49:18 +11:00
  • bec6d2952d Merge pull request #2631 from SchrodingersGat/build-serial-number-magic Oliver 2022-02-15 13:58:56 +11:00
  • 35c9b6838e Form improvements #2631 Oliver 2022-02-15 13:33:32 +11:00
  • 2b344f1f25 PEP style fixes Oliver 2022-02-15 13:30:14 +11:00
  • 09853fd3df remove code which is now unused Oliver 2022-02-15 13:27:30 +11:00
  • 07af0902a3 Optionally auto-allocate stock items when creating a new build output Oliver 2022-02-15 13:26:04 +11:00
  • 24c13b04b6 Extract serial numbers from submitted form data Oliver 2022-02-15 13:19:41 +11:00
  • 037232c177 Adds query function to Part model to return trackable parts in the BOM Oliver 2022-02-15 13:19:14 +11:00
  • f90a27d01d Adds a new API endpoint for creating build outputs Oliver 2022-02-15 12:51:48 +11:00
  • 0be2f8cf02 Merge branch 'inventree:master' into coverage-fixes #2630 Matthias Mair 2022-02-15 01:48:55 +01:00
  • dc4c1f138b Merge pull request #2629 from SchrodingersGat/index-unit-tests Oliver 2022-02-15 11:45:08 +11:00
  • c048f3fb4a Adds unit tests for index page #2629 Oliver 2022-02-15 10:50:30 +11:00
  • 6dfe22790e Merge pull request #2626 from SchrodingersGat/quantity-fix Oliver 2022-02-15 09:37:06 +11:00
  • adfa289e9b Enforce proper formatting for 'quantity' field when importing BOM data #2626 Oliver 2022-02-15 09:11:14 +11:00
  • 238cc9e278 disable broken test #2622 Matthias 2022-02-14 00:42:47 +01:00
  • 8df5a3f980 add more user api tests Matthias 2022-02-14 00:21:15 +01:00
  • 6848787885 remove dead code -> permission class does that already Matthias 2022-02-14 00:21:01 +01:00
  • a4d94f31c8 add test for non existing token Matthias 2022-02-14 00:14:11 +01:00
  • beb3bb38d4 spellcheck Matthias 2022-02-13 23:59:37 +01:00
  • 955f389d66 PEP fixes Matthias 2022-02-13 23:59:23 +01:00
  • 2335a8c316 add more plugin coverage Matthias 2022-02-13 23:58:49 +01:00
  • f765f0f083 should not be reached Matthias 2022-02-13 23:52:50 +01:00
  • 43a05dfcb4 return cov from feature only used for debug Matthias 2022-02-13 23:50:18 +01:00
  • 25bcf2c438 make git log call simpler Matthias 2022-02-13 23:49:59 +01:00
  • 32614e55b5 remove dead code Matthias 2022-02-13 23:49:43 +01:00
  • c5e9e933f0 remove cov from not used feature Matthias 2022-02-13 23:49:26 +01:00
  • 241101cee6 remove coverage that is not reachable Matthias 2022-02-13 23:48:48 +01:00
  • 9246eea38e PEP fix Matthias 2022-02-13 23:42:05 +01:00
  • 384d458110 user api tests Matthias 2022-02-13 23:39:10 +01:00
  • e262599d83 ignore unreachable things Matthias 2022-02-13 23:32:55 +01:00
  • ffafc20c6d do not count unreachable code Matthias 2022-02-13 23:30:27 +01:00
  • c6464bcf77 PEP fix Matthias 2022-02-13 22:42:17 +01:00
  • 8724702fef add coverage for labels Matthias 2022-02-13 22:39:29 +01:00
  • 58e8bab83b except import errors Matthias 2022-02-13 22:12:43 +01:00
  • f88d39db66 fix coverage Matthias 2022-02-13 22:07:30 +01:00
  • 40ea93e00a catch more explicit Matthias 2022-02-13 22:06:53 +01:00
  • 8f06f5099c fix reporting emition Matthias 2022-02-13 21:52:32 +01:00
  • 73500a4b82 omit coverage via setup.cfg Matthias 2022-02-13 21:19:41 +01:00
  • a6621a5327 fix label tests Matthias 2022-02-13 21:15:40 +01:00
  • b49d46af58 update system health check Matthias 2022-02-13 20:38:05 +01:00
  • 27b0a012e0 ignore sanity checks for coverage Matthias 2022-02-13 20:33:54 +01:00
  • be196b2948 should not be reached - ignore in cov Matthias 2022-02-13 20:23:32 +01:00
  • 0eb6d46c4b remove dead code Matthias 2022-02-13 20:23:15 +01:00
  • b095917b96 ignore wsgi Matthias 2022-02-13 20:20:05 +01:00
  • 0e840bacdd ignore currently dead code in coverage Matthias 2022-02-13 20:16:44 +01:00
  • 7598b47642 ignore some default in coverage Matthias 2022-02-13 20:15:31 +01:00
  • 2bf3b90d38 ignore db optm in coverage Matthias 2022-02-13 20:15:03 +01:00
  • 5a40bdda51 do not cover secret key Matthias 2022-02-13 20:14:18 +01:00
  • 2bba1766b0 ignore testing coditions in coverage Matthias 2022-02-13 20:13:57 +01:00
  • 4567e9d941 ignore system exit conditions in coverage Matthias 2022-02-13 20:11:41 +01:00
  • 1fd336aa1b ignore whole file Matthias 2022-02-13 20:00:19 +01:00
  • af3f3c741d test Isimporting Matthias 2022-02-13 19:59:06 +01:00
  • d596ae1e7e test test mode Matthias 2022-02-13 19:58:29 +01:00
  • ce88deeb3b add test for system healt checks Matthias 2022-02-13 19:56:30 +01:00
  • 6bc53c1308 will never be true in testing Matthias 2022-02-13 19:55:50 +01:00