Item14621: FoswikiOrgPlugin github push fails when no username in the committer field.

pencil
Priority: Urgent
Current State: Closed
Released In: n/a
Target Release:
Applies To: Extension
Component: FoswikiOrgPlugin
Branches: master
Reported By: GeorgeClark
Waiting For:
Last Change By: GeorgeClark
The push from github consisted of:
$Author = {: 
        'email' => 'martin@redacted.dk',
        'username' => 'redacted',
        'name' => 'Martin redacted'
   };
$Committer = {
      'email' => 'weblate@foswiki.org',
      'name' => 'Weblate'
   };

Note that the github "username" is missing from the committer record. The _searchMapTable routine can't handle any undefined characters.

-- GeorgeClark - 07 Feb 2018

 
Topic revision: r1 - 07 Feb 2018, GeorgeClark
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy