Commit Graph

1154 Commits

Author SHA1 Message Date
Donkie
bd9583e047 Merge pull request #116 from MickCZ/master
add Czech translation
2023-09-23 10:37:51 +02:00
Donkie
f7fb9fdf43 Clarified docker volume a bit 2023-09-23 10:37:13 +02:00
Mick#6366
ebada588e1 Update i18n.ts
add Czech translation
2023-09-21 16:27:51 +02:00
Mick#6366
6a8a079a30 add Czech localization 2023-09-21 16:26:01 +02:00
Donkie
cacd38a9f5 Bump version to 0.12.1 2023-09-20 21:12:51 +02:00
Donkie
82600347da Improved API documentation regarding empty fields 2023-09-20 21:10:38 +02:00
Donkie
597dca7c28 Fixed combining empty and non-empty filter
Previously it would then act as a wildcard filter
2023-09-20 21:02:49 +02:00
Donkie
f967aef2cb Client: Fixed UI not handle empty filters properly 2023-09-20 20:56:29 +02:00
Donkie
556b80a5ce Bump version to 0.12.0 2023-09-20 20:26:04 +02:00
Donkie
b795680226 Added missing timezone in responses
Fixes #114
2023-09-20 20:13:02 +02:00
Donkie
5f5473481e Merge pull request #113 from DrPerryCoke/master
Add Russian localization
2023-09-20 19:17:32 +02:00
Dr_Perry_Coke
447443c086 Update i18n.ts 2023-09-20 10:37:05 +03:00
Dr_Perry_Coke
c1f14ff50c Add Russian localization 2023-09-20 10:35:38 +03:00
Donkie
cadb707fdd Added WebSocket notify API for spools 2023-09-17 22:00:00 +02:00
Donkie
e8d91bc4ce Client: Show commit and build in version element 2023-09-17 11:11:05 +02:00
Donkie
1a3efd9ea9 Added git commit and build date env and API 2023-09-17 10:51:28 +02:00
Donkie
a1a4ad6b45 Revert "Add git hash to version for master builds"
This reverts commit af1f3b45c5.
2023-09-17 09:43:25 +02:00
Donkie
a8080f507e Merge pull request #112 from Samuel-0-0/master
locale(zh): Update Chinese (zh) localization
2023-09-16 20:16:24 +02:00
Samuel Wang
d37fb765c0 locale(zh): Update Chinese (zh) localization 2023-09-17 02:12:16 +08:00
Donkie
af1f3b45c5 Add git hash to version for master builds 2023-09-16 20:06:14 +02:00
Donkie
af54f07349 Client: Number formatting/parsing update
Can now use comma or period in any locale and it will handle it correctly. To do this, it now always uses a blank space as a thousands separator to prevent ambiguity with the decimal separator.
2023-09-16 14:16:30 +02:00
Donkie
df66abe80c Client: Fix missing period in english i18n 2023-09-16 14:14:30 +02:00
Donkie
12b19c2c63 Client: Disabled vite dev https
It's causing loading issues
2023-09-16 13:54:10 +02:00
Donkie
f722adec22 Client: Fixed incorrect column name keys 2023-09-16 13:47:50 +02:00
Donkie
3b32361c6e Merge pull request #99 from Donkie/sorting
Sorting
2023-09-16 13:38:38 +02:00
Donkie
91e4171ff8 Client: Added lazy-loading for filter drop downs 2023-09-16 11:13:30 +02:00
Donkie
58fdbb4d85 Client: Fixed spool select table formatting 2023-09-16 11:13:30 +02:00
Donkie
9c2504d073 Client: Added indeterminate state to spool select 2023-09-16 11:13:30 +02:00
Donkie
dc5e3a0fbd Client: Filament name filtering/sorting now works 2023-09-16 11:13:30 +02:00
Donkie
6f94c17050 Renamed vendor.x to filament.vendor.x in spool API 2023-09-16 11:13:30 +02:00
Donkie
6ee3b8df70 Added support for multiple int where's 2023-09-16 11:13:30 +02:00
Donkie
6d68a40313 Added support for multiple string where's 2023-09-16 11:13:30 +02:00
Donkie
841cc8b6df Added sort by remaining weight 2023-09-16 11:13:30 +02:00
Donkie
a4d14c5b52 Added X-Total-Count test asserts
Fixed issue with incorrect total count for vendors
2023-09-16 11:13:30 +02:00
Donkie
4e0851e7c3 Added full tests for vendor 2023-09-16 11:13:30 +02:00
Donkie
0f58ddfd88 Modernized vendor tests 2023-09-16 11:13:30 +02:00
Donkie
978773583a Full testing done for filaments
Also added tests for having multiple sorts
2023-09-16 11:13:30 +02:00
Donkie
acc6ab56a5 Fixed tests for non-sqlite dbs 2023-09-16 11:13:30 +02:00
Donkie
aa28e51c28 Added offset and limit tests for spools 2023-09-16 11:13:30 +02:00
Donkie
13994c486f Added module-level fixtures in tests 2023-09-16 11:13:30 +02:00
Donkie
e436aa4975 Added tests for spool find sorting 2023-09-16 11:13:30 +02:00
Donkie
9a7375d781 Added test cases for finding empty spool fields 2023-09-16 11:13:30 +02:00
Donkie
f47eacd2a9 Added support for finding empty vendor fields 2023-09-16 11:13:30 +02:00
Donkie
3b8db0b5f7 Expose X-Total-Count header 2023-09-16 11:13:30 +02:00
Donkie
de16dd7be0 Added database support for finding empty fields 2023-09-16 11:13:30 +02:00
Donkie
f62f9d899b Client: Now uses server side sorting
Still some stuff left to do #98
2023-09-16 11:13:30 +02:00
Donkie
826fde6967 API find nested filters now specified using period
Previously you used underscore, like vendor_name. This made fields like filament_article_number have ambiguous underscores.
2023-09-16 11:13:30 +02:00
Donkie
3bba0b1dce Added pdm cmd to run spoolman 2023-09-16 11:13:30 +02:00
Donkie
5bae67725a Added tanstack query devtools 2023-09-16 11:13:30 +02:00
Donkie
4b33ba0b1c Renamed locations endpoint to location 2023-09-16 11:13:30 +02:00