Commit graph

43 commits

Author SHA1 Message Date
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
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
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
github-actions[bot]
5248a02154
ci: automatic Python Formatter changes 2025-02-08 17:48:14 +01:00
Christoph J. Scherr
40d1148fbe
chore: fix line length in tests 2025-02-08 17:48:14 +01:00
Christoph J. Scherr
74dd2af9ae
chore: add formatter ci 2025-02-08 17:34:58 +01:00
Christoph J. Scherr
ae4a6af80e
chore: add autopep and flake to pre commits 2025-02-07 16:04:30 +01:00
Christoph J. Scherr
a0dfc84aea
feat: install flask 2025-02-07 16:00:17 +01:00
Christoph J. Scherr
68228d0e04
chore: added the very very important pre-commit hooks 2025-02-07 15:55:59 +01:00
Christoph J. Scherr
b7e7e0b867
chore: ignore pyrightconfig.json 2025-02-07 15:49:30 +01:00
Christoph J. Scherr
1244054764
docs: new ideas for requirements 2025-02-07 15:48:36 +01:00
Christoph J. Scherr
05b9cfb971
Merge pull request #2 from senju1337/chore/ci-setup
Project and CI setup
2025-01-24 15:57:28 +01:00
PlexSheep
6873428933
test: add first basic tests 2025-01-24 14:51:25 +01:00
PlexSheep
101813b4f7
chore: configure testing 2025-01-24 14:51:16 +01:00
PlexSheep
26859d4177
refactor: rename src dir to senju
this is due to python moduling stuff
2025-01-24 14:50:44 +01:00
PlexSheep
8499c81f7d
chore: update ci workflows
this adds a proper release workflow (that I already know) and a test
workflow that installs and uses pytest
2025-01-24 14:50:09 +01:00
Christoph J. Scherr
14b363ee2d
Merge pull request #1 from senju1337/docs
add docs dir with some ideas and questions
2025-01-20 19:01:19 +01:00
PlexSheep
949490e672 docs: collect project ideas and questions 2025-01-20 18:49:31 +01:00
PlexSheep
72d8ab526f docs: collect project ideas and questions 2025-01-20 18:47:11 +01:00
PlexSheep
70631d0465 chore: setup ci 2025-01-17 16:42:21 +01:00
PlexSheep
d64a9bd76d feat: hello world 2025-01-17 16:42:06 +01:00
PlexSheep
36d7db9dab chore: add .python-version to gitignore 2025-01-17 16:34:55 +01:00
PlexSheep
12ef02d95e chore: basic pyproject.toml 2025-01-17 16:32:51 +01:00
PlexSheep
0eae72ff5f chore: add dependabot to github 2025-01-17 16:18:26 +01:00
Christoph J. Scherr
8afad85cd8
Initial commit 2025-01-17 15:55:46 +01:00