This website requires JavaScript.
c444597632
fix: auth password for production - set password with runtime env variable
main
v0.5.1
Schuwi
2025-09-21 12:13:20 +02:00
6548a06b43
ci: fix container tags again
v0.5.0
Schuwi
2025-09-21 11:33:15 +02:00
7ce80b6026
ci: fix container tag policy
Schuwi
2025-09-21 10:58:39 +02:00
d620a9c620
docs: use pre-built docker image
Schuwi
2025-09-21 10:53:19 +02:00
4c7751f1ea
ci: re-enable docker cache
Schuwi
2025-09-21 10:35:00 +02:00
a714d5a28f
ci: disable docker cache for now
schuwi
2025-09-20 20:15:19 +02:00
e33f700485
Merge pull request 'ci: fix quality checks pipeline' (#5 ) from schuwi-patch-1 into main
schuwi
2025-09-20 18:58:40 +02:00
cff6680f3a
ci: change postgres hostname to service
schuwi
2025-09-20 17:01:27 +02:00
49b639e422
ci: allow setting db hostname
schuwi
2025-09-20 16:58:44 +02:00
3b15318372
ci: remove arm64 support for now
Schuwi
2025-09-20 12:47:45 +02:00
04db36c38d
ci: fix missing ssl library
Schuwi
2025-09-20 12:30:21 +02:00
537a97cecc
ci: add gitea ci/cd pipeline
Schuwi
2025-09-20 12:24:50 +02:00
a6991b6877
docs: add GitHub Copilot instructions
Schuwi
2025-09-20 12:08:50 +02:00
32dea59c74
test: rudimentary fix
Schuwi
2025-09-20 11:55:59 +02:00
c6c218970c
style: format codebase
Schuwi
2025-09-20 11:52:43 +02:00
aaf278f7f9
style: prevent formatter issue
Schuwi
2025-09-20 11:50:22 +02:00
f4ee768c52
refactor: cleanup mix credo issues
Schuwi
2025-09-20 11:35:04 +02:00
72484c0d08
docs: update README
Schuwi
2025-09-20 11:25:58 +02:00
5d2e3f7768
feat: datasheet upload and auto-retrieve
Schuwi
2025-09-19 23:09:29 +02:00
086bc65ac1
fix: inconsistent sorting on components that were inserted in quick succession
Schuwi
2025-09-19 22:43:25 +02:00
c4a0b41e7d
feat: filter by category/location on click
Schuwi
2025-09-19 22:12:58 +02:00
288d84614a
feat: collapsable hierarchical view
Schuwi
2025-09-19 21:54:34 +02:00
8fe199f50c
fix: description line break preservation
Schuwi
2025-09-19 20:49:46 +02:00
b68f8d92f7
feat: category filter includes subcategories
Schuwi
2025-09-19 20:28:12 +02:00
a0348c7df9
fix: image path regression
Schuwi
2025-09-19 20:21:31 +02:00
e078770557
refactor(elixir): remove unused qr_code
Schuwi
2025-09-18 00:08:32 +02:00
264adbfb98
refactor(elixir): hierarchical refactor to extract common code patterns from category/storage location systems
Schuwi
2025-09-17 23:56:56 +02:00
963c9a3770
docs(elixir): prepare hierarchical refactor
Schuwi
2025-09-17 23:32:46 +02:00
5a1775e836
refactor(elixir): remove unused is_active field from storage location
Schuwi
2025-09-17 23:13:45 +02:00
6a1122c3be
feat(elixir): robust sort in component list
Schuwi
2025-09-17 19:10:04 +02:00
b6e137632a
feat(elixir): add component list focus mode
Schuwi
2025-09-17 17:57:40 +02:00
8848986953
fix(elixir): component list image size
Schuwi
2025-09-17 17:31:07 +02:00
68b0c0714e
build(elixir): update database seed
Schuwi
2025-09-17 16:28:05 +02:00
76b0a97d31
fix(elixir): file upload in production
Schuwi
2025-09-16 23:16:02 +02:00
fa9bf74fd9
docs: secret key generation
Schuwi
2025-09-16 21:18:27 +02:00
1bdfea8d02
fix(elixir): search not working
Schuwi
2025-09-16 20:59:01 +02:00
4223ba2f1e
build(elixir): add dev container
Schuwi
2025-09-16 14:01:09 +02:00
9366c0a0a0
fix(elixir): missing release files
Schuwi
2025-09-16 14:00:56 +02:00
ae861f32a1
feat(elixir): proper dark/light mode support
Schuwi
2025-09-14 22:50:44 +02:00
280caad641
feat(elixir): add docker deployment
Schuwi
2025-09-14 21:01:04 +02:00
02521f9c6d
feat(elixir): improve display of component loc&cnt
Schuwi
2025-09-14 20:18:00 +02:00
4d68922876
fix(elixir): storage rendering in component list
Schuwi
2025-09-14 20:10:13 +02:00
2cf9fb8282
feat(elixir): implement proper AprilTag generation
Schuwi
2025-09-14 19:50:54 +02:00
589c9964aa
feat: use AprilTag instead of QR code
Schuwi
2025-09-14 18:52:24 +02:00
788ad54724
feat(elixir): QR code generate & download function
Schuwi
2025-09-14 16:35:06 +02:00
1b498d286d
fix(elixir): improve storage location UI
Schuwi
2025-09-14 16:03:56 +02:00
4f1b273793
fix(elixir): edit modal of category parent issue
Schuwi
2025-09-14 15:47:17 +02:00
5717931ace
fix(elixir): show deeply nested categories
Schuwi
2025-09-14 15:38:02 +02:00
ad12ae2ec7
feat(elixir): complete storage location integration
Schuwi
2025-09-14 15:32:16 +02:00
9d090859e8
feat(elixir): storage location system
Schuwi
2025-09-14 15:20:25 +02:00
b9126c286f
feat(elixir): image upload function with preview
Schuwi
2025-09-14 13:23:45 +02:00
ece9850713
feat(elixir): category managing w/ filtering &CRUD
Schuwi
2025-09-14 12:32:46 +02:00
48c9103058
feat(elixir): add edit component functionality
Schuwi
2025-09-14 12:20:04 +02:00
5e49cb79a0
feat: port basic functionality to elixir
Schuwi
2025-09-14 12:19:44 +02:00
0a6b7e08e2
refactor: add elixir + phoenix skeleton
Schuwi
2025-09-13 22:17:48 +02:00