From skrzepto at redhat.com Thu Jun 9 14:15:25 2016 From: skrzepto at redhat.com (skrzepto) Date: Thu, 09 Jun 2016 09:15:25 -0500 Subject: [zanata-devel] New webhook request Message-ID: <1465481725.2199.3.camel@redhat.com> Hello, I work on the Fedora Infra team and was wondering if it's possible to get the webhooks listed below implemented so we can have the Fedora Zanata server interface with Fedora Hubs. 1. when a string is available for translation??(project_id, project_version, language, msgid, msgstr) 2. when a string is available for review??(project_id, project_version, language, msgid, msgstr) 3. when a string is successfully reviewed (project_id, project_version, language, msgid, msgstr) 4. when a new branch is created (project_id, project_version) 5. when a new project is created (project_id, project_name, project_versions?) 6.??adding/removing maintainers for project_id? 7. When new pot/po file has been added (project_id, project_version) Best Regards, -- Szymon From aeng at redhat.com Thu Jun 9 20:53:04 2016 From: aeng at redhat.com (Alex Eng) Date: Fri, 10 Jun 2016 06:53:04 +1000 Subject: [zanata-devel] New webhook request In-Reply-To: <1465481725.2199.3.camel@redhat.com> References: <1465481725.2199.3.camel@redhat.com> Message-ID: Hi Simon, Can you please file you request in zanata.atlassian.net? Also, can provides more details or use case on the feature. Thanks --------------------------------------------- Alex Eng Senior Software Engineer Globalisation Tools Engineering DID: +61 3514 8262 Mobile: +614 2335 3457 Red Hat, Asia-Pacific Pty Ltd Level 1, 193 North Quay Brisbane 4000 Office: +61 7 3514 8100 Fax: +61 7 3514 8199 Website: www.redhat.com On Fri, Jun 10, 2016 at 12:15 AM, skrzepto wrote: > Hello, > > I work on the Fedora Infra team and was wondering if it's possible to > get the webhooks listed below implemented so we can have the Fedora > Zanata server interface with Fedora Hubs. > > > 1. when a string is available for translation (project_id, > project_version, language, msgid, msgstr) > 2. when a string is available for review (project_id, project_version, > language, msgid, msgstr) > 3. when a string is successfully reviewed (project_id, project_version, > language, msgid, msgstr) > 4. when a new branch is created (project_id, project_version) > 5. when a new project is created (project_id, project_name, > project_versions?) > 6. adding/removing maintainers for project_id? > 7. When new pot/po file has been added (project_id, project_version) > > > Best Regards, > > -- > Szymon > > _______________________________________________ > zanata-devel mailing list > zanata-devel at redhat.com > https://www.redhat.com/mailman/listinfo/zanata-devel -------------- next part -------------- An HTML attachment was scrubbed... URL: From skrzepto at redhat.com Thu Jun 9 22:11:13 2016 From: skrzepto at redhat.com (skrzepto) Date: Thu, 09 Jun 2016 17:11:13 -0500 Subject: [zanata-devel] New webhook request In-Reply-To: References: <1465481725.2199.3.camel@redhat.com> Message-ID: <1465510273.2199.10.camel@redhat.com> Hello Alex, Here are some of the use cases for the web hooks: * Widget that displays % translated statistics for various criticalpieces of Fedora. (How dowe define critical?) Goal of the widget would to be to identify thoseparts of Fedora inmost critical need of translation and try to encourage translators topop over to those itemsin Zanata and submit some new translations. * Widget that displays translation submissions in need of review. Fromwhat I understandthus far, translated strings must be approved by a reviewer on thetranslation team. Thegoal of this widget would be to draw more attention to strings thathave been submitted butneed review to get them in. * Widget that displays a random untranslated string to tease the loggedin user to submit atranslation. This one could be tricky because we need to know thelanguage the user cantranslate in order for the widget to be useful src: https://lists.fedoraproject.org/archives/list/hubs-devel at lists.fedoraproject.org/message/ZMGUOK63U76RTGCOFOBDFI6RDOLQSS6D/ The additional hooks is for future projects that we would like to start piping zanata data into fedmsg?http://www.fedmsg.com/en/latest/ Here's how the raw data looks like for our other projects that utilize fedmsg?https://apps.fedoraproject.org/datagrepper/raw I'll file the request in?http://zanata.atlassian.net/?shortly. Best Regards, Szymon On Fri, 2016-06-10 at 06:53 +1000, Alex Eng wrote: > Hi Simon,? > > Can you please file you request in zanata.atlassian.net? Also, can > provides more details or use case on the feature. > > Thanks > > > > > --------------------------------------------- > > Alex Eng? > Senior Software Engineer > Globalisation Tools Engineering > DID:?+61 3514 8262? > Mobile:?+614 2335 3457? > > Red Hat, Asia-Pacific Pty Ltd? > Level 1, 193 North Quay? > Brisbane 4000? > Office:?+61 7 3514 8100? > Fax:?+61 7 3514 8199? > Website:?www.redhat.com > > On Fri, Jun 10, 2016 at 12:15 AM, skrzepto > wrote: > > Hello, > > > > I work on the Fedora Infra team and was wondering if it's possible > > to > > get the webhooks listed below implemented so we can have the Fedora > > Zanata server interface with Fedora Hubs. > > > > > > 1. when a string is available for translation??(project_id, > > project_version, language, msgid, msgstr) > > 2. when a string is available for review??(project_id, > > project_version, > > language, msgid, msgstr) > > 3. when a string is successfully reviewed (project_id, > > project_version, > > language, msgid, msgstr) > > 4. when a new branch is created (project_id, project_version) > > 5. when a new project is created (project_id, project_name, > > project_versions?) > > 6.??adding/removing maintainers for project_id? > > 7. When new pot/po file has been added (project_id, > > project_version) > > > > > > Best Regards, > > > > -- > > Szymon > > > > _______________________________________________ > > zanata-devel mailing list > > zanata-devel at redhat.com > > https://www.redhat.com/mailman/listinfo/zanata-devel -------------- next part -------------- An HTML attachment was scrubbed... URL: From skrzepto at redhat.com Thu Jun 9 22:23:14 2016 From: skrzepto at redhat.com (skrzepto) Date: Thu, 09 Jun 2016 17:23:14 -0500 Subject: [zanata-devel] New webhook request In-Reply-To: <1465510273.2199.10.camel@redhat.com> References: <1465481725.2199.3.camel@redhat.com> <1465510273.2199.10.camel@redhat.com> Message-ID: <1465510994.2199.11.camel@redhat.com> Filed a request?https://zanata.atlassian.net/browse/ZNTA-1166 On Thu, 2016-06-09 at 17:11 -0500, skrzepto wrote: > Hello Alex, > > Here are some of the use cases for the web hooks: > > Widget that displays % translated statistics for various critical > pieces of Fedora. (How do we define critical?) Goal of the widget > would to be to identify those parts of Fedora in most critical need > of translation and try to encourage translators to pop over to those > items in Zanata and submit some new translations. > Widget that displays translation submissions in need of review. From > what I understand thus far, translated strings must be approved by a > reviewer on the translation team. The goal of this widget would be to > draw more attention to strings that have been submitted but need > review to get them in. > Widget that displays a random untranslated string to tease the logged > in user to submit a translation. This one could be tricky because we > need to know the language the user can translate in order for the > widget to be useful > > src: https://lists.fedoraproject.org/archives/list/hubs-devel at lists.f > edoraproject.org/message/ZMGUOK63U76RTGCOFOBDFI6RDOLQSS6D/ > > The additional hooks is for future projects that we would like to > start piping zanata data into fedmsg?http://www.fedmsg.com/en/latest/ > > Here's how the raw data looks like for our other projects that > utilize fedmsg?https://apps.fedoraproject.org/datagrepper/raw > > I'll file the request in?http://zanata.atlassian.net/?shortly. > > Best Regards, > > Szymon > > On Fri, 2016-06-10 at 06:53 +1000, Alex Eng wrote: > > Hi Simon,? > > > > Can you please file you request in zanata.atlassian.net? Also, can > > provides more details or use case on the feature. > > > > Thanks > > > > > > > > > > --------------------------------------------- > > > > Alex Eng? > > Senior Software Engineer > > Globalisation Tools Engineering > > DID:?+61 3514 8262? > > Mobile:?+614 2335 3457? > > > > Red Hat, Asia-Pacific Pty Ltd? > > Level 1, 193 North Quay? > > Brisbane 4000? > > Office:?+61 7 3514 8100? > > Fax:?+61 7 3514 8199? > > Website:?www.redhat.com > > > > On Fri, Jun 10, 2016 at 12:15 AM, skrzepto > > wrote: > > > Hello, > > > > > > I work on the Fedora Infra team and was wondering if it's > > > possible to > > > get the webhooks listed below implemented so we can have the > > > Fedora > > > Zanata server interface with Fedora Hubs. > > > > > > > > > 1. when a string is available for translation??(project_id, > > > project_version, language, msgid, msgstr) > > > 2. when a string is available for review??(project_id, > > > project_version, > > > language, msgid, msgstr) > > > 3. when a string is successfully reviewed (project_id, > > > project_version, > > > language, msgid, msgstr) > > > 4. when a new branch is created (project_id, project_version) > > > 5. when a new project is created (project_id, project_name, > > > project_versions?) > > > 6.??adding/removing maintainers for project_id? > > > 7. When new pot/po file has been added (project_id, > > > project_version) > > > > > > > > > Best Regards, > > > > > > -- > > > Szymon > > > > > > _______________________________________________ > > > zanata-devel mailing list > > > zanata-devel at redhat.com > > > https://www.redhat.com/mailman/listinfo/zanata-devel -------------- next part -------------- An HTML attachment was scrubbed... URL: