Denis Zhdanov

Results 29 issues of Denis Zhdanov

Removing python 2.7 from setup files and tests, testing new python and django only (still need to actualize my master, it's severely polluted now)

See https://github.com/graphite-project/graphite-web/pull/2375#issuecomment-437697499

bug
pinned

- removing Python 2.7, keeping only actual versions - removing pyparsing2 - removing scandir from deps - removing some deprecations - fix Deepsource issues

Django 2.x do not requre request - https://docs.djangoproject.com/en/2.2/ref/contrib/auth/#django.contrib.auth.backends.ModelBackend.authenticate But 3.x is - https://docs.djangoproject.com/en/3.2/ref/contrib/auth/#django.contrib.auth.backends.ModelBackend.authenticate Need some work to support both. See #2702

bug
pinned

Want to finish that next week or so.

pinned

Sorry for not releasing 1.1.9 as I promised - too many things happened recently around me. 1.1.9 is almost done, I only need to write release notes and release it....

enhancement
pinned

Hello! I want to discuss the current state of Graphite project, how we can proceed further and how we can coordinate our efforts. Please note, that Graphite is open-source project...

discussion
pinned

Unfortunately, Travis pretty much dead (at leas for OSS projects), and nobody else providing s390x and ppc64le containers. Can be fixed manually, with e.g. https://github.com/marketplace/actions/run-on-architecture

enhancement
pinned

We should migrate build to Github Actions (and maybe Github Docker repos) because Docker removed autobuilds.

enhancement

See https://github.com/go-graphite/go-carbon/issues/371#issuecomment-713321813

bug