Indefero

Indefero Commit Details


Date:2010-05-18 07:31:01 (14 years 11 months ago)
Author:Loic d'Anterroches
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:06022bf378592f1917a9249f8d9ca7fe64f053e1
Parents: 430c9cb00ee626a831870a15929de5fa38c05371
Message:Added the type of scm in the queue payload.

Changes:

File differences

src/IDF/Commit.php
295295
296296
297297
298
298299
299300
300301
301302
302303
303304
305
304306
305307
306308
        // plugins may want to do something with this information in
        // an asynchronous way.
        $project = $this->get_project();
        $scm = $project->getConf()->getVal('scm', 'git');
        $url = str_replace(array('%p', '%r'),
                           array($project->shortname, $this->scm_id),
                           $conf->getVal('webhook_url', ''));
        $payload = array('to_send' => array(
                                            'project' => $project->shortname,
                                            'rev' => $this->scm_id,
                                            'scm' => $scm,
                                            'summary' => $this->summary,
                                            'fullmessage' => $this->fullmessage,
                                            'author' => $this->origauthor,

Archive Download the corresponding diff file

Page rendered in 0.42763s using 13 queries.