Skip to content
#

mirroring

Here are 147 public repositories matching this topic...

rigelifland
rigelifland commented Feb 19, 2021

Currently, if you use the exclude_platform filter to remove linux packages, newer package tags still make it through. (For example, tornado-6.1-cp35-cp35m-manylinux2014_aarch64.whl)

The exclude_platform filter currently doesn't exclude packages with newer linux platform tags as defined in PEP 599 and 600

bug enhancement help wanted good first issue
noobaa-core
guymguym
guymguym commented Sep 25, 2019

Environment info

  • NooBaa Version: 5
  • Platform: NA

Actual behavior

  1. Pool info for cloud pools does not return the connection identity (access_key)
  2. This make it hard for the operator to detect if the pool really uses the correct connection.

Expected behavior

  1. Return the identity.

Steps to reproduce

  1. NA

More information - Screenshots / Logs / O

Priority 2 High Comp-System Config Good first issue
systemcrash
systemcrash commented Jun 2, 2020

I want to reduce the amount of log-spam in the DB logs. Is there a better way of executing the CREATE DATABASE queries? Postgres doesn't have the WHERE NOT EXISTS clause - but it's still possible to check if tables are already present.

I'm not sure where these originate from - heplify-server, homer-app, or some other script.

2020-05-29 04:54:15.076 UTC [1] LOG:  received sm
good first issue

Improve this page

Add a description, image, and links to the mirroring topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mirroring topic, visit your repo's landing page and select "manage topics."

Learn more