pipeline
Here are 2,696 public repositories matching this topic...
-
Updated
May 29, 2021 - JavaScript
Feature request
Consider this example Task:
apiVersion: tekton.dev/v1beta1
kind: Task
metadata:
name: resource-example
spec:
description: Sample Task to show issues with passing parameters to resources.
params:
- name: RESOURCE_MEMORY_REQUEST
type: string
default: 1Gi
- name: RESOURCE_MEMORY_LIMIT
type: string
default: 2Gi
ste
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
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.
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
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
Tell us about the problem you're trying to solve
As follow up to airbytehq/airbyte#4721, do proper yaml parsing/extract to be used in https://github.com/airbytehq/airbyte/blob/7decb12818ad2cc0c7b3039c3d5e620236250edd/airbyte-workers/src/main/resources/dbt_transformation_entrypoint.sh#L7
Describe the solution you’d like
we should write (a python?) script that uses
-
Updated
Jul 11, 2021
-
Updated
Jul 6, 2021 - Python
-
Updated
Jul 10, 2021 - Python
-
Updated
Jul 15, 2021 - Go
-
Updated
Dec 18, 2020 - Go
-
Updated
Jul 16, 2021 - Groovy
-
Updated
Jul 15, 2021 - R
-
Updated
May 21, 2021 - Python
-
Updated
Jul 12, 2021 - Julia
-
Updated
Jun 27, 2021 - Jupyter Notebook
-
Updated
Jul 13, 2021 - JavaScript
-
Updated
Jul 14, 2021 - Python
stelligent / mu
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
-
Updated
Jul 1, 2021 - Go
-
Updated
Jul 16, 2021 - Python
-
Updated
Jul 16, 2021 - Python
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."
Checklist:
argocd version
.Describe the bug
Values from an Application CRD values block that overrides values from value files are not visualized under the App Details -> Parameters -> Parameters section.
**To Repro