All deployments

Peter Theill
Peter Theill 
deployed a feature 6 months ago
6 months ago
✨ Add badges

  • Implement tests for existing user badge SVG retrieval.

  • Ensure placeholder SVG is returned for non-existent users.

  • Verify case-insensitive username lookup for badges.

  • Test badge filtering by domain to return correct deployment messages.

  • Check response for unknown domains with no deployments.

  • Validate status tiers based on deployment recency.

🎨 Revise README for clarity and conciseness
Streamline content and enhance API usage examples for better understanding.
✨ Enhance API response structure and tests
Improve error handling in API responses and update tests to validate
new response formats and status codes.
🎨 Refine AI coding agent guide structure
Enhance organization and clarity of the guide for better usability.
Peter Theill
Peter Theill 
deployed a test update 6 months ago
6 months ago
✅ Enhance token management and controller tests
Implement token rotation in the TokensController and update tests for
index, create, and destroy actions to ensure proper functionality.
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
Peter Theill
Peter Theill 
deployed a feature 6 months ago
6 months ago
✨ Update Pemojis description and layout
Revise the introduction and enhance emoji display for a more engaging
presentation of personal emoji collection.
Peter Theill
Peter Theill 
deployed a feature 6 months ago
6 months ago
✨ Add Pemojis page with personal emoji collection and descriptions

  • Created a new view for Pemojis showcasing a collection of personal emojis.

  • Included video tags for each emoji with hover and touch interactions.

  • Added descriptions and context for each emoji to enhance user understanding.

  • Introduced an "About Pemojis" section explaining the significance of the collection.

Peter Theill
Peter Theill 
deployed a bug fix 6 months ago
6 months ago
🐛 Fix authentication bypass in test environment
Ensure that authentication is skipped during tests for Admin controllers
to streamline testing processes and avoid unnecessary failures.
Peter Theill
Peter Theill 
deployed a feature 6 months ago
6 months ago
✨ Add emoji sound controller for interactive links
Implement a Stimulus controller to play sounds when emoji links are clicked.
Peter Theill
Peter Theill 
deployed a feature 6 months ago
Peter Theill
Peter Theill 
deployed a bug fix 6 months ago
6 months ago
🐛 Update image URL handling for posts
Refactor image URL generation to use rails_blob_url for attachments and
ensure fallback to public root file for missing assets.
Peter Theill
Peter Theill 
deployed a feature 6 months ago
6 months ago
✨ Add Open Graph image support for posts
Enhance post creation and editing with the ability to upload and manage
Open Graph images, improving social media sharing capabilities.
Peter Theill
Peter Theill 
deployed a feature 6 months ago
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
Peter Theill
Peter Theill 
deployed a feature 6 months ago
6 months ago
✨ Add flip card feature with styling and controller
Implement a flip card component for enhanced user interaction and visual appeal.
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
💄 Implement code changes to enhance functionality and improve performance
Peter Theill
Peter Theill 
deployed a feature 6 months ago
Peter Theill
Peter Theill 
deployed a refactoring 6 months ago
6 months ago
🔧 Add ConquerCam Key Generator script

  • Implemented a Ruby script for generating product keys for ConquerCam.

  • Included functionality for encoding user data and generating a registration email body.

  • Added command line interface for user input with options for firstname, lastname, company, email, and comment.

  • Ensured proper handling of empty fields and provided interactive mode if no command line arguments are given.

  • Saved generated product key and associated data to a binary file named "conquercam.key".

Peter Theill
Peter Theill 
deployed a styling change 7 months ago
Peter Theill
Peter Theill 
deployed a feature 7 months ago
7 months ago
✅ Add comprehensive tests for UploadedFile, Admin::PostsController, NewsletterController, ProjectsController, and project management workflows

  • Implement validation and slug generation tests for UploadedFile model.

  • Create extensive tests for Admin::PostsController covering CRUD operations, authentication, and error handling.

  • Add tests for NewsletterController to validate email subscriptions and CORS handling.

  • Develop tests for ProjectsController to ensure proper filtering, display, and navigation of projects.

  • Establish integration tests for admin workflows including post creation, editing, and file uploads.

  • Implement blog workflow tests for reading, filtering, and RSS feed functionality.

  • Add project management tests for discovery, filtering, and status checks.

  • Enhance Project model tests with validations, tag handling, and scope functionality.

✅ Add new Tictactoe game creation and update tests
Implement new game creation view and update related tests for
Tictactoe controller and fixtures.
✨ Implement file upload feature and admin dashboard

  • Added a centralized admin dashboard with statistics and quick actions for managing posts, projects, and uploaded files.

  • Implemented file upload functionality with the UploadedFile model, including validations and Active Storage integration.

  • Created admin interface for managing uploaded files with full CRUD operations.

  • Introduced public route for file downloads, allowing access via unique slugs.

  • Enhanced markdown support for referencing uploaded files in posts and projects.

  • Updated routes to include new admin dashboard and uploaded files management.

  • Modified development environment to use port 3100 for action mailer.

  • Updated schema to include the new uploaded_files table.

  • Added tests and fixtures for the UploadedFile model.

Peter Theill
Peter Theill 
deployed a documentation update 7 months ago
7 months ago
📝 Update README and fix project count display
Add a link to Google Docs in the README and correct the project count
calculation in the about page.
Peter Theill
Peter Theill 
deployed a styling change 7 months ago
7 months ago
💄 Improve button styling and layout
Refactor button components for better visual consistency and user experience.
💄 Refactor image removal handling
Update turbo stream responses for image and hero removal actions to
render appropriate partials, enhancing the user experience.
🔧 Add migration for hi-res project images
Implement migration to attach hi-res images and purge existing attachments.