Popular repositories
-
mozilla_ci_tools Public
Forked from mozilla/mozilla_ci_tools
This repositories contains a collection of tools that allows to interact with Mozilla's continuos integration.
-
-
mozharness Public
Forked from escapewindow/mozharness
mozharness is a configuration-driven script harness with full logging that allows production infrastructure and individual developers to use the same scripts.
Python
-
trychooser Public
Forked from pbiggar/trychooser
Interactively create tryserver syntax from the command line
Python
1,172 contributions in the last year
Activity overview
Contribution activity
October 2021
Created 5 commits in 2 repositories
Created a pull request in getsentry/sentry that received 8 comments
fix(dev): psycopg2-binary 2.9.1 does not work with Django 2.2
For the incompatibility issue with Django visit this issue, In this PR, we're going to downgrade to the compatible 2.8.6 version (thus, matching th…
Opened 8 other pull requests in 2 repositories
getsentry/sentry
3
open
4
merged
- feat(dev): Do not call createdb and dropdb binaries
- fix(dev): Install Python 3.6.x with --patch on Big Sur
- Revert "fix(dev): Use full path for Kafka container (#28724)"
- feat(dev): Use newer kafka & zookeeper images to support Apple arm64
- feat(dev): Use newer kafka & zookeeper images to support Apple arm64
- feat(dev): Use arm64 ClickHouse image on Apple arm64 machines
- feat(dev): On Apple arm64 install hosted confluent-kafka wheel
getsentry/develop
1
merged
Reviewed 7 pull requests in 1 repository
getsentry/sentry
7 pull requests
- fix(dev): Install Python 3.6.x with --patch on Big Sur
- ref: Remove JS tests from precommit
- fix(dev): psycopg2-binary 2.9.1 does not work with Django 2.2
- feat(dev): Use arm64 ClickHouse image on Apple arm64 machines
- feat(dev): On Apple arm64 install hosted confluent-kafka wheel
- devenv: allow for python 3.8, and prepare CI configuration for dual 3.6/3.8
- feat(dev): Use newer kafka & zookeeper images to support Apple arm64
Created an issue in getsentry/sentry that received 2 comments
Create GC Storage bucket for arm64 wheels
Problem Statement There's various Python packages that do not have arm64 wheels. We don't want to install extra libraries and mess with build systems.