Commit Graph

53 Commits

Author SHA1 Message Date
d8feffe9f4 fix: add BackendPort configuration to support dynamic backend port setting
Some checks failed
Build and Deploy to Production / deploy (push) Has been cancelled
2025-10-30 00:11:07 -03:00
f37142903a fix: configure backend port and simplify application arguments in ecosystem config 2025-10-29 23:38:50 -03:00
28be7d1e1c fix: add caching for Next.js build to improve deployment efficiency 2025-10-29 22:45:49 -03:00
4b047e0157 fix: update rsync commands in deployment workflow to improve file synchronization 2025-10-29 22:22:44 -03:00
fe03b3d4da fix: enhance file sync process in deployment workflow with detailed output and progress tracking 2025-10-29 22:14:41 -03:00
fdbb54a6b3 fix: ensure backend appsettings are included in published output and sync ecosystem files for PM2 2025-10-29 21:44:29 -03:00
0d29ba4da0 fix: update file sync paths in deployment workflow to ensure correct directory structure 2025-10-29 21:33:20 -03:00
d40cb543e9 fix: update backend project references in deployment workflow 2025-10-29 21:26:58 -03:00
41b86eccf0 fix: update backend solution references in deployment script and project descriptions 2025-10-29 21:23:08 -03:00
81e915d155 fix: update deploy workflow to improve caching and streamline environment file creation 2025-10-29 21:04:08 -03:00
dff77d42c6 fix: add missing dotnet-solution parameter in deploy workflow 2025-10-29 19:58:36 -03:00
0dcdf83339 feat: add packages.lock.json files for dependency management in application, domain, and infrastructure 2025-10-29 19:55:31 -03:00
94703a9e02 feat: add packages.lock.json for dependency management 2025-10-29 19:49:26 -03:00
e2d619d539 fix: add environment variable for .NET installation directory in deploy workflow 2025-10-29 19:43:21 -03:00
40fd792be1 feat(backend): Replace Node.js API with .NET 8
This commit completes the migration of the backend service from a Node.js/Express application to an ASP.NET Core 8 Minimal API.

- Re-implemented all API endpoints in C# for improved performance and type safety.
- Updated the Gitea Actions workflow to use the `setup-dotnet` action, `dotnet publish` for building, and now caches NuGet packages.
- Modified the deployment to create an `appsettings.Production.json` file from Gitea secrets instead of a `.env` file.
- Updated the PM2 ecosystem configuration to run the application using the `dotnet` interpreter.
2025-10-29 19:14:20 -03:00
f14e298c46 fix: centering contact title 2025-09-15 22:18:16 -03:00
298b9e51e9 feat: improve main technologies on the about section 2025-09-15 22:12:50 -03:00
8013c1eb34 fix: adjust padding of about and contact for mobile 2025-09-15 22:12:18 -03:00
1eeef50622 fix: add status messages for form submission in English and Portuguese locales 2025-08-29 16:08:40 -03:00
4a7b5c1091 fix: update skillsData to include missing technologies 2025-08-29 14:31:13 -03:00
d7a3de843c fix: simplify error handling in getProjectFeatures function 2025-08-29 14:26:59 -03:00
9906510800 feat: enhance project details and improve header functionality with mobile menu support 2025-08-29 14:15:10 -03:00
b463cde647 fix: update ProxmoxServer.png image file 2025-08-29 14:15:01 -03:00
0475f01861 fix: update Portfolio.png image file 2025-08-29 14:14:53 -03:00
1c66350e82 fix: update Happy.png image file 2025-08-29 14:14:41 -03:00
00979714ec fix: update project repository URLs to point to Gitea 2025-08-29 13:21:06 -03:00
5b1bdc3a51 refactor: remove unused imports and optimize image handling in project page 2025-08-29 01:54:54 -03:00
0c02dcdad0 feat: update language switcher order, enhance project card links, and localize new page link 2025-08-29 01:50:21 -03:00
9724b81c28 fix: remove unused Tailwind utilities import from globals.css 2025-08-29 01:36:43 -03:00
3979899efb feat: add project detail page with dynamic content and navigation 2025-08-29 01:30:58 -03:00
395d0af36f fix: adjust icon size in FloatingSocials component 2025-06-10 00:35:12 -03:00
fe8bbf05f6 feat: Enhance layout and styling with new fonts and components
- Integrated Space Grotesk font alongside Inter in layout.
- Added FloatingSocials component for social media links.
- Updated Footer with a new background color.
- Modified Header to improve spacing and added LanguageSwitcher.
- Refactored LanguageSwitcher to use a dropdown for language selection.
- Updated ProjectCard to include images and improved layout.
- Revamped About section to include categorized skills with animations.
- Enhanced Contact section with animations and improved form styling.
- Updated Hero section with type animation for dynamic text display.
- Refactored Projects section to include animations for project cards.
- Removed Skills section as it was integrated into the About section.
- Updated global styles for light and dark themes, including new animations.
- Updated translations for new skills and hero section text.
2025-06-10 00:27:48 -03:00
762ce1fb59 fix: remove unnecessary comment from LanguageSwitcher component 2025-06-09 18:44:39 -03:00
404810f226 fix: remove backend URL dependency in contact form submission 2025-06-09 18:26:18 -03:00
e4c9ebe15e fix: update PM2 restart command to use 'restart-portfolio' 2025-06-09 18:07:46 -03:00
390c2cb129 fix: update PM2 restart process to use a dedicated deployment script 2025-06-09 18:06:32 -03:00
48686a741f refactor: remove old ecosystem configuration files and replace with JSON format 2025-06-09 18:02:55 -03:00
953483ee15 fix: update deployment scripts to use dynamic DEPLOY_PATH for backend and frontend 2025-06-09 16:44:25 -03:00
125c6cf269 fix: update frontend environment file and improve caching for dependencies and build artifacts 2025-06-09 16:31:49 -03:00
9b04d2896d fix: remove unused Twitter icon import from Footer component 2025-06-09 16:16:07 -03:00
4d4850337d fix: add caching for Node modules and Next.js build to optimize deployment speed 2025-06-09 16:15:21 -03:00
b73e74813d fix: remove unused Twitter URL from Footer component and update environment variable usage in deployment workflow 2025-06-09 16:03:33 -03:00
8ae9091ded fix: update backend URL in Contact component submission logic and improve error handling 2025-06-09 15:41:48 -03:00
0b48e8c410 fix: update error handling in Contact component and disable submit button during submission 2025-06-09 15:39:55 -03:00
f3ab2eedc6 fix: update script path in PM2 configuration for portfolio backend 2025-06-09 14:39:50 -03:00
e618fd869b fix: update runner type in deployment workflow from node-pm2-runner to website-deploy-runner 2025-06-09 14:26:27 -03:00
89322f6b9e feat: implement deployment workflow and configure PM2 for backend and frontend applications 2025-06-09 13:13:37 -03:00
d57afe93a3 feat: update social media links in Footer component to use environment variables and refactor Contact component to utilize backend URL from environment variable 2025-06-09 12:21:20 -03:00
6316a59170 fix: correct script section formatting in package.json 2025-06-09 12:10:37 -03:00
06b3e09051 feat: replace GNU GPL with MIT License and update README for full-stack project details 2025-06-09 12:09:31 -03:00