Skip to content
#

pipeline

Here are 3,370 public repositories matching this topic...

kedro
grishick
grishick commented Jun 30, 2022

Tell us about the documentation you'd like us to add or update.

On this page https://docs.airbyte.com/integrations/contributing-to-airbyte/ , this link building new connectors is broken. Clicking it results in a 404 error.

If applicable, add links to the relevant docs that should be updated

  • [Link to relevant docs pag
type/bug area/documentation good first issue autoteam
jerop
jerop commented Feb 22, 2022

YAML parsers take a YAML in a string and returns respective deserialized objects including Tasks, TaskRuns, Pipelines and PipelineRun - thank you @imjasonh 🎉

These parsers can help us simplify the many tests we have in [pipelinerun_test.go](https://github.com/tektoncd/pipeline/blob/302895b5a1ca45c02a85a9822201643c159fe0

help wanted good first issue lifecycle/frozen area/epic
Aylr
Aylr commented Dec 28, 2020

Describe the bug
data docs columns shrink to 1 character width with long query

To Reproduce
Steps to reproduce the behavior:

  1. make a batch from a long query string
  2. run validation
  3. render result to data docs
  4. See screenshot
    <img width="1525" alt="Data_documentation_compiled_by_Great_Expectations" src="https://user-images.githubusercontent.com/928247/103230647-30eca500-4
enhancement help wanted good first issue core-team
michelvocks
michelvocks commented Jan 30, 2019

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.

enhancement help wanted good first issue blocked
jx
ankitm123
ankitm123 commented Jul 5, 2022

Golang supports only 2 major releases: https://endoflife.date/go
Go 1.19 is expected to be out in August 2022.
We should start the upgrade process to go 1.18, before go 1.17 becomes unsupported (expected in August 2022).

Before upgrading , we need to upgrade the version of golang in the catalog repository:
example (there are other files as well): https://github.com/jenkins-x/jx3-pipeline-ca

help wanted good first issue priority/important-soon area/plumbing
FeelyChau
FeelyChau commented Oct 9, 2021

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

good first issue
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

good first issue minor

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