Kylian Schmidt
19fc15abb4
feat: add Gallery TUI for interactive configuration and generation
...
- Implemented a terminal user interface (TUI) for configuring the gallery generator using Textual.
- Included functionality to manage sources with add/remove
- Integrated a log pane to display generation output from subprocess calls.
- Implemented save functionality to persist configuration changes.
2026-05-08 15:47:02 +02:00
Kylian Schmidt
17acd478d3
Add argcomplete support
2026-05-08 14:42:01 +02:00
Kylian Schmidt
63e4af0f9f
Refactor: reorganize configuration management and add default config file
2026-05-08 14:05:40 +02:00
Kylian Schmidt
6978a1b768
Remove legacy generate_gallery.py script. Good night, sweet prince
2026-05-08 13:34:05 +02:00
Kylian Schmidt
25b564e085
move stats box to top right
2026-05-08 13:22:14 +02:00
Kylian Schmidt
afd04324bc
Unlink assets and put everything into the gallery folder
2026-05-08 13:05:39 +02:00
Kylian Schmidt
6738c4ca69
Refactor: Remove obsolete JavaScript managers and utilities
...
- Deleted NavigationManager, RecentPlotsManager, SearchManager, SortManager, StatsManager, ThemeManager, Utils, and ViewManager classes.
- Updated gallery builder to improve asset copying logic with a more efficient modification time check.
- Cleaned up gallery HTML template by removing subdirectory listing and embedding gallery data as JSON.
- Added CLAUDE.md for project documentation and guidelines.
2026-05-06 08:34:40 +02:00
Kylian Schmidt
6f0cf4521b
Add support for incremental updates in gallery generation
...
- Introduced `source_to_update` parameter to selectively regenerate specific sources.
- Updated documentation to reflect new behavior for `clean_first` and `source_to_update`.
- Modified CLI and legacy CLI to handle source overrides appropriately.
2026-04-23 13:09:26 +02:00
Kylian Schmidt
a30149e5da
Fix template argument order in build_gallery calls
2026-04-23 12:56:59 +02:00
Kylian Schmidt
e044b4ce60
Fix old DEBUG statement
2026-04-22 15:10:26 +02:00
Kylian Schmidt
bec86d0f07
Fix tests
2026-04-22 14:42:25 +02:00
Kylian Schmidt
27ea17246c
Convert to proper python package
2026-04-22 13:48:23 +02:00
Kylian Schmidt
7e36688d1d
Add override for new directory from the CLI
2026-04-22 13:16:08 +02:00
Kylian Schmidt
45214be41e
move processing to dedicated file
2026-04-22 13:08:47 +02:00
Kylian Schmidt
a8f2166dde
Add support for html plots
2025-09-26 12:59:49 +02:00
Kylian Schmidt
041c761df0
Fix missing top-level tree index.html. Clean up duplicates in main script
2025-09-26 08:53:37 +02:00
Kylian Schmidt
425685874a
Fix tests
2025-09-09 14:32:52 +02:00
Kylian Schmidt
4352d26a7b
Add even more tests
2025-09-09 14:00:37 +02:00
Kylian Schmidt
ded4eca0bf
Add LICENSE
2025-09-09 13:44:56 +02:00
Kylian Schmidt
947b525490
Add coverage to README
2025-09-09 13:42:21 +02:00
Kylian Schmidt
375fe36902
Fix pipeline attempt (6): Backup
2025-09-08 15:59:43 +02:00
Kylian Schmidt
620db78ee7
Fix pipeline attempt (5): Fix naming in tests
2025-09-08 15:56:37 +02:00
Kylian Schmidt
412f5927fb
Fix pipeline attempt (4): Add new apptainer gitlab runner
2025-09-08 15:49:09 +02:00
Kylian Schmidt
30389ccb92
Fix pipeline attempt (3): Fakeroot but with the correct docker image
2025-09-08 15:12:30 +02:00
Kylian Schmidt
d9c5629127
Fix pipeline attempt (2): Fakeroot
2025-09-08 15:06:45 +02:00
Kylian Schmidt
fe5a7e6815
Fix pipeline attempt (1)
2025-09-08 14:52:21 +02:00
Kylian Schmidt
802fee1337
Add pytest and gitlab-ci for container
2025-09-08 14:47:38 +02:00
Kylian Schmidt
9e59d06796
Clean up unittest attempt.
2025-09-08 12:53:16 +02:00
Kylian Schmidt
657b273975
[WIP] Add tests and coverage
2025-09-08 10:52:58 +02:00
Kylian Schmidt
be99b3e601
Add apptainer container. Clean up repo
2025-09-08 09:44:49 +02:00
Kylian Schmidt
b6a37fb93f
Add nice README
2025-07-31 16:39:59 +02:00
Kylian Schmidt
687f8c4533
Merge branch 'dev' into 'main'
...
Version 0.1.0
See merge request kschmidt/web!1
2025-07-31 15:27:34 +02:00
Kylian Schmidt
d111c5e8ee
Version 0.1.0
2025-07-31 15:27:34 +02:00
Kylian Schmidt
c2943bbe7b
Configure SAST and Secret Detection in .gitlab-ci.yml, creating this file if it does not already exist
2025-07-04 16:03:29 +02:00
Kylian Schmidt
2ca0cfab00
Configure SAST in .gitlab-ci.yml, creating this file if it does not already exist
2025-07-04 16:03:29 +02:00
Kylian Schmidt
ee3c82e372
Initial commit
2025-07-04 16:03:28 +02:00