Joscha Dierks
b9c4091299
feat/OPS-61: added auto documentation for haiku.py, main.py and store_manager.py
...
At the moment it works by converting senju into a python package. This causes the html docu to start with a link 'senju package' which lists all three moduls and their documentation. I will try now to make it so all three moduls have a docu link of their own.
The method foobar in each modul is for testing purposes and should be deleted once full functionality is confirmed.
2025-03-15 19:40:35 +01:00
Joscha Dierks
39369a65d6
feat/OPS-61: add basic documentation
...
It currently works only for haiku.py for some reason
2025-03-14 16:53:44 +01:00
github-actions[bot]
5c00acad9b
ci: automatic Python Formatter changes
2025-03-14 14:33:32 +00:00
Guts
fe16fc2b6d
Merge branch 'devel' into feat/OPS-55
2025-03-14 15:33:09 +01:00
0xjrx
52313f8694
chore: remove yo mama and retry renaming
...
Refs: OPS-55
2025-03-14 15:20:24 +01:00
0xjrx
06a3c65140
chore: rename branch to gira ID
...
Refs: OPS-55
2025-03-14 15:17:57 +01:00
Amrasil
eb9aa864ab
Merge pull request #24 from senju1337/feat/OPS-31
...
feat/OPS-31: code coverage
2025-03-14 10:15:34 -04:00
0xjrx
3ea4c32db8
chore: add name to pyproject.toml
2025-03-14 15:14:14 +01:00
0xjrx
4eef745764
feat: add box to show generated haiku from image
...
OPS-55
2025-03-14 15:11:04 +01:00
Amrasil
d3bbcff2d1
Merge pull request #23 from senju1337/feat/OPS-36
...
feat/OPS-36: add favicon
2025-03-14 09:33:35 -04:00
Amrasil
ec9ed25b38
feat/OPS-31: added coverage feature
...
run coverage.sh to review the code coverage
REQUIRED: poetry update
2025-03-12 19:20:38 +01:00
Amrasil
f60120245e
feat/OPS-36: fix line length requirement (again)
2025-03-12 13:03:26 +01:00
Amrasil
dadacb76f9
feat/OPS-36: fix line length requirement
2025-03-12 12:47:54 +01:00
Amrasil
bdb1502203
feat/OPS-36: add favicon to all sites
2025-03-12 12:21:37 +01:00
0xjrx
b43d03c35c
feat: add check buttons for the uploaded image before submitting them to generate a Haiku
...
Refs: OPS-55
2025-03-07 17:07:46 +01:00
0xjrx
112d96d55c
style: add button to confirm the scanned image content before generating
...
Refs: OPS-55
2025-03-07 16:47:54 +01:00
0xjrx
b739b1d1dc
style: Add removal of submit message if no image is submitted yet
...
Refs: OPS-55
2025-03-07 16:26:23 +01:00
0xjrx
34b52b8866
feat: adds a site for uploading images and generating haikus
...
Refs: OPS-55
2025-03-07 16:00:41 +01:00
Christoph J. Scherr
632bdf6612
Merge pull request #19 from senju1337/feat/ai_promts
...
Add the AI promt generation and then redirect to Haiku page
2025-03-05 20:31:12 +01:00
Alivecow
fb5c28c891
refactor: Remove unneded line
...
Refs: OPS-12
2025-03-05 20:29:47 +01:00
Christoph J. Scherr
f595313f33
Merge pull request #18 from senju1337/fix_tb
...
fix: fix toolbar to include haiku generation button
2025-03-05 20:28:12 +01:00
0xjrx
f2c01926da
fix: removes typo
2025-03-04 21:00:53 +01:00
Alivecow
7c304eaa3c
feat: Add valdidation for the Haiku format
...
Refs: OPS-12
2025-03-04 17:49:29 +01:00
Alivecow
62e964b800
refactor: Change format requested from AI
...
Refs: OPS-12
2025-03-04 17:11:50 +01:00
github-actions[bot]
e96ab55378
ci: automatic Python Formatter changes
2025-03-03 15:02:37 +00:00
Alivecow
dc9438d2fb
refactor: Remove commented code
...
Refs: OPS-12
2025-03-03 16:02:11 +01:00
Alivecow
01484ba4ed
Merge branch 'feat/ai_promts' of github.com:senju1337/senju into feat/ai_promts
2025-03-03 15:57:01 +01:00
Alivecow
76ad52d3a9
refactor: Addressing PR comments
...
Refs: OPS-12
Consolidated AI gen module
Changed API endpoint
2025-03-03 15:55:48 +01:00
github-actions[bot]
0c4e88cf7e
ci: automatic Python Formatter changes
2025-03-03 14:36:32 +00:00
Alivecow
edf145c8de
feat: Add Method not Allowed handling for generate API and imporove error handling
...
Refs: OPS-12
2025-03-03 15:36:03 +01:00
Alivecow
0243091b76
refactor: Rework ai generation
...
Refs: OPS-22
This is meant to rework the ai generation by adding error handling by
regenerating the prompt
2025-03-01 21:36:00 +01:00
Alivecow
8c0a7771e0
refactor: Change format to conform to flake8
2025-02-28 22:21:03 +01:00
Alivecow
b8994a3d02
refactor: Change sys prompt and redirection to Haiku page
...
Refs: OPS-22
2025-02-28 22:10:39 +01:00
Alivecow
6c698d1528
feat: Add redirection to Haiku page and save in DB
...
Refs: OPS-22
2025-02-28 22:00:52 +01:00
Alivecow
7e5d61663a
feat: Add promt generation from webserver
...
Refs: OPS-22
2025-02-28 21:33:09 +01:00
0xjrx
b9fe19cf2d
fix: fix toolbar to include haiku generation button
...
Refs: OPS-51
2025-02-28 20:29:08 +01:00
Amrasil
91e4567bf6
Merge pull request #16 from senju1337/fix/docker-was-broken
...
this fixes the docker container, it previously couldnt start the senju webserice
2025-02-28 16:42:38 +01:00
Christoph J. Scherr
7d41df6976
fix: containerized senju did not start properly
...
Refs: OPS-10
2025-02-28 16:14:23 +01:00
Amrasil
83add1d0a3
Merge pull request #14 from senju1337/feat/haiku_prompt
...
feat: Add site for promt input to generate a Haiku
2025-02-27 13:00:14 +01:00
0xjrx
80f3d6d9a9
fix: rename from jinja to html and update on main.py accordingly
...
Refs: OPS-50
2025-02-27 12:41:27 +01:00
Christoph J. Scherr
e22a2b8312
Merge pull request #11 from senju1337/feat/container
...
Feat/container: Adding initial multistage dockerfile for mainpage and compose file. Also add container for ollama ai.
2025-02-27 12:32:06 +01:00
github-actions[bot]
c032865e0a
ci: automatic Python Formatter changes
2025-02-27 12:12:50 +01:00
0xjrx
3c260ea004
feat: Add site for promt input to generate a Haiku
...
Refs: OPS-50
2025-02-27 12:12:45 +01:00
Christoph J. Scherr
e6547e1b1d
Merge pull request #6 from senju1337/dependabot/github_actions/actions/checkout-4
...
chore(deps): bump actions/checkout from 3 to 4
2025-02-26 23:07:29 +01:00
Christoph J. Scherr
15ef402dca
Merge pull request #5 from senju1337/dependabot/github_actions/actions/setup-python-5
...
chore(deps): bump actions/setup-python from 4 to 5
2025-02-26 23:06:59 +01:00
Alivecow
328d76e7da
Merge branch 'devel' into feat/container
2025-02-26 21:28:56 +01:00
Christoph J. Scherr
3978dc37bb
Merge pull request #13 from senju1337/feat/haiku-backend
...
backend to save and load haiku, integrated with the existing frontend
2025-02-26 21:25:52 +01:00
Alivecow
3825b639ec
refactor: Add template for dockerignore
...
Refs: OPS-10
2025-02-26 20:39:48 +01:00
Alivecow
42e53703e8
refactor: Change volume mount to avoid unneded files
...
Refs: OPS-10
2025-02-26 20:33:33 +01:00
Alivecow
783eea121c
feat: Add dockerignore
...
Refs: OPS-10
2025-02-26 20:24:17 +01:00