The Wayback Machine - https://web.archive.org/web/20200614101053/https://github.com/topics/pipelines
Skip to content
#

pipelines

Here are 344 public repositories matching this topic...

mouradmourafiq
mouradmourafiq commented May 2, 2020

Feature motivation

Azure storage client is backward incompatible, there's an issue #757 for upgrading the azure connection to the latest client. The new version has an async interface that can be leveraged for the streams module, at least for downloads.

N.B. This is likely a 3~4h work and not a pressing need, so just putting this in the backlog.

Feature implementation

There's a

charlesa101
charlesa101 commented Jul 3, 2019

Describe the bug
Github Gateway pod unable to create webhook because of trailing whitespace that gets appended to the webhook token in the header
Is this a bug? YES
Is there a deployment method to prevent it?

Environment (please complete the following information):

OS: macOS Mojave 10.14.4
minikube: v1.0.1
Helm: v2.14.0
argo workflow: v2.2.1
Argo-events: v0.9.2

geverghe
geverghe commented Apr 3, 2020

In each of the top level commands - az boards, az pipelines, az repos, az artifacts and az devops, we include the line indicating that this command is a part of azure-devops extension. In addition to this, we need to include the link out to the documentation - https://docs.microsoft.com/en-us/azure/devops/cli/?view=azure-devops as well.

Azure/azure-cli-extensions#1454

dibyom
dibyom commented Feb 3, 2020

In this iteration of improving our examples, I'd like to make our examples more like the ones in pipelines i.e. self contained files that a user can kubectl apply and then get something useful to happen e.g. something like the cron example we currently have.

Couple of conventions:

  • Each file should contain all of the components needed e.g. the EventListener, TriggerBinding, TriggerTemplates
csala
csala commented Jan 28, 2020

Current save/load methods focus on dumping and loading the pipeline definition in its JSON form, but provide no means to save a fitted pipeline and load it later to make predictions, being the usage of pickle outside of the pipeline the only way to go.

Let's re-implement the save/load methods to save the whole pipeline instance, and move the current save functionality to a to_json method.

Improve this page

Add a description, image, and links to the pipelines topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pipelines topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.