Commit Graph

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