workflow
Here are 2,375 public repositories matching this topic...
-
Updated
Sep 16, 2020 - TypeScript
-
Updated
Sep 16, 2020 - TypeScript
-
Updated
Sep 16, 2020 - JavaScript
-
Updated
Jul 31, 2020 - JavaScript
Summary
What happened/what you expected to happen?
When requesting for logs using API server, the timestamp is always prepended to the actual output generated by the main process inside container. The logOptions.timestamps has no effect at all. The main process inside container does not log timestamps in my example.
I took a look at the source code, there could be an issue with [thi
Description
I just run MySQLFetch task:
mysql = MySQLFetch(
host="...",
port=3306,
db_name="...",
user="...",
password="...",
query="SELECT * FROM ... LIMIT 1"
)
mysql.run()
And I get this:
Traceback (most recent call last):
File "/Users/danielnuriyev/simplisafe/scripts/lib/python3.8/site-packages/IPython/core/int
-
Updated
Aug 26, 2020 - Go
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Sep 2, 2020
-
Updated
Sep 10, 2020 - Shell
-
Updated
Sep 16, 2020 - C#
-
Updated
Sep 11, 2020 - PHP
-
Updated
Jul 2, 2020 - C#
Issue
16 files has some sort of Sugar Pro references in code as comments.
Those should be removed
Steps to Reproduce
Try the search with BEGIN: pro
https://github.com/salesagility/SuiteCRM/search?q
-
Updated
Aug 20, 2020 - Python
User facing errors about invalid values for the DAGSTER_HOME environment variable are not helpful, and sometimes reference internal functions. These error messages should be updated to explain to the user what DAGSTER_HOME is and how to set it.
When DAGSTER_HOME is not set:
raise DagsterInvariantViolationError(
dagster.core.errors.DagsterInvariantViolationError: DAGSTER_HOME
-
Updated
Jul 30, 2020 - CSS
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Sep 5, 2020 - Java
-
Updated
Sep 4, 2020 - Python
Had the branch ancestry:
branch-1
branch-2-bug-fix
branch-3
All three branches had an open PR. branch-2-bug-fix‘s PR was a duplicate of a fix that someone else had already put in and merged at the same time. I closed the PR on branch-2-bug-fix and ran git town kill on that branch.
I was expecting it to change the base branch of branch-3‘s PR but instead it closed it
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Sep 14, 2020 - Python
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Sep 16, 2020 - Java
-
Updated
Jan 18, 2020 - JavaScript
Improve this page
Add a description, image, and links to the workflow topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the workflow topic, visit your repo's landing page and select "manage topics."
Description
As the Airflow 2.0 is coming nearer it would be awesome to refresh the Airflow WebUI. By this it mostly means:
Use case / motivation
The main point is to refresh the look, not to rewrite the Web UI.
Related Issues
Apach