Home
last modified time | relevance | path

Searched refs:commits (Results 1 – 25 of 33) sorted by relevance

12

/plugin/git/syntax/
H A Dlocalstatus.php114 $commits = array();
117 $commits[] = $commit;
120 … $this->helper->render_changed_files_table($renderer, $commits, $repo);
159 $commits = $repo->get_commits($log);
165 array_push($commits, $commit);
169 $this->helper->render_commit_selector($renderer, $commits, true);
171 $this->helper->render_changed_files_table($renderer, $commits, $repo);
H A Dremotestatus.php126 $commits = $repo->get_commits($log);
130 … $this->helper->render_commit_selector($renderer, $commits);
131 … $this->helper->render_changed_files_table($renderer, $commits, $repo);
151 //function render_commit_selector($renderer, $commits)
/plugin/gitlabapi/
H A Dsyntax.php78 preg_match("/commits *= *(['\"])(.*?)\\1/", $match, $commits);
79 $data['commits'] = $commits[2];
170 $commits = $gitlab->getCommits($project_id);
185 $total = count($commits) < $number ? count($commits) : $number;
188 $renderer->doc .= '<td>'.$commits[$i]['committer_name'].'</td>';
189 $renderer->doc .= '<td>'.$commits[$i]['title'].'</td>';
190 $renderer->doc .= '<td>'.$commits[$i]['message'].'</td>';
191 $renderer->doc .= '<td>'.$commits[$i]['committed_date'].'</td>';
192 $renderer->doc .= '<td><a href='.$commits[$i]['web_url'].'>Commit link</a></td>';
H A DREADME.md42 - **commits="n"** lists the latest $n$ commits.
46 For instance, if you want to see the latest 3 milestones, 10 commits, 5 issues, and 10 pipelines, t…
49 <gitlab-api project-path="ns/dir/project" commits="10" issues="5" milestones="3" pipelines="10" />
H A Dplugin.info.txt6 desc Display some information such as commits, issues etc. from a GitLab project.
/plugin/gitlabapi/gitlab/
H A Dgitlabapi.php46 $commits = $this->gitlabRequest($url_request);
47 return $commits;
/plugin/dokugitviewer/
H A Dplugin.info.txt6 desc display git commits and link bug-id and feature-ids
H A DREADME25 And it will build you a list of your latest commits
/plugin/gitlog/
H A Dplugin.info.txt6 desc Display git commits and changed files.
H A Dreadme.md3 This dokuwiki plugin displays your last commits for a given repository and the changed files.
/plugin/git/
H A Dhelper.php216 function render_commit_selector($renderer, $commits) argument
225 foreach($commits as $commit)
244 function render_changed_files_table($renderer, $commits, $repo) argument
249 foreach($commits as $commit)
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCONTRIBUTING.md77 commits](http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html)
79 commits such as "fix tests", "fix 2", "fix 3", etc.).
/plugin/dx/
H A DREADME.md10 …s maintained with the DX plugin are expected to follow the [conventional commits](https://www.conv…
/plugin/dwcommits/
H A DREADME7 commits from gits specified in the configuration manager and in a config file
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt40 …ting the git. You can check the current status of the git and pull in any new commits from gitHub.
43 The URL of the Remote Repository is needed to create links to the commits on the gitHub (or any git…
98 …D/Or Author. You can restrict your search to the selected Branch and to commits made after Start …
/plugin/pubmed2020/site/
H A Ddescription.txt60 * See [[https://github.com/EricMaeker/dokuwiki-plugin-pubmed/commits/dokuwiki-web-site]]
/plugin/ifauthex/
H A DREADME.md16 …badges/master/pipeline.svg)](https://git.mittelab.org/proj/ifauthex-dokuwiki-plugin/commits/master)
/plugin/pageredirect/
H A DChangeLog.md120 [20070124]: https://github.com/glensc/dokuwiki-plugin-pageredirect/commits/20070124
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md197 [[27d721b]](https://github.com/elastic/elasticsearch-php/pull/933/commits/27d721ba44b8c199388650c5a1c8bd69757229aa)
199 [[27d721b]](https://github.com/elastic/elasticsearch-php/pull/933/commits/27d721ba44b8c199388650c5a1c8bd69757229aa)
279 - Fix tests for PHP 7 with ES 6.7 [[5401479](https://github.com/elastic/elasticsearch-php/pull/884/commits/5401479)
283 - [DOCS] Fix doc links in README [[5a1782d]](https://github.com/elastic/elasticsearch-php/pull/884/commits/5a1782d)
/plugin/orphanmedia2/
H A Ddokuwiki-plugin-page.md27 {{rss>https://github.com/jercle/orphanmedia2/commits/main.atom date}}
/plugin/combo/vendor/salesforce/handlebars-php/
H A DCODE_OF_CONDUCT.md63 reject comments, commits, code, wiki edits, issues, and other contributions
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Drelease-notes.asciidoc315 https://github.com/elastic/elasticsearch-php/pull/933/commits/27d721ba44b8c199388650c5a1c8bd69757229aa[27d721b]
317 https://github.com/elastic/elasticsearch-php/pull/933/commits/27d721ba44b8c199388650c5a1c8bd69757229aa[27d721b]
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt137 {{rss>http://github.com/timostamm/BugzillaInt/commits/master.atom date}}
/plugin/gitbacked/
H A DCHANGELOG.md97 - Allow empty commits - fixes [#39]
/plugin/revealjs/
H A Dchangelog.md84 * Merge commits from ogobrecht enabling to override configuration options and improve IE support

12