freight icon indicating copy to clipboard operation
freight copied to clipboard

Freight is a service which aims to make application deployments better.

Results 38 freight issues
Sort by recently updated
recently updated
newest added

Freight currently has just a notion of "deploy". Being able to build an artifact and push it to a repository will severely decrease the time on a lot of bespoke...

enhancement

Our storage is only additive with nothing ever being removed. There's little value in retaining logs and deploy statuses from more than a month ago. We should add a script...

enhancement

Currently, there is no way to restart a cancelled or a failed task. We can implement this feature by using the same pattern as the task cancellation. Opinions?

Right now status checks happen simply as part of the build (thus reporting in the build log). Let's break these out into a state (i.e. "waiting on tests") which will...

We want to use freight to deploy multiple repos and we'd also like to use [github deploy keys](https://developer.github.com/guides/managing-deploy-keys/#deploy-keys) to give freight access to the repositories since it seems like a...

The end goal is to have a way to track branches and automatically deploy whenever commits therein happen. However the same problem happens if two commits are scheduled by any...

If a task isn't in the execute_task phase it won't log/notify of cancellation

The TASK_FINISHED notification should cancel any other pending events.