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

pipeline

Here are 1,918 public repositories matching this topic...

jualoppaz
jualoppaz commented Nov 20, 2018

Description

The bower_components folder is not compiled when angular-i18n dependency is included.

Expected behavior

Brunch should process the bower_components folder and perform the related tasks.

Actual behavior

When I add the angular-i18n package in my bower.json, Brunch ignores the bower_components folder and the vendor files (js and css) are n

tomfrenken
tomfrenken commented Dec 12, 2019

Expected Behavior

When defining parameters for a Task in my Pipeline, I would like to use values for the parameters which I defined in a ConfigMap, instead of hardcoding them in the Pipeline.

A cool solution would look like the use of ConfigMaps when defining environment variables in a Pod, there I am able to do this:

        env:
        - name: SOME_ENV_VARIABLE
 
vector
jx
mcabrito
mcabrito commented Apr 15, 2020

Summary

I’m trying to use a Chart Repository by external Nexus, but I’d a problem in pipeline when I’m using the command:

jx step helm release

When this command do the upload chart file, my $CHART_REPOSITORY is changing and including the /api/charts

+ jx step helm release --verbose
DEBUG: Using helmBinary helm with feature flag: template-mode
DEBUG: Initialising Helm 'i
PyMap
PyMap commented Apr 13, 2020

Hi all!,

Just want to share with the team some details I've been experiencing while I executed notebooks from command line using a yaml file.

First, let me show my case. I've bee parametrizing different notebooks to isolate data wranlging processes. To do it, I needed to use lists of dictionaries to specifiy keys describing my data, such as area or paths where some files were stored. As all

vjpie2002
vjpie2002 commented Apr 30, 2020

Summary

Add field/label "LIVE For:" to show how much time the Revision was LIVE. Currently when a user clicks on the "History and Rollback", it shows all past Revisions and when it was triggered and completed and also displays the amount of time for which that Revision was LIVE. But it does not mention what these timings/durations are for (as shown in the attached screenshot where it shows dur

kedro
lorenabalan
lorenabalan commented Feb 26, 2020

Description & context

Users can specify names for their nodes to identify them more easily. When a name is not explicitly specified, Kedro auto-generates a default name. You can see this in the name property on Node.
The current auto-generated name for a node looks something like this: func_name(inputs) -> outputs. (see implementation of __str__ method on the Node class)

This is

PSUlion16
PSUlion16 commented Apr 9, 2020

As a user,

It would be nice to have the "Observed Value" Field be standardized to show percentages of "successful" validations, vs a mix of 0% / 100%. This causes confusion as there are different levels of validation outputs with different verbage (making someone not used to the expectations confused) I've given an example below in a screenshot for what I mean:

![image](https://user-images.g

Ditwoo
Ditwoo commented Mar 14, 2020

Description
In some rare cases, for example, when you need to finetune a large model on a small dataset the majoring part of training loop is waiting for saving model checkpoints to a hard drive.

Proposal
Would be logically to add a CheckpointCallback with parameter save_n_best=0 to a configuration and do not store best checkpoints and instead use the latest state of the model.

lastbackend
nextflow
twbattaglia
twbattaglia commented Jan 7, 2020

New feature

Ability to specify the Compute Engine disk type (pd-standard or local-SSD) found in the new Cloud Life Sciences API (https://cloud.google.com/life-sciences/docs/reference/rpc/google.cloud.lifesciences.v2beta#disk).

Usage scenario

Job's that require a high input/output operations per second and lower latency (https://cloud.google.com/compute/docs/disks/local-ssd).

S

timbaileyjones
timbaileyjones commented Aug 12, 2019

While testing another PR, I found that mu pipeline logs command displays information from the pipelines, but also shows this error:

$ mu pipeline logs
[... normal, expected output ...]
func1 ▶ ERROR  ResourceNotFoundException: The specified log group does not exist.
	status code: 400, request id: f7260741-7f69-4772-b4cc-7c6a9c22d264

This error does not occur with the `-f

samoht
samoht commented Mar 4, 2016

Currently with host the API docs on our local server, and everything is very manual. Would be nice if we can integrate this in the rest of the CI flow (e.g. re-publish automatically on every PR, in a location available to all).

Note: usually Github pages are great for that, but they don't work well for private repos (ie they are public).

samuell
samuell commented May 5, 2018

Add a new method:

proc.SetPathAuditHashed(portName string, prefix string, suffix string)

... which will create a SHA1(?) hash the port name plus all the command, parameters, and upstream commands and parameters used to create the specific file.

Usage example:

proc.SetPathAuditHashed("csvfile", "dat/", ".csv")

Internally, it should use a function, that can als

Benjamin-Lee
Benjamin-Lee commented Oct 24, 2019

It's really difficult to read a command like docker run --entrypoint=mesos-master --net=host -d --name=leader --volume=/home/jobStoreParentDir:/jobStoreParentDir quay.io/ucsc_cgl/toil:3.6.0 --registry=in_memory --ip=127.0.0.1 --port=5050 --allocation_interval=500ms on one line.

Would it be possible to split it with \ so that Sphinx shows it all at once? E.g.

docker run \
    --entrypoint

Improve this page

Add a description, image, and links to the pipeline 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 pipeline topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.