Searched refs:commits (Results 1 – 25 of 40) sorted by relevance
12
/plugin/git/syntax/ |
D | localstatus.php | 114 $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);
|
D | remotestatus.php | 126 $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/ |
D | syntax.php | 85 preg_match("/commits *= *(['\"])(.*?)\\1/", $match, $commits); 86 if(!empty($commits)) { 87 $data['commits'] = $commits[2]; 187 $commits = $gitlab->getCommits($project_id); 202 $total = count($commits) < $number ? count($commits) : $number; 205 $renderer->doc .= '<td>'.$commits[$i]['committer_name'].'</td>'; 206 $renderer->doc .= '<td>'.$commits[$i]['title'].'</td>'; 207 $renderer->doc .= '<td>'.$commits[$i]['message'].'</td>'; 208 $renderer->doc .= '<td>'.$commits[$i]['committed_date'].'</td>'; 209 $renderer->doc .= '<td><a href='.$commits[$i]['web_url'].'>Commit link</a></td>';
|
D | README.md | 42 - **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" />
|
D | plugin.info.txt | 6 desc Display some information such as commits, issues etc. from a GitLab project.
|
/plugin/pagecss/ |
H A D | .git-cliff.toml | 4 {% for group, commits in commits | group_by(attribute="group") %} 6 {% for commit in commits %}
|
H A D | plugin-page.md | 107 {{rss>https://github.com/dwightmulcahy/dokuwiki-plugin-pagecss/commits/main.atom date 8}}
|
/plugin/dokugitviewer/ |
D | plugin.info.txt | 6 desc display git commits and link bug-id and feature-ids
|
D | README | 25 And it will build you a list of your latest commits
|
/plugin/gitlog/ |
D | plugin.info.txt | 6 desc Display git commits and changed files.
|
D | readme.md | 3 This dokuwiki plugin displays your last commits for a given repository and the changed files.
|
/plugin/git/ |
D | helper.php | 216 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/asciidocjs/node_modules/yargs/ |
D | README.md | 15 [![Conventional Commits][conventional-commits-image]][conventional-commits-url] 198 [conventional-commits-image]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg 199 [conventional-commits-url]: https://conventionalcommits.org/
|
/plugin/findologicxmlexport/vendor/jms/serializer/ |
D | CONTRIBUTING.md | 77 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/ |
D | README.md | 10 …s maintained with the DX plugin are expected to follow the [conventional commits](https://www.conv…
|
/plugin/todo/ |
D | README.md | 18 # this should only update the tag, not any commits...
|
/plugin/dwcommits/lang/en/ |
D | dwc_admin.txt | 40 …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/dwcommits/ |
D | README | 7 commits from gits specified in the configuration manager and in a config file
|
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/ |
D | CONTRIBUTING.md | 21 …our pull request is meaningful. If you had to make multiple intermediate commits while developing,…
|
D | CODE_OF_CONDUCT.md | 41 reject comments, commits, code, wiki edits, issues, and other contributions
|
/plugin/pubmed2020/site/ |
D | description.txt | 60 * See [[https://github.com/EricMaeker/dokuwiki-plugin-pubmed/commits/dokuwiki-web-site]]
|
/plugin/ifauthex/ |
D | README.md | 16 …badges/master/pipeline.svg)](https://git.mittelab.org/proj/ifauthex-dokuwiki-plugin/commits/master)
|
/plugin/aichat/vendor/bdelespierre/php-kmeans/ |
D | CONTRIBUTING.md | 53 …our pull request is meaningful. If you had to make multiple intermediate commits while developing,…
|
/plugin/radarchart/ |
D | plugin.info.txt | 160 {{rss>https://github.com/HeinrichKrupp/dokuwiki-plugin-radarchart/commits/master.atom date 8}}
|
/plugin/pageredirect/ |
D | ChangeLog.md | 120 [20070124]: https://github.com/glensc/dokuwiki-plugin-pageredirect/commits/20070124
|
12