Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
umanni
/
Fullstack-Developer
Public
Notifications
You must be signed in to change notification settings
Fork
55
Star
2
Code
Issues
0
Pull requests
18
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Wilbert Ribeiro - Fullstack-Developer
- #42
#42
Open
wilbert
wants to merge 90 commits into
umanni:master
umanni/Fullstack-Developer:master
from
wilbert:master
wilbert/Fullstack-Developer:master
Copy head branch name to clipboard
Conversation
Commits
90
(90)
Checks
Files changed
Open
Wilbert Ribeiro - Fullstack-Developer
#42
wilbert
wants to merge 90 commits into
umanni:master
umanni/Fullstack-Developer:master
from
wilbert:master
wilbert/Fullstack-Developer:master
Copy head branch name to clipboard
Commits
Commits on Sep 9, 2026
add .ruby-version file with Ruby version 4.0.6
wilbert
committed
675b840
View commit details
Copy full SHA for 675b840
Browse repository at this point
Add custom error pages and assets
Show description for adb6b6f
wilbert
committed
adb6b6f
View commit details
Copy full SHA for adb6b6f
Browse repository at this point
Add initial database schema file
wilbert
committed
8a790f2
View commit details
Copy full SHA for 8a790f2
Browse repository at this point
chore: initialize project with TypeScript, Vite, and RSpec setup
Show description for 4396bd7
wilbert
committed
4396bd7
View commit details
Copy full SHA for 4396bd7
Browse repository at this point
feat: implement user authentication with password reset functionality
wilbert
committed
027b80e
View commit details
Copy full SHA for 027b80e
Browse repository at this point
feat: update database schema with users and sessions tables
wilbert
committed
afea0cb
View commit details
Copy full SHA for afea0cb
Browse repository at this point
feat: add new gems for spreadsheet parsing, testing, and environment management
wilbert
committed
466f3d3
View commit details
Copy full SHA for 466f3d3
Browse repository at this point
feat: configure SimpleCov for test coverage and ignore coverage reports
wilbert
committed
1f76565
View commit details
Copy full SHA for 1f76565
Browse repository at this point
feat: update SimpleCov configuration and add Capybara Playwright support
wilbert
committed
e6cb9e6
View commit details
Copy full SHA for e6cb9e6
Browse repository at this point
Rename database config to sample template
Show description for a44548c
wilbert
committed
a44548c
View commit details
Copy full SHA for a44548c
Browse repository at this point
feat: update cable configuration, add active record encryption, and create database.yml for development and production
wilbert
committed
d62908c
View commit details
Copy full SHA for d62908c
Browse repository at this point
feat: update database schema and add profile fields to users
wilbert
committed
962b013
View commit details
Copy full SHA for 962b013
Browse repository at this point
feat: add Active Storage validations and enhance User model with avatar support
wilbert
committed
8655266
View commit details
Copy full SHA for 8655266
Browse repository at this point
feat: implement user authentication with session management and password recovery features
wilbert
committed
8b99e6d
View commit details
Copy full SHA for 8b99e6d
Browse repository at this point
feat: update authentication error messages and implement authorization concern with tests
wilbert
committed
15d6c8b
View commit details
Copy full SHA for 15d6c8b
Browse repository at this point
feat: implement role validation to prevent demotion of the last admin and add corresponding tests
wilbert
committed
e7d065d
View commit details
Copy full SHA for e7d065d
Browse repository at this point
feat: add pagy gem for pagination support and configure inertia_rails RSpec matchers
wilbert
committed
e041e05
View commit details
Copy full SHA for e041e05
Browse repository at this point
feat: set up home page with Inertia and create corresponding routes
wilbert
committed
bcdf604
View commit details
Copy full SHA for bcdf604
Browse repository at this point
feat: add UserSerializer and corresponding specs for user serialization
wilbert
committed
42e9be7
View commit details
Copy full SHA for 42e9be7
Browse repository at this point
feat: implement UserSearch query class with filtering, sorting, and pagination
wilbert
committed
77ecfac
View commit details
Copy full SHA for 77ecfac
Browse repository at this point
feat: implement UsersController with CRUD actions and authorization for admin users
wilbert
committed
5481f95
View commit details
Copy full SHA for 5481f95
Browse repository at this point
feat: add UserRolesController with role update functionality and corresponding request specs
wilbert
committed
1a1c8be
View commit details
Copy full SHA for 1a1c8be
Browse repository at this point
feat: enhance ProfilesController with complete CRUD actions and corresponding request specs
wilbert
committed
daa0c13
View commit details
Copy full SHA for daa0c13
Browse repository at this point
feat: implement RegistrationsController with user registration functionality and corresponding request specs
wilbert
committed
3113693
View commit details
Copy full SHA for 3113693
Browse repository at this point
feat: remove unused profile view template
wilbert
committed
7022084
View commit details
Copy full SHA for 7022084
Browse repository at this point
feat: add password length validation and rate limiting for user registration
wilbert
committed
a2aee6d
View commit details
Copy full SHA for a2aee6d
Browse repository at this point
Merge pull request #1 from wilbert/feat/front
Show description for 7fdda30
wilbert
authored
7fdda30
View commit details
Copy full SHA for 7fdda30
Browse repository at this point
Merge branch 'master' of https://github.com/wilbert/Fullstack-Developer into wilbert-ribeiro-dev
wilbert
committed
92f8ea3
View commit details
Copy full SHA for 92f8ea3
Browse repository at this point
feat: implement AppLayout with navigation and flash message handling
wilbert
committed
4e1e69f
View commit details
Copy full SHA for 4e1e69f
Browse repository at this point
feat: add user management components and types for filtering and sorting
wilbert
committed
fcec61a
View commit details
Copy full SHA for fcec61a
Browse repository at this point
feat: add Field and UserForm components for user input handling
wilbert
committed
1eeb384
View commit details
Copy full SHA for 1eeb384
Browse repository at this point
feat: add Edit page for user management with UserForm integration
wilbert
committed
ae772ff
View commit details
Copy full SHA for ae772ff
Browse repository at this point
feat: add ProfileEdit page with user account management features
wilbert
committed
b2b7846
View commit details
Copy full SHA for b2b7846
Browse repository at this point
feat: specify Ruby version 4.0.6 in Gemfile and Gemfile.lock
wilbert
committed
285b0e0
View commit details
Copy full SHA for 285b0e0
Browse repository at this point
feat: add user detail pages with profile and admin views
wilbert
committed
7573078
View commit details
Copy full SHA for 7573078
Browse repository at this point
Merge pull request #2 from wilbert/feat/react-files
Show description for 62b75b4
wilbert
authored
62b75b4
View commit details
Copy full SHA for 62b75b4
Browse repository at this point
feat: update CI configuration, enhance test setup, and upgrade dependencies
wilbert
committed
c575299
View commit details
Copy full SHA for c575299
Browse repository at this point
feat: implement dashboard stats query and corresponding tests
wilbert
committed
4a23c2a
View commit details
Copy full SHA for 4a23c2a
Browse repository at this point
feat: implement dashboard stats broadcasting and related tests
wilbert
committed
043c25a
View commit details
Copy full SHA for 043c25a
Browse repository at this point
feat: refactor BroadcastJob to include stats expiration before broadcasting
wilbert
committed
86dc29e
View commit details
Copy full SHA for 86dc29e
Browse repository at this point
feat: streamline dashboard stats broadcasting logic in User model
wilbert
committed
c93edea
View commit details
Copy full SHA for c93edea
Browse repository at this point
feat: refactor connection logic to streamline user verification and add connection specs
wilbert
committed
5e5d87e
View commit details
Copy full SHA for 5e5d87e
Browse repository at this point
feat: remove StatsChannel and add @rails/actioncable dependency
wilbert
committed
1a137f3
View commit details
Copy full SHA for 1a137f3
Browse repository at this point
feat: add DashboardChannel with subscription logic and related specs
wilbert
committed
802c9f3
View commit details
Copy full SHA for 802c9f3
Browse repository at this point
feat: implement admin dashboard with stats display and related specs
wilbert
committed
3c7696d
View commit details
Copy full SHA for 3c7696d
Browse repository at this point
feat: implement useDashboardStream hook for real-time stats updates and add related tests
wilbert
committed
14133c7
View commit details
Copy full SHA for 14133c7
Browse repository at this point
feat: add StatCard component for displaying statistics and update Dashboard to use it
wilbert
committed
bccd15c
View commit details
Copy full SHA for bccd15c
Browse repository at this point
feat: update Dashboard component layout and enhance stats display with timestamps
wilbert
committed
63a1269
View commit details
Copy full SHA for 63a1269
Browse repository at this point
Merge pull request #3 from wilbert/feat/admin-dashboard
Show description for cc3fc30
wilbert
authored
cc3fc30
View commit details
Copy full SHA for cc3fc30
Browse repository at this point
Commits on Sep 10, 2026
feat: add imports table with relevant fields and indexes for import tracking
wilbert
committed
b0f0f6e
View commit details
Copy full SHA for b0f0f6e
Browse repository at this point
feat: implement Import model with validations, associations, and file handling
wilbert
committed
9c50611
View commit details
Copy full SHA for 9c50611
Browse repository at this point
feat: add UserRow model with header normalization, validations, and sanitization methods
wilbert
committed
cc618b6
View commit details
Copy full SHA for cc618b6
Browse repository at this point
feat: implement CsvRowSet and SpreadsheetRowSet classes for handling CSV and XLSX imports
wilbert
committed
8744acb
View commit details
Copy full SHA for 8744acb
Browse repository at this point
feat: update UserForm to use remote_avatar_url and enhance form submission handling; add remote_avatar_url to UserSerializer and corresponding tests
wilbert
committed
3ec333a
View commit details
Copy full SHA for 3ec333a
Browse repository at this point
feat: add initializer for RubyZip configuration to manage date warnings and entry size validation
wilbert
committed
2181528
View commit details
Copy full SHA for 2181528
Browse repository at this point
feat: add tests for Imports::UserImporter to validate user creation, skipping, and error handling
wilbert
committed
6d6d04c
View commit details
Copy full SHA for 6d6d04c
Browse repository at this point
feat: implement suppression mechanism for dashboard broadcasts and add corresponding tests
wilbert
committed
c83459d
View commit details
Copy full SHA for c83459d
Browse repository at this point
feat: update production queue configuration to define dispatchers and workers for improved job handling
wilbert
committed
9a3039a
View commit details
Copy full SHA for 9a3039a
Browse repository at this point
feat: implement ImportChannel and ProgressBroadcaster for real-time import updates; add corresponding tests
wilbert
committed
ac73f3f
View commit details
Copy full SHA for ac73f3f
Browse repository at this point
feat: add admin imports management with CRUD actions, serializers, and real-time progress updates
wilbert
committed
e2ff952
View commit details
Copy full SHA for e2ff952
Browse repository at this point
feat: implement user import functionality with UI components, status badges, and system tests
wilbert
committed
62af1ed
View commit details
Copy full SHA for 62af1ed
Browse repository at this point
Merge pull request #4 from wilbert/feat/spreadsheet-import
Show description for e6c216a
wilbert
authored
e6c216a
View commit details
Copy full SHA for e6c216a
Browse repository at this point
feat: enhance responsive design and PWA support with layout adjustments, new icons, and manifest updates
wilbert
committed
6ad5d63
View commit details
Copy full SHA for 6ad5d63
Browse repository at this point
feat: update CSS imports for Tailwind compatibility and adjust user role filter styling
wilbert
committed
e1a9682
View commit details
Copy full SHA for e1a9682
Browse repository at this point
Merge pull request #5 from wilbert/feat/layout
Show description for dd5c045
wilbert
authored
dd5c045
View commit details
Copy full SHA for dd5c045
Browse repository at this point
feat: implement user registration and enhance home page with authentication flow
wilbert
committed
a1f1fd8
View commit details
Copy full SHA for a1f1fd8
Browse repository at this point
feat: update Dockerfile and .dockerignore for improved build process and add entrypoint script
wilbert
committed
d0a5fc5
View commit details
Copy full SHA for d0a5fc5
Browse repository at this point
feat: refactor deployment configuration and add local development setup with Docker
wilbert
committed
da34bbc
View commit details
Copy full SHA for da34bbc
Browse repository at this point
feat: update CI configuration, enhance RuboCop settings, and add Prettier for code formatting
wilbert
committed
7aeb526
View commit details
Copy full SHA for 7aeb526
Browse repository at this point
feat: update database configuration, adjust Puma port, and add Docker Compose setup for local development
wilbert
committed
db165c2
View commit details
Copy full SHA for db165c2
Browse repository at this point
feat: update Puma port and Docker Compose configuration for consistent development environment
wilbert
committed
ce9a688
View commit details
Copy full SHA for ce9a688
Browse repository at this point
feat: update environment settings for development and adjust database configuration in Docker setup
wilbert
committed
089b17c
View commit details
Copy full SHA for 089b17c
Browse repository at this point
feat: add faker gem for development and testing
wilbert
committed
c2a5133
View commit details
Copy full SHA for c2a5133
Browse repository at this point
Merge pull request #6 from wilbert/feat/deployment
Show description for 79aa767
wilbert
authored
79aa767
View commit details
Copy full SHA for 79aa767
Browse repository at this point
feat: update SSH configuration in local deployment settings
wilbert
committed
0365273
View commit details
Copy full SHA for 0365273
Browse repository at this point
feat: add comprehensive development setup documentation with Docker Compose
wilbert
committed
34d24d7
View commit details
Copy full SHA for 34d24d7
Browse repository at this point
feat: add AI usage disclosure document outlining AI tools and their applications in project development
wilbert
committed
1f7011e
View commit details
Copy full SHA for 1f7011e
Browse repository at this point
feat: update Ruby version to 4.0.6 in CI configuration
wilbert
committed
3fba879
View commit details
Copy full SHA for 3fba879
Browse repository at this point
feat: add Kamal deployment status documentation outlining deployment challenges and repository contents
wilbert
committed
98e50b3
View commit details
Copy full SHA for 98e50b3
Browse repository at this point
Commits on Sep 11, 2026
feat: remove unused files and clean up project structure
wilbert
committed
b1b04f8
View commit details
Copy full SHA for b1b04f8
Browse repository at this point
Implement client-side form validation and improve UI consistency
Show description for 158d282
wilbert
committed
158d282
View commit details
Copy full SHA for 158d282
Browse repository at this point
feat: remove unused Vite build step from CI and update documentation for Solid Queue integration
wilbert
committed
d19db94
View commit details
Copy full SHA for d19db94
Browse repository at this point
feat: update README.md to reflect project requirements and AI policy, removing outdated sections
wilbert
committed
87878c1
View commit details
Copy full SHA for 87878c1
Browse repository at this point
fix: update database password default and correct test database name
wilbert
committed
3a0ab05
View commit details
Copy full SHA for 3a0ab05
Browse repository at this point
fix: correct test database name in configuration
wilbert
committed
3f42098
View commit details
Copy full SHA for 3f42098
Browse repository at this point
Bump Node to 26.8.2 and modernize CI/CodeQL
Show description for ed8919b
wilbert
committed
ed8919b
View commit details
Copy full SHA for ed8919b
Browse repository at this point
Add Inertia SSR, locale hooks, JIT profiling
Show description for 2ea82cd
wilbert
committed
2ea82cd
View commit details
Copy full SHA for 2ea82cd
Browse repository at this point
Standardize Ruby and RSpec formatting
Show description for fd477e5
wilbert
committed
fd477e5
View commit details
Copy full SHA for fd477e5
Browse repository at this point
Refactor specs for RSpec lint compliance
Show description for b7172bc
wilbert
committed
b7172bc
View commit details
Copy full SHA for b7172bc
Browse repository at this point
Commits on Sep 14, 2026
Merge pull request #7 from wilbert/wilbert-ribeiro-dev
Show description for c9b1af8
wilbert
authored
c9b1af8
View commit details
Copy full SHA for c9b1af8
Browse repository at this point
You can’t perform that action at this time.