All deployments

Peter Theill
Peter Theill 
deployed a dependency update 4 months ago
4 months ago
⬆️ Upgrade Ruby and CI dependencies
Update Ruby version to 3.4.2 and upgrade CI actions for improved
performance and compatibility.
Peter Theill
Peter Theill 
deployed a styling change 4 months ago
4 months ago
🎨 Refactor sitemap routes and XML response handling
Simplify sitemap routes and remove unnecessary format specifications
from XML responses for cleaner code.
Peter Theill
Peter Theill 
deployed a styling change 4 months ago
4 months ago
🎨 Update API key retrieval method
Change the method of retrieving the API key from environment variables to
using Rails credentials for improved security and maintainability.
Peter Theill
Peter Theill 
deployed a feature 4 months ago
4 months ago
🗃️ Clean up projects with invalid crawler URLs
Collect and delete projects with broken URLs from crawlers, including
dependent records, to maintain database integrity.
✨ Introduce AI description generation for projects
Add functionality to generate editorial-style descriptions using
Google Gemini. Includes updates to the ProjectsController,
AutoDiscoveryJob, and new AiDescriptionService for handling
description generation and API interactions.
Peter Theill
Peter Theill 
deployed a styling change 4 months ago
4 months ago
🔥 Remove project source display from queued projects
Eliminate the source display for projects in the queued projects view to streamline the UI.
Peter Theill
Peter Theill 
deployed a feature 4 months ago
4 months ago
✨ Introduce product discovery crawlers
Add new crawlers for SaaSHub, "There's An AI For That", and Uneed.
Implement admin views for managing product sources and their configurations.
Create migrations for product sources and projects to support new features.
Peter Theill
Peter Theill 
deployed a styling change 4 months ago
4 months ago
💄 Update admin navigation links
Rearrange and enhance the admin navigation links for better clarity and usability.
🎨 Limit recent users and events displayed on dashboard
Reduce the number of recent users and events shown in the admin dashboard
to improve performance and clarity.
✨ Introduce preserved events filter and UI
Add functionality to filter events by preservation status and update UI
to display preserved events in the admin panel.
✨ Introduce reviews management feature
Add reviews controller, views, and routes to manage completed reviews
with filtering options for rating and usage feedback.
Peter Theill
Peter Theill 
deployed a documentation update 4 months ago
4 months ago
💡 Update event creation logic for happens_on date
Events can now be created without a default happens_on date.
Tests have been added to ensure this behavior is preserved.
Peter Theill
Peter Theill 
deployed a feature 4 months ago
4 months ago
✨ Enhance URL normalization in project model
Improve URL handling by removing query strings and fragments during
normalization, ensuring cleaner and more consistent URLs.
💄 Update project logo display in edit form
Refactor logo rendering to use a helper method for consistency and cleaner code.
✨ Enhance project claiming with sibling project display
Add functionality to claim unclaimed projects on the same domain and
display them during the verification process for improved user
experience.
Peter Theill
Peter Theill 
deployed a feature 4 months ago
4 months ago
✨ Add avatar upload and removal functionality
Enhance user profile editing by allowing admins to upload and remove
avatars, improving user experience and interface interactivity.
Peter Theill
Peter Theill 
deployed a feature 4 months ago
4 months ago
✨ Introduce user edit functionality
Add the ability for admins to edit user profiles, including
updating user details and roles. Enhance user interface with
edit links in user views.
✨ Add project deletion and enhance edit functionality
Implement project deletion with admin action logging.
Update edit view to improve UI and add status indicators.
Peter Theill
Peter Theill 
deployed a refactoring 4 months ago
4 months ago
♻️ Refactor code structure for better readability
Improve the organization of the codebase to enhance maintainability and clarity.
Peter Theill
Peter Theill 
deployed a feature 4 months ago
4 months ago
✨ Introduce video review feature for projects
Add functionality to associate YouTube review videos with projects,
including admin editing capabilities and display on project pages.
Also, create a dedicated page for viewing all reviewed projects.
Peter Theill
Peter Theill 
deployed a feature 4 months ago
4 months ago
✨ Allow editing of completed reviews
Enable users to update their completed reviews and provide appropriate
feedback messages upon submission.
✨ Introduce heatmap and map toggle controls
Add heatmap functionality and controls to toggle between clusters and heatmap layers on the map.
✨ Introduce archived events feature on map
Add functionality to display archived events with geo data on the map,
including custom markers and popups for better user interaction.
Peter Theill
Peter Theill 
deployed a bug fix 4 months ago
4 months ago
🐛 Handle S3 service errors in GenerateEventZipJob
Update error handling for S3 access issues to log specific service errors instead of generic forbidden errors.
Peter Theill
Peter Theill 
deployed a performance improvement 4 months ago
4 months ago
⚡️ Optimize memory usage in GenerateEventZipJob
Introduce memory usage checks and garbage collection to prevent OOM kills
during event zip generation. Update Dockerfile to use jemalloc for
reduced memory fragmentation.
Peter Theill
Peter Theill 
deployed a styling change 4 months ago
4 months ago
🎨 Update image generation prompt style
Refine the prompt for blog cover images to specify a hand-drawn watercolor
illustration style, enhancing clarity for image generation.
Peter Theill
Peter Theill 
deployed a feature 4 months ago
4 months ago
✨ Introduce event review feature
Add functionality for users to submit reviews for events, including
rating, feedback, and referral source. Implement email notifications
for review requests and create associated views and tests.
💄 Update text styling and remove width animations
Refactor heading structure and simplify width handling for smoother text rotation.
✨ Introduce upload auto-locking feature
Add a cutoff date for the upload auto-locking feature
to apply only to events created on or after this date.
Update tests to cover new behavior for free events.
✨ Introduce upload locking feature
Add functionality to lock uploads for events, preventing new photo submissions
after a specified period. Update UI elements and tests to reflect this new
feature, ensuring a seamless user experience.
Peter Theill
Peter Theill 
deployed a configuration change 4 months ago
4 months ago
🌐 Add Spanish localization for wedding page
Introduce Spanish translations for the wedding page, including
hreflang tags and alternate URLs for better SEO and user experience.
Peter Theill
Peter Theill 
deployed a refactoring 4 months ago
4 months ago
♻️ Refactor EXIF extraction to use JSON
Replace Marshal with JSON for data serialization in subprocess to enhance
security and compatibility.