All deployments

Peter Theill
Peter Theill 
deployed a refactoring 5 months ago
5 months ago
🔧 Implement structural updates and optimizations across multiple modules
Peter Theill
Peter Theill 
deployed a refactoring 5 months ago
5 months ago
🔧 Refactor code structure for improved readability and maintainability
Peter Theill
Peter Theill 
deployed a new feature 5 months ago
5 months ago
✨ Update robots.txt to include sitemap reference
Add a sitemap URL for better search engine indexing.
Peter Theill
Peter Theill 
deployed a refactoring 5 months ago
5 months ago
🔧 Add sitemap entry to robots.txt
Include sitemap URL for better search engine indexing.
Peter Theill
Peter Theill 
deployed a styling change 5 months ago
5 months ago
🎨 Refactor featured project display and header layout
Enhance styling and structure for the featured project section and
improve header navigation with an RSS feed link.
Peter Theill
Peter Theill 
deployed a dependency update 5 months ago
Oliver
Oliver  
deployed a security update 5 months ago
Peter Theill
Peter Theill 
deployed a refactoring 5 months ago
5 months ago
🔧 Add script to wipe and restore development database from production

  • Created a new script `wipe-development-db.sh` to automate the process of dumping the production database and restoring it to the development environment.

  • Established an SSH tunnel to the production database for secure access.

  • Included commands to drop the existing development database and recreate it before importing the dumped data.

  • Added verbose output for better tracking of the process.

Peter Theill
Peter Theill 
deployed a styling change 5 months ago
5 months ago
💄 Add Groups column to user index table
Include a new column for user groups and display total groups in the server information section.
Peter Theill
Peter Theill 
deployed a styling change 5 months ago
5 months ago
💄 Refactor code structure for improved readability and maintainability
Peter Theill
Peter Theill 
deployed a refactoring 5 months ago
5 months ago
🔧 Update Ruby and Docker setup actions
Upgrade ruby/setup-ruby to v1.247.0 and docker/setup-buildx-action to v3.11.1 for improved performance and compatibility.
Peter Theill
Peter Theill 
deployed a styling change 5 months ago
5 months ago
🎨 Refactor post edit layout for improved structure
Enhance layout by grouping navigation and title elements for better clarity.
Peter Theill
Peter Theill 
deployed a styling change 5 months ago
5 months ago
🎨 Update prose styling for post display
Change prose class to enhance text appearance in post view.
💄 Remove photo display from blog post index
Eliminate photo attachment section to streamline the blog post layout.
Peter Theill
Peter Theill 
deployed a refactoring 5 months ago
Peter Theill
Peter Theill 
deployed a new feature 5 months ago
5 months ago
✨ Update Gemfile and configuration for AWS S3
Upgrade sqlite3 and redis versions, add aws-sdk-s3 gem, and configure
Active Storage to use Amazon S3 for file storage in development and
production environments.
Peter Theill
Peter Theill 
deployed a new feature 5 months ago
5 months ago
✨ Add photo upload feature for blog posts
Implement multiple photo uploads, inline markdown references, and a modal
viewer for enhanced photo management in blog posts.
Peter Theill
Peter Theill 
deployed a new feature 5 months ago
5 months ago
✨ Add FillOut Manager Chrome Extension documentation
Introduce detailed description and features for the FillOut Manager Chrome
Extension to enhance user understanding and promote its capabilities.
Peter Theill
Peter Theill 
deployed a bug fix 5 months ago
5 months ago
🐛 Implement code changes to enhance functionality and improve performance
Peter Theill
Peter Theill 
deployed a refactoring 5 months ago
5 months ago
🔧 Add provider information to authors list
Include the provider details next to each author's email for better context.
Peter Theill
Peter Theill 
deployed a new feature 5 months ago
5 months ago
✨ Implement Google OAuth Sign-In and Sign-Up
Add support for Google OAuth authentication, including user linking,
session management, and UI enhancements for sign-in and sign-up
processes. Update database schema and add necessary routes.