Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
2,002 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 7 commits in 1 repository
Created a pull request in mozilla/addons-server that received 1 comment
Add ability to restrict add-on detail/version API and downloads in specific regions
Fixes #15942
Opened 7 other pull requests in 1 repository
mozilla/addons-server
5
merged
2
open
- Add ability to restrict add-on detail/version API and downloads in specific regions
- Use MySQL client & libs, not MariaDB
- Remove support for opensearch add-ons entirely
- Upgrade Travis and local envs to MySQL 8.0.x, fixing broken tests
- Extracted l10n messages from 2020-11-04 at e9d0408a6d
- Quote table & column names in reviewer reports SQL
- Don't let the exception be raised for invalid/corrupt crx files
Reviewed 13 pull requests in 2 repositories
mozilla/addons-server 12 pull requests
- Removed `compat_with_app` and `compat_with_appver` fields from the 'FileUpload' model
- Downgrade two log statements related to Adzerk
- Add js confirm() to warn admins about promoted group updates
- Update CODE_MANAGER_URL for local dev
- Update email address for promoted add-ons
- Rename payment_* fields in PromotedSubscription
- Fix VersionReviewerFlagsInline admin fields display
- Listen to "charge.failed" Stripe events and send emails
- Use stripe_subscription_id whenever possible
- Store Stripe subscription ID
- Allow to disable addons-linter's XPI auto-close feature
- prevent * in block[listsubmission] min_version
mozilla/addons-code-manager 1 pull request
Created an issue in mozilla/addons-server that received 9 comments
Restrict add-on detail/versions API and download views for add-ons in specific regions
addons-server companion to mozilla/addons-frontend#9842, we need some add-ons to be restricted in some specific regions. addons-frontend and nginx …
Opened 6 other issues in 2 repositories
mozilla/addons-server
5
closed
- Add admin for georestrictions
- Investigate removal of `compat_with_app` and `compat_with_appver` fields on `FileUpload`
- Add logging around discrepancies between Adzerk and Elasticsearch in sponsored helves API
- Upgrade travis and local environments to use MySQL 8.0
- Quote table & column names in reviewers reports SQL