Deployments for https://www.apikiss.com

Peter Theill
Peter Theill 
deployed a feature 11 days ago
11 days ago
✨ Enhance Open Graph and Twitter Card metadata in application layout
Refactor the application layout to include Open Graph and Twitter Card meta tags for improved social media sharing. This update adds dynamic content for title, description, image, and URL, enhancing the visibility and presentation of the API KISS site on social platforms.
Peter Theill
Peter Theill 
deployed a styling change 12 days ago
12 days ago
🎨 Update card styles in user views for consistency
Refactor the card components in the user show and webhooks index views to use a uniform border style, enhancing visual consistency across the application. All card elements now utilize a gray border instead of colored borders.
Peter Theill
Peter Theill 
deployed a feature 12 days ago
12 days ago
🔧 Pin minitest to version 5.x and update test stubs for webhook tests
Pin minitest to version 5.27.0 in the Gemfile to retain mock functionality. Update test files to include webmock for stubbing external API requests in webhook tests, ensuring consistent test behavior.
✨ Add QR code generation feature
Implement QR code generation endpoints and integrate with the existing API. Update routes, OpenAPI documentation, and add necessary gems for QR code functionality. Enhance service request handling and response formatting for better user experience.
Peter Theill
Peter Theill 
deployed a dependency update 13 days ago
13 days ago
⬆️ Upgrade dependencies in Gemfile.lock
Update various gems to their latest versions for improved performance and security.
Peter Theill
Peter Theill 
deployed a documentation update 20 days ago
Peter Theill
Peter Theill 
deployed a dependency update 20 days ago
Peter Theill
Peter Theill 
deployed a refactoring 27 days ago
27 days ago
🔧 Comment out browser version allowance in application controller
Temporarily disable the allow_browser directive for modern versions in the ApplicationController to address compatibility concerns.
Peter Theill
Peter Theill 
deployed a dependency update about 1 month ago
about 1 month ago
⬆️ Upgrade dependencies and CI actions
Update Ruby and action versions in CI and deploy workflows for improved
stability and performance. Adjust gem versions in Gemfile and Gemfile.lock
to ensure compatibility.
Peter Theill
Peter Theill 
deployed a styling change about 1 month ago
Peter Theill
Peter Theill 
deployed a styling change about 1 month ago
about 1 month ago
💄 Update input styles for consistency
Enhance the appearance of various input fields across the application
by updating focus ring styles to improve UI consistency and user experience.
✨ Introduce email sending feature
Add an email service with validation and integration for sending emails
via multiple providers. Update routes and OpenAPI documentation accordingly.