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

pipeline

Here are 2,813 public repositories matching this topic...

mikebryant
mikebryant commented Sep 15, 2021

Checklist:

  • I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
  • I've included steps to reproduce the bug.
  • I've pasted the output of argocd version.

Describe the bug

With a configmap setting like:

  resource.customizations.ignoreDifferences.argoproj.io_Application: |
    jqPathExpressions:
      - '.spec.syncPolicy.automated.al
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
kedro
lucasjamar
lucasjamar commented Aug 9, 2021

Description

To allow for both contributions, I think we should specify the following in Contributing.md:

  1. Contributors need to add their dataset to the the doctree: https://github.com/quantumblacklabs/kedro/blob/master/docs/source/15_api_docs/kedro.extras.datasets.rst
  2. Contributors need to add their dataset to catalog json schema: https://github.com/quantumblacklabs/kedro/blob/master/sta
airbyte-jenny
airbyte-jenny commented Aug 17, 2021

Java and Python provide logging frameworks for recording errors and stack traces. Logging can be configured to format those messages, such as by removing newlines from stack traces, adding timestamps, and putting a log level (INFO, WARN, ERROR) on the message. In the future, it may also include json structured logging. Using the logging framew

jx
msvticket
msvticket commented Nov 2, 2018

Summary

When creating docker images for Java applications in the current setup in Jenkins-X the application and all dependencies are all placed in one jar file, meaning it will be in one layer in the docker image.

This means that when new versions of the application are created the unchanged dependencies can't be reused.

It would be a great enhancement if the application code where p

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

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