pipeline
Here are 2,529 public repositories matching this topic...
-
Updated
Feb 17, 2021 - JavaScript
If you are trying to resolve an environment-specific issue or have a one-off question about the edge case that does not require a feature then please consider asking a question in argocd slack channel.
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.
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.
Describe the bug
When trying to run scaffolding (profiling) command, it fails because of commas in columns.
To Reproduce
Steps to reproduce the behavior:
- Run
great_expectations suite scaffold scaffold-nameon datasource where commas are in column - Bug
pandas.errors.ParserError: Error tokenizing data. C error: Expected 1 fields in line 5323 saw 2
Expected behavior
D
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
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
-
Updated
Feb 2, 2021
Expected Behavior
The scheduler should attempt to start, wait for temporal to start, and then begin running.
Current Behavior
In some (presumably rare) cases, the scheduler can fail within waitForTemporalServerAndLog with an exception like:
�[32mairbyte-scheduler |�[0m Exception in thread "main" io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
�[32mairbyte-scheduler
-
Updated
Mar 3, 2021 - Python
-
Updated
Mar 8, 2021 - Python
-
Updated
Dec 18, 2020 - Go
-
Updated
Apr 15, 2021 - Groovy
-
Updated
Mar 27, 2021 - R
-
Updated
Nov 24, 2020 - Python
-
Updated
Apr 15, 2021 - JavaScript
-
Updated
Jul 15, 2020 - Jupyter Notebook
-
Updated
Apr 7, 2021 - Jupyter Notebook
-
Updated
Apr 2, 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-7c6a9c22d264This error does not occur with the `-f
-
Updated
Oct 30, 2019 - Go
This issue is intended to capture issues that need to be resolved for the test suite to pass on Windows.
- Manual Path Concatenations, e.g. https://github.com/scipipe/scipipe/blob/8113d5f546d29b862cab4b75b5fad475b1026c92/ip.go#L291
- Manual Filesystem Roots, e.g. https://github.com/scipipe/scipipe/blob/8113d5f546d29b862cab4b75b5fad475b
-
Updated
Apr 15, 2021 - Python
-
Updated
Apr 16, 2021 - Python
-
Updated
Oct 12, 2020 - 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."
Expected Behavior
When the script element in a Tekton Task definition has double dollar symbols, it should remain as two dollar symbols.
Actual Behavior
When the script element in a Tekton Task definition has double dollar symbols, the two symbols are reduced to one dollar symbol.
Steps to Reproduce the Problem