"If you have used Azure pipelines, in summary, this would be Azure Pipelines meets Github Actions." I haven't used Azure pipelines, could you explain for an audience that doesn't have that comparative knowledge? I know GitHub Actions pretty well but I'm having trouble understanding why I would want this extra layer on top of it.
Github does offer deployments https://docs.github.com/en/actions/deployment/targeting-diff... which is similar in comparison, but i feel there are lot of steps to go through to get this working and creating pipeline for simple workflows makes it hard. Azure pipelines offered this by setting up reviewers, approvals, but reading more about Github deployments, they might be similar.
Show HN: Pippy – Pipelines for GitHub Actions
11–20 of 23 posts
Re: Show HN: Pippy – Pipelines for GitHub Actions
#12Give me your Elevator Pitch for someone in Azure DevOps almost 100%. Even if some of teams moving to GitHub, we continue to leave their pipelines in Azure DevOps because it's so easy.
pippy makes it easy to setup pipeline from simple workflows using UI (which Azure devops is good at), while in Github you may need to create a parent workflow which comprises of these individual simple workflows.
Re: Show HN: Pippy – Pipelines for GitHub Actions
#13Re: Show HN: Pippy – Pipelines for GitHub Actions
#14Re: Show HN: Pippy – Pipelines for GitHub Actions
#15Earlier quoted context omitted.
Github does offer deployments https://docs.github.com/en/actions/deployment/targeting-diff... which is similar in comparison, but i feel there are lot of steps to go through to get this working and creating pipeline for simple workflows makes it hard. Azure pipelines offered this by setting up reviewers, approvals, but reading more about Github deployments, they might be similar.
It sounds like approvals might be the key feature that Pippy is adding on top of GitHub Actions.
Re: Show HN: Pippy – Pipelines for GitHub Actions
#16After reading this site I can't tell what this actually does that github actions doesn't already do except the integration of a datadog exporter.. which we already did that in our shared workflows but w/ openmetrics/prometheus. Also what 'enterprise' only has 50 pipelines.
- Automatic rollback on monitoring failures
- Datadog monitoring, queries configured datadog monitors after the workflow execution upto 15mins (right now hard coded). Optionally rollback if monitors are in failed state. This is also achievable with having a Github Action workflow query datadog monitors and stop further stages.
Re: Show HN: Pippy – Pipelines for GitHub Actions
#17Seems interesting, but how is it different than what GitHub already does?
Re: Show HN: Pippy – Pipelines for GitHub Actions
#18Btw, is it open-source?
Re: Show HN: Pippy – Pipelines for GitHub Actions
#19> Pipelines are sequence of GitHub Actions workflows, executed in order, waiting for successful execution of each workflow before processing to next workflow execution Isn't that exactly what an action already does? A lot of the features in the boxes below the fold also sound like things you get out of the box on GH. Triggering on push for example, that's probably how at least 90% of GH actions are run. I suggest you…
Re: Show HN: Pippy – Pipelines for GitHub Actions
#20Great concept. Needs a little refinement, but I really miss the ease-of-use of Azure DevOps now that I'm on GH. Excited to test it out Btw, is it open-source?
you can try it here https://github.com/nixmade/pippy