Marco Castelluccio
Marco Castelluccio
We could: 1) Release a new version (having a way to avoid triggering the hook automatically) 2) Retrigger the tasks to build and depoy the HTTP service, using the new...
@La0 maybe you could work on a script to do what I said above: take the latest run of the HTTP build task (e.g. https://community-tc.services.mozilla.com/tasks/NINALdhXTkK553pDPGgl-g), edit it to use the...
I'm still doing this manually for now, the process is mostly the same as before. The only difference is that when editing the HTTP build task, I don't only bump...
It's possible that this is already kind of supported, as we check the ETag and the ETag changes when the schema version changes. We need to add a test to...
We should try to download a new version.
> I want to contribute and I am a beginner, I wanted to know is the issue resolved? I am stuck here > if is_old_schema(path): return False No, the issue...
> Can i take this work? You can work on any issue which is open and has no PR linked to it. Did you read https://github.com/mozilla/bugbug/issues/1092 or CONTRIBUTING.md?
@avijit1258 the goal is to remove a DB when its schema version is old compared to the current schema. I'm not sure how what you proposed is going to do...
@avijit1258 the first step is to look at the code I linked at in the first comment, and take a look at all the functions it calls and figure out...
No, the purpose is to avoid using an already downloaded DB if its schema is not the current schema. The schema of the downloaded DB can be read from the...