98fb2bb530
Merge pull request 'chore: add example environment file and update deployment workflows' (#12) from chore/adds-env-example into main
main
Vitor Hideyoshi2026-04-22 01:54:36 +00:00
57a4451e15
chore: add example environment file and update deployment workflows
Vitor Hideyoshi2026-04-21 22:46:58 -03:00
44f072efd2
Merge pull request 'feat: remove DATABASE_URL from Vercel deployment workflow environment variables' (#11) from feature/adds-deploy-workflow into main
Vitor Hideyoshi2026-04-21 19:48:35 +00:00
1bd7e909de
Merge pull request 'feat: update Vercel deployment workflow to use production build and deploy' (#9) from feature/adds-deploy-workflow into main
Vitor Hideyoshi2026-04-21 18:32:01 +00:00
cca07a91cd
feat: update Vercel deployment workflow to use production build and deploy
Vitor Hideyoshi2026-04-21 15:31:30 -03:00
a63c3ad00b
Merge pull request 'feat: add DATABASE_URL to Vercel deployment workflow environment variables' (#8) from feature/adds-deploy-workflow into main
Vitor Hideyoshi2026-04-21 17:55:34 +00:00
85e08e8819
Merge pull request 'feat: update Vercel deployment workflow to pull production environment' (#7) from feature/adds-deploy-workflow into main
Vitor Hideyoshi2026-04-21 17:09:33 +00:00
3abbba5fbb
feat: update Vercel deployment workflow to pull production environment
Vitor Hideyoshi2026-04-21 14:09:09 -03:00
b9a07ef6d3
Merge pull request 'feat: update Vercel deployment workflow to pull production environment' (#6) from feature/adds-deploy-workflow into main
Vitor Hideyoshi2026-04-21 17:07:48 +00:00
d3d9059d1e
feat: update Vercel deployment workflow to pull production environment
Vitor Hideyoshi2026-04-21 14:07:16 -03:00
ff8ac894ce
Merge pull request 'feat: update Vercel deployment workflow to trigger on main' (#5) from feature/adds-deploy-workflow into main
Vitor Hideyoshi2026-04-21 17:04:29 +00:00
e666ddf4c9
feat: update Vercel deployment workflow to trigger on main
Vitor Hideyoshi2026-04-21 14:02:12 -03:00
46bcacaf9d
Merge pull request 'feat: add Vercel preview deployment workflow' (#4) from feature/adds-deploy-workflow into main
Vitor Hideyoshi2026-04-21 16:59:03 +00:00
386affeac3
Merge pull request 'refactor/better-suspend-model' (#3) from refactor/better-suspend-model into main
Vitor Hideyoshi2026-04-17 04:50:46 +00:00
e2960027f2
refactor: update article service methods to use external ID and improve caching
Vitor Hideyoshi2026-04-17 01:43:31 -03:00
93d66315a1
refactor: update Next.js and Clerk dependencies to latest versions
Vitor Hideyoshi2026-04-17 01:01:21 -03:00
26bdb65346
refactor: update S3StorageAdapter tests to use public URL for object retrieval
Vitor Hideyoshi2026-04-17 00:59:13 -03:00
b9e34e590d
refactor: update article deletion and retrieval methods to use external ID
Vitor Hideyoshi2026-04-17 00:12:44 -03:00
873e372bad
refactor: update S3StorageAdapter to use publicUrl for object retrieval
Vitor Hideyoshi2026-04-16 20:21:22 -03:00
4e61e4bff5
refactor: restructure UpdateArticlePage to use Suspense for loading state
Vitor Hideyoshi2026-04-16 19:26:23 -03:00
c938974d2b
feat: add table components and admin article list with skeleton loading
Vitor Hideyoshi2026-04-13 20:51:20 -03:00
79e6fae0f9
feat: implement ArticleList component with pagination and loading skeleton
Vitor Hideyoshi2026-04-11 21:37:39 -03:00
56a5d77c6c
refactor: rename getSignedUrl to getPublicUrl for clarity in storage functions
Vitor Hideyoshi2026-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
Vitor Hideyoshi2026-04-11 05:07:53 +00:00
3addd38bba
feat: add admin role check for article deletion in storage.external.ts
Vitor Hideyoshi2026-04-11 02:01:36 -03:00
3ea1112369
feat: refactor article and user service functions to use TypedResult for enhanced error handling
Vitor Hideyoshi2026-04-11 02:01:12 -03:00
af17b6dc5a
feat: wrap article and user service functions with TypedResult for improved error handling
Vitor Hideyoshi2026-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
Vitor Hideyoshi2026-04-11 04:30:41 +00:00
fc9d96f242
feat: enhance S3StorageAdapter tests with presigner integration and improved key handling
Vitor Hideyoshi2026-04-11 01:24:11 -03:00
12f2976837
feat: refactor article components to use searchParams for pagination and improve content loading
Vitor Hideyoshi2026-04-11 01:14:12 -03:00
f62e1c4180
feat: refactor article components to use searchParams for pagination and improve content loading
Vitor Hideyoshi2026-04-11 01:13:15 -03:00
34a662fb30
feat: add loading skeleton for article content using Suspense
Vitor Hideyoshi2026-04-11 01:04:36 -03:00
452470161d
feat: add loading skeletons for article list and improve home page structure
Vitor Hideyoshi2026-04-11 01:02:42 -03:00
d7036557d0
feat: clean up site footer component by removing unnecessary whitespace
Vitor Hideyoshi2026-04-11 01:00:37 -03:00
dbb459a3a5
feat: enhance pagination by allowing dynamic page size in article listing
Vitor Hideyoshi2026-04-11 00:58:26 -03:00
e1c6e9d923
feat: simplify copyright year display in site footer
Vitor Hideyoshi2026-04-11 00:39:01 -03:00
c4a22a7583
feat: implement file existence check and improve file upload handling
Vitor Hideyoshi2026-04-11 00:14:45 -03:00
d99ab44ec2
feat: add cover image upload functionality with loading state in article creation form
Vitor Hideyoshi2026-04-11 00:02:01 -03:00
7943527106
feat: update AdminPage layout for improved responsiveness and styling
Vitor Hideyoshi2026-04-10 23:55:16 -03:00
242395a739
feat: add active state to header links for improved navigation feedback
Vitor Hideyoshi2026-04-10 23:35:03 -03:00
4980395bdf
feat: enhance About page layout and content with improved styling and links
Vitor Hideyoshi2026-04-10 23:33:54 -03:00
87a5d82c74
feat: add article page and not found component with markdown rendering
Vitor Hideyoshi2026-04-10 23:24:41 -03:00
792627b0f0
feat: add createdAt and updatedAt fields to Article model and implement article pagination with new components
Vitor Hideyoshi2026-04-10 23:19:14 -03:00