Skip to content

Commit

Permalink
robo8x [chore] 9/20/2018, 10:53:09 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed Sep 20, 2018
1 parent d00b4d1 commit 062218f
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 21 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ UrlToolkit {

---

[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.9.16-2
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.9.20-0

[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@



# 🤖 P3X Gitlist v2018.9.16-2
# 🤖 P3X Gitlist v2018.9.20-0

This is an open-source project. Star this repository, if you like it, or even donate! Thank you so much! :)

Expand Down Expand Up @@ -117,7 +117,7 @@ https://github.com/klaussilveira/gitlist

#### Gitlist
https://github.com/klaussilveira/gitlist/commits/master
Jun 27, 2018
Sep 4, 2018

#### Gitter
https://github.com/klaussilveira/gitter/commits/master
Expand Down Expand Up @@ -182,7 +182,7 @@ npm run watch

---

[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.9.16-2
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.9.20-0

[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)

Expand Down
2 changes: 1 addition & 1 deletion artifacts/php-7.2-ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sudo apt upgrade -y

---

[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.9.16-2
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.9.20-0

[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)

Expand Down
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
[//]: #@corifeus-header:end

## 2018.9.20-0
* Sort the repo list by last updated

## v2.12
* Treegraph is using markdown

Expand Down Expand Up @@ -175,7 +178,7 @@ require('codemirror/mode/yaml/yaml');

---

[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.9.16-2
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.9.20-0

[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)

Expand Down
24 changes: 14 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions gitlist.iml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/build" />
<excludeFolder url="file://$MODULE_DIR$/cache" />
<excludeFolder url="file://$MODULE_DIR$/git-test" />
<excludeFolder url="file://$MODULE_DIR$/public/prod" />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "p3x-gitlist",
"version": "2018.9.16-3",
"version": "2018.9.20-1",
"corifeus": {
"prod-dir": "prod",
"postfix": "b2c12b19179d52db3488baed66a493c18ff1737f3dcfa5604783b86c7672078a",
Expand Down
7 changes: 5 additions & 2 deletions src/GitList/Controller/MainController.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ public function connect(Application $app)
$branch = trim($branchArray[1]);
}
$repositories[$repo['name']]['time'] = $output[6];
$repositories[$repo['name']]['timestamp'] = strtotime($output[6]);
$repositories[$repo['name']]['user'] = $output[7];
$repositories[$repo['name']]['branch'] = $branch;
$repositories[$repo['name']]['key'] = $repo['name'];

/*
$graphItems[] = array(
Expand All @@ -66,8 +68,9 @@ public function connect(Application $app)
}

}
// print_r($repositories);

uksort($repositories, function($a, $b) use ($repositories) {
return $repositories[$a]['timestamp'] < $repositories[$b]['timestamp'] ? 1 : -1;
});

return $app['twig']->render('index.twig', array(
'repositories' => $repositories,
Expand Down
2 changes: 1 addition & 1 deletion src/Gitter/Repository.php
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ public function getCommitsLogPatch($file)
. '<commiter_date>%ct</commiter_date>'
. '<message><![CDATA[%s]]></message>'
. '<body><![CDATA[%b]]></body>'
. "</item>\" $file"
. "</item>\" -- $file"
);

$patch_collection = [];
Expand Down
2 changes: 1 addition & 1 deletion todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

---

[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.9.16-2
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.9.20-0

[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)

Expand Down

0 comments on commit 062218f

Please sign in to comment.