Commit Graph
100 Commits
Author SHA1 Message Date
Matthias 6af2267e3d fix test 2022-01-09 23:05:51 +01:00
Matthias bf7af8f72a cover another missing setting 2022-01-09 23:01:38 +01:00
Matthias afada6b759 test the url arg building 2022-01-09 22:56:14 +01:00
Matthias 2c05b858a4 renmae var 2022-01-09 22:34:02 +01:00
Matthias c8599039a2 added test for wrong config 2022-01-09 22:33:14 +01:00
Matthias e889f487f0 added a check for the required constants 2022-01-09 22:27:50 +01:00
Matthias 31d587a9b1 unittests fdor ApiCallMixin 2022-01-09 22:19:01 +01:00
Matthias c699ced34a make general mixin tests multi mixin enabled 2022-01-09 22:16:19 +01:00
Matthias ad9a9da656 PEP fix 2022-01-09 03:35:29 +01:00
Matthias f9742ab41d add integration test for plugin 2022-01-09 03:34:27 +01:00
Matthias cc8948c708 fix sample url 2022-01-09 03:34:08 +01:00
Matthias b48e9bcac9 fix settings call 2022-01-09 03:33:47 +01:00
Matthias ea8fd21af0 pip fix 2022-01-09 03:10:23 +01:00
Matthias ed193e9e90 docstring for plugin base import class 2022-01-09 03:04:00 +01:00
Matthias 61b21d1ec1 add sample for api caller 2022-01-09 03:03:05 +01:00
Matthias 19f2c44c2a change mixin name 2022-01-09 03:02:19 +01:00
Matthias 33ee7e53db append docstring 2022-01-09 03:01:50 +01:00
Matthias d939107d36 add example 2022-01-09 03:01:31 +01:00
Matthias 3aea1bb7ba made docstring clearer 2022-01-08 21:59:02 +01:00
Matthias f59b59401f refactor setting 2022-01-08 21:58:44 +01:00
Matthias 62394c4a82 small reformat 2022-01-08 21:54:42 +01:00
Matthias 3bc3e98ed1 Merge branch 'master' of https://github.com/inventree/InvenTree into api-mixin 2022-01-08 21:50:37 +01:00
Matthias 220bf0db3a Merge branch 'master' of https://github.com/inventree/InvenTree into plugin-install 2022-01-07 08:57:04 +01:00
Matthias 0974ebb5cd shield plugin package load 2022-01-07 01:10:44 +01:00
Matthias edc648d619 write installd plugins to plugins.txt 2022-01-07 01:09:44 +01:00
Matthias ceed90217b restructuring 2022-01-07 01:03:05 +01:00
Matthias 95ee4f908f Merge branch 'master' of https://github.com/inventree/InvenTree into sn-append 2021-12-29 23:45:19 +01:00
Matthias f2c1fe1f95 damm vscode intellisense adding stuff I do not need 2021-12-29 16:16:20 +01:00
Matthias ed09d5015a better group handeling 2021-12-29 16:13:44 +01:00
Matthias 410c190ddf more docs 2021-12-29 15:53:23 +01:00
Matthias 972f93f6d8 always return a number 2021-12-29 15:53:04 +01:00
Matthias 624b16a419 fix pep style 2021-12-29 15:51:44 +01:00
Matthias 1eb9b395bc more complicated tests 2021-12-29 15:43:34 +01:00
Matthias b1188be019 fix test assertations 2021-12-29 15:34:03 +01:00
Matthias a745aa500e replace must be str 2021-12-29 03:02:43 +01:00
Matthias 2ec41b02f8 append information about next serial numbe to fnc call
Fixes #2484
2021-12-29 03:01:52 +01:00
Matthias 1d0aa900e8 add helper fnc to get latest SN as int 2021-12-29 02:50:23 +01:00
Matthias 771f3d6b7b add fnc for new matcher 2021-12-29 02:38:32 +01:00
Matthias 7ef0e7941e expand tests
TDD for the win?
2021-12-29 02:24:57 +01:00
Matthias 750e3297cc expand docstring 2021-12-29 02:24:13 +01:00
Matthias c9f0528dfc append api call 2021-12-29 02:24:00 +01:00
Matthias f8ce23217e simplify call 2021-12-29 02:22:10 +01:00
Matthias 0ee36b360d Merge branch 'master' of https://github.com/inventree/InvenTree into api-mixin 2021-12-15 00:22:34 +01:00
Matthias a2871ccb45 update database images before running 2021-12-13 18:40:24 +01:00
Matthias 251fdeb69e PEP fixes 2021-12-13 18:01:20 +01:00
Matthias 8e962c0c59 add mixin to consum a single API 2021-12-13 08:03:19 +01:00
Matthias 41302398e9 managment and invoke commands to remove mfa 2021-12-11 23:07:37 +01:00
Matthias 67b3c339b9 add back button to setup screen 2021-12-11 22:10:05 +01:00
Matthias e6ad22ec15 fix plugin urlpattern patching 2021-12-10 01:34:47 +01:00
Matthias 869324249e Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2201 2021-12-09 23:54:55 +01:00
Matthias 18244f0adf docstring 2021-12-09 23:54:23 +01:00
Matthias ceb06c6e62 require MFA for admin if set 2021-12-09 23:54:02 +01:00
Matthias ba921b45ff remove state from api interface 2021-12-08 22:44:01 +01:00
Matthias 3a3f8ba4ef Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2201 2021-12-08 18:31:33 +01:00
Matthias cfa576d03d Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2250 2021-12-08 18:26:49 +01:00
Matthias 1cc1fca5fe set background color 2021-12-08 02:06:55 +01:00
Matthias 2725a2eb87 disable icons 2021-12-08 02:01:26 +01:00
Matthias 79a60ff895 Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2250 2021-12-08 01:11:35 +01:00
Matthias 12afb19dfa move toggle 2021-12-08 01:11:21 +01:00
Matthias 45181904af fix icon 2021-12-08 00:26:56 +01:00
Matthias 5ed163dd71 add new toggler 2021-12-08 00:22:00 +01:00
Matthias 821f9389d5 remove old links 2021-12-08 00:19:17 +01:00
Matthias ff5095a270 remove children -> used for reloading 2021-12-08 00:07:05 +01:00
Matthias 596532f312 only one api call 2021-12-08 00:05:34 +01:00
Matthias 948270bbcb add stuff to mark starting endpoint 2021-12-07 23:54:45 +01:00
Matthias 2cf4e20d9a Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2250 2021-12-07 01:16:32 +01:00
Matthias fbc4cfe166 remove always show 2021-12-07 00:52:14 +01:00
Matthias 46279c8172 fix design refs 2021-12-07 00:51:44 +01:00
Matthias 2fa67707bd Add text 2021-12-07 00:51:27 +01:00
Matthias 99a62b2934 move border on right side to items 2021-12-07 00:41:37 +01:00
Matthias 61bdf8937c style fix 2021-12-07 00:30:50 +01:00
Matthias 388b42a407 use sidebar-wrapper for styleing 2021-12-07 00:26:36 +01:00
Matthias f375ba96ae add sidetree toggler function 2021-12-07 00:21:33 +01:00
Matthias b5ae9edc2e style fixes 2021-12-06 23:48:21 +01:00
Matthias c703f9993f make url simpler 2021-12-06 22:37:42 +01:00
Matthias 8e425e67a1 reduce 2021-12-06 22:37:17 +01:00
Matthias 70939a0cf9 first working example 2021-12-06 22:35:14 +01:00
Matthias de4d057b93 Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2250 2021-12-06 01:37:48 +01:00
Matthias 9ebbf8190c add tree to replication 2021-12-06 01:35:14 +01:00
Matthias 416bcb822b remove unneeded sidebar block 2021-12-06 01:34:16 +01:00
Matthias 49f9cc7edc modifiy sidebar code 2021-12-06 01:33:41 +01:00
Matthias 529987bb17 remove unneeded Todo 2021-12-04 19:52:56 +01:00
Matthias ed5bb3d264 turn around template loader order 2021-12-04 19:49:43 +01:00
Matthias bb2ad7c2cb Merge branch 'master' of https://github.com/inventree/InvenTree into plugin-2037 2021-12-04 18:04:47 +01:00
Matthias d9c6e6c4f4 remove version nb checks 2021-12-04 16:45:59 +01:00
Matthias 3da5767e02 move version checks out into own check 2021-12-04 01:22:10 +01:00
Matthias b871115484 always run style 2021-12-03 20:24:01 +01:00
Matthias c1052b6c1d only trigger version number if pullrequest 2021-12-03 20:14:48 +01:00
Matthias 63f6776e83 set default ref 2021-12-03 09:00:32 +01:00
Matthias daebae81c1 fix spelling
using c instead of k does not make it Englisch
2021-12-03 08:00:04 +01:00
Matthias 86014dd4c9 fix panel headings 2021-12-03 07:58:47 +01:00
Matthias e31cf45cbc fix db name 2021-12-03 01:27:33 +01:00
Matthias 7e3be4a496 rename 2021-12-03 01:18:31 +01:00
Matthias 83708d645c add packagelock 2021-12-03 01:11:04 +01:00
Matthias f51a3557ee cache python 2021-12-03 01:08:49 +01:00
Matthias a05777029d cache npm 2021-12-03 01:06:48 +01:00
Matthias b6c6ac75e5 just set it statically 2021-12-03 01:05:14 +01:00
Matthias e4a0b09796 simple seems to be better 2021-12-03 01:03:32 +01:00
Matthias 045932dfe1 try using outputs 2021-12-03 00:53:03 +01:00
Matthias 5891245c45 replace pwd 2021-12-03 00:47:10 +01:00