Keisuke Hirata Hare
Hare pushed to develop at Hare/blog.hareworks.net 2024-09-03 21:35:07 +09:00
11210336cd feat: git clone if articles does not exist
Hare pushed to develop at Hare/blog.hareworks.net 2024-09-03 18:28:00 +09:00
8b599165e1 feat: pre-tag text warp did not work.
b8eb9acb8b chore: Remove articles subproject
Compare 2 commits »
Hare pushed to develop at Hare/blog.hareworks.net 2024-09-03 09:06:56 +09:00
4c87679fbe feat: move database initialization to get_connection.ts
0398b95c24 feat: Changed to not use getConnection function directly from the page.
Compare 2 commits »
Hare pushed to develop at Hare/blog.hareworks.net 2024-09-03 08:20:13 +09:00
632521e7f4 chore: Update article page to hide updated date if not edited
1670969d4f chore: Remove unused Head component from article page
0e06457894 feat: use hr instead od h1 border
Compare 3 commits »
Hare pushed to master at Hare/blog.hareworks.net 2024-09-03 07:01:16 +09:00
41674ea6a1 Merge pull request 'feat: change article managment: git submodules to dynamic git clone&pull' (#7) from develop into master
d7483f0f00 Merge branch 'develop' of gitea.hareworks.net:Hare/blog.hareworks.net into develop
04f9bd5e99 chore: Update git command to use custom SSH key for pulling articles
8a5d09d615 chore: Update Dockerfile to clone blog articles repository
700304b466 chore: Add key files to .gitignore
Compare 6 commits »
Hare merged pull request Hare/blog.hareworks.net#7 2024-09-03 07:01:15 +09:00
feat: change article managment: git submodules to dynamic git clone&pull
Hare created pull request Hare/blog.hareworks.net#7 2024-09-03 07:01:07 +09:00
feat: change article managment: git submodules to dynamic git clone&pull
Hare pushed to develop at Hare/blog.hareworks.net 2024-09-03 06:58:16 +09:00
d7483f0f00 Merge branch 'develop' of gitea.hareworks.net:Hare/blog.hareworks.net into develop
04f9bd5e99 chore: Update git command to use custom SSH key for pulling articles
8a5d09d615 chore: Update Dockerfile to clone blog articles repository
700304b466 chore: Add key files to .gitignore
126e748955 chore: Remove articles subproject
Compare 5 commits »
Hare pushed to master at Hare/blog.hareworks.net 2024-09-03 05:24:51 +09:00
78d733ace6 Merge pull request 'chore: fix git install target from builder to runner' (#6) from develop into master
c728dd5dc1 Merge branch 'master' into develop
f332b7e27e chore: fix git install target from builder to runner
Compare 3 commits »
Hare merged pull request Hare/blog.hareworks.net#6 2024-09-03 05:24:50 +09:00
chore: fix git install target from builder to runner
Hare pushed to develop at Hare/blog.hareworks.net 2024-09-03 05:24:42 +09:00
c728dd5dc1 Merge branch 'master' into develop
e7a6739882 Merge pull request 'chore: Install git in Docker image for building the app' (#5) from develop into master
Compare 2 commits »
Hare created pull request Hare/blog.hareworks.net#6 2024-09-03 05:24:31 +09:00
chore: fix git install target from builder to runner
Hare pushed to develop at Hare/blog.hareworks.net 2024-09-03 05:24:27 +09:00
f332b7e27e chore: fix git install target from builder to runner
Hare pushed to master at Hare/blog.hareworks.net 2024-09-03 05:19:22 +09:00
e7a6739882 Merge pull request 'chore: Install git in Docker image for building the app' (#5) from develop into master
119686d898 Merge branch 'master' into develop
96610e2b66 chore: Install git in Docker image for building the app
Compare 3 commits »
Hare merged pull request Hare/blog.hareworks.net#5 2024-09-03 05:19:21 +09:00
chore: Install git in Docker image for building the app
Hare pushed to develop at Hare/blog.hareworks.net 2024-09-03 05:19:11 +09:00
119686d898 Merge branch 'master' into develop
9b7d5da439 Merge pull request 'article update automation' (#4) from develop into master
30744e3df1 Merge pull request 'adjustments to behavior and specifications' (#3) from develop into master
Compare 3 commits »
Hare created pull request Hare/blog.hareworks.net#5 2024-09-03 05:19:02 +09:00
chore: Install git in Docker image for building the app
Hare pushed to develop at Hare/blog.hareworks.net 2024-09-03 05:18:47 +09:00
96610e2b66 chore: Install git in Docker image for building the app
Hare pushed to master at Hare/blog.hareworks.net 2024-09-03 05:14:14 +09:00
9b7d5da439 Merge pull request 'article update automation' (#4) from develop into master
49e4646375 Merge branch 'develop' of gitea.hareworks.net:Hare/blog.hareworks.net into develop
6c619cc019 feat: Initialize database connection in fetch_articles server route
0da14f3ebf feat: pull articles when database initialization
bc0b59042e chore: Add fetch_articles server route
Compare 8 commits »
Hare merged pull request Hare/blog.hareworks.net#4 2024-09-03 05:14:12 +09:00
article update automation