-
Updated
Jul 31, 2020 - JavaScript
pipeline
Here are 2,138 public repositories matching this topic...
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
Even when reaching the end of the log, the request to /logs endpoint are reinvoked causing the UI to restream the logs.
To Reproduce
- Create a job that logs to stdout
- Let it run to finish
- View pod log getting repeated unnecessarily
Expected behavior
Stops request once the end of the log is reached
Screenshots
 -> outputs. (see implementation of __str__ method on the Node class)
This is
-
Updated
Feb 17, 2020
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
Sep 17, 2020 - Python
-
Updated
Sep 9, 2020 - Python
-
Updated
Aug 6, 2020 - Go
At Node.js, async function will not block the JavaScript thread, and sync does. So it's a best practice in somehow to use the async function instead of sync ones.
Feel free to open small PRs to help us to change the sync to async.
-
Updated
Sep 29, 2020 - Groovy
-
Updated
Sep 29, 2020 - R
-
Updated
Sep 25, 2020 - Python
-
Updated
Sep 28, 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
-
Updated
Oct 30, 2019 - Go
-
Updated
Sep 21, 2020 - Jupyter Notebook
-
Updated
Sep 25, 2020 - Python
Analogous to how you can use basename to get only the filename of a path, like in:
p.SetOut("out1", "{i:in1|basename}.out.txt")... it would be useful to also be able to extract only the directory, using dirname as a modifiers, so:
p.SetOut("out1", "{i:in1|dirname}/newfilename.txt")This will also allow introducing another level of folders based on a previous
-
Updated
Sep 30, 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
Apr 25, 2019 - Python
-
Updated
Sep 15, 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."
Repurposing a script used to find unused test builder methods from tektoncd/pipeline#3178 (comment) to try to find exported method names that aren't invoked from outside their package.