-
Updated
Jul 31, 2020 - JavaScript
pipeline
Here are 2,247 public repositories matching this topic...
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.
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
Describe the bug
Using a data source with umlauts in the column names leads to the Jupyter Notebook with which the suite can be edited throw an error on startup. The Notebook then doesn't load.
This might be a Jupyter Notebook bug, not sure?!
To Reproduce
Steps to reproduce the behavior:
- Initialize a suite with this xlsx file as a data source (nothing fancy: Just two columns, the
-
Updated
Nov 20, 2020
-
Updated
Sep 17, 2020 - Python
-
Updated
Nov 11, 2020 - Python
-
Updated
Aug 6, 2020 - Go
-
Updated
Nov 19, 2020 - R
-
Updated
Nov 22, 2020 - Groovy
-
Updated
Nov 13, 2020 - Python
-
Updated
Nov 23, 2020 - JavaScript
-
Updated
Jul 15, 2020 - Jupyter Notebook
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
The PR JuliaData/CategoricalArrays.jl#310 means that an array with elements of type Symbol can no longer be wrapped as a CategoricalArray.
This means all MLJ documentation and test code that uses symbols in categorical data must be refactored to use strings instead.
These repos, at least, need checking/refactoring, in order of priority:
-
MLJ
-
[ ]
-
Updated
Oct 30, 2019 - Go
-
Updated
Nov 21, 2020 - Python
-
Updated
Oct 12, 2020 - Go
-
Updated
Nov 23, 2020 - Python
"We could also try and update the job naming for CWL jobs to include fewer UUIDs, because I'm not sure they really help anyone for debugging." DataBiosphere/toil#3226 (comment)
┆Issue is synchronized with this Jira Task
┆Issue Number: TOIL-666
-
Updated
Oct 12, 2020 - Python
-
Updated
Nov 6, 2020 - TypeScript
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."


Change Request
In TEP 17 @coryrc documented a way to prevent script injection when substituting variables in, for example,
scriptfields of Steps.The approach is to do something like this: