Build Log
A "build in public" log of progress behind the scenes of Serversinc.
View RSS FeedApril 13th, 2025
- Added deployments and deployment history to Application page
- Added git to Tugboat docker image
- Added ability to trigger new deployments from Application page
- Added a new Laravel Queud job to handle deployment process (and interact with Tugboat)
April 12th, 2025
- Tugboat bug fixes
- Fixed creating a new image from a repository with buildpacks
April 11th, 2025
- Github Oauth
- Create an application from a Github Repository
- Select branch support
- Create Repository Hook to listen for push events
- Updates to Tugboat's API
- Pull Github Repository
- Create a new image from the repository
April 6th, 2025
- Added support for ports and labels on Tugboat's API.
April 5th, 2025
- Added support for container logs streaming in Tugboat.
- Ability to redeploy a container to a Server (i.e recreate a container with the latest image).
- Various bug fixes to the UI.
- Built a Server-side Events Tester to test Tugboat's log streaming.
April 4th, 2025
- Ability to deploy a new image to a Server.
- Ability to start and stop a container running on a Server.
- Further improvements to Tugboat's API, including automatically pulling an image and starting a container when a new container is created.
March 30th, 2025
- Successful test of the server provisioning flow. This included creating a server via a Cloud Provider, waiting for the server to call ServerSinc's API, and triggering a setup script to run.
- Successful test of installing Tugboat on a server. Once installed, Tugboat sends a regular heartbeat to ServerSinc's API, which is used to check the server's health.
March 29th, 2025
- New version of Tugboat released. This version included endpoints for image management, and request body validation using Zod.