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 |
|
Christoph J. Scherr
|
5068f0c38c
|
chore: removed unused import
|
2025-02-25 18:51:29 +01:00 |
|
Christoph J. Scherr
|
1740f8d3df
|
refactor: remove unneeded log of haiku_id in haiku_view
|
2025-02-25 18:45:22 +01:00 |
|
github-actions[bot]
|
97dc2edbaf
|
ci: automatic Python Formatter changes
|
2025-02-25 17:40:50 +00:00 |
|
Christoph J. Scherr
|
c7d8b9504a
|
test: test_save_and_load_haiku needed to be adjusted for the new Haiku dataclass
|
2025-02-25 18:40:23 +01:00 |
|
Christoph J. Scherr
|
b32996499c
|
chore: remove unused import
|
2025-02-25 18:40:02 +01:00 |
|
Christoph J. Scherr
|
55d6e91a11
|
docs: exchange my synonym for my real name in pyproject.toml
|
2025-02-25 18:36:08 +01:00 |
|
Christoph J. Scherr
|
82f8c7a721
|
feat: store lines of a haiku, not just as a str
Refs: OPS-24
|
2025-02-25 18:33:15 +01:00 |
|
Christoph J. Scherr
|
5fa2122972
|
fix: haiku_view still used jinja as extension
|
2025-02-25 18:32:29 +01:00 |
|
Christoph J. Scherr
|
3fcfdb2c8e
|
chore: remove old hacky "test" code
|
2025-02-25 18:32:13 +01:00 |
|
Christoph J. Scherr
|
44ad774ada
|
feat: redirect /haiku to /haiku/<latest-id>
Refs: OPS-25
|
2025-02-25 18:21:57 +01:00 |
|
Christoph J. Scherr
|
588cbeb001
|
test: refactor store manager tests for changes
Refs: 9f3ebf6e98d0fc8a7d32e251a4468866bd55a076 OPS-22
|
2025-02-25 18:21:57 +01:00 |
|
Christoph J. Scherr
|
4ce43ec54d
|
feat: get_id_of_latest_haiku instead of load_latest_haiku
Refs: OP-22
|
2025-02-25 18:21:57 +01:00 |
|
Christoph J. Scherr
|
e700771c53
|
feat: add haiku dataclass
previous commit for this did not stage the right file.
Refs: OPS-23
|
2025-02-25 18:21:57 +01:00 |
|
Christoph J. Scherr
|
602cba280a
|
test: tests for the new haiku specific methods of the store manager
Refs: OPS-22
|
2025-02-25 18:21:57 +01:00 |
|
Christoph J. Scherr
|
3a36366865
|
feat: add haiku specific methods to the store manager
Refs: OPS-22
|
2025-02-25 18:21:57 +01:00 |
|
Christoph J. Scherr
|
ccbe7fd51b
|
feat: add haiku dataclass
Refs: OPS-23
|
2025-02-25 18:21:57 +01:00 |
|
Christoph J. Scherr
|
6b6f442408
|
refactor: update store to use the document ids instead of uuids
Refs: OPS-21 OPS-16
|
2025-02-25 18:21:57 +01:00 |
|
Christoph J. Scherr
|
d7dece3424
|
fix: flake8 lint for unused pytest in a test
|
2025-02-25 18:21:57 +01:00 |
|
Christoph J. Scherr
|
1edfd7b0f5
|
fix: new_id in store_manager generated a bad id, only returns the actual data now
|
2025-02-25 18:21:56 +01:00 |
|
Christoph J. Scherr
|
5aba3981ee
|
test: store_manager sanity check
Refs: OPS.19
|
2025-02-25 18:21:56 +01:00 |
|
Christoph J. Scherr
|
e6b10ce96e
|
feat: store manager basic implementation
Refs: OPS-16
|
2025-02-25 18:21:56 +01:00 |
|
Christoph J. Scherr
|
554f3bfffc
|
refactor: rename jinja files in extends
|
2025-02-25 18:21:52 +01:00 |
|
Christoph J. Scherr
|
cba9cb1e18
|
refactor: rename all jinja files to html for autoescaping
|
2025-02-25 18:20:04 +01:00 |
|
Alivecow
|
c72ee2617e
|
feat: Create ollama container and pull initial image.
Refs: OPS-17, OPS-12, OPS,10
|
2025-02-25 15:51:14 +01:00 |
|
Guts
|
19c15b0cb7
|
Merge pull request #10 from senju1337/feat/basic-site
feat: add basic page for Haiku and linked it to home
|
2025-02-25 15:07:21 +01:00 |
|
github-actions[bot]
|
ddc869e36d
|
ci: automatic Python Formatter changes
|
2025-02-25 13:55:16 +00:00 |
|
0xjrx
|
ce42cb4eea
|
fix: remove dictionary and add uniform view names
Refs: OPS-11
|
2025-02-25 14:54:24 +01:00 |
|
0xjrx
|
322d0684a1
|
fix: use dictionary to store the views and pass them to the jinja templates for easier access
Refs: OPS-11
|
2025-02-25 14:48:25 +01:00 |
|
github-actions[bot]
|
e134182974
|
ci: automatic Python Formatter changes
|
2025-02-25 13:25:33 +00:00 |
|
0xjrx
|
f66b20d1e9
|
fix: fixes Haiku box placement and uptdating of bar for page highlighting
Refs: OPS-11
|
2025-02-25 14:22:55 +01:00 |
|
Alivecow
|
c2d6cd822a
|
feat: Add docker-compose.yml
Refs: OPS-10
|
2025-02-25 09:17:12 +01:00 |
|
Alivecow
|
f8d07c4bb8
|
refactor: Renaming Dockerfile and changing structure
Refs: OPS-10
The Dockerfile is renamed to the canonical name and not contains
multiple stages to eventually support dev and pod builds
|
2025-02-25 09:16:49 +01:00 |
|
Alivecow
|
8f53233d28
|
feat: Add Dockerfile for development environment
Refs: OPS-10
|
2025-02-24 23:07:59 +01:00 |
|
0xjrx
|
0dc2b53579
|
feat: add Haiku page and link
Refs: OPS-1337
|
2025-02-24 22:15:26 +01:00 |
|
Christoph J. Scherr
|
25227c8767
|
Merge pull request #9 from senju1337/feat/basic-site
basic flask setup
|
2025-02-24 21:03:01 +01:00 |
|
Christoph J. Scherr
|
e0f70a3106
|
Merge pull request #8 from senju1337/feat/setup-formatter-ci
ci for formatter
|
2025-02-14 16:47:10 +01:00 |
|
Christoph J. Scherr
|
fad6bfcf1d
|
chore: fix flake errors
|
2025-02-08 18:23:35 +01:00 |
|
Christoph J. Scherr
|
9851b44685
|
feat: basic flask website
|
2025-02-08 18:23:32 +01:00 |
|
Christoph J. Scherr
|
5119ff84f9
|
chore: remove unneeded imports
|
2025-02-08 17:50:41 +01:00 |
|
Christoph J. Scherr
|
115123539d
|
chore: only run ci on PRs
|
2025-02-08 17:48:14 +01:00 |
|