From 14c73f943084dd53057d4b868ae77e109b68153f Mon Sep 17 00:00:00 2001 From: patrikx3 Date: Sat, 11 May 2019 11:19:45 +0200 Subject: [PATCH] robo8x [chore] 5/11/2019, 11:19:45 AM --- .phpunit.result.cache | 1 - INSTALL.md | 2 +- README.md | 4 ++-- artifacts/php-7.2-ubuntu.md | 2 +- artifacts/screenshots.md | 2 +- change-break.md | 2 +- changelog.md | 2 +- package.json | 2 +- todo.md | 2 +- 9 files changed, 9 insertions(+), 10 deletions(-) delete mode 100644 .phpunit.result.cache diff --git a/.phpunit.result.cache b/.phpunit.result.cache deleted file mode 100644 index bea70373..00000000 --- a/.phpunit.result.cache +++ /dev/null @@ -1 +0,0 @@ -C:37:"PHPUnit\Runner\DefaultTestResultCache":3959:{a:2:{s:7:"defects";a:6:{s:63:"Gitter\Tests\ClientTest::testIsNotAbleToGetUnexistingRepository";i:6;s:72:"Gitter\Tests\ClientTest::testIsNotAbleToCreateRepositoryDueToExistingOne";i:4;s:59:"Gitter\Tests\ClientTest::testIsNotOpeningHiddenRepositories";i:4;s:55:"Gitter\Tests\ClientTest::testIsCatchingGitCommandErrors";i:4;s:58:"Gitter\Tests\PrettyFormatTest::testIsNotParsingWithoutData";i:6;s:48:"Gitter\Tests\ClientTest::testIsParsingGitVersion";i:3;}s:5:"times";a:49:{s:47:"RepositoryTest::testIsSanitizingSearchWithPager";d:0.008;s:51:"RepositoryTest::testIsSanitizingSearchWithAnyOption";d:0.001;s:63:"Gitter\Tests\ClientTest::testIsNotAbleToGetUnexistingRepository";d:0;s:48:"Gitter\Tests\ClientTest::testIsParsingGitVersion";d:0.003;s:49:"Gitter\Tests\ClientTest::testIsCreatingRepository";d:0.006;s:53:"Gitter\Tests\ClientTest::testIsCreatingBareRepository";d:0.003;s:72:"Gitter\Tests\ClientTest::testIsNotAbleToCreateRepositoryDueToExistingOne";d:0;s:59:"Gitter\Tests\ClientTest::testIsNotOpeningHiddenRepositories";d:0;s:55:"Gitter\Tests\ClientTest::testIsCatchingGitCommandErrors";d:0.004;s:52:"Gitter\Tests\Model\Commit\CommitTest::testImportData";d:0.001;s:76:"Gitter\Tests\PrettyFormatTest::testIsParsingPrettyXMLFormat with data set #0";d:0;s:76:"Gitter\Tests\PrettyFormatTest::testIsParsingPrettyXMLFormat with data set #1";d:0;s:76:"Gitter\Tests\PrettyFormatTest::testIsParsingPrettyXMLFormat with data set #2";d:0;s:76:"Gitter\Tests\PrettyFormatTest::testIsParsingPrettyXMLFormat with data set #3";d:0;s:58:"Gitter\Tests\PrettyFormatTest::testIsNotParsingWithoutData";d:0;s:61:"Gitter\Tests\RepositoryTest::testIsCreatingRepositoryFixtures";d:0.013;s:58:"Gitter\Tests\RepositoryTest::testIsConfiguratingRepository";d:0.007;s:47:"Gitter\Tests\RepositoryTest::testIsNamesCorrect";d:0.005;s:41:"Gitter\Tests\RepositoryTest::testIsAdding";d:0.004;s:44:"Gitter\Tests\RepositoryTest::testIsAddingDot";d:0.007;s:44:"Gitter\Tests\RepositoryTest::testIsAddingAll";d:0.008;s:53:"Gitter\Tests\RepositoryTest::testIsAddingArrayOfFiles";d:0.008;s:44:"Gitter\Tests\RepositoryTest::testIsCommiting";d:0.007;s:51:"Gitter\Tests\RepositoryTest::testIsCreatingBranches";d:0.006;s:47:"Gitter\Tests\RepositoryTest::testIsCreatingTags";d:0.006;s:55:"Gitter\Tests\RepositoryTest::testIsGettingCurrentBranch";d:0.01;s:68:"Gitter\Tests\RepositoryTest::testIsGettingBranchesWhenHeadIsDetached";d:0.009;s:57:"Gitter\Tests\RepositoryTest::testIsCheckingIfBranchExists";d:0;s:46:"Gitter\Tests\RepositoryTest::testIsCheckingOut";d:0.009;s:49:"Gitter\Tests\RepositoryTest::testIsGettingCommits";d:0.002;s:65:"Gitter\Tests\RepositoryTest::testIsGettingCommitsFromSpecificFile";d:0.002;s:46:"Gitter\Tests\RepositoryTest::testIsGettingTree";d:0.003;s:52:"Gitter\Tests\RepositoryTest::testIsGettingTreeOutput";d:0.002;s:57:"Gitter\Tests\RepositoryTest::testIsGettingTreesWithinTree";d:0.009;s:58:"Gitter\Tests\RepositoryTest::testIsGettingBlobsWithinTrees";d:0.002;s:52:"Gitter\Tests\RepositoryTest::testIsGettingBlobOutput";d:0.004;s:61:"Gitter\Tests\RepositoryTest::testIsGettingSymlinksWithinTrees";d:0.011;s:67:"Gitter\Tests\RepositoryTest::testIsGettingSymlinksWithinTreesOutput";d:0.012;s:54:"Gitter\Tests\RepositoryTest::testIsGettingTotalCommits";d:0.002;s:48:"Gitter\Tests\RepositoryTest::testIsGettingCommit";d:0.016;s:53:"Gitter\Tests\RepositoryTest::testIsGettingCurrentHead";d:0;s:52:"Gitter\Tests\RepositoryTest::testIsGettingBranchTree";d:0.002;s:47:"Gitter\Tests\RepositoryTest::testIsGettingBlame";d:0.004;s:58:"Gitter\Tests\RepositoryTest::testIsAddingFileNameWithSpace";d:0.004;s:60:"Gitter\Tests\RepositoryTest::testCommitWithFileNameWithSpace";d:0.002;s:56:"Gitter\Tests\Util\DateTimeTest::testIsCreatingDateObject";d:0;s:61:"Gitter\Tests\Util\DateTimeTest::testIsCreatingWithoutTimezone";d:0;s:63:"Gitter\Tests\Util\DateTimeTest::testIsCreatingWithUnixTimestamp";d:0;s:74:"Gitter\Tests\Util\DateTimeTest::testIsCreatingWithUnixTimestampAndTimezone";d:0;}}} \ No newline at end of file diff --git a/INSTALL.md b/INSTALL.md index a6cc979f..bd420ef6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -116,7 +116,7 @@ UrlToolkit { --- -[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2019.4.16 +[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2019.4.18 [![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) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) diff --git a/README.md b/README.md index c9319abf..8a54756a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ -# 🤖 P3X Gitlist - A decorated enhanced elegant, feature rich and modern private git ui repository viewer v2019.4.16 +# 🤖 P3X Gitlist - A decorated enhanced elegant, feature rich and modern private git ui repository viewer v2019.4.18 🙏 This is an open-source project. Star this repository, if you like it, or even donate to maintain the servers and the development. Thank you so much! @@ -160,7 +160,7 @@ April 20, 2019 --- -[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2019.4.16 +[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2019.4.18 [![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) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) diff --git a/artifacts/php-7.2-ubuntu.md b/artifacts/php-7.2-ubuntu.md index 3198d95b..2a74187b 100644 --- a/artifacts/php-7.2-ubuntu.md +++ b/artifacts/php-7.2-ubuntu.md @@ -20,7 +20,7 @@ sudo apt upgrade -y --- -[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2019.4.16 +[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2019.4.18 [![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) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) diff --git a/artifacts/screenshots.md b/artifacts/screenshots.md index 5b8da5b2..c32d7ecb 100644 --- a/artifacts/screenshots.md +++ b/artifacts/screenshots.md @@ -25,7 +25,7 @@ --- -[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2019.4.16 +[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2019.4.18 [![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) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) diff --git a/change-break.md b/change-break.md index e61e1398..49eff10f 100644 --- a/change-break.md +++ b/change-break.md @@ -50,7 +50,7 @@ The following versions are not using `Babel`!!!! Yikes! --- -[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2019.4.16 +[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2019.4.18 [![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) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) diff --git a/changelog.md b/changelog.md index cead7277..4a4bd869 100644 --- a/changelog.md +++ b/changelog.md @@ -253,7 +253,7 @@ require('codemirror/mode/yaml/yaml'); --- -[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2019.4.16 +[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2019.4.18 [![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) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) diff --git a/package.json b/package.json index 97b60a8f..c91b7cae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p3x-gitlist", - "version": "2019.4.17", + "version": "2019.4.19", "corifeus": { "prod-dir": "prod", "css-postfix": "7d2372fc90a513b31debabb8efa243f7b8ce082c13f4421a76f6274c2256e6ba", diff --git a/todo.md b/todo.md index 3dd2886c..c5e82e2a 100644 --- a/todo.md +++ b/todo.md @@ -32,7 +32,7 @@ --- -[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2019.4.16 +[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2019.4.18 [![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) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)