pipeline
Here are 3,026 public repositories matching this topic...
-
Updated
Aug 8, 2021 - JavaScript
curl is an insecure pattern for downloading dependencies
https://github.com/tektoncd/pipeline/blob/f041ef5d644c72e88689e079a8e3ea96718891fc/Makefile#L167
https://about.codecov.io/security-update/
One of the recommended approaches to solving this issue is using something like tools.go https://github.com/ossf/scorecard/blob/main/tools.go where the external tools are tracked and are part
Describe the bug
data docs columns shrink to 1 character width with long query
To Reproduce
Steps to reproduce the behavior:
- make a batch from a long query string
- run validation
- render result to data docs
- See screenshot
<img width="1525" alt="Data_documentation_compiled_by_Great_Expectations" src="https://user-images.githubusercontent.com/928247/103230647-30eca500-4
Description
We're running usability tests and would love for you to record walking through our tutorials. The idea for this ticket is that you do a screen capture walking through one of more of the following examples:
- Hello World! (15 minutes)
- [Iris Dataset](https://kedro.readthedocs.io/en/stable/02_get_started
We are using font-awesome V4 and should migrate to font-awesome V5 which comes with its own vue.js module: https://github.com/FortAwesome/vue-fontawesome
Migration includes removing old font-awesome V4 module and changing all existing icons to new vue.js tag.
This is blocked until #114 is merged which comes with first initial integration.
Not sure what the error is, but lint passes in the CI and locally even if exported structs dont have comments.
Most probably, it's an issue with the golangci yaml config we use.
Also we use revive instead of golint (which is deprecated), may be some setting in revive needs to be enabled?
If we check the goreport card, we can see the issues: https://goreportcard.com/report/github.com/jenkins
-
Updated
Aug 24, 2021
When a component gets input parameters, its input parameters may not exactly match the component input spec's requirements.
In such a case, we should consider adding auto type conversions for possible type mismatches.
Right now, string to other type conversions have been implemented at [code link](https://github.com/kubeflow/pipelines/blob/ca6e05591d922f6958a7681827aea25c41b94573/v2/driver/dri
-
Updated
Jan 4, 2022 - Go
We distinguish different types of terminals by judging process.stdout. On the default terminal, we use console to output logs, while on the TTY terminal, we use the ora. We have added a time prefix to Ttylogger, but this feature has not been implemented on the DefaultLogger.
Here is the DefaultLogger:
https://github.com/alibaba/pipcook/blob/main/packages/cli/src/utils/index.ts#L212
-
Updated
Nov 26, 2021 - Python
-
Updated
Oct 27, 2021 - Python
-
Updated
Jan 6, 2022 - Groovy
-
Updated
Aug 7, 2021 - Go
-
Updated
Sep 24, 2021 - R
-
Updated
Aug 25, 2021 - Python
-
Updated
Jan 5, 2022 - Julia
-
Updated
Jun 27, 2021 - Jupyter Notebook
-
Updated
Dec 29, 2021 - Python
-
Updated
Jan 4, 2022 - JavaScript
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-7c6a9c22d264This error does not occur with the `-f
-
Updated
Jul 1, 2021 - Go
Improve this page
Add a description, image, and links to the pipeline topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pipeline topic, visit your repo's landing page and select "manage topics."
Summary
The Argo CD core mode should allow the user to set a permanent path to a K8s client configuration file, instead of either using
~/.kube/configper default or having to specify--kubeconfigfor each command.Motivation
Some K8s distributions by default install a Kubernetes client CLI (
kubectl) which uses a custom path for its configuration. For example, K3s uses `/etc/ran