-
Updated
Jun 6, 2020 - Python
maintenance
Here are 263 public repositories matching this topic...
-
Updated
Apr 16, 2020 - Python
-
Updated
Jun 12, 2020 - Visual Basic .NET
-
Updated
Jun 7, 2020 - C#
-
Updated
Jun 11, 2020 - Shell
-
Updated
Apr 15, 2020 - Python
-
Updated
Jun 10, 2020 - HTML
I'm trying to apply this patch: https://github.com/magento/magento2/commit/79a13b483db3bf066cda6bcb69737cec02f78d47.patch
This commit has changes in two files:
app/code/Magento/Catalog/Model/Product/ProductFrontendAction/Synchronizer.phplib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php
I'm trying to patch that with this config:
"patches": {
"*": {
-
Updated
Mar 1, 2020 - Python
A client defined a schema as CUBE and REF.
In schemacrawler, this comes back as "CUBE" or "REF", which our code isn't handling (note
SchemaCrawler.java:426 and SchemaRetriever:181)
-
Updated
Jan 6, 2020 - CSS
-
Updated
May 22, 2020 - Shell
Is this a BUG REPORT or FEATURE REQUEST?:
Uncomment only one, leave it on its own line:
/kind bug
/kind feature
What happened:
There is no docs about how to integrate with prometheus & alertmanager
What you expected to happen:
There is docs about how to integrate with prometheus & alertmanager
**How
-
Updated
Jul 19, 2019 - Go
-
Updated
May 28, 2020 - Shell
-
Updated
Apr 3, 2019 - JavaScript
-
Updated
Aug 13, 2019 - Jupyter Notebook
-
Updated
Mar 5, 2020 - Shell
-
Updated
Mar 3, 2020 - Jupyter Notebook
-
Updated
Jun 4, 2020 - PHP
ERROR:katprep_snapshot:Unable to get system information with physical hosts running puppet 5.5.0
Describe the bug
When I start katprep_snapshot -o $ORGANIZATIONID I receive the following error message when katprep_snapshot checking a physical system.
ERROR:katprep_snapshot:Unable to get system information for '$HOSTNAME' , dropping system!
This seems only to happen, if the physical host is running puppet agent 5.5.0.
When I run katprep_snapshot and the physical host has pupp
-
Updated
Apr 30, 2020 - PHP
-
Updated
Jun 10, 2020 - Java
-
Updated
May 20, 2020 - Shell
-
Updated
May 21, 2020 - Vue
-
Updated
Apr 5, 2018 - Jupyter Notebook
-
Updated
Aug 13, 2019 - Python
-
Updated
Mar 27, 2020 - PHP
Improve this page
Add a description, image, and links to the maintenance topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the maintenance topic, visit your repo's landing page and select "manage topics."
Option @printCmds states the following:
@printCmds defaults to 0 (do not print all commands to screen) or optionally 1 (print all commands to screen). Useful if you just want to see what commands would be executed.
It appears the @printCmds does print commands, but ALSO executes the commands against the DB.
In the absense of @Exec_Print, @printCmds does execute the code, contrary to the