2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-28 06:54:06 +00:00

Commit Graph

  • e90b69262a fix import Matthias 2021-11-20 17:12:12 +01:00
  • 098116675a move git stuff to the helpers Matthias 2021-11-20 17:03:10 +01:00
  • 5f83fd007f more structure Matthias 2021-11-20 17:02:27 +01:00
  • 076cca5e62 add TODO for dependency Matthias 2021-11-20 16:43:39 +01:00
  • b596e4f164 remove unneeded stuff from broken sample and optimize for coverage Matthias 2021-11-20 16:37:54 +01:00
  • ebe5993a45 refactor registry into own class and file Matthias 2021-11-20 16:31:02 +01:00
  • 8a2a06955f small fixes Matthias 2021-11-20 15:49:02 +01:00
  • d8963fd5b1 Merge branch 'master' of https://github.com/inventree/InvenTree into plugin-2037 Matthias 2021-11-20 13:50:13 +01:00
  • 67fa4cc119 PEP fix Matthias 2021-11-20 13:44:31 +01:00
  • 57aefc8100 wrapper to log failing urls Matthias 2021-11-20 13:37:16 +01:00
  • e925095503 pack logging into custom error processing Matthias 2021-11-20 13:26:37 +01:00
  • 008917fdef refactor custom error raising Matthias 2021-11-20 13:20:08 +01:00
  • 71e05d569b refactor plugin error processing definition Matthias 2021-11-20 13:14:18 +01:00
  • b05381fcc8 rename / cleanup Matthias 2021-11-20 13:00:12 +01:00
  • 2f306d951f refactor url definition into plugin Matthias 2021-11-20 12:54:51 +01:00
  • 4171fe42d9 docstring Matthias 2021-11-20 12:47:34 +01:00
  • e82c93ffae refactor into own helper function for plugins Matthias 2021-11-20 12:39:27 +01:00
  • 98b0a2995f ignore error in borken sampel -> it should not work Matthias 2021-11-20 12:29:29 +01:00
  • 189db604fa Merge pull request #2339 from matmair/protected-settings Oliver 2021-11-20 19:26:29 +11:00
  • 00ebe3c675 Merge pull request #2340 from SchrodingersGat/multi-level-bom-fix Oliver 2021-11-20 19:25:10 +11:00
  • 6a6eae7e54 Bug fix for BOM uploading #2340 Oliver 2021-11-20 18:07:39 +11:00
  • f8aa5514ae Fix BOM export for multi-level BOMs Oliver 2021-11-20 17:44:54 +11:00
  • f667367a6b add broken plugin for testing error stack Matthias 2021-11-20 04:08:21 +01:00
  • 6301f06416 PEP fix Matthias 2021-11-20 04:06:15 +01:00
  • 12fbd92bad conditional error stack showing Matthias 2021-11-20 04:04:52 +01:00
  • 0d44a4cfa5 error retrieving tag Matthias 2021-11-20 04:00:34 +01:00
  • 9f0882d637 move imports Matthias 2021-11-20 03:52:27 +01:00
  • 4b3d5b27a6 add more stack logging points Matthias 2021-11-20 03:39:47 +01:00
  • 9087cabe5f refactor integration error logging into helper Matthias 2021-11-20 03:35:43 +01:00
  • ebe712312c refactor Matthias 2021-11-20 03:31:58 +01:00
  • 8bcdad6a8f make startup more failsafe Matthias 2021-11-20 03:29:32 +01:00
  • d36ab0d9cd some more docs Matthias 2021-11-20 03:22:25 +01:00
  • 4c7d295c0e hard reset all plugin registration mechanisms on error Matthias 2021-11-20 03:20:55 +01:00
  • 3dfb8167a7 refactor Matthias 2021-11-20 03:20:14 +01:00
  • e70b9bd28f more docs Matthias 2021-11-20 03:19:41 +01:00
  • be24d141de reload without integration apps if loading fails Matthias 2021-11-20 03:16:03 +01:00
  • e301971159 keep reloading save - wrap reloading - throw custom error - log custom error in loading function Matthias 2021-11-20 03:10:47 +01:00
  • 0b6e9ef4c9 custom error Matthias 2021-11-20 03:05:36 +01:00
  • c57393f457 refactor clean installed apps Matthias 2021-11-20 03:05:01 +01:00
  • ad98c1df48 refactor registry cleaning Matthias 2021-11-20 03:03:57 +01:00
  • 1a6a26204e make sure protected values are never exposed #2339 Matthias 2021-11-20 00:24:17 +01:00
  • 1798214cd2 add protected settings in model Matthias 2021-11-19 23:59:57 +01:00
  • ce71508d8d remove helper for webhooks Matthias 2021-11-19 23:54:42 +01:00
  • 87e85c8081 Merge branch 'master' of https://github.com/inventree/InvenTree into plugin-2037 Matthias 2021-11-19 23:51:02 +01:00
  • eee9047818 [FR] Two-Factor Authentication Fixes #2201 Matthias 2021-11-19 23:48:12 +01:00
  • c1727078ed Merge pull request #2338 from matmair/fix-anguage Oliver 2021-11-20 09:46:45 +11:00
  • 74b3cad566 fix language name missing closing bracket #2338 Matthias 2021-11-19 23:41:15 +01:00
  • 91bc865887 remove webhook ruleset Matthias 2021-11-19 23:19:02 +01:00
  • a3d9365a78 Merge branch 'master' of https://github.com/inventree/InvenTree into plugin-2037 Matthias 2021-11-19 23:09:47 +01:00
  • 27f3cc251c Merge pull request #2337 from matmair/missing-new-line Oliver 2021-11-20 09:05:54 +11:00
  • 3fbc6890c9 Merge branch 'master' of https://github.com/inventree/InvenTree into plugin-2037 Matthias 2021-11-19 22:58:31 +01:00
  • c64c5463c8 Merge pull request #2334 from matmair/allow-no-icon Oliver 2021-11-20 08:55:03 +11:00
  • 4baf2971da remove webhook apis Matthias 2021-11-19 22:53:22 +01:00
  • d4939e058c remove admin Matthias 2021-11-19 22:52:42 +01:00
  • d57fc5392b remove model Matthias 2021-11-19 22:52:29 +01:00
  • 03f343a368 remve tests Matthias 2021-11-19 22:50:55 +01:00
  • 6563c340dd remove url Matthias 2021-11-19 22:50:42 +01:00
  • f6ff6c3e68 remove webhook migrations Matthias 2021-11-19 22:49:24 +01:00
  • e59cf2e636 Merge branch 'master' of https://github.com/inventree/InvenTree into plugin-2037 Matthias 2021-11-19 22:43:48 +01:00
  • a9b89cc562 PEP fix: missing new line #2337 Matthias 2021-11-19 22:41:29 +01:00
  • 260c51f6fc Pulls out the webhook dev for partial merge Fixes #2036 Matthias 2021-11-19 22:35:28 +01:00
  • 6a235c9f15 Merge pull request #2333 from matmair/multiple-admin-btn Oliver 2021-11-20 08:27:26 +11:00
  • 0bd0012c56 Merge pull request #2332 from matmair/style-fixes Oliver 2021-11-20 08:22:29 +11:00
  • 7dad2b02f0 add default to icon for sidebar item #2334 Matthias 2021-11-19 22:22:19 +01:00
  • 70916bb11f allow admin buttons to be assigned by class #2333 Matthias 2021-11-19 21:53:08 +01:00
  • 512c73a59e make diffs for extending middleware cleaner #2332 Matthias 2021-11-19 21:51:57 +01:00
  • 9abbb6cb5e PEP fixes for ci / maintenance scripts Matthias 2021-11-19 21:50:41 +01:00
  • 4e113798b4 Merge pull request #2330 from SchrodingersGat/es-mx Oliver 2021-11-19 08:12:09 +11:00
  • 1460c73637 Add es_MX language translation #2330 Oliver 2021-11-19 07:44:33 +11:00
  • 8cab974893 send command as string Matthias 2021-11-18 16:38:31 +01:00
  • e5d0380356 PEP fixes finishes work for #2318 Matthias 2021-11-18 16:35:16 +01:00
  • d750e9e191 reorder fields Matthias 2021-11-18 16:26:31 +01:00
  • a617b8b158 fix spelling Matthias 2021-11-18 16:26:07 +01:00
  • 0ece82c812 add labels / helptexts to serializer Matthias 2021-11-18 16:25:49 +01:00
  • efa2ad542d add refactor Matthias 2021-11-18 16:19:46 +01:00
  • 6ab0e68000 remove unneeded imports Matthias 2021-11-18 16:18:08 +01:00
  • 3af426bdd7 allow empty values -> submition from form Matthias 2021-11-18 16:17:47 +01:00
  • 37f14f537a make sure bool for maintenance sate Matthias 2021-11-18 16:17:26 +01:00
  • 5dbc5d141a add plugin install button Matthias 2021-11-18 16:16:25 +01:00
  • 521ec4f1e6 Merge branch 'master' into partial-shipment Oliver 2021-11-18 23:43:36 +11:00
  • 7399333256 Merge pull request #2328 from SchrodingersGat/stock-item-create-fix Oliver 2021-11-18 23:34:41 +11:00
  • 7d80387f3c Merge pull request #2329 from SchrodingersGat/bom-quantity-fix Oliver 2021-11-18 23:24:44 +11:00
  • 15a0d260f8 Handle case where user is not specified #2328 Oliver 2021-11-18 23:15:40 +11:00
  • 5aa146127c PEP fix Matthias 2021-11-18 13:13:59 +01:00
  • 7ca36a092e convert remaining serializers #2329 Oliver 2021-11-18 23:01:19 +11:00
  • c3fb6a6861 Convert BOM quantity field to new field class Oliver 2021-11-18 22:50:37 +11:00
  • 000adb357d refactor plugin urls into plugin dir Matthias 2021-11-18 12:50:22 +01:00
  • 1bde26a7be Copy 'help_text' through from the model field if it is not defined for the serializer field Oliver 2021-11-18 22:48:22 +11:00
  • 35bd6ce927 Adds a new custom serializer field - InvenTreeDecimalField Oliver 2021-11-18 22:17:58 +11:00
  • a95b298c62 Merge branch 'master' of https://github.com/inventree/InvenTree into plugin-2037 Matthias 2021-11-18 11:37:11 +01:00
  • eda8bbfeeb Merge pull request #2325 from SchrodingersGat/demo-enhancemenets Oliver 2021-11-18 21:27:34 +11:00
  • bfb32f3bf6 Record the user information when creating or updating a stock item Oliver 2021-11-18 21:26:26 +11:00
  • b726df3a5e style fixes #2325 Oliver 2021-11-18 20:57:44 +11:00
  • 6dafedd0f3 Adjust login screen Oliver 2021-11-18 20:55:10 +11:00
  • cac77ed134 Hide account edit actions in demo mode Oliver 2021-11-18 20:37:08 +11:00
  • 2a5b882a25 Navbar updates Oliver 2021-11-18 20:34:50 +11:00
  • 1f5e4a1e6b Adds a template tag for testing if the server is running in demo mode Oliver 2021-11-18 20:17:27 +11:00
  • 4aeac79ba5 Remove very old unused file Oliver 2021-11-18 20:08:24 +11:00
  • 0dd3389518 Read "DEMO_MODE" into settings.py Oliver 2021-11-18 19:59:14 +11:00
  • bff4623a15 refactor Matthias 2021-11-18 01:48:03 +01:00