Commit Graph

38 Commits

Author SHA1 Message Date
e2960027f2 refactor: update article service methods to use external ID and improve caching
All checks were successful
Build and Test / run-test (20.x) (push) Successful in 2m5s
2026-04-17 01:43:31 -03:00
93d66315a1 refactor: update Next.js and Clerk dependencies to latest versions 2026-04-17 01:01:21 -03:00
26bdb65346 refactor: update S3StorageAdapter tests to use public URL for object retrieval
Some checks failed
Build and Test / run-test (20.x) (push) Failing after 1m41s
2026-04-17 00:59:13 -03:00
b9e34e590d refactor: update article deletion and retrieval methods to use external ID 2026-04-17 00:12:44 -03:00
873e372bad refactor: update S3StorageAdapter to use publicUrl for object retrieval
Some checks failed
Build and Test / run-test (20.x) (push) Failing after 1m51s
2026-04-16 20:21:22 -03:00
4e61e4bff5 refactor: restructure UpdateArticlePage to use Suspense for loading state 2026-04-16 19:26:23 -03:00
c938974d2b feat: add table components and admin article list with skeleton loading
Some checks failed
Build and Test / run-test (20.x) (push) Failing after 1m30s
2026-04-13 20:51:20 -03:00
79e6fae0f9 feat: implement ArticleList component with pagination and loading skeleton 2026-04-11 21:37:39 -03:00
56a5d77c6c refactor: rename getSignedUrl to getPublicUrl for clarity in storage functions 2026-04-11 20:52:35 -03:00
9d2ce50b26 Merge pull request 'refactor/adds-result-type-to-other-features' (#2) from refactor/adds-result-type-to-other-features into main
All checks were successful
Build and Test / run-test (20.x) (push) Successful in 38s
Reviewed-on: http://gitea.hideyoshi.com.br/HideyoshiNakazone/hideyoshi-blog/pulls/2
2026-04-11 05:07:53 +00:00
3addd38bba feat: add admin role check for article deletion in storage.external.ts
All checks were successful
Build and Test / run-test (20.x) (push) Successful in 1m53s
2026-04-11 02:01:36 -03:00
3ea1112369 feat: refactor article and user service functions to use TypedResult for enhanced error handling 2026-04-11 02:01:12 -03:00
af17b6dc5a feat: wrap article and user service functions with TypedResult for improved error handling 2026-04-11 01:48:09 -03:00
94e8058880 Merge pull request 'feature/adds-admin-add-article' (#1) from feature/adds-admin-add-article into main
All checks were successful
Build and Test / run-test (20.x) (push) Successful in 1m54s
Reviewed-on: http://gitea.hideyoshi.com.br/HideyoshiNakazone/hideyoshi-blog/pulls/1
2026-04-11 04:30:41 +00:00
fc9d96f242 feat: enhance S3StorageAdapter tests with presigner integration and improved key handling
All checks were successful
Build and Test / run-test (20.x) (push) Successful in 43s
2026-04-11 01:27:55 -03:00
12f2976837 feat: refactor article components to use searchParams for pagination and improve content loading
Some checks failed
Build and Test / run-test (20.x) (push) Failing after 1m52s
2026-04-11 01:14:12 -03:00
f62e1c4180 feat: refactor article components to use searchParams for pagination and improve content loading 2026-04-11 01:13:15 -03:00
34a662fb30 feat: add loading skeleton for article content using Suspense 2026-04-11 01:04:36 -03:00
452470161d feat: add loading skeletons for article list and improve home page structure 2026-04-11 01:02:42 -03:00
d7036557d0 feat: clean up site footer component by removing unnecessary whitespace 2026-04-11 01:00:37 -03:00
dbb459a3a5 feat: enhance pagination by allowing dynamic page size in article listing 2026-04-11 01:00:20 -03:00
e1c6e9d923 feat: simplify copyright year display in site footer 2026-04-11 00:39:01 -03:00
c4a22a7583 feat: implement file existence check and improve file upload handling 2026-04-11 00:14:45 -03:00
d99ab44ec2 feat: add cover image upload functionality with loading state in article creation form 2026-04-11 00:02:01 -03:00
7943527106 feat: update AdminPage layout for improved responsiveness and styling 2026-04-10 23:55:16 -03:00
242395a739 feat: add active state to header links for improved navigation feedback 2026-04-10 23:35:03 -03:00
4980395bdf feat: enhance About page layout and content with improved styling and links 2026-04-10 23:33:54 -03:00
87a5d82c74 feat: add article page and not found component with markdown rendering 2026-04-10 23:30:58 -03:00
792627b0f0 feat: add createdAt and updatedAt fields to Article model and implement article pagination with new components 2026-04-10 23:19:14 -03:00
4b1bd056fc feat: integrate S3 storage adapter and update file upload functionality 2026-04-10 22:54:46 -03:00
98515550ca feat: implement storage provider with local and S3 adapters 2026-04-10 00:59:35 -03:00
fb8c07d32e feat: add file upload section for cover image and article content in create article form 2026-04-10 00:17:27 -03:00
534d206f0e feat: add file upload section for cover image and article content in create article form 2026-04-09 23:32:24 -03:00
ff8df41d4b feat: add file upload component with drag-and-drop support 2026-04-09 22:52:18 -03:00
11acc19e64 feat: add create article form and admin page for article management 2026-04-09 22:43:36 -03:00
878fc1094b feat: implement article management features with CRUD operations
Some checks failed
Build and Test / run-test (20.x) (push) Has been cancelled
2026-04-09 22:22:20 -03:00
a338972c84 feat: adds about page 2026-04-09 21:13:55 -03:00
1a92cc6c11 feat: initial commit 2026-04-09 20:52:10 -03:00