- May 03, 2020
-
-
Romain Bouvier authored
-
- Oct 08, 2018
-
-
Romain Bouvier authored
- This allow the migration of bugzilla components to a gitlab label. - Only enable it when you want migrate components. Lots of Xfce does not have relevant components.
-
- Sep 23, 2018
-
-
Romain Bouvier authored
- Not revelant in xfce case
-
Romain Bouvier authored
- By using the --resolved switch - Importing tens of thousands bugs is really slow, I think that's why gnome and fd.o chose to not import resolved bugs. - However on xfce, it should be doable (only ~15k bugs in total)
-
Romain Bouvier authored
-
Romain Bouvier authored
-
- Aug 10, 2018
-
-
Daniel Stone authored
Check if the target GitLab project actually has issues enabled, and enable them before attempting to import if not. Reported by @ajax.
-
- Jul 30, 2018
-
-
Daniel Stone authored
-
Daniel Stone authored
-
Daniel Stone authored
It's git.fd.o we need to unconditionally allow non-fast-forwards on, not GitLab ... Reverts d04d0cb5 ("fdo-import-repo: Allow non-fast-forward pushes").
-
Daniel Stone authored
-
- Jul 29, 2018
-
-
Daniel Stone authored
-
Daniel Stone authored
-
- Jul 14, 2018
-
-
Daniel Stone authored
-
Daniel Stone authored
-
- Jun 07, 2018
-
-
Daniel Stone authored
-
- Jun 03, 2018
-
-
Daniel Stone authored
-
Daniel Stone authored
-
- Jun 02, 2018
-
-
Daniel Stone authored
-
Daniel Stone authored
Apparently sometimes the value is 'author' and sometimes the value is 'creator'. I'm not sure why, but this fixes things on fd.o it seems.
-
Edward Hervey authored
Use a 'sudo' token to act as the author when posting issues, comments, and attachments.
-
Daniel Stone authored
Don't encode knowledge of GNOME servers into the common script, but only from the shell. Signed-off-by:
Daniel Stone <daniels@collabora.com>
-
Edward Hervey authored
This removes the unused definition from bztogl.py.
-
Edward Hervey authored
-
Edward Hervey authored
-
Thibault Saunier authored
One might not have permission on certain file, or other issue might happen and it should not fail the process. The following issue happened import Pitivi: ``` phabricator.APIError: ERR-CONDUIT-CORE: [Access Denied: Restricted File] (Can View) You do not have permission to view this object. // thiblahute (Thibault Saunier) can take this action. The user who uploaded a file can always view and edit it. Files attached to objects are visible to users who can view those objects. Thumbnails are visible only to users who can view the original file. ```
-
Thibault Saunier authored
So that we can restart the process where it quitted if an error happend or the import process was closed
-
- May 19, 2018
-
-
Carlos Soriano authored
We do not cache Bugzilla users that match the default assignee or the default QA contact for a component or a product, because the GNOME Bugzilla instance typically uses fake addresses for those fields. Sadly, some products over the years decided to use real people as default assignees and QA contacts, and those people may not have used an email address that is mapped on any of the GNOME infrastructure services. This means that as soon as we get a comment from a person who's the default assignee for a specific bug, we get an empty entry in the users cache, and it breaks the migration script.
-
- May 02, 2018
-
-
Carlos Soriano authored
-
Michael James Gratton authored
If there is a target milestone given for a bug that is not "---", set the Gitlab milestone on the migrated issue, creating the Gitlab milestone if needed. A cache of already existing milestones is fetched up front. Closes #29
-
Michael James Gratton authored
When Yorba moved their application hosting over to GNOME's infrastructure for Geary, Shotwell, and other projects, the bug import from their bug tracker produced buzilla bugs containing the complete bug history in comment 0. This looks for such import bugs, cleans up the text a bit to to make it somewhat more readable, and replaces `#1`, `#2`, etc in the text with `Comment 1`, `Comment 2`, etc so early gitlab issues don't get spammed with huge numbers of mentions.
-
Michael James Gratton authored
If there is a version given for a bug, and it is not "master" or "unspecified", include a "Version: " line at the bottom of the description with the version value. Closes #30
-
Carlos Soriano authored
-
Michael James Gratton authored
-
- Feb 20, 2018
-
-
Philip Chimento authored
It seems to happen in some rare cases that the bug's creator is not the first commenter. Handle those cases gracefully. Closes #25.
-
- Jan 28, 2018
-
-
Philip Chimento authored
Add a phabricator importer See merge request Incubator/bztogl!28
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
-