252b50d2a7
feat: migrate to pyproject.toml, add test suites, split CI workflows
...
- Replace requirements.txt with pyproject.toml for modern Python packaging
- Add unit, integration, lint and security test suites under tests/
- Add utils/export_runtime_requirements.py and utils/check_hadolint_sarif.py
- Split monolithic CI into reusable lint.yml, security.yml and tests.yml
- Refactor ci.yml to orchestrate reusable workflows; publish on semver tag only
- Modernize Dockerfile: pin python:3.12-slim, install via pyproject.toml
- Expand Makefile with lint, security, test and CI targets
- Add test-e2e via act with portfolio container stop/start around run
- Fix navbar_logo_visibility.spec.js: win.fullscreen() → win.enterFullscreen()
- Set use_reloader=False in app.run() to prevent double-start in CI
- Add app/core.* and build artifacts to .gitignore
- Fix apt-get → sudo apt-get in tests.yml e2e job
- Fix pip install --ignore-installed to handle stale act cache
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-29 23:03:09 +02:00
2c61da9fc3
chore: remove comments from settings.json
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-28 23:37:10 +01:00
2d8185b747
chore: add Claude Code project permissions settings
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-28 23:16:29 +01:00
a47a5babce
chore: remove unused imports
2026-03-28 19:08:57 +01:00
3f6c90cc3c
Release version 1.0.0
v1.0.0
2026-02-19 11:18:50 +01:00
69c4f15ce7
Prepare config.yaml from sample in CI before Cypress
2026-02-19 11:14:52 +01:00
56c1b0d0cd
Fix Cypress action for repositories without lockfile
2026-02-19 11:13:12 +01:00
91e9caea48
Fix CI node cache path and npm install strategy
2026-02-19 11:11:11 +01:00
feb6af28ef
Add CI workflow for tests and conditional image publish
2026-02-19 11:05:26 +01:00
f8c2b4236b
Added d-flex to place logo next to brand
2025-07-21 14:24:28 +02:00
dc2626e020
Added test for log
2025-07-21 12:18:07 +02:00
46b0b744ca
Added logo to navbar when in fullscreen
2025-07-21 11:39:59 +02:00
5f2e7ef696
Changed pkgmgr commands
2025-07-12 18:54:42 +02:00
152a85bfb8
Merge branch 'main' of github.com:kevinveenbirkenbach/portfolio
2025-07-12 18:53:03 +02:00
fdfe301868
Renamed PortWebUI to PortUI
2025-07-12 18:52:51 +02:00
cbfe1ed8ae
Update README.md
...
Solved another layout bug
2025-07-12 18:27:47 +02:00
9470162236
Solved formatation bug
2025-07-12 18:26:51 +02:00
6a57fa1e00
Optimized README.md
2025-07-12 18:24:49 +02:00
ab67fc0b29
Renamed portfolio to PortWebUI
2025-07-12 18:22:19 +02:00
e18566d801
Solved some bugs
2025-07-09 22:20:58 +02:00
7bc0f32145
Added cypress tests
2025-07-08 17:16:57 +02:00
6ed3e60dd0
Solved 2tap fullscreen hight bug
2025-07-08 14:39:13 +02:00
ab8ea0dbd6
Added iframe observer
2025-07-07 23:40:35 +02:00
b0446dcd29
Added include svgs
2025-07-07 19:14:29 +02:00
55d309b2d7
Changed fade between html iframe animation
2025-07-07 15:37:24 +02:00
d99a8c8452
Added restore functionality to small logo
2025-07-07 15:06:36 +02:00
3f6a195ecb
Optimizid hover
2025-07-07 13:37:02 +02:00
430ea4a120
Solved loading bug
2025-07-07 13:19:49 +02:00
cc0fc9b77f
Replaced object by svg
2025-07-07 12:46:56 +02:00
9ada9acb3a
Implemented SVG handling
2025-07-07 12:40:25 +02:00
246ef1b059
Added backup logik for missing images
2025-07-07 08:57:30 +02:00
6572a39d48
Added hover effects to cards
2025-07-06 22:25:22 +02:00
a80262c0d4
Solved container height bug
2025-07-06 22:18:28 +02:00
531c2295bd
Added header/footer animation
2025-07-06 18:14:42 +02:00
0640ec6439
Added animation for fullscreen log
2025-07-06 17:46:51 +02:00
a7eb14046f
Added fullwidth animation
2025-07-06 17:35:40 +02:00
539580ad09
Added missing enterfullscreen function
2025-07-06 17:13:15 +02:00
faf5bd1e8c
Solved iframe margin bug
2025-07-06 10:55:12 +02:00
97378422bd
Solved more CSS bugs
2025-07-05 21:07:31 +02:00
2632c21de3
Removed unnecessary log messages
2025-07-05 20:33:08 +02:00
64db9a4e6a
Implemented Nasa Picture of the day
2025-07-05 20:08:00 +02:00
d0f8d7d172
Added logo for small screen
2025-07-05 18:54:18 +02:00
20b6c731b8
Added onclick functionality for menu items
2025-07-05 18:32:26 +02:00
2f63009c31
Implemented full width function
2025-07-05 18:00:23 +02:00
f0d4206731
Finished resize implementation for iframe
2025-07-05 16:53:25 +02:00
b8aad8b695
Removed non functional resize code
2025-07-05 14:39:18 +02:00
697696347f
finished fullscreen base implementation
2025-07-05 14:20:52 +02:00
d6389157ec
Added fullscreen mode
2025-07-05 13:30:25 +02:00
25dbc3f331
Added correct iframe size loading
2025-07-05 13:17:38 +02:00
bb8799eb8a
Added functionality for iframe url
2025-07-05 11:54:20 +02:00