Alessio Placitelli

Results 13 issues of Alessio Placitelli

The Glean SDKs now corrently deal with missing VERSION_CODE and VERSION_NAME fields in BuildConfig. See https://bugzilla.mozilla.org/show_bug.cgi?id=1713084. This workaround is no longer needed. ### Pull Request checklist - [ ] **Quality**:...

🕵️‍♀️ needs review

Welcome to the 🐸STT project! We are excited to see your interest, and appreciate your support! This repository is governed by the Contributor Covenant Code of Conduct. For more details,...

enhancement

#559 broke compatibility with Python 3.8. Since I'm the only one noticing, this likely means everything it's fine! At the very minimum though, we should remove [this line](https://github.com/mozilla/probe-scraper/blob/f5e7b72ead35c1b16f42451c5aef9e614a6a6413/setup.py#L17) and make...

From #505 : > I've been playing with the BMO API over in https://bugzilla.mozilla.org/show_bug.cgi?id=1792701 and think the "proper" fix would be to, on failure, check the [get user endpoint](https://bmo.readthedocs.io/en/latest/api/core/v1/user.html#get-user) for...

We have been bitten by trailing slashes in the `url` property of `repositories.yaml` entries in the past, always resulting in broken probe-scraper runs, with #458 being its last instance. We...

Sometimes, when adding Glean to new products, there's a transition phase in which the registry files are wrong or broken. The probe-scraper [has a way](https://github.com/mozilla/probe-scraper/blob/afe1f6780f1efda3b1ca6717e00e96d16271ec20/probe_scraper/scrapers/git_scraper.py#L14-L32) to deal with that by...

help wanted

The [probe-scraper implementation](https://github.com/mozilla/probe-scraper/blob/906baa82ac9b78586372b612b29bc68f7b7f2ee3/probe_scraper/parsers/repositories.py#L151-L153) has at least an edge case we're treating differently: `rally..core` becomes `rally--core` instead of `rally-core`. See [the SDK tests](https://searchfox.org/glean/rev/dfd41e42c5d89d587d015cf6b328bcee00e900b5/glean-core/src/util.rs#244-262).

In #164 different ids for the same product were added. This meant basically copy pasting the same section of the registry and assigning it a different id. We should probably...

The scraper currently imports the latest version of `glean-parsers`. However, if breaking non-backwards compatible format changes are introduced in the parsers, the scraper might break. We should fix this. Among...

enhancement
priority:3

In [bug 1282098](https://bugzilla.mozilla.org/show_bug.cgi?id=1282098) we exported the [python_mozparsers package](https://pypi.org/project/python-mozparsers/) that contains the parsers we use for parsing probes. The probe scraper should depend on that package rather than forking the ones...

enhancement
priority:3